body {
	background: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #000;
	min-width: 320px;
}

/* =========header========= */
.header {
	padding: 33px 0;
}
.header-wrap {
	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;
}
.header-logo {
	display: inline-block;
	width: 204px;
}
.header-logo img {
	display: inline-block;
	width: 100%;
}
.header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header__text {
	font-weight: 700;
	font-size: 18px;
	line-height: 1em;
}
.header-soc {
	margin: 0 0 0 30px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
}
.header-soc a {
	display: inline-block;
	width: 32px;
	line-height: 1em;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.15);
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.header-soc a:hover {
	opacity: 0.7;
}
.header-soc a img {
	display: inline-block;
	width: 100%;
}
/* =========welcome========= */
.welcome-cont {
	padding: 18px 0 154px;
	position: relative;
}
.welcome__title {
	font-weight: 700;
	font-size: 96px;
	line-height: 125%;
	margin-bottom: 63px;
	position: relative;
	z-index: 1;
}
.welcome__thumb {
	display: inline-block;
	position: absolute;
	width: 565px;
	z-index: 0;
	right: 0;
	bottom: 73px;
}
.welcome-btns {
	position: relative;
	z-index: 1;
	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: flex-start;
	row-gap: 20px;
}
.welcome-btns .btn_purple700 {
	margin-left: 154px;
}
.welcome-btns .btn_purple400 {
	margin-left: 16px;
}
/* =========benefits========= */
.benefits {
	padding: 60px 0 80px;
	overflow: hidden;
}
.global-title {
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 58px;
	line-height: 121%;
}
.benefits-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0,1fr))[3];
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 30px;
	margin-bottom: 150px;
}
.benefits-item {
	background: rgba(209, 112, 255, 0.15);
	border-radius: 30px;
	padding: 40px;
	text-align: 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;
	row-gap: 24px;
}
.benefits-item__thumb {
	display: inline-block;
	width: 210px;
}
.benefits-item__title {
	color: #5322dd;
	font-weight: 700;
	font-size: 24px;
	line-height: 142%;
}
.benefits-item__text {
	font-weight: 500;
	font-size: 20px;
	line-height: 150%	
}
.benefits-bottom {
	position: relative;
	text-align: center;
	font-weight: 700;
	font-size: 58px;
	line-height: 121%;
}
.benefits-bottom span {
	display: inline-block;
	color: #5322dd;
}
.benefits-bottom__before {
	display: inline-block;
	width: 53px;
	position: absolute;
	right: 100%;
	top: 45px;
}
.benefits-bottom__after {
	display: inline-block;
	width: 67px;
	position: absolute;
	right: -32px;
	bottom: 0;
}
/* =========form========= */
.form {
	padding: 70px 0 85px;
}
.form-wrap {
	padding: 40px;
	border-radius: 30px;
	background: -webkit-gradient(linear, left bottom, left top, from(#7534e5), to(#5322dd));
	background: linear-gradient(0deg, #7534e5 0%, #5322dd 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}
.form-left {
	width: 530px;
}
.form-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.form-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 16px;
}
.global-input {
	width: 100%;
	border-radius: 20px;
	height: 48px;
	padding-left: 15px;
	border: none;
	font-weight: 500;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.4);
}
.global-input::-webkit-input-placeholder {opacity: 1;color: rgba(0, 0, 0, 0.4);}
.global-input::-moz-placeholder 			{opacity: 1;color: rgba(0, 0, 0, 0.4);}
.global-input:-moz-placeholder 			{opacity: 1;color: rgba(0, 0, 0, 0.4);}
.global-input:-ms-input-placeholder 		{opacity: 1;color: rgba(0, 0, 0, 0.4);}
.form .btn_purple400 {
	margin-top: 40px;
	width: 100%;
}
.form__title {
	font-weight: 700;
	font-size: 58px;
	line-height: 121%;
	color: #fff;
	margin-bottom: 40px;
}
.form__text {
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #fff;
}
/* =========else========= */
.else {
	padding: 65px 0 80px;
}
.else-wrap {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-right: -15px;
	row-gap: 30px;
}
.else-item {
	width: calc(33.33% - 30px);
	margin-right: 15px;
	margin-left: 15px;
	border-radius: 30px;
	padding: 30px;
	background: rgba(209, 112, 255, 0.15);
}
.else-item4, .else-item5 {
	width: calc(50% - 30px);
}
.else-item__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: 38px;
	margin-bottom: 20px;
}
.else-item__icon img {
	display: inline-block;
	max-height: 100%;
}
.else-item__title {
	margin-bottom: 24px;
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	color: #5322dd;
}
.else-item__text {
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
}
.else-item__text p {
	margin-bottom: 5px;
}
.else-item__text p:last-child {
	margin-bottom: 0;
}
.else-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}
.else-cont__thumb {
	display: inline-block;
	width: 48.7%;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 60px;
	background-position: center;
}
.else-cont__thumb::after {
	display: block;
	content: '';
	padding-top: 61.4%;
}
.else-cont__text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0;
	font-weight: 700;
	font-size: 58px;
	line-height: 121%;
}
/* =========works========= */
.works {
	padding: 60px 0;
}
.works-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px;
	border-radius: 30px;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.works-item:hover {
	background-color: rgba(209, 112, 255, 0.2);
}
.works-item-left {
	width: 45.1%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-weight: 700;
	font-size: 24px;
	line-height: 142%;
	color: #5322dd;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}
.works-item__text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #000;
}
.works-item__title {
	margin: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
/* =========form2========= */
.form2 {
	padding: 90px 0;
}
.form2-wrap {
	padding: 40px;
	border-radius: 30px;
	background: -webkit-gradient(linear, left bottom, left top, from(#7534e5), to(#5322dd));
	background: linear-gradient(0deg, #7534e5 0%, #5322dd 100%);
}
.form2 .global-title {
	margin-bottom: 24px;
}
.form2__text {
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 24px;
	line-height: 142%;
}
.form2-cont {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0,1fr))[4];
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 15px;
}
.form2 .btn_purple400 {
	margin-top: 40px;
}
/* =========faq========= */
.faq {
	padding: 60px 0;
}
.faq__card, .faq__header {
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
}
.faq__link {
	border-radius: 30px;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	color: #5322dd;
	width: 100%;
	border: none;
	background-color: transparent;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.faq__link div {
	position: relative;
	width: 30px;
	height: 30px;
}
.faq__link div::after {
	display: block;
	position: absolute;
	content: '';
	width: 3px;
	height: 100%;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: #5322dd;
}
.faq__link div::before {
	display: block;
	position: absolute;
	content: '';
	width: 100%;
	height: 3px;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: #5322dd;
}
.faq__link span {
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 15px;
	text-align: left;
}
.faq__link:hover {
	background-color: rgba(209, 112, 255, 0.2);
	color: #5322dd;
}
.faq__link[aria-expanded='true'] {
	border-radius: 30px 30px 0 0;
	background-color: rgba(209, 112, 255, 0.2);
}
.faq__link[aria-expanded='true'] div::after {
	display: none;
}
.faq-body {
	border-radius: 0 0 30px 30px;
	padding: 0 40px 40px;
	background: rgba(209, 112, 255, 0.2);
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #000;
}
/* =========about========= */
.about {
	padding-top: 95px;
}
.about-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0,1fr))[2];
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 30px;
}
.about-left {
	padding: 40px;
	border-radius: 30px;
	background: rgba(209, 112, 255, 0.2);
}
.about .global-title {
	color: #5322dd;
	margin-bottom: 30px;
}
.about__text1 {
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #000;
}
.about__text1 ul {
	margin: 0;
	padding-left: 30px;
}
.about__text1 ul li {
	position: relative;
}
.about__text1 ul li::before {
	display: block;
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	background: #000;
	right: calc(100% + 15px);
	top: 12px;
	border-radius: 50%;
}
.about__text2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	color: #000;
	margin-top: 40px;
}
.about-right {
	border-radius: 60px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
/* =========footer========= */
.footer {
	padding: 40px 0;
	background: #5322dd;
	border-radius: 30px 30px 0 0;
	margin-top: 150px;
}
.footer-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.footer-logo {
	display: block;
	width: 204px;
	margin-right: 66px;
}
.footer-logo img {
	display: inline-block;
	width: 100%;
}
.footer__action {
	font-weight: 600;
	font-size: 24px;
	line-height: 142%;
	color: #fff;
}
.footer__address {
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	color: #fff;
	margin-top: 30px;
}
.footer__title {
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	color: #fff;
	margin-bottom: 30px;
}
.footer__soc {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	line-height: 1em;
}
.footer__soc a svg * {
	-webkit-transition: fill 0.5s;
	transition: fill 0.5s;
}
.footer__soc a:hover svg * {
	fill: #d170ff;
}
.footer__policy {
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	color: #fff;
	display: inline-block;
	margin-top: 30px;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.footer__policy:hover {
	color: #d170ff;
}
.success {
	color: #fff;
	margin-top: 20px;
	display: none;
}
.form_own.active .success {
	display: block;
}
.global-input.error {
	-webkit-box-shadow: 0 0 5px rgba(255, 0, 0, 0.9);
	box-shadow: 0 0 5px rgba(255, 0, 0, 0.9);
}
.global-ch {
	margin-top: 40px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 0;
}
.global-ch input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.global-ch__left {
	border: 1px solid #fff;
	border-radius: 4px;
	width: 16px;
	height: 16px;
	margin-right: 16px;
	margin-top: 5px;
}
.global-ch__right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
}
.global-ch__right a {
	color: #fff;
	text-decoration: underline;
}
.global-ch__right a:hover {
	text-decoration: none;
}
.global-ch input:checked + .global-ch__left {
	background: url('../img/check.svg') no-repeat center;
}
a.footer__address {
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
a.footer__address:hover {
	color: #d170ff;
}
.privacy {
	padding-top: 30px;
}
.privacy .welcome__title {
	margin-bottom: 145px;
}
.privacy-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}
.privacy-cont .list-group {
	width: 365px;
	row-gap: 20px;
}
.privacy-cont .scrollspy-example {
	position: relative;
	width: calc(100% - 395px);
	margin-left: auto;
	background: rgba(209, 112, 255, 0.2);
	border-radius: 30px;
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 60px;
	font-weight: 500;
	font-size: 24px;
	line-height: 142%;
	color: #000;
}
.privacy-cont .scrollspy-example h4 {
	font-weight: 700;
	font-size: 58px;
	line-height: 121%;
	color: #000;
	margin-bottom: 30px;
}
.privacy-cont .scrollspy-example ul {
	padding-left: 30px;
}
.privacy-cont .scrollspy-example ul li {
	position: relative;
}
.privacy-cont .scrollspy-example ul li::before {
	display: block;
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	background: #000;
	right: calc(100% + 15px);
	top: 15px;
	border-radius: 50%;
}
.privacy-cont .scrollspy-example a {
	color: #000;
}
.privacy-cont .scrollspy-example a:hover {
	text-decoration: underline;
}
.privacy-cont .list-group-item {
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #000;
	padding: 0;
	border: none;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	background: transparent !important;
}
.privacy-cont .list-group-item:hover {
	background: transparent !important;
	color: #5322dd;
}
.privacy-cont .list-group-item.active {
	color: #5322dd;
	font-weight: 700;
	background: transparent !important;
}
.sticky {
	position: fixed;
	top: 15px;
}
.last-update {
	position: absolute;
	left: 0;
	bottom: calc(100% + 30px);
}





/*Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) { 
	/* =========welcome========= */
	.welcome-cont {
		padding-bottom: 290px;
	}
	.welcome__title {
		font-size: 90px;
		max-width: 800px;
		margin-bottom: 35px;
	}
	.welcome__title br {
		display: none;
	}
	.welcome__thumb {
		bottom: 53px;
	}
	/* =========benefits========= */
	.benefits {
		padding: 35px 0 50px;
	}
	.benefits-item {
		padding: 20px;
	}
	.benefits-item__thumb {
		width: 165px;
	}
	.benefits-wrap {
		margin-bottom: 120px;
	}
	.benefits-bottom__before, .benefits-bottom__after {
		display: none;
	}
	/* =========form========= */
	.form {
		padding: 70px 0;
	}
	.form-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		row-gap: 30px;
	}
	.form__title br {
		display: none;
	}
	.form__text {
		max-width: 800px;
	}
	.form-right {
		-webkit-box-flex: inherit;
		-ms-flex: inherit;
		flex: inherit;
		width: 100%;
	}
	.form-left {
		width: 100%;
	}
	/* =========else========= */
	.else {
		padding: 50px 0;
	}
	.else-cont__thumb::after {
		padding-top: 85%;
	}
	/* =========works========= */
	.works {
		padding: 50px 0;
	}
	.works-item-left {
		width: 53.1%;
	}
	/* =========form2========= */
	.form2 {
		padding: 70px 0;
	}
	.form2-cont {
		-ms-grid-columns: (minmax(0,1fr))[2];
		grid-template-columns: repeat(2,minmax(0,1fr));
	}
	/* =========faq========= */
	.faq {
		padding: 45px 0;
	}
	/* =========about========= */
	.about {
		padding-top: 80px;
	}
	.about-left {
		padding: 20px;
	}
	/* =========footer========= */
	.footer {
		margin-top: 110px;
	}
	.privacy-cont .list-group {
		width: 264px;
	}
	.privacy-cont .scrollspy-example {
		width: calc(100% - 294px);
	}

}

