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
}

body, html {
	line-height: 1;
		scroll-behavior: smooth;
}

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

nav ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

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

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

ins {
	background-color: #ff9;
	color: var(--color-black);
	text-decoration: none
}

mark {
	background-color: #ff9;
	color: var(--color-black);
	font-style: italic;
	font-weight: bold
}

del {
	text-decoration: line-through
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

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

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

input,
select {
	vertical-align: middle
}

ul {
	list-style: none;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
}

body.fancybox-active {
	overflow: hidden
}

body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	visibility: visible;
	transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #ccc;
	text-align: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: exclusion
}

.fancybox-toolbar {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translateZ(0)
}

.fancybox-is-closing .fancybox-stage {
	overflow: visible
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: visible
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #e5e3df
}

.fancybox-slide--next {
	z-index: 99995
}

.fancybox-slide>* {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box
}

.fancybox-slide>base,
.fancybox-slide>link,
.fancybox-slide>meta,
.fancybox-slide>script,
.fancybox-slide>style,
.fancybox-slide>title {
	display: none
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff
}

.fancybox-iframe {
	display: block;
	padding: 0;
	border: 0;
	height: 100%
}

.fancybox-error,
.fancybox-iframe {
	margin: 0;
	width: 100%;
	background: #fff
}

.fancybox-error {
	padding: 40px;
	max-width: 380px;
	cursor: default
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	line-height: 20px
}

.fancybox-button {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, .6);
	transition: color .3s ease;
	cursor: pointer;
	outline: none
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
	color: #fff
}

.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: .6
}

.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision
}

.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3
}

.fancybox-button--share svg path {
	stroke-width: 1
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
	display: none
}

.fancybox-button--zoom svg path {
	fill: transparent
}

.fancybox-navigation {
	display: none
}

.fancybox-show-nav .fancybox-navigation {
	display: block
}

.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0;
	z-index: 99997;
	background: transparent;
	width: 60px;
	height: 100px;
	padding: 17px
}

.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	z-index: 10;
	cursor: pointer
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	transition: background-color .25s;
	box-sizing: border-box;
	z-index: 2
}

.fancybox-close-small:focus {
	outline: none
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
	top: 0;
	right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
	color: #fff;
	background: transparent
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none
}

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0;
	background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
	pointer-events: none
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid hsla(0, 0%, 100%, .4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
	position: relative
}

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

.fancybox-slide>.fancybox-loading {
	border: 6px solid hsla(0, 0%, 39%, .4);
	border-top: 6px solid hsla(0, 0%, 100%, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: a .8s infinite linear;
	animation: a .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999
}

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

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

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

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn);
	opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn);
	opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}

.fancybox-share {
	padding: 30px;
	border-radius: 3px;
	background: #f4f4f4;
	max-width: 90%
}

.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px;
	font-size: 33px;
	font-weight: 700;
	text-align: center
}

.fancybox-share p {
	margin: 0;
	padding: 0;
	text-align: center
}

.fancybox-share p:first-of-type {
	margin-right: -10px
}

.fancybox-share_button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 10px 20px;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
	background: #fff;
	white-space: nowrap;
	font-size: 16px;
	line-height: 23px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-width: 140px;
	color: #707070;
	transition: all .2s
}

.fancybox-share_button:focus,
.fancybox-share_button:hover {
	text-decoration: none;
	color: #333;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3)
}

.fancybox-share_button svg {
	margin-right: 5px;
	width: 20px;
	height: 20px;
	vertical-align: text-bottom
}

.fancybox-share input {
	box-sizing: border-box;
	width: 100%;
	margin: 5px 0 0;
	padding: 10px 15px;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	background: #ebebeb;
	color: #5d5b5b;
	font-size: 14px;
	outline: none
}

.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	box-sizing: border-box;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs>ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
	white-space: nowrap
}

.fancybox-thumbs-x>ul {
	overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs>ul>li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-thumbs>ul>li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:800px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs>ul>li {
		max-width: calc(100% - 10px)
	}
}


