@media (min-width: 1600px) {
	.container {
		max-width: 1400px;
	}
}
@media (max-width: 1250px) {
	.container {
		max-width: 1100px;
	}
	main .promo__black {
		max-width: 1100px;
	}
}
@media (max-width: 1150px) {
	.container {
		max-width: 900px;
	}
	header .header {
		gap: 30px;
	}
	header .header__menu {
		gap: 15px;
	}
	header .header__menu a {
		font-size: 12px;
	}
	header .header__phones a {
		white-space: nowrap;
	}
	main .promo {
		min-height: 866px;
	}
	main .promo__box {
		padding-top: 40px;
	}
	main .promo__black {
		max-width: 900px;
	}
	main .main__block {
		white-space: nowrap;
	}
	main .structura {
		max-width: 800px;
		padding: 50px;
	}
	main .structura__block {
		gap: 20px;
	}
	main .flat__item img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	main .projects__item img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	main .price__row {
		padding: 30px;
	}
	main .order form input {
		max-width: 320px;
		width: 320px;
	}
	main .order__btn {
		max-width: 320px;
		width: 320px;
	}
	main .bud {
		padding: 50px;
	}
	main .bud__wrapper {
		gap: 30px 50px;
	}
	main .bud__el {
		white-space: nowrap;
	}
	main .bud__el span {
		white-space: pre-wrap;
	}
	main .contacts__row {
		gap: 20px 80px;
	}
	main .contacts__el span {
		white-space: nowrap;
	}
	main .contacts__el div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	main .contacts__el a {
		white-space: nowrap;
	}
	footer .footer__row {
		gap: 20px 40px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	footer .footer__phones {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	footer .footer__phones a {
		white-space: nowrap;
	}
	footer .footer__menu {
		gap: 20px;
	}
	footer .footer__el span {
		display: block;
		padding-left: 0;
	}
	footer .footer__row3 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	footer .footer__socials {
		gap: 10px 30px;
	}
}
@media (max-width: 992px) {
	.container {
		max-width: 700px;
	}
	header .header {
		gap: 10px;
	}
	header .header__menu {
		display: none;
	}
	header .header__adress {
		display: none;
	}
	header .header .hamburger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	main .promo {
		min-height: 700px;
	}
	main .promo__black {
		max-width: 700px;
		padding: 40px 50px;
	}
	main .main__item {
		padding: 40px 20px;
	}
	main .structura {
		max-width: 600px;
	}
	main .flat {
		padding-bottom: 50px;
	}
	main .flat-next,
	main .flat-prev {
		display: none;
	}
	main .price__el {
		white-space: nowrap;
	}
	main .price__el span {
		white-space: pre-wrap;
	}
	main .order {
		padding: 50px 0;
	}
	main .order__box {
		-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 .order__sub {
		text-align: center;
	}
	main .order__sub::after {
		display: none;
	}
	main .order__socials {
		padding-left: 0;
	}
	main .order__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 {
		-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__block {
		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;
	}
	main .bud__desc {
		text-align: center;
	}
	main .projects-next,
	main .projects-prev {
		display: none;
	}
	main .contacts__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	main .contacts__el1::after,
	main .contacts__el2::after {
		display: none;
	}
	footer .footer__row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 30px;
	}
	footer .footer__phones {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	footer .footer__row2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 30px;
	}
	footer .footer__row3 {
		-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;
	}
	footer .footer__form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media (max-width: 768px) {
	.container {
		max-width: 500px;
	}
	header .header {
		padding: 10px 0;
	}
	header .header__logo {
		width: 80px;
	}
	header .header__logo img {
		width: 100%;
	}
	main .promo {
		min-height: 500px;
	}
	main .promo__box {
		display: none;
	}
	main .promo__wrapper {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 140px;
		max-width: 400px;
	}
	main .promo__black {
		max-width: 500px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 33px 50px;
		bottom: -140px;
		gap: 23px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	main .promo__icon {
		width: 40px;
		height: 40px;
	}
	main .promo__icon img {
		width: 40px;
		height: 40px;
	}
	main .promo__item {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	main .main {
		padding-top: 185px;
	}
	main .main__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	main .main__img {
		min-height: 325px;
	}
	main .main__item {
		padding: 40px 30px;
	}
	main .forest {
		margin-top: 50px;
		min-height: 335px;
	}
	main .structura {
		max-width: 500px;
		top: 0;
	}
	main .structura__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	main .structura__text {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	main .map {
		margin-top: 50px;
	}
	main .plans {
		margin-top: 50px;
	}
	main .plans__wrapper {
		min-height: 241px;
		width: 100%;
		background-size: contain;
	}
	main .price {
		margin-top: 50px;
	}
	main .price__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
	main .price__block {
		-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 .price__el {
		text-align: center;
	}
	main .price__el span {
		text-align: center;
		max-width: 273px;
	}
	main .price__el1::after {
		display: none;
	}
	main .price__row4 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	main .fog {
		top: 300px;
	}
	main .order {
		margin-top: 200px;
	}
	main .order__form {
		width: 100%;
	}
	main .order__form input {
		width: 100%;
		max-width: 100%;
	}
	main .order__btn {
		width: 100%;
		max-width: 100%;
	}
	main .bud {
		margin-top: 50px;
	}
	main .bud__box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	main .bud__el {
		text-align: center;
	}
	main .bud__el span {
		padding-top: 5px;
	}
	main .bud__el:not(:last-child)::after {
		display: none;
	}
	main .projects {
		margin-top: 50px;
	}
	main .projects__item img {
		height: 350px;
	}
	main .contacts {
		margin-top: 50px;
	}
	main .faq {
		margin-top: 50px;
	}
	main .faq__accordion {
		margin-top: 30px;
	}
	footer {
		margin-top: 50px !important;
	}
	footer .footer__row {
		gap: 20px 40px;
	}
	footer .footer__menu {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	footer .footer__logo {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	footer .footer__adres {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	footer .footer__el {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 15px;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: end;
	}
	footer .footer__socials {
		gap: 50px;
	}
	footer .footer__form {
		width: 100%;
	}
	footer .footer__form input {
		width: 100%;
		max-width: 100%;
	}
	footer .footer__btn {
		width: 100%;
		max-width: 100%;
	}
}
@media (max-width: 576px) {
	.container {
		max-width: 300px;
		padding: 0;
	}
	header .container {
		max-width:100%;
	}
	header .header__phones a {
		font-size: 12px;
	}
	header .header {
	padding: 10px 20px;
	}
	header .contacts__el1::after {
		display: none !important;
	}
	main .promo__title {
		font-size: 50px;
	}
	main .promo__wrapper {
		max-width: 300px;
	}
	main .promo__wrapper span {
		font-size: 14px;
	}
	main .promo__btn {
		width: 300px;
		max-width: 300px;
		font-size: 14px;
	}
	main .promo__black {
		bottom: -180px;
		max-width: 300px;
	}
	main .structura {
		max-width: 300px;
		padding: 20px;
	}
	main .structura__title {
		font-size: 30px;
	}
	main .structura__item span {
		font-size: 14px;
	}
	main .structura h3 {
		font-size: 20px;
	}
	main .structura__text p {
		font-size: 14px;
	}
	main .main {
        padding-top: 210px;
    }
	main .main__row {
		gap: 20px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	main .main__block {
		font-size: 30px;
	}
	main .main__block span {
		font-size: 14px;
	}
	main .main__item h2 {
		font-size: 20px;
	}
	main .main__item span {
		font-size: 14px;
	}
	main .line-wrapper span {
		font-size: 14px;
	}
	main .map__blank {
		font-size: 20px;
	}
	main .plans__title {
		font-size: 30px;
	}
	main .plans__wrapper {
		min-height: 141px;
	}
	main .flat {
		min-height: 350px;
	}
	main .flat__title {
		font-size: 30px;
		line-height: 35px;
	}
	main .flat__slider {
		margin-top: 30px;
	}
	main .flat-dots {
		margin-top: 20px;
	}
	main .flat__btn {
		font-size: 14px;
		width: 300px;
		max-width: 300px;
	}
	main .fog {
        top: 380px;
    }
	main .price {
		min-height: 1000px;
	}
	main .price__title {
		font-size: 20px;
		line-height: 26px;
	}
	main .price__el {
		font-size: 22px;
	}
	main .price__el span {
		font-size: 14px;
	}
	main .price__row {
		gap: 20px;
		padding: 25px;
	}
	main .price__row3 {
		gap: 15px;
	}
	main .price__row4 {
		font-size: 20px;
	}
	main .price__row4 span {
		font-size: 14px;
	}
	main .order__title {
		text-align: center;
		font-size: 30px;
	}
	main .order__sub {
		font-size: 14px;
	}
	main .line__wrapper {
	-webkit-animation: marquee 20s linear infinite;
	  -moz-animation: marquee 20s linear infinite;
	  -o-animation: marquee 20s linear infinite;
	  animation: marquee 20s linear infinite;
	}
	main .line__wrapper span {
		font-size: 14px !important;
	}
	main .order__box {
		gap: 20px;
	}
	main .order__form {
		margin-top: 30px;
	}
	main .order__btn {
		width: 320px;
		font-size: 14px;
	}
	main .order__form input {
		font-size: 14px;
		padding: 20px 20px;
	}
	main .bud {
		padding: 50px 20px;
	}
	main .bud__wrapper {
		gap: 0px;
	}
	main .bud__img {
		width: 140px;
	}
	main .bud__title {
		font-size: 30px;
	}
	main .bud__box {
		margin-top: 30px;
	}
	main .bud__el {
		font-size: 30px;
	}
	main .bud__el span {
		font-size: 14px;
		padding-top: 2px;
	}
	main .projects__title {
		font-size: 30px;
	}
	main .projects__slider {
		margin-top: 20px;
	}
	main .projects-dots {
		margin-top: 20px;
	}
	main .faq__title {
		font-size: 30px;
	}
	main .faq__accordion-header {
		font-size: 20px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
	main .faq__accordion-head {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
	main .faq__accordion-head span {
		font-size: 20px;
		min-width: 35px;
		width: 35px;
		height: 35px;
	}
	main .faq__accordion-arrow {
		width: 30px;
		height: 30px;
		min-width: 30px;
		min-height: 30px;
	}
	main .faq__accordion-item {
		padding: 10px 0px 30px 0;
	}
	main .faq__accordion-content {
		padding-left: 55px;
		font-size: 14px;
	}
	main .contacts {
		padding: 50px 20px;
	}
	main .contacts__title {
		text-align: center;
		font-size: 30px;
	}
	main .contacts__row {
		margin-top: 30px;
	}
	main .contacts__el {
		font-size: 14px;
	}
	main .contacts__el span {
		font-size: 20px;
		white-space: pre-wrap;
	}
	main .contacts__el a {
		font-size: 20px;
	}
	footer .footer__logo {
		width: 120px;
		-ms-flex-preferred-size: 35%;
		flex-basis: 35%;
	}
	footer .footer__menu {
		gap: 10px;
		-ms-flex-preferred-size: 45%;
		flex-basis: 45%;
	}
	footer .footer__menu a {
		font-size: 14px;
	}
	footer .footer__phones {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	footer .footer__phones a {
		font-size: 14px;
	}
	footer .footer__el {
		font-size: 12px;
		white-space: nowrap;
	}
	footer .footer__el span {
		font-size: 14px;
	}
	.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 {
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 10000;
}
.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 24px 0;
	gap: 80px;
}
.header__logo {
	width: 110px;
	height: 43px;
}
.header__menu {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 35px;
}
.header__menu a {
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.header__phones {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 7px;
}
.header__phones a {
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.header__adress {
	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: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 7px;
}
.header__adress span {
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.header__adress a {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.promo {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 966px;
	background: url('../img/main.webp') center center/cover no-repeat;
}
.promo__box {
	padding-top: 89px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 25px;
}
.promo__box li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	color: #000;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
}
.promo__box li span {
	display: block;
	width: 50px;
	height: 1px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #000;
}
.promo__wrapper {
	/* border-radius: 307px;
	background: rgba(0, 0, 0, 0.1); */
	width: 607px;
	height: 351px;
	padding: 40px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
	z-index: 0;
	position: relative;
}
.promo__wrapper span {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.promo__title {
	padding-top: 5px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 55px;
}
.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;
	gap: 10px;
	margin: 0 auto;
	margin-top: 50px;
	width: 320px;
	height: 60px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: 1px solid #fff;
	background: #fff;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.promo__black {
	position: absolute;
	bottom: -74px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 54px 130px;
	background: #161616;
	width: 100%;
	max-width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 88px;
}
.promo__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.promo__item span {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.main {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 125px;
}
.main__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.main__img {
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
	background: url('../img/block2.webp') center center/cover no-repeat;
	min-height: 457px;
}
.main__item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 70px 70px;
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
	background: #f5f5f5;
}
.main__item h2 {
	padding-top: 50px;
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.main__item span {
	display: block;
	padding-top: 10px;
	color: #000;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
}
.main__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 69px;
}
.main__row2 {
	margin-top: 30px;
}
.main__block {
	color: #000;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
}
.main__block span {
	display: block;
	padding-top: 5px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.line {
	width: 100%;
	background: #161616;
	overflow: hidden;
	padding: 18px 0;
	white-space: nowrap;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.line__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    width: max-content;
	 width: -webkit-max-content; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	 -webkit-animation: marquee 20s linear infinite;
	  -moz-animation: marquee 20s linear infinite;
	  -o-animation: marquee 20s linear infinite;
	  animation: marquee 20s linear infinite;
}
.line__wrapper span {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 4.8px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
}
.forest {
	margin-top: 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	min-height: 599px;
	background: url('../img/forest.webp') center center/cover no-repeat;
	position: relative;
}
.structura {
	position: relative;
	top: -100px;
	margin: 0 auto;
	width: 1080px;
	max-width: 1080px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background: #f5f5f5;
	padding: 50px 139px 50px 139px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.structura__title {
	color: #000;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 45px;
}
.structura__block {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px 80px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.structura__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
}
.structura__item img {
	width: 40px;
	min-width: 40px;
	height: 40px;
}
.structura__item span {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	max-width: 290px;
}
.structura__divider {
	margin-top: 30px;
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, 0.2);
}
.structura h3 {
	margin-top: 35px;
	color: #000;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.structura__text {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px 45px;
}
.structura__text p {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.map {
	width: 100%;
	min-height: 566px;
	/* background: url('../img/map.svg') center center/cover no-repeat; */
	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;
}
.map__blank {
	margin: 0 auto;
	margin-top: auto;
	border-radius: 35px 35px 0px 0px;
	background: #161616;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 19px 20px;
	max-width: 357px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.plans {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 100px;
}
.plans__title {
	color: #000;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 45px;
}
.plans__wrapper {
	margin-top: 50px;
	min-height: 541px;
	width: 100%;
	background: url('../img/planbig.png') center center/cover no-repeat;
}
.flat {
	min-height: 803px;
	margin-top: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: url('../img/block.webp') center center/cover no-repeat;
}
.flat__title {
	padding-top: 60px;
	color: #fff;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 45px;
}
.flat__container {
	position: relative;
}
.flat__wrapper {
	width: 100%;
	height: 523px;
	z-index: 0;
}
.flat__slider {
	width: 100%;
	margin-top: 71px;
	max-width: 100%;
	gap: 30px;
	overflow: hidden;
	position: relative;
}
.flat__slide {
	padding: 0;
	margin: 0;
	width: 750px;
	height: 523px;
}
.flat__item {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 0;
}
.flat-dots {
	margin-top: 70px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flat-dots span.swiper-pagination-bullet-active {
	height: 10px;
	width: 10px;
	background: #fff;
	border: none;
	border-radius: 50%;
	color: rgba(0, 0, 0, 0);
}
.flat-dots span {
	gap: 10px;
	height: 10px;
	width: 10px;
	background: #d9d9d9;
	border: none;
	border-radius: 50%;
	color: rgba(0, 0, 0, 0);
}
.flat-prev {
	background: none;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -30px;
	z-index: 10;
}
.flat-next {
	background: none;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -30px;
	z-index: 10;
}
.flat__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;
	margin: 0 auto;
	margin-top: 50px;
	width: 320px;
	height: 60px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: 1px solid #fff;
	background: #fff;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.price {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 100px;
	position: relative;
	z-index: 320;
	min-height: 920px;
}
.price__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.price__row {
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 33px 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
}
.price__title {
	color: #000;
	font-size: 27px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	max-width: 399px;
}
.price__el {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
	text-align: left;
	white-space: nowrap;
}
.price__el span {
	display: block;
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: left;
	max-width: 173px;
	white-space: nowrap;
}
.price__el1 {
	position: relative;
}
/* .price__el1::after {
	content: '';
	position: absolute;
	top: 3px;
	right: -35px;
	width: 1px;
	height: 74px;
	background: #d9d9d9;
} */
.price__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px 40px;
}
.price__row4 {
	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;
	gap: 7px;
	padding: 14px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #161616;
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.price__row4 span {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.fog {
	top: 100px;
	position: absolute;
	min-height: 823px;
	width: 100%;
	background: url('../img/hotelfoot.webp') center center/cover no-repeat;
	z-index: -1;
}
.order {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 100px 0;
	width: 100%;
	background: url('../img/block.webp') center center/cover no-repeat;
}
.order__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	justify-content: center;
}
.order__title {
	color: #fff;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 45px;
}
.order__sub {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	max-width: 387px;
	position: relative;
}
.order__sub::after {
	content: '';
	position: absolute;
	top: 3px;
	right: -40px;
	width: 3px;
	height: 54px;
	border-radius: 50px;
	background: #fff;
}
.order__socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	padding-left: 40px;
}
.order__form {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	justify-content: center;
}
.order__form input {
	border: 1px solid rgba(0, 0, 0, 0.15);
	background: #fff;
	width: 360px;
	max-width: 360px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 30px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.order__form input::-webkit-input-placeholder {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.order__form input::-moz-placeholder {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.order__form input:-ms-input-placeholder {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.order__form input::-ms-input-placeholder {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.order__form input::placeholder {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.order__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: 360px;
	max-width: 360px;
	height: 60px;
	border: 1px solid #1a0e0e;
	background: #fff;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.bud {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 100px;
	background: #f5f5f5;
	padding: 93px 86px;
}
.bud__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px 130px;
}
.bud__img {
	width: 212px;
	height: 97px;
}
.bud__img img {
	width: 100%;
}
.bud__title {
	color: #000;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 45px;
}
.bud__desc {
	padding-top: 20px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	max-width: 360px;
}
.bud__box {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px 70px;
}
.bud__el {
	color: #000;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	position: relative;
}
.bud__el:not(:last-child)::after {
	position: absolute;
	content: '';
	width: 2px;
	height: 69px;
	background: #d6d6d6;
	top: 3px;
	right: -30px;
}
.bud__el span {
	display: block;
	color: #000;
	max-width: 220px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.projects {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 100px;
}
.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;
}
.projects-dots {
	margin-top: 70px;
	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: #000;
	border: none;
	border-radius: 50%;
	color: rgba(0, 0, 0, 0);
}
.projects-dots span {
	gap: 10px;
	height: 10px;
	width: 10px;
	background: #f3f3f3;
	border: none;
	border-radius: 50%;
	color: rgba(0, 0, 0, 0);
}
.projects-prev {
	background: none;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -30px;
	z-index: 10;
}
.projects-next {
	background: none;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -30px;
	z-index: 10;
}
.video {
	box-sizing: border-box;
	padding-top: 100px;
}
#myVideo {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.faq {
	margin-top: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.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 {
	padding: 30px 0px 30px 0;
	cursor: pointer;
	position: relative;
	border-bottom: 3px solid #d9d9d9;
	width: 100%;
}
.faq__accordion-header {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	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;
}
.faq__accordion-head span {
	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;
	width: 55px;
	min-width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
}
.faq__accordion-content {
	display: none;
	max-width: 773px;
	padding-top: 20px;
	padding-left: 70px;
	color: #000;
	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;
}
.line2 {
	margin-top: 60px;
}
.contacts {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 100px;
	padding: 70px;
	background: #f5f5f5;
}
.contacts__title {
	color: #000;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 45px;
}
.contacts__row1 {
	margin-top: 50px;
}
.contacts__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px 100px;
}
.contacts__row2 {
	margin-top: 30px;
}
.contacts__el {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.contacts__el span {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.contacts__el a {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.contacts__el div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
}
.contacts__el1,
.contacts__el2 {
	position: relative;
}
.contacts__el1::after,
.contacts__el2::after {
	content: '';
	position: absolute;
	top: 5px;
	right: -50px;
	width: 3px;
	height: 54px;
	border-radius: 50px;
	opacity: 0.2;
	background: #000;
}
.footer {
	margin-top: 100px;
	padding-top: 70px;
	padding-bottom: 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: url('../img/footerbg.webp') center center/cover no-repeat;
}
.footer__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px 125px;
}
.footer__logo {
	width: 147px;
}
.footer__logo img {
	width: 100%;
}
.footer__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer__menu a {
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.footer__phones {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer__phones a {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.footer__divider {
	margin-top: 25px;
	width: 100%;
	height: 2px;
	background: #3f3f3f;
}
.footer__row2 {
	margin-top: 25px;
	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;
}
.footer__adres {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px 30px;
}
.footer__el {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.footer__el span {
	padding-left: 10px;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.footer__socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px 40px;
}
.footer__row3 {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer__title {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.footer__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
}
.footer__form input {
	border: 1px solid rgba(0, 0, 0, 0.15);
	background: #fff;
	width: 300px;
	max-width: 300px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 30px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.footer__form input::-webkit-input-placeholder {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.footer__form input::-moz-placeholder {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.footer__form input:-ms-input-placeholder {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.footer__form input::-ms-input-placeholder {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.footer__form input::placeholder {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.footer__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: 300px;
	max-width: 300px;
	height: 60px;
	border: 1px solid #1a0e0e;
	background: #fff;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
#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;
	height: 21px;
	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;
	cursor: pointer;
	z-index: 10;
}
.hamburger span {
	display: block;
	width: 34px;
	height: 3px;
	background: #000;
}
.hamburger span.long {
	width: 34px;
	height: 3px;
}
.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/main.webp) center center / cover no-repeat;
}
.thanks__title {
	margin: 0 auto;
	max-width: 842px;
	text-align: center;
	padding-top: 260px;
	color: #fff;
	font-size: 45px;
	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;
}
@-webkit-keyframes marquee {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@keyframes marquee {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
* {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	color: #000;
}
body {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	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;
	width: 1200px;
	margin: 0 auto;
} /*# sourceMappingURL=style.min.css.map */