/*Large devices (desktops, 1024px and up) */
@media (max-width: 1023.5px) { 
	/* =========welcome========= */
	.welcome-cont {
		padding-bottom: 192px;
	}
	.welcome__title {
		font-size: 78px;
		max-width: 800px;
		margin-bottom: 32px;
	}
	.welcome__thumb {
		bottom: 32px;
		width: 425px;
	}
	/* =========benefits========= */
	.benefits {
		padding: 18px 0 36px;
	}
	.global-title {
		font-size: 48px;
		margin-bottom: 40px;
	}
	.benefits-wrap {
		-ms-grid-columns: (minmax(0,1fr))[1];
		grid-template-columns: repeat(1,minmax(0,1fr));
		gap: 20px;
		margin-bottom: 80px;
	}
	.benefits-bottom {
		font-size: 48px;
	}
	/* =========form========= */
	.form {
		padding: 44px 0;
	}
	.form__title {
		font-size: 48px;
	}
	.form__title br {
		display: inline-block;
	}
	/* =========else========= */
	.else {
		padding: 30px 0 40px;
	}
	.else-item {
		width: calc(50% - 30px);
	}
	.else-item5 {
		width: calc(100% - 30px);
	}
	.else-cont {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		row-gap: 30px;
	}
	.else-cont__thumb {
		width: 100%;
	}
	.else-cont__thumb::after {
		padding-top: 91%;
	}
	.else-cont__text {
		-webkit-box-flex: inherit;
		-ms-flex: inherit;
		flex: inherit;
		width: 100%;
	}
	.else-cont__text {
		font-size: 48px;
	}
	/* =========works========= */
	.works {
		padding: 40px 0;
	}
	.works-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		row-gap: 30px;
	}
	.works-item-left {
		width: 100%;
	}
	.works-item__text {
		-webkit-box-flex: inherit;
		-ms-flex: inherit;
		flex: inherit;
		width: 100%;
	}
	/* =========form2========= */
	.form2 {
		padding: 50px 0;
	}
	/* =========faq========= */
	.faq {
		padding: 25px 0;
	}
	/* =========about========= */
	.about {
		padding-top: 60px;
	}
	.about-wrap {
		-ms-grid-columns: (minmax(0,1fr))[1];
		grid-template-columns: repeat(1,minmax(0,1fr));
		gap: 20px;
	}
	.about-right::after {
		display: block;
		content: '';
		padding-top: 75.3%;
	}
	/* =========footer========= */
	.footer {
		margin-top: 120px;
	}
	.footer-logo {
		margin-right: 40px;
	}
	.privacy .welcome__title {
		margin-bottom: 60px;
	}
	.privacy-cont {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.privacy-cont .list-group {
		width: 100%;
		position: static !important;
	}
	.privacy-cont .scrollspy-example {
		width: 100%;
		margin-top: 70px;
		padding: 20px;
	}
	.last-update {
		font-size: 20px;
		bottom: calc(100% + 16px);
	}
	.privacy-cont .scrollspy-example h4 {
		font-size: 48px;
	}

}

