@media (min-width: 1600px) {
	.container {
		max-width: 1400px !important;
	}
}
@media (min-width: 1900px) {
	.container {
		max-width: 1700px !important;
	}
}
@media (max-width: 1150px) {
	.container {
		max-width: 900px !important;
	}
	header .header__wrapper {
		gap: 40px;
	}
	header .header__menu {
		gap: 20px;
	}
	header .header__socials {
		gap: 10px;
	}
	main .benefits__wrapper {
		gap: 30px 100px;
	}
	main .benefits__item:not(:last-child)::after {
		top: 0px;
		right: -50px;
	}
	main .projects__item img {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	main .dream__item img {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	main .cond__row {
		padding: 55px 30px;
	}
	main .cond__btn {
		width: 320px;
	}
	main .cond__item {
		font-size: 25px;
	}
	main .cond__item span {
		font-size: 18px;
	}
	main .life__row {
		gap: 30px 100px;
	}
	main .life__item:not(:last-child)::after {
		content: '';
		top: -10px;
		right: -50px;
	}
	main .schema__img {
		max-width: 95%;
	}
	main .price__row {
		padding-right: 30px;
		padding-left: 30px;
	}
	main .price__item-line::after {
		display: none;
	}
	main .tech__row {
		gap: 30px 50px;
	}
	main .tech__item:not(:last-child)::after {
		content: '';
		top: 0px;
		right: -20px;
	}
	main .bud__wrapper {
		gap: 30px 80px;
	}
	main .sale__price {
		padding-top: 10px;
		gap: 2px;
	}
	footer .footer__row {
		gap: 20px;
	}
	footer .footer__menu {
		gap: 20px;
	}
}
@media (max-width: 992px) {
	.container {
		max-width: 700px !important;
	}
	header .header__socials {
		display: none;
	}
	header .header__menu {
		gap: 10px;
	}
	header .header__wrapper {
		gap: 20px;
	}
	header .promo__box {
		padding-top: 300px;
		padding-left: 20px;
	}
	header::before {
		top: 700px !important;
		width: 50px !important;
		background-size: contain !important;
	}
	main .benefits__wrapper {
		gap: 30px 50px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	main .benefits__item:not(:last-child)::after {
		top: 10px;
		right: -20px;
	}
	main .cond__row {
		-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;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 20px;
	}
	main .cond__item {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	main .life__row {
		gap: 30px 50px;
	}
	main .life__item:not(:last-child)::after {
		content: '';
		top: 0px;
		right: -25px;
	}
	main .map {
		background-position: left;
		min-height: 521px;
	}
	main .plans__buttons {
		gap: 10px;
	}
	main .price__item-line {
		padding-right: 30px;
	}
	main .zayavka__form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	main .bud__wrapper {
		gap: 30px;
	}
	main .contacts__wrapper {
		gap: 30px;
	}
	main .tech__row {
		gap: 30px;
	}
	main .tech__item:not(:last-child)::after {
		content: '';
		top: 20px;
	}
	main .contacts__item2 {
		gap: 30px;
	}
	footer .footer__row {
		gap: 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	footer .footer__menu {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	footer .footer__row2 {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media (max-width: 768px) {
	.container {
		max-width: 500px !important;
	}
	header .header__menu {
		display: none;
	}
	header .hamburger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	header .header__wrapper {
		padding: 16px 0;
		-webkit-box-pack: unset;
		-ms-flex-pack: unset;
		justify-content: unset;
	}
	header .promo__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	header .promo__circles {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	header .promo__box {
		padding-top: 105px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		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-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	header .promo__title {
		text-align: center;
		max-width: 580px;
		margin: 0 auto;
	}
	header .promo__circle1,
	header .promo__circle2,
	header .promo__circle3 {
		width: 105px;
		height: 105px;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: 13px;
	}
	header .promo__circle1 span,
	header .promo__circle2 span,
	header .promo__circle3 span {
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 18px;
	}
	header::before {
		top: 781px !important;
		width: 70px !important;
	}
	main .benefits__item {
		width: 185px;
	}
	main .benefits__item:not(:last-child)::after {
		display: none;
	}
	main .map {
		background-position: 34% 50%;
		min-height: 463px;
	}
	main .price__row {
		padding: 30px 50px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 25px;
	}
	main .price__item {
		text-align: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 10px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	main .price__item-line {
		padding-right: 0px;
	}
	main .price__item-line::after {
		content: '';
		display: block;
		width: 3px;
		height: 246px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-ms-flex-negative: 0;
		flex-shrink: 0;
		border-radius: 100px;
		background: #d9d9d9;
		left: 50%;
		bottom: -130px;
	}
	main .tech__row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 30px 70px;
	}
	main .tech__item {
		width: 150px;
	}
	main .tech__item:not(:last-child)::after {
		display: none;
	}
	main .bud__wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 30px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	main .bud__item2 {
		-webkit-box-align: self-start;
		-ms-flex-align: self-start;
		align-items: self-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	main .bud__row {
		gap: 45px;
	}
	main .bud__desc {
		text-align: center;
	}
	main .bud__block:not(:last-child)::after {
		content: '';
		top: 10px;
		right: -20px;
	}
	main .contacts__wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	main .contacts__row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	main .contacts__block {
		text-align: center;
	}
	main .contacts__subtitle,
	main .bud__subtitle {
		text-align: center !important;
	}
	main .contacts__title,
	main .bud__title {
		text-align: center !important;
	}
	footer .footer__socials {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (max-width: 576px) {
	.container {
		max-width: 300px !important;
		padding: 0;
	}
	.subtitle {
		font-size: 16px !important;
	}
	.title,
	.title-white {
		font-size: 30px !important;
		max-width: 230px;
		margin: 0 auto;
	}
	header::before {
		top: 505px !important;
		width: 60px !important;
	}
	header {
		height: 490px;
		max-height: 490px;
		min-height: 690px !important;
	}
	header .header__container {
		max-width: 100% !important;
	}
	header .header__btn {
		width: 170px;
		font-size: 12px;
	}
	header .header__logo {
		width: 83px;
	}
	header .header__logo img {
		width: 83px;
	}
	header .header__wrapper {
		gap: 10px;
	}
	header .promo__circles {
		padding-top: 45px;
		gap: 10px;
	}
	header .promo__title {
		font-size: 30px;
	}
	header .promo__subtitle {
		font-size: 15px;
	}
	header .promo__desc {
		text-align: center;
		font-size: 20px;
	}
	header .promo__box {
		padding-top: 85px;
		padding-left: 0;
	}
	header .promo__btn {
		width: 320px;
		max-width: 320px;
		font-size: 16px;
		height: 50px;
	}
	header .promo__circle1,
	header .promo__circle2,
	header .promo__circle3 {
		width: 105px;
		height: 95px;
	}
	main .benefits {
		margin-top: 50px;
	}
	main .benefits__item {
		width: 120px;
		margin-bottom: auto;
	}
	main .projects__title {
		font-size: 30px;
	}
	main .projects__slider {
		margin-top: 20px;
	}
	main .projects-dots {
		margin-top: 20px;
	}
	main .dream__slider {
		margin-top: 20px;
	}
	main .dream-dots {
		margin-top: 20px;
	}
	main .month {
		margin-top: 55px;
	}
	main .month__metr {
		font-size: 25px;
	}
	main .month__desc {
		font-size: 16px;
	}
	main .month__price {
		font-size: 25px;
	}
	main .month__item {
		padding: 20px;
	}
	main .cond {
		margin-top: 55px;
		padding-bottom: 50px;
		padding-top: 50px;
	}
	main .cond__wrapper {
		margin-top: 30px;
	}
	main .cond__row {
		padding: 35px 30px;
	}
	main .cond__btn {
		width: 280px;
		height: 50px;
		font-size: 16px;
	}
	main .cond__item {
		font-size: 23px;
	}
	main .cond__item span {
		font-size: 15px;
	}
	main .sale {
		padding: 55px 0;
	}
	main .sale__item {
		padding: 20px;
	}
	main .sale__metr {
		font-size: 25px;
	}
	main .sale__desc {
		font-size: 16px;
	}
	main .sale__price {
		font-size: 25px;
	}
	main .sale__price span {
		padding-right: 10px;
	}
	main .life {
		padding: 55px 0;
	}
	main .life__row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	main .life__item:not(:last-child)::after {
		display: none;
	}
	main .life__wrapper {
		gap: 30px;
	}
	main .life__desc {
		font-size: 16px;
	}
	main .map {
		margin-top: 55px;
		margin-bottom: 55px;
		min-height: 360px;
		background: url('../img/mapmob.png') center center/cover no-repeat;
	}
	main .plans {
		padding: 55px 0;
	}
	main .plans__img {
		max-width: 280px;
		height: 340px;
	}
	main .plans__metr {
		font-size: 20px;
	}
	main .schema {
		padding-top: 50px;
	}
	main .schema__slider {
		margin-top: 0;
	}
	main .schema__title {
		font-size: 20px;
	}
	main .schema__img {
		height: 200px;
	}
	main .price {
		padding: 55px 0;
	}
	main .price__item {
		font-size: 18px;
	}
	main .price__item span {
		font-size: 14px;
	}
	main .price__row {
		padding: 20px 30px;
	}
	main .projects {
		padding: 55px 0;
	}
	main .dream {
		padding: 55px 0;
	}
	main .tech {
		padding: 55px 0;
	}
	main .tech__wrapper {
		gap: 30px;
	}
	main .tech__item {
		width: 110px;
	}
	main .tech__desc {
		font-size: 16px;
	}
	main .tech__row {
		gap: 30px;
	}
	main .zayavka {
		padding: 55px 0;
	}
	main .zayavka__form input,
	main .zayavka__btn {
		width: 100%;
		font-size: 15px;
		height: 50px;
	}
	main .zayavka__form input::-webkit-input-placeholder {
		font-size: 15px;
	}
	main .zayavka__form input::-moz-placeholder {
		font-size: 15px;
	}
	main .zayavka__form input:-ms-input-placeholder {
		font-size: 15px;
	}
	main .zayavka__form input::-ms-input-placeholder {
		font-size: 15px;
	}
	main .zayavka__form input::placeholder {
		font-size: 15px;
	}
	main .zayavka__title {
		max-width: 270px;
	}
	main .zayavka__desc {
		font-size: 16px;
		line-height: 20px;
	}
	main .bud {
		padding: 55px 0;
	}
	main .bud__desc {
		padding-top: 20px;
		font-size: 16px;
		line-height: 20px;
	}
	main .bud__block {
		font-size: 25px;
	}
	main .bud__block span {
		font-size: 16px;
		line-height: 20px;
	}
	main .bud__item2 {
		gap: 20px;
	}
	main .faq {
		padding: 55px 0;
	}
	main .faq__accordion {
		margin-top: 20px;
		gap: 0;
	}
	main .faq__accordion-header {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		padding: 20px;
	}
	main .faq__accordion-head {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		font-size: 20px;
		max-width: 253px;
	}
	main .faq__accordion-arrow {
		width: 30px;
		height: 30px;
		min-width: 30px;
		min-height: 30px;
	}
	main .faq__accordion-item {
		padding: 5px 0px 5px 0;
	}
	main .faq__accordion-content {
		padding-top: 5px;
		padding-left: 15px;
		font-size: 16px;
		max-width: 270px;
	}
	main .contacts {
		padding: 55px 0;
	}
	main .contacts__socials {
		margin-top: 20px;
	}
	main .contacts__block {
		font-size: 16px;
	}
	main .contacts__block a {
		font-size: 20px;
	}
	footer {
		padding: 55px 0 !important;
	}
	footer .footer__row2 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	footer .footer__menu {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		gap: 20px 30px;
	}
	footer .footer__menu a {
		font-size: 14px;
	}
	footer .footer__btn {
		min-width: 100%;
		max-width: 100%;
		font-size: 16px;
	}
	footer .footer__rights {
		font-size: 16px;
	}
	footer .footer__policy {
		font-size: 16px;
	}
	.thanks .promo__btn {
		width: 320px;
        height: 60px;
        font-size: 14px;
        margin-top: 30px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: center;
        gap: 20px;
	}
	.thanks .thanks__title {
		padding-top: 280px;
		font-size: 28px;
	}
}
header {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 905px;
	background: url('../img/mainbg.webp') center center/cover no-repeat;
	position: relative;
}
header::before {
	content: '';
	position: absolute;
	width: 96px;
	height: 13px;
	background: url('../img/palka.svg') center center/cover no-repeat;
	top: 715px;
	left: 0;
}
.header {
	background: rgba(255, 255, 255, 0.6);
}
.header__wrapper {
	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;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 22px 0;
	gap: 100px;
}
.header__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header__menu a {
	color: #000;
	text-align: center;
	font-family: 'Gilroy';
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.28px;
	text-transform: uppercase;
}
.header__socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}
.header__btn {
	border-radius: 30px;
	background: #ff6b00;
	width: 215px;
	height: 45px;
	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: #fff;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.28px;
	text-transform: uppercase;
}
.promo {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 55px;
	position: relative;
}
.promo__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.promo__box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 433px;
}
.promo__subtitle {
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}
.promo__title {
	padding-top: 10px;
	max-width: 750px;
	color: #fff;
	font-family: 'Futura';
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.promo__desc {
	padding-top: 20px;
	color: #fff;
	font-size: 40px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.8px;
	position: relative;
}
.promo__btn {
	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;
	margin-top: 30px;
	border-radius: 50px;
	border: 2px solid #fff;
	width: 350px;
	height: 60px;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}
.promo__circles {
	padding-top: 108px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}
.promo__circle1,
.promo__circle2,
.promo__circle3 {
	width: 180px;
	height: 180px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	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: 2px;
	color: #000;
	text-align: center;
	font-size: 20.417px;
	font-style: normal;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0.408px;
	text-transform: uppercase;
}
.promo__circle1 span,
.promo__circle2 span,
.promo__circle3 span {
	display: block;
	color: #000;
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
.promo__circle {
	position: relative;
	left: -100%;
	opacity: 0;
	-webkit-transition: left 1s ease-in-out, opacity 1s ease-in-out;
	transition: left 1s ease-in-out, opacity 1s ease-in-out;
}
.promo__circle.visible {
	left: 0;
	opacity: 1;
}
.benefits {
	margin-top: 120px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.benefits__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px 142px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.benefits__item {
	max-width: 185px;
	position: relative;
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
}
.benefits__item:not(:last-child)::after {
	content: '';
	top: -20px;
	right: -70px;
	position: absolute;
	width: 2px;
	height: 122px;
	background: #d9d9d9;
}
.benefits__item svg {
	width: 40px;
	height: 40px;
}
.benefits__item span {
	display: block;
	color: #000;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.month {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.month__container {
	position: relative;
}
.month__wrapper {
	width: 100%;
	height: 523px;
	z-index: 0;
}
.month__slider {
	width: 100%;
	margin-top: 50px;
	max-width: 100%;
	gap: 30px;
	overflow: hidden;
	position: relative;
}
.month__slide {
	padding: 0;
	margin: 0;
	width: 380px;
	height: 531px;
}
.month__item {
	width: 100%;
	height: 531px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	z-index: 0;
	position: relative;
	border-radius: 30px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: #fff;
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.month__section {
	margin-left: auto;
	color: #ff6b00;
	text-align: right;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
}
.month__metr {
	padding-top: 20px;
	color: #000;
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
.month__desc {
	max-width: 225px;
	padding-top: 5px;
	color: #000;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.month__rooms {
	color: #ff6b00;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.month__price {
	padding-top: 20px;
	color: #000;
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
.month__img {
	max-width: 300px;
	height: 284px;
}
.month__img img {
	width: 100%;
}
.month__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 238px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 50px;
}
.month-dots {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.month-dots span.swiper-pagination-bullet-active {
	height: 10px;
	width: 10px;
	background: #ff6b00;
	border: none;
	border-radius: 50%;
	color: rgba(0, 0, 0, 0);
}
.month-dots span {
	gap: 10px;
	height: 10px;
	width: 10px;
	background: #d3d3d3;
	border: none;
	border-radius: 50%;
	color: rgba(0, 0, 0, 0);
}
.month-prev {
	background: none;
	border: none;
	cursor: pointer;
	z-index: 10;
}
.month-next {
	background: none;
	border: none;
	cursor: pointer;
	z-index: 10;
}
.cond {
	margin-top: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #f6f6f6;
}
.cond__wrapper {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
.cond__row {
	width: 100%;
	border-radius: 30px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: rgba(255, 255, 255, 0.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 65px 55px;
}
.cond__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #000;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
.cond__item span {
	padding-left: 20px;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	text-transform: none;
	max-width: 191px;
}
.cond__btn {
	border-radius: 50px;
	border: 2px solid #ff6b00;
	background: #ff6b00;
	width: 350px;
	height: 60px;
	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;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}
.sale {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 120px 0;
	background: url('../img/izolat.png') center center/cover no-repeat;
}
.sale__container {
	position: relative;
}
.sale__wrapper {
	width: 100%;
	height: 523px;
	z-index: 0;
	justify-content: center;
}
.sale__slider {
	width: 100%;
	margin-top: 50px;
	max-width: 100%;
	gap: 30px;
	overflow: hidden;
	position: relative;
}
.sale__slide {
	padding: 0;
	margin: 0;
	width: 380px;
	height: 531px;
}
.sale__item {
	width: 100%;
	height: 484px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	z-index: 0;
	position: relative;
	border-radius: 30px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: #fff;
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.sale__section {
	margin-left: auto;
	color: #ff6b00;
	text-align: right;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
}
.sale__metr {
	padding-top: 20px;
	color: #000;
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
.sale__desc {
	padding-top: 5px;
	color: #000;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.sale__rooms {
	color: #ff6b00;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.sale__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
	padding-top: 27px;
	color: #ff6b00;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.6px;
	text-decoration-line: none;
}
.sale__price span {
	display: block;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	text-decoration-line: line-through;
}
.sale__img {
	max-width: 281px;
	height: 240px;
}
.sale__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.sale__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 238px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 50px;
}
.sale-dots {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.sale-dots span.swiper-pagination-bullet-active {
	height: 10px;
	width: 10px;
	background: #ff6b00;
	border: none;
	border-radius: 50%;
	color: rgba(0, 0, 0, 0);
}
.sale-dots span {
	gap: 10px;
	height: 10px;
	width: 10px;
	background: #d3d3d3;
	border: none;
	border-radius: 50%;
	color: rgba(0, 0, 0, 0);
}
.sale-prev {
	background: none;
	border: none;
	cursor: pointer;
	z-index: 10;
}
.sale-next {
	background: none;
	border: none;
	cursor: pointer;
	z-index: 10;
}
.life {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 100px 0;
	background: #000;
}
.life__wrapper {
	margin-top: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 55px;
}
.life__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px 142px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.life__img {
	width: 50px;
	height: 50px;
}
.life__item {
	width: 220px;
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	position: relative;
}
.life__item:not(:last-child)::after {
	content: '';
	top: -20px;
	right: -70px;
	position: absolute;
	width: 2px;
	height: 122px;
	opacity: 0.2;
	background: #fff;
}
.life__desc {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.map {
	margin-top: 100px;
	margin-bottom: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 721px;
	background: url('../img/map.png') center center/cover no-repeat;
}
.dream {
	box-sizing: border-box;
	padding: 100px 0;
}
.dream__container {
	position: relative;
}
.dream__wrapper {
	width: 100%;
	height: 523px;
	z-index: 0;
}
.dream__slider {
	width: 100%;
	margin-top: 71px;
	max-width: 100%;
	gap: 30px;
	overflow: hidden;
	position: relative;
}
.dream__slide {
	padding: 0;
	margin: 0;
	width: 750px;
	height: 523px;
}
.dream__item {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 0;
}
.dream__item img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.dream__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 238px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 50px;
	gap: 20px;
}
.dream-dots {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.dream-dots span.swiper-pagination-bullet-active {
	height: 10px;
	width: 10px;
	background: #ff6b00;
	border: none;
	border-radius: 50%;
	color: rgba(0, 0, 0, 0);
}
.dream-dots span {
	gap: 10px;
	height: 10px;
	width: 10px;
	background: #d3d3d3;
	border: none;
	border-radius: 50%;
	color: rgba(0, 0, 0, 0);
}
.dream-prev {
	background: none;
	border: none;
	cursor: pointer;
	z-index: 10;
}
.dream-next {
	background: none;
	border: none;
	cursor: pointer;
	z-index: 10;
}
.projects {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 100px 0;
	background: #f6f6f6;
}
.projects__title {
	color: #000;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 45px;
}
.projects__container {
	position: relative;
}
.projects__wrapper {
	width: 100%;
	height: 523px;
	z-index: 0;
}
.projects__slider {
	width: 100%;
	margin-top: 71px;
	max-width: 100%;
	gap: 30px;
	overflow: hidden;
	position: relative;
}
.projects__slide {
	padding: 0;
	margin: 0;
	width: 750px;
	height: 523px;
}
.projects__item {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 0;
}
.projects__item img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.projects__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 238px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 50px;
}
.projects-dots {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.projects-dots span.swiper-pagination-bullet-active {
	height: 10px;
	width: 10px;
	background: #ff6b00;
	border: none;
	border-radius: 50%;
	color: rgba(0, 0, 0, 0);
}
.projects-dots span {
	gap: 10px;
	height: 10px;
	width: 10px;
	background: #d3d3d3;
	border: none;
	border-radius: 50%;
	color: rgba(0, 0, 0, 0);
}
.projects-prev {
	background: none;
	border: none;
	cursor: pointer;
	z-index: 10;
}
.projects-next {
	background: none;
	border: none;
	cursor: pointer;
	z-index: 10;
}
.plans {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 100px 0;
	background: #f6f6f6;
}
.plans__container {
	position: relative;
}
.plans__wrapper {
	width: 100%;
	height: 523px;
	z-index: 0;
}
.plans__slider {
	width: 100%;
	margin-top: 50px;
	max-width: 100%;
	gap: 30px;
	overflow: hidden;
	position: relative;
}
.plans__slide {
	padding: 0;
	margin: 0;
	width: 380px;
	height: 531px;
}
.plans__item {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 50px;
	z-index: 0;
	position: relative;
	border-radius: 30px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: #fff;
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.plans__metr {
	padding-top: 20px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	border-radius: 20px 20px 0px 0px;
	background: #ff6b00;
	width: 212px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
}
.plans__img {
	max-width: 401px;
	height: 500px;
}
.plans__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.plans__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 238px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 50px;
}
.plans-dots {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.plans-dots span.swiper-pagination-bullet-active {
	height: 10px;
	width: 10px;
	background: #ff6b00;
	border: none;
	border-radius: 50%;
	color: rgba(0, 0, 0, 0);
}
.plans-dots span {
	gap: 10px;
	height: 10px;
	width: 10px;
	background: #d3d3d3;
	border: none;
	border-radius: 50%;
	color: rgba(0, 0, 0, 0);
}
.plans-prev {
	background: none;
	border: none;
	cursor: pointer;
	z-index: 10;
}
.plans-next {
	background: none;
	border: none;
	cursor: pointer;
	z-index: 10;
}
.schema {
	padding-top: 70px;
	background: #f6f6f6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.schema__container {
	position: relative;
	z-index: 0;
}
.schema__wrapper {
	width: 100%;
	height: 523px;
	position: relative;
	z-index: 0;
}
.schema__slider {
	width: 100%;
	margin-top: 50px;
	max-width: 100%;
	gap: 30px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.schema__slide {
	padding: 0;
	margin: 0;
	width: 380px;
	height: 531px;
	position: relative;
	z-index: 0;
}
.schema__item {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 0;
	z-index: -1;
	border-radius: 30px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: #fff;
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}
.schema__zoom {
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 10px;
	z-index: 999;
}
.schema__title {
	color: #000;
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
.schema__img {
	padding-top: 20px;
	max-width: 530px;
	height: 320px;
}
.schema__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.schema__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 238px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 50px;
}
.schema-dots {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.schema-dots span.swiper-pagination-bullet-active {
	height: 10px;
	width: 10px;
	background: #ff6b00;
	border: none;
	border-radius: 50%;
	color: rgba(0, 0, 0, 0);
}
.schema-dots span {
	gap: 10px;
	height: 10px;
	width: 10px;
	background: #d3d3d3;
	border: none;
	border-radius: 50%;
	color: rgba(0, 0, 0, 0);
}
.schema-prev {
	background: none;
	border: none;
	cursor: pointer;
	z-index: 10;
}
.schema-next {
	background: none;
	border: none;
	cursor: pointer;
	z-index: 10;
}
.price {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 100px 0;
	background: #000000;
	/* 	background: url('../img/izolat2.png') center center/cover no-repeat; */
}
.price__wrapper {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
.price__row {
	width: 100%;
	border-radius: 30px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: rgba(255, 255, 255, 1);
	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;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 65px 55px;
	padding-right: 150px;
}
.price__row4 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 0px;
	padding-left: 0px;
}
.price__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #000;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
.price__item span {
	display: block;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	text-transform: none;
	max-width: 191px;
}
.price__item-line {
	position: relative;
}
.price__item-line::after {
	position: absolute;
	content: '';
	width: 3px;
	height: 52px;
	border-radius: 100px;
	background: #d9d9d9;
	right: -70px;
}
.tech {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 100px 0;
}
.tech__wrapper {
	margin-top: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 55px;
}
.tech__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px 70px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.tech__img {
	width: 44px;
	height: 44px;
}
.tech__img img {
	width: 44px;
	height: 44px;
}
.tech__item {
	width: 250px;
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	position: relative;
}
.tech__item:not(:last-child)::after {
	content: '';
	top: -20px;
	right: -35px;
	position: absolute;
	width: 2px;
	height: 122px;
	background: #d9d9d9;
}
.tech__desc {
	color: #000;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 3px;
}
.tech__desc span {
	display: block;
	color: #000;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
}
.zayavka {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 100px 0;
	background: url('../img/formbg.webp') center center/cover no-repeat;
}
.zayavka__desc {
	max-width: 451px;
	margin: 0 auto;
	padding-top: 20px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.zayavka__form {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
}
.zayavka__form input {
	border-radius: 50px;
	background: #fff;
	border: none;
	width: 350px;
	max-width: 350px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 18px 20px;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.4px;
}
.zayavka__form input::-webkit-input-placeholder {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.4px;
}
.zayavka__form input::-moz-placeholder {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.4px;
}
.zayavka__form input:-ms-input-placeholder {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.4px;
}
.zayavka__form input::-ms-input-placeholder {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.4px;
}
.zayavka__form input::placeholder {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.4px;
}
.zayavka__btn {
	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;
	width: 350px;
	max-width: 350px;
	height: 60px;
	border-radius: 50px;
	border: 2px solid #ff6b00;
	background: #ff6b00;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}
.bud {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 100px 0;
	background: #f6f6f6;
}
.bud__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px 120px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.bud__subtitle {
	text-align: left !important;
}
.bud__title {
	text-align: left !important;
}
.bud__desc {
	padding-top: 20px;
	max-width: 326px;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.bud__item2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 60px;
}
.bud__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px 100px;
}
.bud__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
	color: #000;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	position: relative;
}
.bud__block:not(:last-child)::after {
	content: '';
	top: 10px;
	right: -50px;
	position: absolute;
	width: 3px;
	height: 52px;
	border-radius: 100px;
	background: #d9d9d9;
}
.bud__block span {
	display: block;
	max-width: 263px;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	text-transform: none;
}
.faq {
	padding: 100px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #000000;
	/* 	background: url('../img/izolat.png') center center/cover no-repeat; */
}
.faq__title {
	color: #000;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 45px;
}
.faq__accordion {
	margin-top: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	width: 100%;
}
.faq__accordion-item {
	cursor: pointer;
	position: relative;
	width: 100%;
}
.faq__accordion-header {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
	border-radius: 30px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	box-sizing: border-box;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.faq__accordion-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	color: #000;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
.faq__accordion-content {
	display: none;
	max-width: 612px;
	padding-top: 30px;
	padding-left: 40px;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.faq__accordion-arrow {
	float: right;
	-webkit-transition: color 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, color 0.3s;
	transition: transform 0.3s, color 0.3s, -webkit-transform 0.3s;
	background: url('../img/plus.svg') center center/cover no-repeat;
	width: 50px;
	height: 50px;
	min-width: 50px;
	min-height: 50px;
}
.faq__accordion-item.active .faq__accordion-arrow {
	background: url('../img/minus.svg') center center/cover no-repeat;
}
.faq__accordion-item.active .faq__accordion-content {
	display: block;
}
.faq__accordion-item.active .faq__accordion-header {
	background: #ff6b00;
}
.faq__accordion-item.active .faq__accordion-head {
	color: #fff;
}
.contacts {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 100px 0;
	background: #f6f6f6;
}
.contacts__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px 120px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.contacts__subtitle {
	text-align: left !important;
}
.contacts__title {
	text-align: left !important;
}
.contacts__socials {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px 45px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.contacts__socials a {
	width: 50px;
	height: 50px;
}
.contacts__socials a img {
	width: 50px;
	height: 50px;
}
.contacts__item2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 60px;
}
.contacts__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px 50px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.contacts__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	position: relative;
}
.contacts__block a {
	display: block;
	color: #000;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
.footer {
	padding: 75px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #000;
}
.footer__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px 50px;
}
.footer__logo img {
	max-width: 111.773px;
}
.footer__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px 50px;
}
.footer__menu a {
	color: #fff;
	text-align: center;
	-webkit-text-stroke-width: 1;
	-webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
	font-family: Gilroy;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.28px;
	text-transform: uppercase;
}
.footer__btn {
	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;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: #ff6b00;
	min-width: 215px;
	max-width: 215px;
	height: 45px;
	color: #fff;
	text-align: center;
	-webkit-text-stroke-width: 1;
	-webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
	font-family: Gilroy;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.28px;
	text-transform: uppercase;
}
.footer__socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px 30px;
}
.footer__divider {
	height: 2px;
	margin-top: 35px;
	width: 100%;
	background: #3f3f3f;
}
.footer__row2 {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer__rights {
	color: #fff;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.footer__policy {
	color: #fff;
	text-align: right;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.video {
	box-sizing: border-box;
	padding-top: 100px;
	padding-bottom: 100px;
}
#myVideo {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#scrollToTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 5px;
	text-align: center;
	cursor: pointer;
	z-index: 125;
}
#scrollToTop svg {
	width: 60px;
	height: 60px;
}
.hamburger {
	position: absolute;
	right: 10px;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 7px;
	cursor: pointer;
	z-index: 10;
}
.hamburger span {
	display: block;
	width: 38px;
	height: 4px;
	background: #333;
}
.hamburger span.long {
	width: 38px;
	height: 4px;
}
.menu {
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100vh;
	z-index: 15;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
}
.menu.active {
	left: 0%;
	visibility: visible;
	opacity: 1;
}
.menu__block {
	z-index: 10;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	height: 100%;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.menu__header {
	padding-top: 20px;
	padding-left: 20px;
}
.menu__header_header {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.menu__header_btn {
	width: 160px !important;
}
.menu__nav {
	margin-top: 15px;
}
.menu__nav_list {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 160px;
	gap: 15px 0px !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: start !important;
	padding: 0 20px;
}
.menu__nav_list .footer__links {
	text-align: left;
}
.menu__divider {
	margin-top: 40px;
	width: 100%;
	height: 1px;
	background: rgba(172, 136, 109, 0.3);
}
.menu__contacts {
	margin-top: 40px;
}
.menu__contacts_title {
	color: #000;
	text-align: center;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.menu__contacts_box {
	gap: 10px;
	margin-top: 30px;
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 17px !important;
}
.menu__contacts_box span,
.menu__contacts_box a,
.menu__contacts_box h3 {
	font-size: 17px !important;
}
.menu__contacts_box a {
	font-weight: 700;
	text-transform: uppercase;
}
.menu__contacts .contacts__email {
	padding-top: 20px;
}
.menu__contacts .contacts__number1 {
	padding-top: 20px;
}
.menu__close {
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
}
.menu__close svg {
	width: 16px;
	height: 15px;
}
.menu__overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.75;
}
.thanks {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 826px;
	background: url(../img/mainbg.webp) center center / cover no-repeat;
}
.thanks__title {
	margin: 0 auto;
	max-width: 842px;
	text-align: center;
	padding-top: 360px;
	color: #fff;
	font-family: 'Futura';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
	line-height: 53px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}
.thanks__btn {
	max-width: 400px;
	min-width: 300px;
	display: flex;
	margin: 30px auto;
}
@font-face {
	font-family: 'Futura';
	src: url('../fonts/futura/fonts/FuturaDemiC.eot');
	src: local('Futura Demi Cyrillic'), local('FuturaDemiC'),
		url('../fonts/futura/fonts/FuturaDemiC.eot?#iefix')
			format('embedded-opentype'),
		url('../fonts/futura/fonts/FuturaDemiC.woff') format('woff'),
		url('../fonts/futura/FuturaDemiC.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/gilroy/Gilroy-Bold.eot');
	src: local('Gilroy Bold'), local('Gilroy-Bold'),
		url('../fonts/gilroy/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gilroy/Gilroy-Bold.woff2') format('woff2'),
		url('../fonts/gilroy/Gilroy-Bold.woff') format('woff'),
		url('../fonts/gilroy/Gilroy-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/gilroy/Gilroy-Medium.eot');
	src: local('Gilroy Medium'), local('Gilroy-Medium'),
		url('../fonts/gilroy/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gilroy/Gilroy-Medium.woff2') format('woff2'),
		url('../fonts/gilroy/Gilroy-Medium.woff') format('woff'),
		url('../fonts/gilroy/Gilroy-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/gilroy/Gilroy-MediumItalic.eot');
	src: local('../fonts/gilroy/Gilroy Medium Italic'),
		local('Gilroy-MediumItalic'),
		url('../fonts/Gilroy-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gilroy/Gilroy-MediumItalic.woff2') format('woff2'),
		url('../fonts/gilroy/Gilroy-MediumItalic.woff') format('woff'),
		url('../fonts/gilroy/Gilroy-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}
* {
	font-family: 'Gilroy';
	font-style: normal;
	color: #000;
}
body {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
}
a {
	text-decoration: none;
}
h1,
h2,
h3,
h4 {
	padding: 0;
	margin: 0;
}
p {
	padding: 0;
	margin: 0;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.container {
	display: block;
	max-width: 1200px;
	margin: 0 auto;
}
.title {
	padding-top: 5px;
	color: #000;
	text-align: center;
	font-family: 'Futura';
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}
.title-white {
	padding-top: 5px;
	color: #fff;
	text-align: center;
	font-family: 'Futura';
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}
.subtitle {
	color: #ff6b00;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.4px;
	text-transform: uppercase;
} /*# sourceMappingURL=style.min.css.map */
