div.carousel .slick-list {
  background: transparent;
}
.main-wrapper>.page.main .way {
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
}

div.page div.page2 div.page2 {
	padding-left: 0;
	padding-right: 0;
}

h1,
h2 {
	font-size: 48px;
	font-weight: normal;
	max-width: 1150px;
	line-height: 1.2;
	margin: var(--step6) auto var(--step4) auto;
}
h1 {
	margin-bottom: 0;
}
h1+div.text {
	max-width: 1150px;
	margin: 0 auto;
}
h1+div.text>p {
	max-width: 1150px;
	margin-top: var(--step);
}
.builtsv-ext .page3 {
	max-width: 1150px;
	margin: 0 auto;
}
.builtsv-ext .page3 .text.text-sale p {
	line-height: 1.6;
}

a.pps_button:hover {
	color: #fff;
}
.builtsv-ext .header {
	position: relative;
}
.builtsv-ext .header-top {
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 30px;
	left: 0;
}
.builtsv-ext .header-top .page3 {
	background: rgba(var(--color4-rgb),0.7);
	padding: 1px 20px;
}
.builtsv-ext .header-top .page3:hover {
	background: rgba(var(--color4-rgb),0.9);
}
.builtsv-ext .header-top .page3 h1 {
	margin-top: 10px;
}
.builtsv-ext .header-end {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 30px;
	left: 0;
}

.builtsv-ext .header-end-items>div {
	text-align: center;
	word-wrap: break-word;
	background: rgba(var(--color4-rgb),0.7);
	padding: 10px 20px;
}
.builtsv-ext .header-end-items>div:hover {
	background: rgba(var(--color4-rgb),0.9);
}
.page3.page3-credit {
	position: relative;
}
.page3.page3-credit>div {
	position: absolute;
	top: 40px;
	z-index: 12;
}

.ico-credit {
	color: #f5f5f5;
	background: rgba(255, 255, 255, 0.3) url(files/ico-credit.svg) left var(--step) center no-repeat;
	padding-left: 48px;
	padding-right: var(--step2);
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-radius: var(--step);
	width: 100%;
	max-width: max-content;
	min-height: 48px;
	display: flex;
	align-items: center;
}

.advantages>div {
	background-color: #F5F5F5;
	padding: var(--step4) var(--step2) var(--step2) var(--step2);
	position: relative;
}
.advantages>div:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-right: 18px solid transparent;
	border-left: 18px solid transparent;
	border-top: 12px solid #fff;
	position: absolute;
	top: 0;
	margin-top: 0px;
	left: var(--step2);
	z-index: 2;
}

.advantages>div .text {
	font-size: var(--font-small);
	color: #444;
	margin-top: var(--step);
}
.advantages div.ico img {
	width: auto;
	height: 36px;
}

.advantages div.title {
	font-size: var(--font-default);
	margin-top: var(--step);
}
.advantages>div.advantages-dark {
	color: var(--color4);
	background-color: var(--color2);
	padding-top: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.advantages>div.advantages-dark .title {
	color: #e5e5e5;
}

.advantages a.pps_button {
  word-break: break-all;
  max-width: 100%;
  min-width: auto;
  width: 100%;
}

.advantages2 div.ico img {
	width: auto;
	height: 49px;
}

.advantages2 div.title {
	font-size: var(--font-medium);
	letter-spacing: 1px;
	margin-top: var(--step4);
	margin-bottom: var(--step2);
}

.advantages2 div.text {
	color: #8F8F8F;
}

.location {
	background: #F5F5F5;
	padding: 60px 60px;
	margin-top: var(--step6);
	position: relative;
}

.location::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-right: 350px solid transparent;
	border-bottom: 350px solid transparent;
	border-top: 350px solid #fff;
	position: absolute;
	top: 0px;
	left: 0px;

	z-index: 2;
}
.location iframe {
	width: 100%;
}
.location .text {
	font-size: var(--font-large);
}
.location ul.pps_flex {
	margin-bottom: 20px;
}
.location ul li {
	background-color: var(--color6);
	padding: 10px;
	min-height: 100px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.location ul li::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-top: 20px solid #F5F5F5;
	position: absolute;
	top: 0px;
	left: 0px;

	z-index: 2;
}

.location.mortgage {
	padding: 0;
	position: relative;
}

.mortgage .img {
	position: relative;
}

.mortgage .img .b1 {
	position: absolute;
	bottom: 36px;
	left: 150px;
}

.mortgage .img .b1 .ico {
	color: #f5f5f5;
	background: rgba(255, 255, 255, 0.5) url(files/ico-credit.svg) left var(--step) center no-repeat;
	padding-left: 48px;
	padding-right: var(--step2);
	border: 1px solid #f5f5f5;
	border-radius: var(--step);
	width: 100%;
	max-width: max-content;
	min-height: 48px;
	display: flex;
	align-items: center;
}

.mortgage .img .b1 .title>.title {
	font-size: 48px;
	font-weight: normal;
	line-height: 1.2;
	color: #f5f5f5;
	margin: var(--step6) auto var(--step) auto;
}

