.container {
	width: 100%;
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}

.wraper {
	width: 100%;
	min-height: 100vh;
	background: #384152;
	z-index: 0;
	position: relative;
	font-family: 'Jost', sans-serif;
	padding-top: 90px;
	overflow: hidden;
}

.wraper__gradTop {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	width: 1360px;
}
.wraper__gradTop img {
	width: 100%;
}

.wraper__gradBottom {
	position: absolute;
	bottom: 200px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	width: 1360px;
}
.wraper__gradBottom img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	width: 100%;
}

.wraper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/wrapBGR.webp');
	background-repeat: repeat;
	background-size: auto;
	filter: blur(2px);
	-webkit-filter: blur(2px);
	z-index: -1;
}

.header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 160px;
}
.header .header__content {
	width: 54.58333%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.header .header__img {
	width: 40%;
	flex-shrink: 0;
}
.header .header__img img {
	width: 100%;
	height: 834px;
}

.header__content {
	width: 100%;
}

.header__textBlock {
	width: 100%;
	margin-bottom: 41px;
}
.header__textBlock .header__title {
	width: 100%;
	font-family: 'FoglihtenNo06';
	color: #fff;
	line-height: 115%;
	font-weight: 400;
	margin-bottom: 20px;
	font-size: clamp(110.66px, 13.04vw, 161.66px);
}
.header__textBlock .header__subTitle {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 41px;
}
.header__textBlock .header__subTitle img {
	width: 72px;
	flex-shrink: 0;
	margin-right: 28px;
}
.header__textBlock .header__subTitle .graf-mob {
	display: none;
}
.header__textBlock .header__subTitle .header__subTitleText {
	width: 100%;
	color: #ffffff;
	font-size: clamp(20px, 2.258vw, 28px);
	font-weight: 400;
	line-height: 142%;
	letter-spacing: 0.02em;
}
.header__textBlock .header__text {
	width: 100%;
	color: rgba(255, 255, 255, 0.7);
	font-size: clamp(17px, 1.6129vw, 20px);
	line-height: 140%;
	font-weight: 400;
	letter-spacing: 0.02em;
}

.phoneMob {
	display: none;
}

.banerWraper {
	width: 100%;
	min-height: 255px;
	background-color: #1e2738;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 20px;
	padding: 36px 0 50px 42px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.banerWraper .banerImg {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 242px;
	z-index: -1;
}
.banerWraper .banerImg img {
	height: 100%;
}
.banerWraper .banerText {
	width: 53.565505%;
	font-size: 28px;
	letter-spacing: 0.02em;
	color: #ffffff;
	font-weight: 500;
	line-height: 128%;
	margin-bottom: 24px;
}

.banerButton {
	width: auto;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	padding: 12px 14px 12px 18px;
	border-radius: 10px;
	border: 1.8px solid #ffffff;
	transition: all 0.2s;
}
.banerButton .banerButtonIcon {
	fill: #fff;
	width: 34px;
	margin-right: 14px;
	flex-shrink: 0;
	transition: all 0.2s;
}
.banerButton .banerButton__text {
	width: auto;
	display: inline-flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.banerButton .buttonTitle {
	width: auto;
	display: inline-block;
	color: #ffffff;
	font-size: 15.48px;
	font-weight: 500;
	line-height: 100%;
	transition: all 0.2s;
}
.banerButton .buttonName {
	font-family: 'SFCompactText';
	width: auto;
	display: inline-block;
	color: #ffffff;
	font-size: 30.96px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.81px;
	transition: all 0.2s;
}
.banerButton:hover {
	border: 1.8px solid #b39ccb;
}
.banerButton:hover .banerButtonIcon {
	fill: #b39ccb;
}
.banerButton:hover .buttonTitle {
	color: #b39ccb;
}
.banerButton:hover .buttonName {
	color: #b39ccb;
}

.banerHeader {
	position: relative;
}
.banerHeader #goToButton {
	position: absolute;
	left: 0;
	top: -150px;
}

.mainTitle {
	width: 100%;
	color: #ffffff;
	font-size: clamp(32px, 4.193vw, 52px);
	line-height: 134%;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.mainTitle_functions {
	margin-bottom: 24px;
}

.mainSubTitle {
	width: 100%;
	color: rgba(255, 255, 255, 0.7);
	font-size: clamp(20px, 2.258vw, 28px);
	font-weight: 400;
	line-height: 142%;
	letter-spacing: 0.02em;
	text-align: center;
	margin-bottom: 40px;
}

.appFunctions {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 15px;
	row-gap: 50px;
	margin-bottom: 160px;
}

.appFunctions__item img {
	width: 60px;
	margin-bottom: 16px;
}
.appFunctions__item .appFunctions__title {
	width: 100%;
	color: #ffffff;
	font-size: 20px;
	line-height: 200%;
	font-weight: 600;
	letter-spacing: 0.02em;
	margin-bottom: 8px;
}
.appFunctions__item .appFunctions__text {
	width: 100%;
	color: rgba(255, 255, 255, 0.5);
	font-size: 18px;
	line-height: 155%;
	font-weight: 400;
	letter-spacing: 0.02em;
	padding-right: 40px;
}

.banerWraper_functions {
	padding: 28px 0 37px 28px;
	min-height: 235px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
}
.banerWraper_functions .banerText {
	width: 100%;
}
.banerWraper_functions .banerImg {
	position: absolute;
	right: -101px;
	bottom: 10px;
	height: 209px;
	z-index: -1;
}
.banerWraper_functions .banerImg img {
	height: 100%;
}

.mainTitle_reviews {
	margin-bottom: 40px;
}

.reviews {
	width: 100%;
	margin-bottom: 40px;
}
.reviews.slick-slider .slick-list {
	margin: 0 -10px;
}
.reviews.slick-slider .slick-list .slick-track {
	display: flex;
}
.reviews.slick-slider .slick-list .slick-track .slick-slide {
	margin: 0 10px;
}

.slick-slider.dragging .slick-slide {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.slick-slide {
	user-select: auto;
	-webkit-user-select: auto;
}

.reviews__item {
	background-color: #2a3344;
	border-radius: 20px;
	padding: 30px 26px 36px 26px;
}

.reviews__personWraper {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-family: 'Source Sans 3', sans-serif;
	margin-bottom: 28px;
}
.reviews__personWraper .reviews__img {
	width: 62px;
	height: 62px;
	flex-shrink: 0;
	margin-right: 18px;
}
.reviews__personWraper .reviews__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.reviews__personWraper .reviews__personCont {
	width: 100%;
}
.reviews__personWraper .reviews__personCont .reviews__name {
	width: 100%;
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	font-weight: 600;
	line-height: 133%;
	margin-bottom: 8px;
}
.reviews__personWraper .reviews__personCont img {
	width: 115px;
}

.reviews__text {
	width: 100%;
	color: rgba(255, 255, 255, 0.5);
	font-size: 18px;
	font-weight: 400;
	line-height: 155%;
	letter-spacing: 0.02em;
}

.mainBnaer {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 160px;
}

.banerMain {
	width: 100%;
	min-height: 330px;
	max-width: 835px;
	padding: 34px 0 36px 38px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
}
.banerMain .banerText {
	width: 56%;
	margin-bottom: 32px;
	line-height: 143%;
}
.banerMain .banerText span {
	color: #b39ccb;
	text-transform: uppercase;
}
.banerMain .banerImg {
	position: absolute;
	right: 0;
	bottom: 4px;
	height: 330px;
	z-index: -1;
}
.banerMain .banerImg img {
	height: 100%;
}

.accordionWraper {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 160px;
}

.accordion {
	width: 100%;
	max-width: 835px;
}

.accordion__item {
	width: 100%;
	margin-bottom: 40px;
}
.accordion__item:last-child {
	margin-bottom: 0;
}
.accordion__item .accordion__question {
	width: 100%;
	background-color: #1e2738;
	border-radius: 15px;
	padding: 10px 12px 10px 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.accordion__item .accordion__question .question__text {
	width: 100%;
	color: #ffffff;
	font-size: 20px;
	line-height: 200%;
	font-weight: 600;
	letter-spacing: 0.02em;
}
.accordion__item .accordion__question .question__icon {
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	margin-left: 20px;
}
.accordion__item .accordion__question .question__icon img {
	width: 13.5px;
	transform: rotate(-45deg);
	transition: all 0.2s;
}
.accordion__item .accordion__question_active .question__icon img {
	transform: rotate(0deg);
}
.accordion__item .accordion__answer {
	display: none;
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 155%;
	letter-spacing: 0.02em;
	padding-top: 20px;
}
.accordion__item .accordion__answer a {
	color: #b39ccb;
	transition: all 0.2s;
	-webkit-text-decoration: underline transparent;
	text-decoration: underline transparent;
}
.accordion__item .accordion__answer a:hover {
	-webkit-text-decoration: underline #b39ccb;
	text-decoration: underline #b39ccb;
}
.accordion__item.accordion__item_open .accordion__answer {
	display: block;
}

.footerBannerWraper {
	width: 100%;
	position: relative;
	z-index: 0;
}
.footerBannerWraper .footerBanner__cont {
	width: 52%;
	min-height: 507px;
	padding-top: 151px;
	padding-bottom: 30px;
}
.footerBannerWraper .footerBanner__cont .mainTitle {
	width: 100%;
	text-align: left;
	margin-bottom: 33px;
}
.footerBannerWraper .footerBanner__img {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 507px;
	z-index: -1;
}
.footerBannerWraper .footerBanner__img img {
	height: 100%;
}

.footerWraper {
	width: 100%;
	background-color: #1e2738;
	position: relative;
	z-index: 10;
}
.footerWraper .footerWraper__bgr {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: -1;
}
.footerWraper .footerWraper__bgr img {
	height: 100%;
	opacity: 40%;
}

.footer {
	width: 100%;
	padding: 40px 0 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer__left {
	width: auto;
	display: inline-flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-shrink: 0;
	margin-right: 70px;
}
.footer__left .footer__logo {
	width: auto;
	display: inline-block;
	font-family: 'FoglihtenNo06';
	color: #fff;
	line-height: 115%;
	font-weight: 400;
	margin-bottom: 33px;
	font-size: 72.5px;
}
.footer__left .footer__social {
	width: auto;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}
.footer__left .footer__social a {
	display: block;
	width: 48px;
	flex-shrink: 0;
	margin-right: 24px;
}
.footer__left .footer__social a:last-child {
	margin-right: 0;
}

.footer__right {
	width: 100%;
	max-width: 790px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 9px;
}
.footer__right .footer__linkList {
	width: 34%;
	min-width: 230px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-shrink: 0;
}
.footer__right .footer__linkList a {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	line-height: 140%;
	font-weight: 500;
	letter-spacing: 0.02em;
	margin-bottom: 24px;
	transition: all 0.2s;
}
.footer__right .footer__linkList a:last-child {
	margin-bottom: 0;
}
.footer__right .footer__linkList a:hover {
	color: #b39ccb;
}
.footer__right .footer__linkList:last-child {
	flex-shrink: 1;
	width: 100%;
	margin-left: 40px;
}

.policy {
  padding-bottom: 40px;
}

.policy h1 {
	color: #ffffff;
	font-size: clamp(32px, 4.193vw, 52px);
	line-height: 134%;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.policy p {
	color: rgba(255, 255, 255, 0.7);
	font-size: clamp(17px, 1.6129vw, 20px);
	line-height: 140%;
	font-weight: 400;
	letter-spacing: 0.02em;
}

.policy p > a {
	color: #ffffff;
	font-size: clamp(17px, 1.6129vw, 20px);
	line-height: 140%;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.policy p > span {
	color: #ffffff;
	font-size: clamp(17px, 1.6129vw, 20px);
	line-height: 140%;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.policy p > a:hover {
	transition: all 0.2s;
	color: #b39ccb;
}

.policy h2 {
	color: #ffffff;
	font-size: clamp(32px, 4.193vw, 40px);
	line-height: 134%;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.policy ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding-left: 40px;
	color: rgba(255, 255, 255, 0.7);
	font-size: clamp(17px, 1.6129vw, 20px);
	line-height: 140%;
	font-weight: 400;
	letter-spacing: 0.02em;
}

.policy ul > li {
  list-style: decimal;
}

.policy ol {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding-left: 40px;
	color: rgba(255, 255, 255, 0.7);
	font-size: clamp(17px, 1.6129vw, 20px);
	line-height: 140%;
	font-weight: 400;
	letter-spacing: 0.02em;
}

.policy ol > li {
  list-style: disc;
}

.policy ol > li > span {
  color: #ffffff;
}

.policy ul > li > span {
  color: #ffffff;
}

.policy ol > li > a {
  color: #ffffff;
}

.policy ul > li > a {
  color: #ffffff;
}

.policy ol > li > a:hover {
	transition: all 0.2s;
	color: #b39ccb;
}

.policy ul > li > a:hover {
	transition: all 0.2s;
	color: #b39ccb;
}

.policy h3 {
	color: #ffffff;
	font-size: clamp(32px, 4.193vw, 32px);
	line-height: 134%;
	font-weight: 500;
	letter-spacing: 0.02em;
}

@media screen and (max-width: 1240px) {
	.reviews {
		width: 95%;
	}
	.reviews.slick-slider .slick-list {
		margin: 0 -10px;
	}
	.reviews.slick-slider .slick-list .slick-track .slick-slide {
		margin: 0 10px;
	}
	.reviews__item {
		padding: 28px 24px 33px 24px;
	}
}
@media screen and (max-width: 1150px) {
	.footerBannerWraper .footerBanner__cont {
		width: 56%;
		min-height: 450px;
		padding-top: 100px;
		padding-bottom: 30px;
	}
	.footerBannerWraper .footerBanner__cont .mainTitle {
		margin-bottom: 33px;
	}
	.footerBannerWraper .footerBanner__img {
		right: -60px;
		bottom: 0;
		height: 450px;
		z-index: -1;
	}
	.footerBannerWraper .footerBanner__img img {
		height: 100%;
	}
}
@media screen and (max-width: 950px) {
	.wraper {
		padding-top: 70px;
	}
	.wraper__gradTop {
		width: 1000px;
	}
	.wraper__gradBottom {
		bottom: 200px;
		width: 1360px;
	}
	.header {
		position: relative;
		margin-bottom: 140px;
	}
	.header .header__content {
		width: 100%;
	}
	.header .header__img {
		position: absolute;
		top: 0;
		right: 0;
		width: auto;
		height: 500px;
		flex-shrink: 0;
	}
	.header .header__img img {
		width: auto;
		height: 100%;
	}
	.header__textBlock {
		min-height: 500px;
		margin-bottom: 40px;
		padding-right: 300px;
	}
	.header__textBlock .header__title {
		margin-bottom: 20px;
		font-size: clamp(110.66px, 13.04vw, 161.66px);
	}
	.header__textBlock .header__subTitle {
		margin-bottom: 41px;
	}
	.header__textBlock .header__subTitle img {
		width: 50px;
		margin-right: 22px;
	}
	.header__textBlock .header__subTitle .header__subTitleText {
		font-size: clamp(20px, 2.258vw, 28px);
	}
	.header__textBlock .header__text {
		font-size: clamp(17px, 1.6129vw, 20px);
	}
	.banerWraper {
		min-height: 255px;
		border-radius: 20px;
		padding: 36px 0 50px 42px;
	}
	.banerWraper .banerImg {
		right: 0;
		bottom: 0;
		height: 242px;
	}
	.banerWraper .banerText {
		width: 53.565505%;
	}
	.appFunctions {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 15px;
		row-gap: 50px;
		margin-bottom: 140px;
	}
	.appFunctions__item img {
		margin-bottom: 20px;
	}
	.appFunctions__item .appFunctions__title {
		line-height: 200%;
	}
	.appFunctions__item .appFunctions__text {
		line-height: 155%;
		padding-right: 40px;
	}
	.banerWraper_functions {
		padding: 28px 0 37px 28px;
		min-height: 235px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: column;
	}
	.banerWraper_functions .banerText {
		width: 100%;
	}
	.banerWraper_functions .banerImg {
		right: -101px;
		bottom: 10px;
		height: 209px;
	}
	.mainBnaer {
		margin-bottom: 140px;
	}
	.banerMain {
		padding: 34px 0 36px 38px;
	}
	.banerMain .banerText {
		width: 56%;
		margin-bottom: 32px;
		line-height: 143%;
	}
	.banerMain .banerImg {
		position: absolute;
		right: -100px;
		bottom: 4px;
		height: 330px;
		z-index: -1;
	}
	.banerMain .banerImg img {
		height: 100%;
	}
	.accordionWraper {
		margin-bottom: 140px;
	}
	.footerBannerWraper {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
	}
	.footerBannerWraper .footerBanner__cont {
		width: 100%;
		min-height: auto;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 44px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.footerBannerWraper .footerBanner__cont .mainTitle {
		text-align: center;
		margin-bottom: 30px;
	}
	.footerBannerWraper .footerBanner__img {
		position: relative;
		right: auto;
		bottom: auto;
		height: 380px;
		z-index: 0;
	}
	.footerBannerWraper .footerBanner__img img {
		height: 100%;
	}
	.footer {
		width: 100%;
		padding: 40px 0 70px 0;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.footer__left {
		width: auto;
		display: inline-flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
		flex-shrink: 0;
		margin-right: 70px;
	}
	.footer__left .footer__logo {
		width: auto;
		display: inline-block;
		font-family: 'FoglihtenNo06';
		color: #fff;
		line-height: 115%;
		font-weight: 400;
		margin-bottom: 33px;
		font-size: 72.5px;
	}
	.footer__left .footer__social {
		width: auto;
		display: inline-flex;
		justify-content: flex-start;
		align-items: center;
	}
	.footer__left .footer__social a {
		display: block;
		width: 48px;
		flex-shrink: 0;
		margin-right: 24px;
	}
	.footer__left .footer__social a:last-child {
		margin-right: 0;
	}
	.footer__right {
		width: 60%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
		padding-top: 9px;
	}
	.footer__right .footer__linkList {
		width: 100%;
		min-width: auto;
		flex-shrink: 1;
		margin-bottom: 24px;
	}
	.footer__right .footer__linkList a {
		font-size: 20px;
		line-height: 140%;
		letter-spacing: 0.02em;
		margin-bottom: 24px;
	}
	.footer__right .footer__linkList:last-child {
		flex-shrink: 1;
		width: 100%;
		margin-left: 0px;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 768px) {
	.wraper {
		padding-top: 68px;
	}
	.header {
		position: relative;
		margin-bottom: 130px;
	}
	.header .header__content {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
	}
	.header .header__img {
		display: none;
	}
	.header__textBlock {
		min-height: auto;
		margin-bottom: 40px;
		padding-right: 0px;
	}
	.header__textBlock .header__title {
		text-align: center;
		margin-bottom: 30px;
		line-height: 100%;
		font-size: clamp(80px, 30.5vw, 110.66px);
	}
	.header__textBlock .header__subTitle {
		margin-bottom: 40px;
	}
	.header__textBlock .header__subTitle img {
		width: 36px;
		margin-right: 20px;
	}
	.header__textBlock .header__subTitle .graf-mob {
		display: block;
	}
	.header__textBlock .header__subTitle .graf-des {
		display: none;
	}
	.header__textBlock .header__subTitle .header__subTitleText {
		font-size: clamp(20px, 2.258vw, 28px);
		line-height: 175%;
	}
	.header__textBlock .header__text {
		font-size: clamp(17px, 1.6129vw, 20px);
		line-height: 141%;
	}
	.phoneMob {
		height: 590px;
		display: block;
	}
	.phoneMob img {
		height: 100%;
	}
	.banerWraper {
		min-height: auto;
		border-radius: 20px;
		padding: 32px 20px 270px 20px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
	}
	.banerWraper .banerImg {
		right: 50%;
		bottom: 0;
		transform: translateX(50%);
		height: 250px;
	}
	.banerWraper .banerText {
		width: 100%;
		text-align: center;
	}
	.banerHeader {
		position: relative;
		z-index: 10;
		transform: translateY(-201px);
		margin-bottom: -201px;
	}
	.mainTitle {
		line-height: 136%;
	}
	.appFunctions {
		grid-template-columns: repeat(1, 1fr);
		column-gap: 15px;
		row-gap: 44px;
		margin-bottom: 130px;
	}
	.appFunctions__item img {
		margin-bottom: 20px;
	}
	.appFunctions__item .appFunctions__title {
		line-height: 140%;
	}
	.appFunctions__item .appFunctions__text {
		line-height: 165%;
		font-size: 17px;
		padding-right: 0px;
	}
	.banerWraper_functions {
		min-height: auto;
		border-radius: 20px;
		padding: 32px 20px 270px 20px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
	}
	.banerWraper_functions .banerImg {
		right: 50%;
		bottom: -32px;
		transform: translateX(50%);
		height: 281px;
	}
	.banerWraper_functions .banerText {
		width: 100%;
		text-align: center;
	}
	.banerButton {
		padding-right: 23px;
	}
	.reviews {
		width: calc(100% - 40px);
	}
	.reviews__item {
		padding: 26px 22px 30px 22px;
	}
	.reviews__text {
		font-size: 17px;
		line-height: 165%;
	}
	.mainBnaer {
		margin-bottom: 130px;
	}
	.banerMain {
		min-height: auto;
		padding: 32px 10px 392px 10px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
	}
	.banerMain .banerImg {
		right: 50%;
		bottom: 19px;
		transform: translateX(50%);
		height: 331px;
	}
	.banerMain .banerText {
		width: 100%;
		text-align: center;
		line-height: 128%;
	}
	.accordionWraper {
		margin-bottom: 130px;
	}
	.accordion__item {
		margin-bottom: 32px;
	}
	.accordion__item .accordion__question {
		border-radius: 15px;
		padding: 10px 12px 10px 16px;
	}
	.accordion__item .accordion__question .question__text {
		line-height: 140%;
	}
	.accordion__item .accordion__question .question__icon {
		margin-left: 20px;
	}
	.accordion__item .accordion__answer {
		font-size: 17px;
		line-height: 165%;
		padding-top: 16px;
	}
	.footerBannerWraper {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
	}
	.footerBannerWraper .footerBanner__cont {
		width: 100%;
		min-height: auto;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 44px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.footerBannerWraper .footerBanner__cont .mainTitle {
		text-align: center;
		margin-bottom: 30px;
	}
	.footerBannerWraper .footerBanner__img {
		width: 100%;
		position: relative;
		right: auto;
		bottom: auto;
		height: 306px;
		z-index: 0;
	}
	.footerBannerWraper .footerBanner__img img {
		position: absolute;
		bottom: -25px;
		left: 47%;
		z-index: -1;
		transform: translate(-50%);
		height: 331px;
	}
}
@media screen and (max-width: 670px) {
	.footer {
		padding: 40px 0 40px 0;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
	}
	.footer__left {
		flex-shrink: 1;
		margin-right: 0px;
		margin-bottom: 53px;
	}
	.footer__right {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
		padding-top: 0px;
	}
	.footerWraper__bgr {
		display: none;
	}
	.wraper__gradTop {
		width: 940px;
	}
	.wraper__gradBottom {
		bottom: 200px;
		width: 1360px;
	}
}
@media screen and (max-width: 520px) {
	.header {
		margin-bottom: 120px;
	}
	.header .header__content {
		align-items: flex-start;
	}
	.mainTitle_functions {
		margin-bottom: 20px;
	}
	.appFunctions {
		margin-bottom: 120px;
	}
	.mainBnaer {
		margin-bottom: 120px;
	}
	.accordionWraper {
		margin-bottom: 120px;
	}
}
@media screen and (max-width: 425px) {
	.container {
		padding: 0 15px;
	}
}