@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.eot');
	src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Regular.woff2') format('woff2'),
		url('../fonts/Montserrat-Regular.woff') format('woff'),
		url('../fonts/Montserrat-Regular.ttf') format('truetype'),
		url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.eot');
	src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Bold.woff2') format('woff2'),
		url('../fonts/Montserrat-Bold.woff') format('woff'),
		url('../fonts/Montserrat-Bold.ttf') format('truetype'),
		url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Medium.eot');
	src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Medium.woff2') format('woff2'),
		url('../fonts/Montserrat-Medium.woff') format('woff'),
		url('../fonts/Montserrat-Medium.ttf') format('truetype'),
		url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-SemiBold.eot');
	src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
		url('../fonts/Montserrat-SemiBold.woff') format('woff'),
		url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
		url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}




html {
	overflow-x: hidden;
}




body {
	font-family: "Montserrat", sans-serif;
	background: #F3F3F3;
	font-size: 14px;
	line-height: normal;
	color: #4D4D4D;
	min-width: 320px;
	font-weight: normal;
	overflow-x: hidden;
	position: relative;
}


.container {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}



.bt_t {
	text-align: center;
	margin-bottom: 50px;
	font-weight: 700;
	font-size: 48px;
	line-height: 59px;
	letter-spacing: 0.08em;
	color: #000000;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 300;
	padding: 20px 0;
	transition: all 0.2s;
}

header.f-nav {
	background: rgba(255, 255, 255, 0.85);
}

header .flex {
	align-items: center;
}

header .pull {
	display: none;
}

header nav li {
	display: inline-block;
	margin-right: 30px
}

header nav li:last-child {
	margin: 0
}

header nav li a {
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 500;
	border-bottom: 1px solid transparent;
}

header nav li a:hover {
	border-color: #4D4D4D
}

header .data {
	gap: 50px
}

header .lang {
	position: relative;
	cursor: pointer;
	text-transform: uppercase;
}

header .lang ul {
	position: relative;
	width: 55px;
	background: transparent;
	border: none;
	margin-top: 5px;
	padding: 10px;
	border-radius: 3px;
}

.wpml-ls-legacy-dropdown-click {
	width: 45px;
	line-height: 16px;
}

.wpml-ls-legacy-dropdown-click a {
	border: none
}

.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a,
.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-current-language a,
.wpml-ls-legacy-dropdown-click a:hover {
	background: transparent;
	border: none
}



.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	border: none;
	left: 10px;
	top: 80%;
}

header .lang ul li a {
	color: #4D4D4D;
}

header .lang ul li a:hover {
	color: #000
}

header .lang ul li {
	margin-bottom: 8px;
}

header .lang ul li:last-child {
	margin-bottom: 0
}

header .socials {
	gap: 20px
}

header .socials a:hover svg path {
	fill: #000;
}

header .phone a {
	color: #4D4D4D
}

header .data {
	gap: 30px
}

header .lang .current {
	padding-right: 20px;
	position: relative;
}

header .lang .current:after {
	position: absolute;
	width: 18px;
	height: 18px;
	background: url("../img/arrd.svg") 50% 50% no-repeat;
	content: '';
	top: 0;
	right: 0;
	transition: all 0.2s;
}

header .lang .current.open:after {
	transform: rotate(180deg);
}





form .wpcf7-not-valid {
	border-color: red !important;
}

form .wpcf7-not-valid::placeholder {
	color: #ff0000;
}

form .wpcf7-not-valid-tip {
	display: none;
}

.intl-tel-input ul.country-list {
	width: 342px;
	overflow-x: hidden;
	z-index: 10;
	background: #fff;
}

#promo__ads {
	padding: 155px 0 120px
}

#promo__ads .text {
	width: calc(100% - 460px);
}

#promo__ads h1 {
	font-size: 60px;
	line-height: 93px;
	color: #A0A0A0
}

#promo__ads h1 strong {
	color: #000000
}

#promo__ads .info {
	max-width: 455px;
	width: 100%;
	box-sizing: border-box;
	padding: 25px 50px 0 0
}

#promo__ads .info p {
	margin-bottom: 100px;
	font-size: 16px;
	line-height: 150%;
}

#promo__ads .info .flex {
	align-items: center;
	gap: 20px;
}

#promo__ads .info .flex .btn-link {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	display: inline-block;
	border-bottom: 1px solid transparent;
}

