*:focus,
*:hover,
*:active {
	outline: none !important;
	box-shadow: none !important;
}

body,
html {
	overflow-x: hidden;
	font-family: "Lato", "Open Sans", sans-serif !important;
}

.finder__filter span {
	display: inline-block;
	position: relative;
}

.finder__filter span:before,
.finder__filter span:after {
	content: "";
	position: absolute;
	right: 0;
	width: 0;
	top: 5px;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.finder__filter span:before {
	right: -26px;
	border-top: 5px solid #fff;
}

.finder__filter span:after {
	right: -15px;
	border-bottom: 5px solid #fff;
}

.finder__filter.active.asc span:before {
	border-top: 5px solid #25b8c4;
}

.finder__filter.active.desc span:after {
	border-bottom: 5px solid #25b8c4;
}

.finder--filter-hf span:after,
.finder--filter-hf span:before {
	display: none;
}

.form__response {
	width: 100%;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	margin: 0 0 20px 0;
	background-color: #13a511;
}

.modal {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.75);
}

.modal__box {
	position: relative;
	width: 100%;
	max-width: 660px;
	background-color: #642263;
	padding: 45px;
	overflow-y: scroll;
	max-height: calc(100vh - 60px);
	border-radius: 20px;
	margin: 0 30px;
}

.modal__close {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 20px;
	top: 20px;
	background-color: transparent;
	border: 0;
	height: 30px;
	width: 30px;
}

.modal__close:before,
.modal__close:after {
	content: "";
	position: absolute;
	display: block;
	height: 30px;
	width: 3px;
	background-color: #fff;
}

.modal__close:before {
	transform: rotate(-45deg);
}

.modal__close:after {
	transform: rotate(45deg);
}

.modal__title {
	margin: 0;
	padding: 0;
	font-size: 26px;
	line-height: 34px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.modal__title > span {
	color: #fff;
}

.modal__text {
	margin: 0 0 50px 0;
	padding: 0;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	font-weight: 400;
	text-align: center;
}

.modal__form .modal__control {
	margin: 0 0 20px 0;
	height: 46px;
	width: 100%;
	background-color: #fff;
	border: none;
	border-radius: 100px;
	font-size: 15px;
	line-height: 15px;
	padding: 0 0 0 20px;
}

.modal__form .modal__tarea {
	margin: 0 0 20px 0;
	width: 100%;
	background-color: #fff;
	border: none;
	border-radius: 26px;
	font-size: 15px;
	line-height: 15px;
	padding: 20px;
}

.contact .form__control {
	border-radius: 100px;
	font-size: 15px;
	line-height: 15px;
	padding: 0 0 0 20px;
}

.form__agree:after {
	opacity: 0;
	transition: opacity 300ms ease-in-out;
}

.form__agree.active:after {
	opacity: 1;
}

.form--agree-info:before,
.form--agree-info:after {
	opacity: 0;
}

.modal .form__agree {
	margin: 0 0 20px 0;
}

.modal__submit {
	margin: 30px 0 0 0;
}

.modal__vc-text {
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	opacity: 0.8;
	text-align: center;
	text-transform: uppercase;
}

.modal__vc {
	display: flex;
	justify-content: center;
	border-top: 1px solid rgb(255, 255, 255, 0.3);
	border-bottom: 1px solid rgb(255, 255, 255, 0.3);
	margin: 10px 0 30px 0;
	padding: 30px 0;
}

.modal .form__agrees {
	margin: 0;
}

.modal__vc .form__agree {
	font-size: 18px;
	font-weight: 700;
	margin: 0 20px;
}

.modal__vc .form__agree:before {
	top: -4px;
}

.modal__vc .form__agree:after {
	top: 1px;
}

.footer__phone {
	color: #000;
}

.gallery,
.adg {
	position: relative;
}

.gallery .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 80px;
	width: 80px;
	z-index: 9;
	border-radius: 50px;
	background-color: #000;
	font-size: 0;
	line-height: 0;
	border: 0;
	opacity: 0.5;
	transition: opacity 300ms ease-in-out;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
}

.gallery .slick-prev {
	background-image: url("../img/angle-right.svg");
}

