body {
	color: #323232;
}
h2 {
	margin-bottom: 40px;
	font-size: 38px;
	font-weight: 700;
	line-height: 38px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.popup-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: opacity 200ms;
	visibility: hidden;
	opacity: 0;
	background-color: #000000CC;
	z-index: 100;
}
.popup-wrapper.opened {
	visibility: visible;
	opacity: 1;
}
.popup {
	position: relative;
	margin: 223px auto 0;
	max-width: 992px;
	padding: 48px 74px 90px;
	background-color: #FFFFFF;
}
.popup__close {
	width: 24px;
	height: 24px;
	position: absolute;
	right: -28px;
	top: -28px;
	cursor: pointer;
}
.popup__title {
	font-size: 42px;
	font-weight: 700;
	line-height: 54.6px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #40404D;
	margin-bottom: 12px;
}
.popup__subtitle {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.03em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-bottom: 24px;
}
.popup__input-wrapper {
	width: 100%;
	padding-bottom: 16px;
}
.popup__input-wrapper input {
	background: #F5F5F5;
	border-radius: 6px;
	border: none;
	padding: 16px 24px 20px;
	min-height: 55px;
}
.popup__input-wrapper input::placeholder {
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #8895A2;
}
.popup__submit-wrapper {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-top: 16px;
}
.popup__submit-privacy {
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #6C7684;
}
.popup__submit-privacy a {
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #323232;
}
.btn-red {
	display: block;
	min-width: 356px;
	min-height: 60px;
	padding: 18px 40px 22px;
	border-radius: 6px;
	background-color: #F05554;
	font-size: 18px;
	font-weight: 700;
	line-height: 19.8px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFFFFF;
}
.popup__submit-wrapper .btn-red {
	min-width: 283px;
}
.header .header__dropdown-inner,
.header__dropdown {
	height: auto!important;
}
.header .header__phone a:before {
	background: url("/assets/icons/phone.svg") no-repeat center;
}
.header .header__phone a:hover {
	text-decoration: none;
}
.order__call:hover {
	text-decoration: none;
	color: #F05554;
}
.footer {
	margin-bottom: 0!important;
}
.footer .footer__inner {
	padding: 20px;
}
.footer .footer__bottom {
	display: flex !important;
	gap: 0;
	flex-direction: column;
	padding: 0;
}
.footer__bottom img {
	margin: 0 auto 20px;
}
.footer .copyright {
	color: #FFFFFF33;
}
.s1 {
	background-image: url("/assets/images/banner-bg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.s1__wrapper {
	height: 600px;
	width: 100%;
	position: relative;
	background-color: #000000B2;
}
.s1__people-bg {
	position: absolute;
	right: 14px;
	bottom: 0;
}
.s1__people {
	position: absolute;
	right: 70px;
	bottom: 0;
}
.s1__words {
	margin: 120px 0 24px;
}
.s1__text {
	font-size: 24px;
	font-weight: 500;
	line-height: 38.4px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFFFFF;
}
.s2 {
	padding: 42px 0 46px;
	background: linear-gradient(180deg, #FFFFFF 0%, #DEDFDB 100%);
}
.s2 h2 {
	margin-bottom: 10px;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
}
.s2 span {
	display: block;
	max-width: 546px;
	margin: 0 auto 24px;
	font-size: 18px;
	font-weight: 500;
	line-height: 28.8px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.s2 .btn-red {
	margin: 0 auto;
}
.s3 {
	padding: 80px 0 54px;
}
.s3__list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.s3__list-item {
	display: flex;
	background-color: #F6F6FA;
	border-radius: 10px;
	overflow: hidden;
}
.s3__item-img {
	min-width: 380px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.s3__item-description {
	padding: 40px 40px 48px;
}
.s3__item-description div {
	font-size: 28px;
	font-weight: 700;
	line-height: 33.6px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-bottom: 16px;
}
.s3__item-description span {
	font-size: 18px;
	font-weight: 400;
	line-height: 32.4px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.s4 {
	padding: 40px 0 48px;
	background: #323232;
}
.s4__wrapper {
	display: flex;
	gap: 50px;
}
.s4-wrapper__left {
	font-size: 28px;
	font-weight: 700;
	line-height: 36.4px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFFFFF;
}
.s4-wrapper__right {
	display: flex;
	align-items: center;
}
.s5 {
	min-height: 320px;
	position: relative;
}
.s5__bg {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 320px;
	background-image: url("/assets/images/advantages-bg.png");
	background-position-x: right;
}
.s5-bg__gradient {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 64.78%);
}
.s5 h2 {
	margin-top: 80px;
}
.advantages {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 91px;
}
.advantage {
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: calc((100% - 40px) / 3);
	padding: 18px 20px 40px;
	border-radius: 10px;
	border: 1px solid #0000001A;
	background-color: #FFFFFF;
}
.advantage__head {
	display: flex;
	gap: 16px;
	align-items: center;
	padding-bottom: 14px;
	border-bottom: 1px solid #32323233;
}
.advantage-head__icon {
	width: 60px;
	height: 60px;
}
.advantage-head__title {
	flex: 1;
	font-size: 22px;
	font-weight: 700;
	line-height: 26.4px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.advantage__body {
	font-size: 18px;
	font-weight: 500;
	line-height: 25.2px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	opacity: 0.8;
}
.s6 {
	padding: 80px 0 120px;
}
.s6 h2 {
	margin-bottom: 48px;
	text-align: center;
}
.questions {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 32px;
}
.question {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-height: 70px;
	padding: 21px 24px;
	border-radius: 10px;
	background-color: #F6F6FA;
}
.question__head {
	display: flex;
	gap: 42px;
	align-items: center;
	justify-content: space-between;
}
.question__head img {
	width: 28px;
	height: 28px;
	cursor: pointer;
}
.question-head__text {
	font-size: 18px;
	font-weight: 600;
	line-height: 21.6px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.question-head__close {
	display: none;
}
.question__body {
	display: none;
	max-width: 850px;
	padding-top: 13.5px;
	font-size: 18px;
	font-weight: 400;
	line-height: 28.8px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	opacity: 0.8;
}
.question.opened .question-head__text {
	color: #F05554;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.question.opened .question-head__open {
	display: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.question.opened .question-head__close {
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.question.opened .question__body {
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.s6 .btn-red {
	margin: 0 auto;
}
@media (max-width: 1699px) {
	.s1__people-bg {
		right: -56px;
	}
	.s1__people {
		right: 0;
	}
}
@media (max-width: 1599px) {
	.s1__wrapper {
		height: 500px;
	}
	.s1__words {
		width: 440px;
	}
	.s1__people-bg {
		width: 776px;
		right: -68px;
	}
	.s1__people {
		width: 664px;
	}
}
@media (max-width: 1199px) {
	.s1__wrapper {
		height: 400px;
	}
	.s1__words {
		margin-top: 80px;
	}
	.s1__people-bg {
		width: 576px;
		right: -40px;
	}
	.s1__people {
		width: 500px;
	}
	.s3__item-img {
		min-width: 280px;
	}
}
@media (max-width: 991px) {
	.s1__wrapper {
		height: 300px;
	}
	.s1__words {
		margin-top: 50px;
	}
	.s1__people-bg {
		width: 476px;
	}
	.s1__people {
		width: 400px;
	}
	.s3__item-img {
		min-width: 200px;
	}
	.s4__wrapper {
		flex-direction: column;
		gap: 32px;
	}
	.s4 .btn-red {
		margin: 0 auto;
	}
	.advantage {
		width: calc((100% - 20px) / 2);
	}
}
@media (max-width: 767px) {
	.s1__wrapper {
		height: unset;
	}
	.s1__words {
		width: unset;
		max-width: 440px;
		margin-top: 32px;
	}
	.s1__text {
		margin-bottom: 25px;
		font-size: 20px;
		line-height: 28px;
	}
	.s1__people-bg {
		width: unset;
		right: unset;
		z-index: 1;
	}
	.s1__people {
		margin: 0 auto;
		width: unset;
		position: relative;
		z-index: 2;
	}
	.s2 {
		padding: 24px 0 32px;
	}
	.s2 h2 {
		margin-bottom: 8px;
	}
	.s2 span {
		margin-bottom: 40px;
	}
	.s3 {
		padding: 56px 0 24px;
	}
	.s3__list {
		gap: 12px;
	}
	.s3__list-item {
		flex-direction: column;
	}
	.s3__item-img {
		min-width: 100%;
		height: 200px;
	}
	.s3__item-description {
		padding: 12px 16px 24px;
	}
	.s3__item-description div {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 8px;
	}
	.s3__item-description span {
		font-size: 16px;
		line-height: 25.6px;
	}
	.s4 {
		padding: 32px 0 52px;
	}
	.s5 h2 {
		margin: 56px 0 24px;
	}
	.s5__bg {
		min-height: 217px;
	}
	.s6 {
		padding: 56px 0 80px;
	}
}
@media (max-width: 575px) {
	.btn-red {
		width: 100%;
		font-size: 16px;
		line-height: 17.6px;
	}
	.s2 h2 {
		font-size: 24px;
		line-height: 28.8px;
		text-align: left;
	}
	.s2 span {
		font-size: 16px;
		line-height: 25.6px;
		text-align: left;
	}
	.s4-wrapper__left {
		font-size: 22px;
		font-weight: 600;
		line-height: 26.4px;
	}
	.advantage {
		gap: 12px;
		width: 100%;
		padding: 12px 16px 32px;
	}
	.advantage__head {
		gap: 12px;
		padding-bottom: 12px;
	}
	.advantage-head__icon {
		width: 50px;
		height: 50px;
	}
	.advantage-head__title {
		font-size: 18px;
		line-height: 21.6px;
	}
	.advantage__body {
		font-size: 16px;
		line-height: 22.4px;
	}
	.s5 h2 {
		font-size: 24px;
		line-height: 28.8px;
	}
	.advantages {
		gap: 12px;
		margin-bottom: 197px;
	}
	.s6 h2 {
		font-size: 24px;
		line-height: 28.8px;
		text-align: left;
		margin-bottom: 24px;
	}
	.questions {
		gap: 8px;
		margin: 0 -15px 32px;
	}
	.question {
		min-height: 50px;
		padding: 12px 16px 14px;
		border-radius: unset;
	}
	.question__head {
		gap: 16px;
		align-items: start;
	}
	.question-head__text {
		font-size: 16px;
		line-height: 19.2px;
	}
	.question__head img {
		width: 24px;
		height: 24px;
	}
	.question__body {
		max-width: 100%;
		padding-top: 0;
	}
}
@media (max-width: 479px) {
	.s1__words {
		max-width: 310px;
	}
	.s1__text {
		font-size: 16px;
		line-height: 24px;
	}
	.s1__people-bg {
		width: unset;
		right: unset;
		z-index: 1;
	}
	.s1__people {
		margin: 0 auto;
		width: unset;
		position: relative;
		z-index: 2;
	}
}
@media (min-width: 1024px) {
	.header__menu {
		display: none!important;
	}
}