#promo__ads .info .flex .btn-link:hover {
	border-bottom: 1px solid #000000;
}

#promo__image {
	position: relative;
}

#promo__image img {
	width: 100%;
	height: 730px;
	object-fit: cover;
}




#promo__advantages {
	margin: 120px 0
}

#promo__advantages .grid {
	grid-template-columns: repeat(4, 1fr);
	gap: 20px
}

#promo__advantages .item {
	box-sizing: border-box;
	background: #fff;
	padding: 30px 15px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
#promo__advantages .item .icon {
	min-width: 60px;
}
#promo__advantages .item img {
	margin: 0 auto
}

#promo__advantages .item .title {
	color: #000;
	font-size: 20px;
	font-weight: 700;
}

#promo__advantages .item p {
	font-size: 14px;
	margin-top: 10px;
	color: #717171
}


#promo__advantages.full-width {
	display: flex;
	align-items: center;
	justify-content: center;
}

#promo__advantages.full-width .grid {
	background-color: rgba(255, 255, 255, 0.7);
	border: 2px solid #A1A1A1;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	column-gap: 50px;
	flex-wrap: wrap;
	padding: 0px 50px;
	align-items: flex-start;
}

#promo__advantages.full-width .grid .item{
	background: none;
}

#promo__advantages.full-width .item {
	flex-direction: column;
}

#promo__advantages.full-width .item .title {
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	max-width: 200px;
}



#residence {
	margin: 120px 0;
	overflow: hidden;
}

#residence .gallery {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.gallery  a {
	cursor: zoom-in;
}
#residence .all__photos {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#residence .all__photos .btn {
	padding: 0 20px
}

#residence .full {
	width: calc(100% - 560px)
}

#residence .full a {
	height: 100%;
	display: block;
}

#residence img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#residence .thumbs {
	width: 552px;
	gap: 8px
}

#residence .thumbs a {
	width: calc(50% - 4px);
}

#residence .video {
	position: relative;
	padding: 50px 0 0;
	overflow: hidden;
	height: 630px;
}

#residence .video video {
	min-width: 100%;
	min-height: 100%;
}





#promo__consult {
	transition: all 0.2s;
	max-width: calc(100% - 100px);
	margin-left: 50px;
	background: #000000 url("../img/bg_consult.jpg") calc(50% + 350px) 100% no-repeat;
	border-radius: 16px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 610px;
	box-sizing: border-box;
	padding: 20px;
	box-sizing: border-box;
}

#promo__consult.transparent {
	background: transparent;
}

#promo__consult .text {
	max-width: 730px
}

#promo__consult h2 {
	margin-bottom: 30px;
	font-size: 40px;
	line-height: 150%;
	color: #A0A0A0
}

#promo__consult h2 strong {
	color: #fff
}

#promo__consult p {
	margin-bottom: 30px;
	color: #6D6D6D;
	font-size: 16px
}

#promo__consult .inn__consult {
	display: none;
}

#promo__consult .inn__consult.open {
	display: flex;
}

#promo__consult .inn__consult .form .title {
	color: #A0A0A0;
	font-weight: 700;
}

#promo__consult .inn__consult .form .title strong {
	color: #000
}





#location {
	margin: 120px 0
}

#location .bt__note {
	margin-bottom: 30px
}

#location iframe {
	width: 100%;
	height: 685px;
	display: block;
}





#reviews {
	margin: 120px 0
}

#reviews .slider-sw {
	padding: 0;
}

#reviews .swiper {
	overflow-x: inherit;
}

#reviews .swiper-slide {
	box-sizing: border-box;
	background: #fff;
	padding: 38px;
	width: 550px;
	border-radius: 35px;
}

#reviews .user {
	align-items: center;
	margin-bottom: 20px;
	gap: 16px
}

#reviews .user img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

#reviews .user span {
	width: calc(100% - 80px);
	font-size: 20px;
	line-height: normal;
	font-weight: 600;
	color: #000
}

#reviews .rev {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #576071
}

#reviews img {
	width: 100%;
	border-radius: 16px;
	object-fit: cover;
	height: 265px
}





#promo__consultation {
	margin: 120px 0 80px
}