/*Medium devices (tablets, 768px and up) */
@media (max-width: 767.5px) {
	/* =========header========= */
	.header {
		padding: 23px 0;
	}
	.header-logo {
		width: 163px;
	}
	.header-right {
		-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: flex-start;
	}
	.header__text {
		font-size: 14px;
		margin-bottom: 6px;
	}
	.header-soc {
		margin: 0;
		-webkit-column-gap: 8px;
		-moz-column-gap: 8px;
		column-gap: 8px;
	}
	.header-soc a {
		width: 23px;
		border-radius: 6px;
		-webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.15);
	}
	/* =========welcome========= */
	.welcome-cont {
		padding-top: 13px;
		padding-bottom: 24px;
	}
	.welcome__title {
		font-size: 48px;
		margin-bottom: 8px;
	}
	.welcome__thumb {
		position: static;
		width: 100%;
	}
	.welcome-btns {
		row-gap: 16px;
		margin-top: -70px;
	}
	.welcome-btns .btn_purple700 {
		margin-left: auto;
	}
	.welcome-btns .btn_purple400 {
		margin-left: 0;
	}
	/* =========benefits========= */
	.benefits {
		padding: 16px 0;
	}
	.global-title {
		font-size: 36px;
		margin-bottom: 20px;
	}
	.benefits-item {
		padding: 16px;
		row-gap: 16px;
	}
	.benefits-item__thumb {
		width: 115px;
	}
	.benefits-item__title {
		font-size: 22px;
	}
	.benefits-item__text {
		font-size: 18px;
	}
	.benefits-wrap {
		margin-bottom: 40px;
	}
	.benefits-bottom {
		font-size: 36px;
	}
	/* =========form========= */
	.form {
		padding: 24px 0;
	}
	.form-wrap {
		row-gap: 20px;
		padding: 16px;
	}
	.form__title {
		font-size: 36px;
		margin-bottom: 20px;
	}
	.form__text {
		font-size: 18px;
	}
	/* =========else========= */
	.else {
		padding: 15px 0 20px;
	}
	.else-item {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		padding: 16px;
	}
	.else-wrap {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		row-gap: 15px;
	}
	.else-item__icon {
		margin-bottom: 15px;
	}
	.else-item__title {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.else-item__text {
		font-size: 18px;
	}
	.else-cont__text {
		font-size: 36px;
	}
	.else-cont {
		row-gap: 15px;
	}
	.else-cont__thumb {
		border-radius: 30px;
	}
	/* =========works========= */
	.works {
		padding: 20px 0;
	}
	.works-item {
		padding: 15px;
		row-gap: 15px;
	}
	.works-item-left {
		font-size: 22px;
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
	}
	.works-item__text {
		font-size: 18px;
	}
	/* =========form2========= */
	.form2 {
		padding: 25px 0;
	}
	.form2-wrap {
		padding: 15px;
	}
	.form2__text {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.form2-cont {
		-ms-grid-columns: (minmax(0,1fr))[1];
		grid-template-columns: repeat(1,minmax(0,1fr));
	}
	/* =========faq========= */
	.faq {
		padding: 15px 0;
	}
	.faq__link {
		padding: 15px;
		font-size: 22px;
	}
	.faq-body {
		padding: 0 15px 15px;
		font-size: 18px;
	}
	.faq__link div {
		width: 20px;
		height: 20px;
		margin-top: 5px;
	}
	/* =========about========= */
	.about {
		padding-top: 30px;
	}
	.about .global-title {
		margin-bottom: 20px;
		text-align: center;
	}
	.about__text1 {
		font-size: 18px;
	}
	.about__text2 {
		font-size: 22px;
		margin-top: 20px;
	}
	.about-right {
		border-radius: 30px;
	}
	/* =========footer========= */
	.footer-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-left {
		-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: flex-start;
	}
	.footer-logo {
		margin-right: 0;
		margin-bottom: 40px;
	}
	.footer-left {
		width: 100%;
	}
	.footer-right {
		width: 100%;
		margin-top: 40px;
	}
	.privacy .welcome__title {
		margin-bottom: 40px;
	}
	.privacy-cont .scrollspy-example {
		padding: 16px;
		font-size: 18px;
		row-gap: 40px;
	}
	.privacy-cont .scrollspy-example h4 {
		font-size: 36px;
	}

}