.mortgage .img .b1 .text {
	font-size: 48px;
	font-weight: normal;
	line-height: 1.2;
	color: var(--color1);
}
.mortgage .img .b1 .img img {
	margin-right: var(--step4);
	width: auto;
	height: 36px;
	display: inline-block;
}

.page3-mortgage {
	padding-top: var(--step6);
	padding-bottom: var(--step6);
}

.mortgage .b2>div {
	background: #fff;
	padding: var(--step2);
	position: relative;
}

.mortgage .b2>div::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-right: 18px solid transparent;
	border-left: 18px solid transparent;
	border-top: 12px solid #F5F5F5;
	position: absolute;
	top: 0;
	margin-top: 0px;
	left: var(--step2);
	z-index: 2;
}

.mortgage .b2 .title {
	font-size: var(--font-large);
	color: var(--color1);
}

.mortgage .b2 .text {
	font-size: var(--font-default);
	margin-top: var(--step2);
}

.profitabe {
	color: #f5f5f5;
	background-color: var(--color2);
}

.profitabe a {
	color: #f5f5f5;
}

.profitabe a:hover {
	color: #f5f5f5;
}

.profitabe label.pps.pps_button input:hover {
	color: var(--color1);
}
.profitabe .b1 {
	color: var(--color1);
	padding: var(--step);
	margin-top: 60px;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	width: 100%;
	max-width: max-content;
}

.profitabe h2 {
	padding-right: var(--step4);
	margin-top: var(--step2)
}
.profitabe .img {
	background: url(/pic/slider/files/lists/ProjectsBuilt2/000001_Images_1713784208_130.jpg) right center no-repeat;
	background-size: cover;
}
.page3-video a:hover {
	color: var(--color2);
}

.offers-item {
	position: relative;
}

.offers .title {
	font-size: var(--font-large);
	background: rgba(var(--color4-rgb),0.7);
	padding: var(--step2);
	position: absolute;
	bottom: var(--step2);
	left: var(--step2);
}

@media screen and (max-width: 1700px) {
	.location-header {
		margin-left: 150px;
	}

}

@media screen and (max-width: 1400px) {
	.location::after {
		border-right: 250px solid transparent;
		border-bottom: 250px solid transparent;
		border-top: 250px solid #fff;
	}

	.location-header {
		margin-left: 150px;
	}

	.mortgage .img .b1 .title>.title {
		font-size: 48px;
		margin: var(--step) auto var(--step) auto;
	}
}

@media screen and (max-width: 1150px) {
	.page3 {
		padding-left: 20px;
		padding-right: 20px;
	}
	h1 + div.text > p {
	  font-size: 18px;
	  max-width: 900px;
	}
	.builtsv-ext .header-top {
		top: inherit;
		bottom: 36px;
	}
	.builtsv-ext .header-end {
		display: none;
	}
	
	.builtsv-ext .header-top .page3 h1 {
		font-size: 24px;
	}
	
	.page3-mortgage {
		padding-left: var(--step4);
		padding-right: var(--step4);
	}

	.profitabe .b0 {
		display: none;
	}

	.profitabe-conditions {
		padding-left: var(--step4);
		padding-right: var(--step4);
	}
	  .location.mortgage::after {
	    display: none;
	  }

	.mortgage .img .b1 .img img {
		margin-right: var(--step);
		height: 24px;
	}
	.mortgage .img .b1 .title>.text {
		font-size: var(--font-large);
	}
	.offers .title {
		font-size: var(--font-medium);
		padding: var(--step);
	}
}

@media screen and (max-width: 810px) {
	.profitabe>div.pps_flex {
		flex-wrap: wrap;
	}
	.profitabe .img {
		min-height: 350px;
		background-position: right center;
	}
}
@media screen and (max-width: 600px) {
	.builtsv-ext .header-end {
		display: none;
	}
	.location::after {
		border-right: 150px solid transparent;
		border-bottom: 150px solid transparent;
		border-top: 150px solid #fff;
	}

	.location-header {
		margin-left: 50px;
	}
	.offers .title {
		font-size: var(--font-default);
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
	}
}

@media screen and (max-width: 480px) {

	h1,
	h2 {
		font-size: 36px;

	}
	.builtsv-ext .header {
		min-height: 300px;
	}
	
	div.carousel.slick-slider {
	  display: none;
	}
	
	.location {

		padding: var(--step2);
		position: relative;
	}

	.location::after {
		border-right: 50px solid transparent;
		border-bottom: 50px solid transparent;
		border-top: 50px solid #fff;
	}

	.location-header {
		margin-left: 0px;
	}

	.mortgage .img .b1 {
		position: absolute;
		bottom: var(--step2);
		left: var(--step2);
	}

	.mortgage .img .b1 .ico {
		display: none;
		min-height: 36px;
	}

	.mortgage .img .b1 .title>.title {
		font-size: 28px;
	}

	.mortgage .img .b1 .text {
		font-size: 28px;
	}

	.mortgage .img .b1 .text {
		font-size: 20px;
		background-size: contain;
	}
	.mortgage .img .b1 .img img {
		height: 16px;
	}
}