.inn__consult {
	background: #fff;
	border-radius: 37px;
	padding: 50px 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.inn__consult .thanks {
	display: none;
}

.inn__consult .form {
	width: 595px;
	text-align: center;
}

.inn__consult .form .title {
	font-size: 26px;
	margin-bottom: 8px;
	font-weight: 600;
}

.inn__consult .form .p__title {
	font-size: 14px;
	margin-bottom: 30px;
	color: #4D4D4D
}

.inn__consult .form form {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 305px
}

.inn__consult .form .btn {
	width: 100%;
	font-size: 16px;
	margin-bottom: 30px
}

.inn__consult .form .btn:hover {
	background: #f0f0f0
}

.inn__consult .form .or {
	text-align: center;
	margin-top: 50px;
	position: relative;
	border-top: 1px solid #BBBBBB
}

.inn__consult .form .or span {
	position: relative;
	z-index: 2;
	background: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 0 50px;
	top: -12px;
}

.inn__consult .form .socials {
	justify-content: center;
	gap: 60px;
	padding: 35px 0 0
}

.inn__consult .form .socials svg {
	width: 30px;
	height: 30px
}

.inn__consult .image {
	width: 536px
}

.inn__consult .image img {
	width: 100%;
	border-radius: 20px
}


#promo__consult__form {
	margin: 120px 0
}






footer {
	background: #000;
	padding: 100px 0;
	color: #BBBBBB;
}

footer .container {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 50px
}

footer .flex {
	align-items: center;
}

footer .title {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}

footer .col li {
	margin-top: 20px;
}

footer .col li a {
	color: #BBBBBB;
	border-bottom: 1px solid transparent;
}

footer .col li a:hover {
	border-color: #BBBBBB
}

footer .socials {
	font-size: 12px;
	justify-content: flex-start;
	gap: 50px
}

footer .socials .flex {
	gap: 20px
}

footer .contacts {
	font-size: 12px
}

footer .address {
	padding: 5px 0 5px 40px;
	background: url("../img/address.svg") 0 50% no-repeat;
}

footer .phone {
	padding: 5px 0 5px 40px;
	background: url("../img/phone.svg") 0 50% no-repeat;
	margin: 25px 0
}

footer .phone a {
	color: #bbb;
}

footer .bottom {
	width: 100%;
	margin-top: 50px;
	padding: 50px 100px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2)
}

footer .bottom li {
	display: inline-block;
	margin-right: 50px;
	font-weight: 500;
}

footer .bottom li:last-child {
	margin: 0
}

footer .bottom li a {
	color: #BBBBBB;
	border-bottom: 1px solid transparent;
}

footer .bottom li a:hover {
	border-color: #BBBBBB
}

footer .copyright {
	font-size: 12px
}




.btn.btn-large {
	display: inline-block;
	padding: 0 20px;
	line-height: 48px;
	height: 48px;
	font-size: 18px
}

#landing__page .container {
	max-width: 1340px
}

#landing__page #btn__call {
	bottom: 30px;
	right: 30px
}

#landing__page .bt {
	margin-bottom: 50px;
	text-align: left;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.08em;
}

#landing__page .bt__note {
	margin-bottom: 50px;
	color: #000
}




.section__padding {
	padding-bottom: 50px !important
}


.slider-sw {
	padding: 0 85px
}

.slider-sw,
.list__swiper {
	position: relative;
}

.slider-sw .swiper-button-prev,
.slider-sw .swiper-button-next {
	width: 35px;
	top: 50%;
	opacity: 1 !important;
	height: 35px;
	transition: all 0.15s ease-out;
}

.slider-sw .swiper-button-prev:hover,
.slider-sw .swiper-button-next:hover {
	opacity: 0.7
}

.slider-sw .swiper-button-prev svg,
.slider-sw .swiper-button-next svg {
	width: auto;
	height: auto;
}

.slider-sw .swiper-button-prev:hover svg path,
.slider-sw .swiper-button-next:hover svg path {
	stroke: #fff
}

.slider-sw .swiper-button-prev:after,
.slider-sw .swiper-button-next:after {
	display: none;
}

.slider-sw .swiper-button-prev {
	left: 20px;
}

.slider-sw .swiper-button-next {
	right: 20px
}