.gallery .slick-next {
	background-image: url("../img/angle-left.svg");
}

.gallery .slick-prev {
	left: 25px;
	border-radius: 0 100px 100px 0;
}

.gallery .slick-next {
	right: -50px;
	border-radius: 100px 0 0 100px;
}

.adg .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 80px;
	width: 80px;
	z-index: 9;
	border-radius: 50px;
	background-color: #000;
	font-size: 0;
	line-height: 0;
	border: 0;
	opacity: 0.5;
	transition: opacity 300ms ease-in-out;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
}

.adg .slick-prev {
	background-image: url("../img/angle-right.svg");
}

.adg .slick-next {
	background-image: url("../img/angle-left.svg");
}

.adg .slick-prev {
	left: 25px;
	border-radius: 0 100px 100px 0;
}

.adg .slick-next {
	right: -50px;
	border-radius: 100px 0 0 100px;
}

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

.contact__add {
	margin-top: 75px;
	margin-bottom: -10px;
}

.contact__dk .contact__text {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.contact__rooms .contact__text {
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.contact__add .contact__dk > div {
	justify-content: space-around;
	width: 100%;
	display: flex;
	margin: 5px 0 0 0;
}

.contact__dk .form__agree {
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	padding-left: 40px;
}

.contact__dk .form__agree:before {
	height: 30px;
	width: 30px;
	top: -6px;
}

.contact__dk .form__agree:after {
	background-size: 11px;
	left: 7px;
	height: 16px;
	top: 1px;
	width: 16px;
}

.contact__rooms .form__agree {
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	padding-left: 40px;
	margin: 0 20px 0 0;
}

.contact__rooms .form__agree:before {
	height: 30px;
	width: 30px;
	top: -6px;
	background-color: #c1c1c1;
	border-color: #c1c1c1;
}

.contact__rooms .form__agree:after {
	background-size: 11px;
	left: 7px;
	height: 16px;
	top: 1px;
	width: 16px;
}

.contact__add .contact__rooms > div {
	display: flex;
	justify-content: space-between;
}

.why__icon {
	height: 90px;
	width: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.investment__icon {
	height: 60px;
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
}

.banner__badge {
	bottom: 30px;
	left: 60px;
}

.banner__call {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	text-transform: uppercase;
}

.footer__call {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	text-transform: uppercase;
}

.banner__content {
	padding: 40px 0;
}

.banner__logo,
.banner__brand {
	text-align: left;
}

.banner__call a,
.footer__call a {
	color: #612768;
	transition: color 300ms ease-in-out;
}

.banner__call a:hover,
.footer__call a:hover {
	color: #fbc311;
}

.map .map--mobile {
	display: none;
}

.why__heading img {
	height: 42px;
}

.finder__col,
.finder__filter {
	width: calc(100% / 9);
	font-size: 15px;
	line-height: 15px;
}

@media screen and (max-width: 992px) {
	.investment {
		padding-top: 0;
	}

	#contact_submit {
		margin-top: 30px;
	}

	.contact__rooms {
		margin: 0 0 15px 0;
	}

	.contact__add {
		margin-top: 30px;
	}

	.form__agrees {
		margin-top: 50px;
	}

	.contact__add .contact__rooms > div {
		flex-wrap: wrap;
	}

	.contact__rooms .form__agree {
		margin: 0 0 30px 0;
	}

	.gallery,
	.adg {
		display: none;
	}

	.banner {
		margin: 0;
		height: 80vh;
		overflow: hidden;
	}

	.banner:before {
		margin: 60px 0 0 0;
		width: 100vw;
		left: 0;
	}

	.banner__badge img {
		height: 120px;
	}

	.banner__content {
		display: flex;
	}

	.banner__logo,
	.banner__brand {
		position: absolute;
		width: 50%;
		top: 15px;
	}

	.banner__logo img,
	.banner__brand img {
		width: auto;
		height: 30px;
	}

	.banner__brand {
		left: -7px;
	}

	.banner__logo {
		right: 10px;
	}

	.banner__logo img {
		height: 35px;
	}

	.banner__box {
		order: 3;
		font-size: 29px;
		line-height: 29px;
		margin: 15px 0 0 0;
		display: inline-block;
		width: 230px;
		color: #fbc311;
		background-color: #622668;
		padding: 15px 20px;
	}

	.banner__box span {
		font-size: 28px;
		line-height: 28px;
	}

	.banner__box strong {
		font-size: 42px;
		line-height: 42px;
	}

	.banner__content {
		background-color: transparent;
	}

	.why {
		padding: 50px 0 10px 0;
	}

	.why__heading {
		margin: 0 0 55px 0;
	}

	.why__icon {
		height: 75px;
		width: 75px;
	}

	.why__heading span {
		display: none;
	}

	.why__items {
		flex-wrap: wrap;
		justify-content: center;
	}

	.contact {
		padding: 45px 0;
	}

	.pagination {
		margin-top: 0;
	}

	.contact__heading {
		margin-bottom: 45px;
	}

	.investment__item {
		flex-direction: column;
		margin-bottom: 30px;
	}

	.why__item {
		width: 100%;
		margin-bottom: 45px;
	}

	.investment__text {
		margin-top: 15px;
		text-align: center;
	}

	.why__title {
		margin: 20px 0 0 0;
		font-size: 14px;
		line-height: 20px;
	}

	.why__icon img {
		height: 75px;
	}

	.footer__heading,
	.footer__line {
		font-size: 16px;
		line-height: 22px;
	}

	.footer__line {
		margin: 0;
	}

	.footer__brand img {
		height: 60px;
	}

	.footer__bar {
		margin: 35px 0 0 0;
	}

	.footer__bar {
		font-size: 15px;
		line-height: 18px;
	}

	.footer__bottom .container {
		flex-direction: column;
	}

	.footer__phone {
		margin: 25px 0 0 0;
	}

	.modal__box {
		padding: 50px 30px 30px 30px;
		max-height: calc(100vh - 30px);
		margin: 0 15px;
	}

	.modal__close:before,
	.modal__close:after {
		height: 20px;
	}

	.modal__title {
		font-size: 19px;
		line-height: 27px;
	}

	.modal__text {
		margin: -20px 0 30px 0;
		font-size: 14px;
		line-height: 22px;
	}

	.modal__vc-text {
		font-size: 14px;
		line-height: 19px;
	}

	.finder__filters {
		padding: 10px 15px;
	}

	.finder__filter {
		font-size: 13px;
		line-height: 13px;
		width: calc(100% / 4);
	}

	.finder__col {
		width: calc(100% / 4);
	}

	.finder__filter span {
		display: flex;
		justify-content: center;
	}

	.finder__filter span:before,
	.finder__filter span:after {
		left: auto;
		right: auto;
		top: 18px;
	}

	.finder__filter span:before {
		margin-left: -5px;
	}

	.finder__filter span:after {
		margin-left: 5px;
	}

	.finder__item {
		padding: 20px 15px;
	}

	.finder--filter-wf {
		display: none;
	}

	.finder__text,
	.finder__contact {
		font-size: 13px;
		line-height: 13px;
	}

	.map img,
	.map {
		height: 100vw;
	}

	.map .map--mobile {
		display: block;
	}

	.map .map--desktop {
		display: none;
	}

	.investment__icon,
	.investment__icon img {
		height: 35px;
		width: 35px;
	}

	.investment__text {
		font-size: 10px;
		line-height: 14px;
		padding: 0 10px 0 0;
		word-break: break-word;
	}

	.contact__form .form__group {
		margin: 0 0 15px 0;
	}

	.finder {
		padding: 26px 0 0 0;
	}

	.finder__title,
	.finder__subheading {
		font-size: 16px;
		line-height: 22px;
	}

	.finder__title {
		margin: 0 0 40px 0;
	}

	.finder--nf-filter {
		margin: 50px 0 0 0;
	}

	.finder__subheading {
		margin: 0 0 35px 0;
	}

	.finder__result {
		margin: 58px 0 0 0;
	}

	.finder__search {
		margin: 0 0 30px 0;
	}

	.investment__control {
		margin: 0 0 50px 0;
	}

	.banner__contact {
		display: none;
	}

	.banner__badge {
		bottom: 15px !important;
		left: 15px !important;
		top: unset;
	}

	#contact_submit_mobile {
		width: 100%;
		margin: 0 15px;
	}
}

.modal__vc .form__agree:first-of-type {
	margin-left: 35px;
}

.form--response-error {
	background-color: #ce1c1c;
}

.form__agree-toggler {
	position: relative;
	font-size: 10px;
	line-height: 12px;
	color: #fff;
	font-weight: 700;
	padding-left: 5px;
	cursor: pointer;
}

.form__agree-toggler:hover {
	opacity: 0.75;
}

.form__agree .form__agree-long {
	display: none;
}

.form__agree.show .form__agree-short {
	display: none;
}

.form__agree.show .form__agree-long {
	display: inline;
}

.finder__slider .ui-slider-handle {
	background-color: #314f6f;
	background-image: url("../img/angle-right.svg");
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(180deg);
}

.gallery__dots .slick-dots .slick-active button {
	background-color: #314f6f;
}

.finder__slider .ui-slider-handle:nth-of-type(2) {
	transform: rotate(0);
}

.banner:before {
	display: none;
}

.banner__call a,
.footer__call a {
	position: relative;
}

.banner__call a:before,
.footer__call a:before {
	content: "";
	height: 20px;
	width: 20px;
	left: 0;
	display: block;
	position: absolute;
	background-image: url("../img/phone.svg");
}

.banner__call a,
.footer__call a {
	position: relative;
	padding-left: 40px;
}

.banner__call a:before {
	margin-top: 5px;
	content: "";
	height: 30px;
	width: 30px;
	background-size: 30px;
	display: block;
	position: absolute;
	background-image: url("../img/phone.svg");
}

.footer__call a:before {
	margin-top: 4px;
	margin-left: 6px;
	content: "";
	height: 30px;
	width: 30px;
	background-size: 30px;
	display: block;
	position: absolute;
	background-image: url("../img/phone.svg");
}

.contact__rooms .form__agree.active:before {
	background-color: #9c9c9c;
	border-color: #fff;
}

.form__agree:after {
	background-image: url(../img/check_white.svg);
	background-size: 10px !important;
}

.finder__item .finder__roll {
	display: none;
}

.finder__item.finder--item-toggled .finder__roll {
	display: block;
}

.finder__item.finder--item-toggled:hover {
	opacity: 1 !important;
}

.finder__roll,
.finder__roll .row {
	width: 100%;
}

.finder__roll .row {
	padding: 20px 0 15px 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.finder__roll_first {
	width: calc(100% / 9);
	background-color: #314f6f;
	color: #fff;
	margin: 0 0 5px 0;
	padding: 20px;
	font-size: 15px;
	line-height: 15px;
}

.finder__roll_second {
	width: calc(100% - 100% / 9);
	background-color: #eaeaea;
	margin: 0 0 5px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	line-height: 15px;
}

.finder__roll_second img {
	max-width: 100%;
	max-height: 60vh;
}

.finder__roll,
.finder__roll .row .col-6 {
	margin: 15px 0;
}

.finder__roll .row .col-6 img {
	height: 30px;
}

.finder__roll,
.finder__roll .row .col-6 span {
	color: #622462;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
}

.finder__roll {
	margin: 5px 0 0 0;
	font-size: 13px;
	line-height: 13px;
	color: #313131;
	font-weight: 700;
}

@media screen and (min-width: 991px) {
	.finder__roll_price {
		display: none;
	}
	.pagination {
		margin: 60px 0 45px 0;
	}
}

@media screen and (max-width: 992px) {
	.finder__filter span:before,
	.finder__filter span:after {
		display: none !important;
	}
	.banner {
		display: none;
	}

	.footer__call {
		margin-top: 14px;
	}

	.mbanner {
		display: block;
	}

	.mbanner__img {
		height: 40vh;
	}

	.mbanner__img img {
		width: 100vw;
		left: -15px;
		position: relative;
		object-fit: cover;
		height: 100%;
	}

	.mbanner__head {
		display: flex;
		align-items: center;
		padding: 15px 0;
	}

	.mbanner__head a {
		width: 50%;
	}

	.mbanner__content {
		padding: 10px 0;
		margin: 0 -15px;
		width: 100vw;
		text-transform: uppercase;
		background-color: #314f6f;
		color: #fff;
		font-size: 16px;
		line-height: 28px;
		font-weight: 700;
		text-align: center;
	}

	.mbanner__phone {
		position: relative;
		display: flex;
		align-items: center;
		font-size: 17px;
		line-height: 17px;
		font-weight: 700;
		color: #612768;
		padding-left: 30px;
	}

	.mbanner__phone:before {
		margin-top: 5px;
		content: "";
		left: 0;
		height: 30px;
		width: 30px;
		background-size: 30px;
		display: block;
		position: absolute;
		background-image: url("../img/phone.svg");
	}

	.mbanner__head img {
		width: 100%;
	}

	.mbanner__brand {
		text-align: center;
		padding: 20px 0;
		display: flex;
		justify-content: center;
	}

	.mbanner__brand img {
		height: 30px;
	}

	.finder__preview {
		display: none !important;
	}

	.finder__item {
		flex-wrap: wrap;
	}

	.finder--m-col-first {
		position: relative;
	}

	.finder--m-col-first .finder__text {
		padding-right: 15px;
	}

	.finder--col-first .finder__text {
		position: relative;
	}

	.finder--col-first .finder__text:after {
		content: "";
		position: absolute;
		left: 30px;
		margin-top: -3px;
		height: 18px;
		width: 18px;
		border-radius: 50%;
		background-color: #314f6f;
		background-image: url("../img/angle-left.svg");
		background-size: 10px;
		background-position: center;
		transform: rotate(90deg);
		background-repeat: no-repeat;
	}

	.finder__item.active .finder__text:after {
		transform: rotate(270deg);
	}
	.finder--filter-first span {
		justify-content: flex-start;
	}
	.finder__item {
		padding: 20px !important;
	}
	.finder__roll_second img {
		width: 100%;
	}
	.finder__roll_first {
		padding: 10px;
	}
	.finder__roll_second {
		padding: 10px;
	}
	.finder__roll_first,
	.finder__roll_second {
		width: 100%;
		font-size: 13px;
		line-height: 13px;
		margin: 0;
	}
	.finder__roll_price span {
		background-color: #314f6f;
		padding: 10px 24px;
		border-radius: 100px;
		color: #fff;
		font-size: 14px;
		line-height: 14px;
	}
}

@media screen and (min-width: 991px) {
	.mbanner {
		display: none;
	}

	.banner__box {
		white-space: nowrap;
	}
}

.banner__call a {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.banner__call a:after {
	margin-top: 12px;
	content: "";
	left: 200px;
	height: 30px;
	width: 100%;
	background-size: 30px;
	display: block;
	position: absolute;
	background-image: url("../img/dots.svg");
	background-repeat: no-repeat;
	background-size: 160px;
}

.finder__paginationer {
	font-size: 0;
	line-height: 0;
	border: 0;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background-color: #c5c5c5;
	margin: 0 5px;
}

.finder__paginationer.active {
	background-color: #314f6f;
}

@media screen and (max-width: 321px) {
	.investment__text {
		font-size: 9px;
		line-height: 14px;
	}
}

@media screen and (max-width: 350px) {
	.footer__call {
		flex-direction: column;
	}
}

.banner__col {
	width: 40%;
	margin-left: auto;
	position: relative;
	z-index: 9;
	padding-left: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.banner__col {
	width: auto;
	margin: 0;
	padding: 0;
	max-width: 475px;
}

.banner__img {
	display: flex;
	width: 100%;
	margin-right: 60px;
	margin-left: 30px;
	overflow: hidden;
	border-radius: 0 120px 0 0;
}

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

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

@media screen and (max-width: 992px) {
	.banner {
		display: none;
	}
}

.mbanner__content {
	background-color: #d8001d;
}

.btn--st {
	background-image: linear-gradient(to bottom, #314f6f, #314f6f);
}

.form__agree-toggler {
	color: #fff;
}

.finder__filters {
	z-index: 990;
}

.finder__filters {
	background-color: #314f6f;
}

.modal__box {
	background-color: #505050;
}

.adg__overlay {
	background-color: rgba(48, 78, 111, 0.85);
}

.finder__table {
	background-color: #fff;
	border-left: 1px solid #81539c;
	border-right: 1px solid #81539c;
}

.finder__item {
	padding: 20px 45px;
	border-bottom: 1px solid #81539c;
	cursor: pointer;
	transition: opacity 300ms ease-in-out;
	flex-wrap: wrap;
}

.finder__item:hover {
	opacity: 0.75;
}

.finder__item .hide {
	display: none;
}

.finder__item.finder--item-toggled .on {
	display: none;
}

.finder__item.finder--item-toggled .hide {
	display: inline-block;
}

.finder--item-odd {
	background-color: #f5f5f5;
}

.finder__contact {
	background-color: #314f6f;
	padding: 10px 24px;
	border-radius: 100px;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	width: 100%;
}

.banner__call a,
.footer__call a {
	color: #314f6f;
}

.banner__call a:hover,
.footer__call a:hover {
	color: #09a5e0;
}

.contact__heading,
.contact__rooms .contact__text {
	color: #fff;
}

.modal__title > span {
	color: #09a5e0;
}

@media screen and (max-width: 992px) {
	.investment__item {
		align-items: center;
	}
}

.finder__more {
	max-width: 300px;
	margin: 0 auto;
}

@media screen and (max-width: 992px) {
	.finder__mores {
		margin-top: -20px;
		padding-bottom: 40px;
		margin-bottom: 55px;
	}
}

@media screen and (min-width: 992px) {
	.finder__mores {
		margin-top: -60px;
		padding-bottom: 40px;
	}
	.finder__paginationer:hover {
		background-color: #09a5e0;
		opacity: 0.5;
	}
}

.form__cfvc {
	display: flex;
	justify-content: center;
	margin: 0 !important;
	width: 100%;
	position: relative;
	left: -15px;
}

.form__cfvc:before,
.form__cfvc:after {
	left: unset;
}

.finder__3d img {
	height: 26px;
}

@media screen and (max-width: 992px) {
	.finder--filter-3d {
		display: none;
	}
	.fsrdgthertwe {
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 9;
	}
	.why__item {
		flex-direction: row;
	}
	.why__item .why__title {
		text-align: left;
		margin: 0 0 0 20px;
		font-size: 14px;
		line-height: 20px;
		font-weight: 400;
	}
	.investment__item .investment__icon,
	.investment__item .investment__icon img {
		height: 50px;
		width: 50px;
		margin: 0;
	}
	.investment__item {
		flex-direction: row;
	}
	.investment__item .investment__text {
		text-align: left;
		margin: 0 0 0 20px;
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;
	}
	.gallery {
		display: block;
		margin-bottom: 60px;
		margin-top: -30px;
	}
	.gallery__item img {
		height: 80vw;
	}
	.gallery__dots ul {
		padding: 0;
	}
}

.pps {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.pps__content img {
	width: 100%;
}

.pps__overlay {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.65);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pps__box {
	height: 90vh;
	width: 90vh;
	display: flex;
	align-items: center;
	border-radius: 10px;
	position: relative;
	z-index: 99;
	margin: 0 25px;
}

.pps__close {
	height: 40px;
	width: 40px;
	border: 0;
	position: absolute;
	background-color: transparent;
	top: 5px;
	right: 0;
	z-index: 100;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pps__close:before,
.pps__close:after {
	content: "";
	width: 3px;
	height: 40px;
	background-color: #fff;
	display: block;
}

.pps__close:before {
	transform: rotate(-45deg);
}

.pps__close:after {
	transform: rotate(45deg);
	position: relative;
	top: 0;
	left: -3px;
}

.pps__content {
	position: relative;
	margin-top: 0;
	text-align: center;
	font-size: 22px;
	line-height: 22px;
	font-weight: 700px;
}

@media screen and (max-width: 992px) {
	.pps__close,
	.pps__close:before,
	.pps__close:after {
		width: 20px;
		height: 20px;
	}
	.pagination {
		flex-wrap: wrap;
		padding: 30px 0;
	}
	.finder__paginationer {
		margin: 5px;
	}
}

/* container fixes */

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	max-width: 1340px;
	width: 100%;
}

.banner__logo img {
	width: 75%;
}

.banner__box {
	color: #fff;
	background-color: #328734;
	margin-left: calc(-40% - 30px);
	border-radius: 0 30px 0 30px;
}

.banner__label {
	position: absolute;
	left: -55px;
	top: 67px;
	background-color: #e30714;
	padding: 10px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	width: 290px;
	transform: rotate(-45deg);
	text-align: center;
	text-transform: uppercase;
}

.footer__form {
	margin: 30px 0 60px 0;
	background: #d8001d;
	color: #fff;
	border: 0;
	padding: 20px 40px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 100px;
}

.row--submit {
	margin: 35px 0 0 0;
	display: flex;
	justify-content: center;
	width: 100%;
}

.form__submit {
	padding: 8px 36px;
	min-width: 200px;
	text-align: center;
	max-width: 230px;
}

.form__submit {
	color: #314f6f;
	background-color: #fff;
	background-image: linear-gradient(to bottom, #fff, #fff);
}

.footer__copy {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	color: #000;
	text-align: center;
}

@media screen and (min-width: 991px) {
	.footer__bottom .container {
		position: relative;
		justify-content: center;
		align-items: center;
	}

	.footer__logo {
		position: absolute;
		left: 15px;
	}

	.footer__call {
		position: absolute;
		right: 15px;
	}
}

@media screen and (max-width: 992px) {
	.footer__copy {
		margin: 20px 0 5px 0;
	}
}

.footer__offer {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	font-weight: 400;
}

.row--submit {
	margin: 35px 0 0 0;
	display: flex;
	justify-content: center;
	width: 100%;
}

.form__submit {
	padding: 8px 36px;
	min-width: 200px;
	text-align: center;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
}

.map img,
.map {
	height: auto;
	max-width: 100%;
	width: 100%;
}

@media screen and (max-width: 992px) {
	.footer__form {
		margin: 15px 0 15px 0;
		width: 100%;
	}
	.form__submit {
		margin: 15px 15px 0 15px !important;
		width: 100%;
		max-width: 100%;
	}
	.why__items {
		width: 80%;
		margin: 0 auto;
	}
	.why__item {
		margin: 0 0 30px 0;
	}
	.investment > .container > .row {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.form__submit {
		margin-top: 20px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

.mbanner__phone,
.banner__call a,
.footer__call a,
.mbanner__phone,
.banner__call a:hover,
.footer__call a:hover {
	color: #000;
}

.pps__content,
.pps__content:hover {
	cursor: pointer;
}

.pps__content:before {
	content: "X";
	position: absolute;
	right: -13px;
	top: -13px;
	background-color: #fff;
	width: 26px;
	height: 26px;
	border-radius: 100px;
	font-size: 16px;
	line-height: 24px;
	padding-left: 2px;
}

.map img,
.map {
	object-fit: auto !important;
	object-position: unset !important;
}
.map {
	max-height: unset !important;
}

@media screen and (min-width: 991px) {
	.finder__result {
		max-width: 230px;
		margin-left: auto;
	}
}

.gallery__item,
.adg__item {
	overflow: hidden;
	border-radius: 30px;
}

.mbanner__img {
	position: relative;
}

.mbanner__badge {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.mbanner__badge img {
	width: 100px;
	height: 40px;
}

.why__items {
	justify-content: center;
}

.banner__badge img {
	height: 210px;
	width: 210px;
}

.mbanner__badge {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.mbanner__badge img {
	width: 160px;
	height: 160px;
	object-fit: contain;
}

.why__items {
	justify-content: center;
}

@media screen and (max-width: 992px) {
	.why__items {
		align-items: center;
	}

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

	.why__item .why__title {
		text-align: left;
		margin: 16px 0 0 0;
		font-size: 14px;
		line-height: 20px;
		font-weight: 400;
	}

	.banner__badge img {
		height: 120px;
	}
}

.banner-top-badge {
	position: absolute;
	left: 60px;
	top: 60px;

	height: 210px;
	width: 210px;
}

.banner-top-badge img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.mbanner-top-badge {
	position: absolute;
	right: -20px;
	bottom: 12px;
	z-index: 10;

	height: 170px;
	width: 170px;
}

.mbanner-top-badge img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