.swiper-pagination {
	bottom: 0px !important;
	display: none;
}

.slider-sw .swiper-pagination {
	bottom: -8px !important;
}

.slider-sw .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	opacity: 1;
	background: transparent;
	border: 1px solid #8FC143;
	border-radius: 50% !important
}

.slider-sw .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #8FC143
}











#navigation {
	display: none;
	position: fixed;
	top: 74px;
	border-radius: 8px 0 0 8px;
	right: 0;
	z-index: 302;
	width: 100%;
	max-width: 220px;
	box-sizing: border-box;
	background: #E2E2E2;
	padding: 30px
}

#navigation li {
	margin-bottom: 30px;
}

#navigation li a {
	color: #4D4D4D;
	font-weight: 500;
	display: block;
	text-align: right;
}

#navigation .socials {
	gap: 10px
}

#navigation .socials a {
	display: block;
	width: 100%;
	text-align: right;
}


.box__modal {
	display: none;
	padding: 70px;
	width: 486px !important;
	text-align: center;
	max-width: calc(100% - 16px) !important;
	box-sizing: border-box !important;
	color: #000 !important;
	border-radius: 30px !important;
	background: #fff !important;
	font-family: "Montserrat", sans-serif !important;
}

.box__modal img {
	margin: 0 auto;
	max-width: 230px
}

.form__title {
	margin-bottom: 50px;
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
	letter-spacing: 0.08em;
}

.box__modal .thanks {
	display: none;
}

.box__modal .thanks .form__title {
	margin-bottom: 30px;
}

.box__modal .thanks .form__title span {
	display: block;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: normal;
}

.box__modal .btn {
	width: 100%;
	height: 44px;
	font-size: 14px
}

.box__modal .or {
	text-align: center;
	margin-top: 50px;
	position: relative;
	border-top: 1px solid #BBBBBB
}

.box__modal .or span {
	position: relative;
	z-index: 2;
	background: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 0 50px;
	top: -12px;
}

.box__modal .socials {
	justify-content: center;
	gap: 30px;
	padding: 35px 0 0
}


.fancybox-close-small {
	background: url("../img/close.svg") 50% 50% no-repeat;
	top: 25px;
	right: 25px;
	opacity: 1;
	background-size: 100%;
	width: 24px;
	height: 24px;
	transition: all 0.15s;
}

.fancybox-close-small:hover {
	transform: rotate(90deg);
}

.fancybox-close-small:after {
	display: none;
}


.compensate-for-scrollbar {
	margin-right: 0 !important
}





#btn__call {
	position: fixed;
	bottom: 100px;
	right: 20px;
	z-index: 400;
}

#btn__call a {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#btn__call a:hover {
	background: #000
}

#btn__call a:hover svg path {
	fill: #fff
}





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







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


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

.grid.grid-4 {
	grid-template-columns: repeat(4, 1fr);
}


.bt {
	text-align: center;
	margin-bottom: 50px;
	font-weight: 700;
	font-size: 48px;
	line-height: 59px;
	letter-spacing: 0.08em;
	color: #000000;
}


.box__modal {
	display: none;
}






section {
	box-sizing: border-box;
	position: relative;
}



.form {
	position: relative;
	color: #000;
}

.form label {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 600;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="password"],
.form textarea,
.form select {
	width: 100%;
	padding: 0 12px;
	height: 40px;
	border-radius: 9px;
	border: 1px solid #BBBBBB;
	font-size: 12px;
	color: #000;
}

.form select {
	background: #fff url("../img/arrs.svg") calc(100% - 20px) 50% no-repeat;
	margin-bottom: 15px;
	border-radius: 6px;
}

.form input[type="email"]:focus {}

.form textarea {
	padding-top: 16px;
	border-radius: 6px;
	height: 130px;
	resize: none;
}







.item__input {
	text-align: left;
	position: relative;
	margin-bottom: 15px;
}


.show__pass {
	position: absolute;
	cursor: pointer;
	top: calc(50% - 14px);
	right: 10px;
	width: 28px;
	height: 28px;
	background: url("../img/show_pass.svg") 50% 50% no-repeat;
}



.iti--allow-dropdown {
	width: 100%;
	margin-bottom: 10px
}




::placeholder {
	color: #959EAD;
}



button {
	background: transparent;
}



.clearfix {
	clear: both;
}

.center {
	display: inline-block;
	width: 100%;
	text-align: center;
}


a,
svg,
svg path {
	text-decoration: none;
	transition: all 0.15s ease-out;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
}

a:hover {
	transition: all 0.15s ease-out;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
	display: block;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	max-width: 100%;
	height: auto;
	transition: all 0.15s ease-out;
}

div {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



.btn,
.btn:after {
	font-family: "Montserrat", sans-serif;
	display: inline-block;
	cursor: pointer;
	position: relative;
	text-align: center;
	cursor: pointer;
	padding: 0;
	border: none;
	transition: all 0.2s ease-out;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}

.btn:hover {
	transition: all 0.2s ease-out;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.btn-black {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	height: 40px;
	background: #000;
	border-radius: 10px;
	gap: 6px;
	font-size: 12px;
}

.btn-black:hover {
	color: #000;
	background: #fff;
}

.btn-black:hover svg path {
	fill: #000
}


.btn-white {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	height: 40px;
	background: #fff;
	border-radius: 10px;
	gap: 6px;
	font-size: 14px;
}

.btn-white:hover {
	color: #fff;
	background: #bbb;
}

.btn-white:hover svg path {
	fill: #fff
}







.btn-grey {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	color: #fff;
	border-radius: 10px;
	background: #3D3D3D;
	font-size: 16px
}

.btn-grey:hover {
	background: #BBBBBB
}



.btn-grey-tr {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	color: #000;
	border-radius: 10px;
	background: transparent;
	border: 1.5px solid #BBBBBB;
	font-size: 16px
}

.btn-grey-tr:hover {
	border-color: #000
}




.burger {
	position: relative;
	width: 40px;
	height: 30px;
	background: transparent;
	cursor: pointer;
	display: block;
}

.burger input {
	display: none;
}

.burger span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: black;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

.burger span:nth-of-type(1) {
	top: 0px;
	transform-origin: left center;
}

.burger span:nth-of-type(2) {
	top: 50%;
	transform: translateY(-50%);
	transform-origin: left center;
}

.burger span:nth-of-type(3) {
	top: 100%;
	transform-origin: left center;
	transform: translateY(-100%);
}

.burger input:checked~span:nth-of-type(1) {
	transform: rotate(45deg);
	top: 0px;
	left: 5px;
}

.burger input:checked~span:nth-of-type(2) {
	width: 0%;
	opacity: 0;
}

.burger input:checked~span:nth-of-type(3) {
	transform: rotate(-45deg);
	top: 28px;
	left: 5px;
}




input,
textarea,
select,
button {
	-webkit-appearance: none;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
}


#video-l {
	margin: 80px 0;
}

#video-l video {
	width: 100%;
	height: auto;
}

.video-block {
	position: relative;
	width: 100%;
	height: 650px;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.video-block::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.play-button {
	min-width: 110px;
	min-height: 110px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 10px;
	z-index: 2;
	animation: fadeInOut 2s infinite;
}

.play-button svg {
	opacity: .9;
}


@keyframes fadeInOut {

	0%,
	100% {
		opacity: 2;
		transform: scale(0.9);
	}

	50% {
		opacity: 1;
		transform: scale(1);
	}
}





#faq {
	margin: 120px 0;
	position: relative;
	z-index: 0
}

#faq .slot {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 60px;
}

#faq .item {
	background: #fff;
	transition: all 0.2s;
	padding: 30px;
	background: #fff;
	border-radius: 20px;
	border: 2px solid #fff;
	margin-bottom: 30px;
}

#faq .item.open {
	border-color: #BBBBBB
}

#faq .item:last-child {
	margin-bottom: 0
}

#faq .item .title {
	position: relative;
	font-size: 15px;
	line-height: 28px;
	font-weight: 500;
	color: #000;
	padding-right: 50px;
	cursor: pointer;
}

#faq .item .title.open:after {
	transform: rotate(90deg);
}

#faq .item .title:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	background: url("../img/arr.svg") 50% 50% no-repeat;
	content: '';
	transition: all 0.2s;
}

#faq .item .answer {
	font-size: 12px;
	max-width: 400px;
	display: none;
	padding-top: 15px;
}

#totop.open {
	opacity: 1;
}

#totop {
	position: fixed;
	bottom: 100px;
	left: 15px;
	z-index: 302;
	opacity: 0;
	transition: all 0.2s;
}

#totop a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #EBEEF2;
	width: 48px;
	height: 48px;
	border-radius: 50%;
}
#payment-plans .container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#payment-plans .flex {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 50px;
	border: 2px solid #A0A0A0;
	border-radius: 8px;
	margin: 20px 0;
	text-align: center;
	width: fit-content;
	padding: 20px 50px;
}

#payment-plans .item {
	color: #A0A0A0;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-direction: column;
}

#payment-plans .item strong {
	color: #000;
	font-size: 26px;
}

#floor-plans {
	margin: 120px 0;
}

.plans-data {
	margin-bottom: 30px;
}

.plans-header {
	background: #A0A0A0;
	padding: 20px 10px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 24px;
	border-radius: 9px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
}

.plans-data .row {
	padding: 20px 10px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 24px;
	font-size: 18px;
	font-weight: normal;
	line-height: 21px;
	margin-top: 20px;
	border-bottom: 1px solid #A0A0A0;
	cursor: pointer;
	transition: .25s;
}

.plans-data .row.active {
	border-bottom: 1px solid transparent;
}

#floor-plans .btn {
	font-size: 18px;
	font-weight: 500;
	height: 67px;
}

.item-arrow {
	background-image: url("../img/tabler_chevron-down.svg");
	background-repeat: no-repeat;
	background-position: right center;
	width: 24px;
	height: 24px;
	cursor: pointer;
	transition: .25s;
}

.item-arrow.active {
	transform: rotate(180deg);
}

.row-content {
	padding: 10px 0;
	display: none;
}

.row-content .grid {
	display: grid;
	grid-template-columns: 1fr 450px;
	gap: 50px;
}

.slider-block, .swiper-slide {
	position: relative;
	overflow: hidden;
	border-radius: 9px;
	width: 100%;
	
}

.swiper-slide a {
	cursor: zoom-in;
	overflow: hidden;
	display: block;
	border-radius: 9px;
}

.slider-block img{
	width: 100%;
	height: auto;
	border-radius: 9px;
	object-fit: cover;
	object-position: top center;
}

.table-data {
	background: #fff;
	border-radius: 30px;
	padding: 40px;
	height: fit-content;
}

#landing__page .table-data .bt {
	font-size: 26px;
	font-weight: 600;
	line-height: 31px;
	margin-bottom: 10px;
}

.table-data table {
	width: 100%;
}

.table-data table tr {
	border-bottom: 1px solid #A0A0A0;
}

.table-data table tr td {
	padding: 20px 0;
}

.table-data table tr td:first-child {
	font-weight: 600;
}

.table-data table tr td:last-child {
	text-align: right;
	color: #A0A0A0;
	font-size: 14px;
}

.table-data table tr td a {
	color: #006FFF;
	border-bottom: 1px solid transparent;
}

.table-data table tr td a:hover {
	border-color: #006FFF;
}

#floor-plans .row-content .btn {
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	height: 44px;
	border: 1px solid #A0A0A0;
	margin-top: 30px;
}
 
html .swiper-button-next:after, html .swiper-button-prev:after {
	font-size: 18px;
	color: #000;
	min-width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #EBEEF2;
}

html .swiper-button-next {
	right: 25px;
}
html .swiper-button-prev {
	left: 25px;
}




.bt__note {
    line-height: 1.6;
}

.bt__note p {
    margin-bottom: 15px;
	font-size: 16px;
}

.bt__note p strong {
    color: #111;
}

.bt__note ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.bt__note ul li {
    margin-bottom: 8px;
    list-style-type: disc;
}

.bt__note ul li::marker {
    color: #000; /* Синий цвет маркеров */
}

.bt__note p:last-child {
    font-weight: bold;
    color: #000;
}

.bt__note h2 {
	margin-bottom: 24px;
	font-size: 30px;
	font-weight: 600;
	line-height: 150%;
}