*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

html,
body {
	height: 100%;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #000;
	background-color: #fff;
	font-family: 'Inter', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%
}

button {
	cursor: pointer
}

input,
button,
textarea,
select {
	font: inherit;
	border: none;
	background: none;
	outline: none
}

a {
	color: inherit;
	text-decoration: none
}

ul,
ol {
	list-style: none
}

input:focus-visible,
button:focus-visible,
a:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 2px solid #976dd5;
	outline-offset: 4px;
}

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

html {
	scroll-behavior: smooth
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.title {
	font-weight: 700;
	font-size: 48px;
	line-height: 52px
}

.btn {
	display: inline-block;
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 12px 24px;
	border-radius: 999px;
	transition: background-color 0.3s ease;
}

.btn:hover {
	background-color: #B78AFA;
}

.btn:active {
	background-color: #4500AD;
	outline: 2px solid #9466DA;
}

.btn:disabled {
	background-color: #CBCEE0;
}

.custom-select {
	position: relative;
	border-radius: 4px;
	max-width: fit-content;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-select:hover {
	background-color: #DCD5FF;
}

.custom-select:active {
	background-color: #5537E8;
	color: #FFFFFF;
}

.custom-select:disabled {
	cursor: not-allowed;
	background-color: transparent;
	color: #7B848E;
}

.language-icon {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	width: 16px;
	height: 16px;
	pointer-events: none;
}

.select-selected {
	cursor: pointer;
	font-size: 14px;
	line-height: 100%;
	padding: 8px 28px 8px 8px;
	border-radius: 4px;
}

.select-arrow-active {
	background-color: #5537E8;
	color: #FFFFFF;
}

.select-items {
	position: absolute;
	background-color: #fff;
	border-top: none;
	z-index: 99;
	right: 0;
	width: 160px;
	padding: 12px;
	overflow-y: auto;
	border-radius: 4px;
	box-shadow: 0px 0px 8px 0px #161B2217;
}

.select-items div {
	padding: 10px;
	cursor: pointer;
	font-size: 14px;
	line-height: 100%;
	border-radius: 4px;
}

.select-items div:hover {
	color: #7E3BE1;

}

.select-items div.active {
	position: relative;
	background-color: #EFECFF;
}

.select-items div.active::after {
	content: '';
	position: absolute;
	right: 12px;
	top: 50%;
	width: 6px;
	height: 12px;
	border: solid black;
	border-width: 0 1px 1px 0;
	transform: translateY(-50%) rotate(45deg);
}

.select-arrow-active+.language-icon {
	filter: invert(1);
}

.select-hide {
	display: none;
}

.hero-section {
	background-color: #EFECFF;
	padding: 120px 0 113px 0;
	position: relative;
}

.custom-select {
	position: absolute;
	right: 71px;
	top: 16px;
}

.hero-wrapper {
	display: flex
}

.hero-content {
	max-width: 478px;
	width: 100%
}

.hero-logo {
	width: 140px;
	height: 82.26px;
	margin-bottom: 48px
}

.hero-title {
	font-weight: 700;
	font-size: 52px;
	line-height: 64px;
	margin-bottom: 24px;
}

.hero-subtitle {
	margin-bottom: 24px;
}

.hero-social-proof {
	display: flex;
	align-items: center;
	margin-bottom: 48px
}

.users {
	width: 157px;
	height: 52px;
	margin-right: 12px
}

.rating span {
	font-size: 12px;
	line-height: 16px
}

.hero-button {
	background-color: #4500AD;
	color: #FFF
}

.login-button {
	border: 1px solid #4500AD;
	color: #4500AD;
}

.img-hero-login {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.login-div {
	display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.hero-images {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 834px;
	height: 620px
}

.hero-img__ipad {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 701px;
	height: 620px
}

.hero-img__iphone {
	position: absolute;
	width: 350px;
	height: 367px;
	bottom: -1px;
	left: 0
}

.pos-section,
.customers-section {
	padding-top: 120px;
	padding-bottom: 164px
}

.payments-section {
	padding: 120px 0
}

.pos-section,
.customers-section,
.payments-section {
	position: relative
}

.pos-image {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 791px;
	height: 800px
}

.customers-image {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 791px;
	height: 800px
}

.payments-image {
	position: absolute;
	left: 0;
	width: 708px;
	height: 476px
}

.customers-content {
	max-width: 497px;
}

.pos-wrapper,
.customers-wrapper,
.payments-wrapper {
	display: flex
}

.pos-wrapper,
.payments-wrapper {
	justify-content: flex-end
}

.pos-content {
	margin-left: 16px;
	max-width: 497px;
}

.pos-title,
.customers-title,
.payments-title {
	margin-bottom: 52px
}

.payments-title {
	max-width: 450px
}

.pos-features,
.customers-points,
.payments-list {
	max-width: 497px;
	width: 100%;
	padding-left: 24px;
	border-left: 1px solid #C5C4C8
}

.payments-list {
	max-width: 486px
}

.pos-feature-item,
.point-item,
.payments-item {
	cursor: pointer;
	position: relative
}

.pos-feature-item.active::before,
.point-item.active::before,
.payments-item.active::before {
	content: "";
	position: absolute;
	left: -25px;
	top: 0;
	bottom: 0;
	width: 4px;
	background-color: #4500AD
}

.pos-feature-item:not(:last-child),
.point-item:not(:last-child),
.payments-item:not(:last-child) {
	margin-bottom: 48px
}

.feature-title,
.point-title,
.payments-item-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #737373;
	margin-bottom: 12px
}

.feature-title.active,
.point-title.active,
.payments-item-title.active {
	color: #000
}

.feature-desc,
.point-desc,
.payments-item-desc {
	color: #737373
}

.feature-desc.active,
.point-desc.active,
.payments-item-desc.active {
	color: #000
}

.payments-section {
	background-color: #EFECFF
}

.features-section {
	padding: 120px 0
}

.features-title {
	text-align: center;
	margin-bottom: 12px
}

.features-subtitle {
	text-align: center;
	margin: 0 auto 52px
}

.features-items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 32px;
	max-width: 1200px;
	margin: 0 auto 52px
}

.feature-item {
	max-width: 320px;
	width: 100%;
	min-height: 248px;
	background-color: #F8F8F8;
	border-radius: 8px;
	padding: 24px
}

.feature-icon {
	margin: 0 auto 16px;
	padding: 10px;
	background-color: #F7F2FF;
	border-radius: 50%
}

.feature-card-title {
	font-weight: 700;
	text-align: center;
	margin-bottom: 8px
}

.feature-card-desc {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	max-width: 258px;
	width: 100%;
}

.features-footer {
	text-align: center
}

.features-cta-text {
	font-weight: 700;
	margin-bottom: 16px
}

.features-cta-btn {
	background-color: #4500AD;
	color: #FFF
}

.scalable-shops-section {
	padding: 120px 0 294px 0;
	background-color: #EFECFF;
	position: relative
}

.scalable-accordion {
	height: 412px
}

.scalable-shops-title {
	text-align: center;
	margin: 0 auto 52px
}

.scalable-shops-wrapper {
	display: flex
}

.scalable-shops-content {
	max-width: 588px;
	width: 100%
}

.accordion-item:not(:last-child) {
	margin-bottom: 40px
}

.accordion-header {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 12px;
	color: #737373;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%
}

.accordion-icon {
	height: 24px;
	width: 24px;
	transform: rotate(180deg);
	filter: brightness(0) saturate(100%) invert(40%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%);
	transition: transform 0.4s ease, filter 0.4s ease;
	margin-right: 15px
}

.accordion-body {
	max-width: 552px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease
}

.accordion-body p:not(:last-child) {
	margin-bottom: 20px
}

.accordion-item.active .accordion-body {
	max-height: 500px
}

.accordion-item.active .accordion-header {
	color: #000
}

.accordion-item.active .accordion-icon {
	transform: rotate(0deg);
	filter: none
}

.scalable-shops-gallery {
	display: flex;
	position: absolute;
	gap: 24px;
	right: 0;
	bottom: 120px
}

.gallery-left {
	display: flex;
	flex-direction: column;
	gap: 21px
}

.gallery-left .shop-image {
	height: 282px;
	width: 282px
}

.gallery-right .shop-image {
	height: 586px;
	width: 374px
}

.demo-request-section {
	background: linear-gradient(270deg, #32017A 0%, #4101A6 100%);
	padding: 110px 0;
	position: relative
}

.demo-request-wrapper {
	position: relative
}

.demo-request-preview {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 525px;
	height: 367px
}

.demo-request-form {
	max-width: 810px;
	width: 100%
}

.demo-request-title {
	margin-bottom: 12px;
	color: #fff
}

.demo-request-subtitle {
	margin-bottom: 32px;
	color: #fff;
	max-width: 600px
}

.form-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 34px 16px;
	margin-bottom: 34px;
	max-width: 690px
}

.form-input {
	padding: 16px 14px 12px 14px;
	border-radius: 6px;
	width: 337px;
	height: 48px;
	background: #FFF3;
	border: 2px solid #FFFFFF59;
	font-size: 14px;
	line-height: 20px;
	color: #fff
}

.form-input::placeholder {
	color: #dcd4d4
}

.demo-request-btn {
	background-color: #fff;
	color: #3B0193;
	transition: color 0.3s ease;
}

.demo-request-btn:hover {
	color: #fff;
}

.demo-request-btn:active {
	color: #fff;
}

.demo-request-btn:disabled {
	color: #fff;
}

.site-footer {
	padding: 24px 0;
	background-color: #EFECFF
}

.footer-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 4px
}

.footer-wrapper {
	display: flex;
	gap: 4px;
	margin: 0 auto;
}

.footer-text,
.footer-link {
	font-size: 14px;
	line-height: 100%
}

.footer-link {
	color: #4500AD
}

@media (max-width:1350px) {
	.title {
		font-size: 32px;
		line-height: 40px
	}

	.hero-section {
		padding: 100px 0 0 0;
		min-height: 720px;
	}

	.hero-logo {
		margin-bottom: 24px
	}

	.hero-title {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 16px
	}

	.hero-subtitle {
		margin-bottom: 16px;
		font-size: 16px;
		line-height: 24px
	}

	.hero-social-proof {
		margin-bottom: 24px
	}

	.hero-images {
		width: 715px
	}

	.hero-img__ipad {
		width: 548px
	}

	.pos-section,
	.customers-section {
		padding-top: 80px;
		padding-bottom: 192px
	}

	.pos-image,
	.customers-image {
		width: 593px;
		height: 600px
	}

	.pos-title,
	.customers-title,
	.payments-title {
		margin-bottom: 24px
	}

	.feature-title,
	.point-title,
	.payments-item-title {
		margin-bottom: 8px
	}

	.pos-feature-item:not(:last-child),
	.point-item:not(:last-child),
	.payments-item:not(:last-child) {
		margin-bottom: 16px
	}

	.payments-section,
	.features-section {
		padding: 80px 0
	}

	.payments-image {
		width: 530px;
		height: 350px
	}

	.features-subtitle {
		margin-bottom: 24px
	}

	.features-subtitle {
		font-size: 16px;
		line-height: 24px;
		max-width: 100%
	}

	.payments-list {
		max-width: 361px
	}

	.features-items {
		gap: 24px
	}

	.feature-item {
		max-width: 309px
	}

	.scalable-shops-gallery {
		bottom: 280px;
	}

	.scalable-shops-gallery {
		gap: 17px
	}

	.gallery-left {
		gap: 15px
	}

	.gallery-left .shop-image {
		height: 199px;
		width: 199px
	}

	.gallery-right .shop-image {
		height: 413px;
		width: 264px
	}

	.scalable-shops-content {
		max-width: 501px
	}

	.accordion-body {
		max-width: 466px
	}

	.demo-request-section {
		padding: 80px 0
	}

	.form-grid {
		max-width: 572px;
		gap: 16px
	}

	.form-input {
		width: 278px
	}
}

@media (max-width:1150px) {
	.hero-content {
		max-width: 420px;
	}
}

@media (max-width:1100px) {
	.container {
		padding: 0 15px
	}

	.pos-features,
	.customers-points,
	.payments-list {
		max-width: 367px
	}

	.feature-title,
	.point-title,
	.payments-item-title {
		font-size: 16px;
		line-height: 24px
	}

	.feature-desc,
	.point-desc,
	.payments-item-desc {
		font-size: 16px;
		line-height: 24px
	}

	.payments-section {
		overflow: hidden;
	}

	.scalable-shops-section {
		padding: 80px 0 0 0
	}

	.accordion-item:not(:last-child) {
		margin-bottom: 16px
	}

	.scalable-shops-title {
		max-width: 501px;
		text-align: start;
		margin: 0 0 24px 0
	}

	.accordion-header {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 8px
	}

	.accordion-body p {
		font-size: 16px;
		line-height: 24px
	}

	.scalable-shops-gallery {
		top: 80px
	}

	.form-grid {
		margin-bottom: 24px
	}

	.demo-request-preview {
		width: 411px;
		height: 281px;
		top: 49%
	}

	.demo-request-subtitle {
		margin-bottom: 24px;
		font-size: 16px;
		line-height: 24px
	}
}

@media (max-width:992px) {
	.hero-section {
		min-height: 433px
	}

	.hero-images {
		width: 393px;
		height: 400px
	}

	.hero-img__ipad {
		width: 307px;
		height: 400px
	}

	.hero-img__iphone {
		width: 248px;
		height: 260px
	}

	.pos-section,
	.customers-section {
		padding: 80px 0 55px 0
	}

	.pos-image,
	.customers-image {
		width: 393px;
		height: 399px
	}

	.payments-content {
		position: relative;
		padding-left: 17px;
		background: rgb(239 236 255 / .9)
	}

	.payments-image {
		left: -80px;
	}

	.scalable-shops-section {
		padding: 80px 0
	}

	.scalable-shops-title {
		text-align: center;
		margin: 0 auto 24px
	}

	.scalable-shops-content {
		max-width: 100%
	}

	.scalable-accordion {
		height: auto;
		margin-bottom: 25px
	}

	.accordion-body {
		max-width: 90%
	}

	.scalable-shops-gallery {
		top: auto;
		position: relative;
		bottom: 0;
		justify-content: center
	}

	.demo-request-preview {
		display: none
	}
}

@media (max-width:855px) {
	.hero-content {
		max-width: 391px;
	}
}

@media (max-width:768px) {
	.hero-section {
		padding: 18px 0 440px 0
	}

	.custom-select {
		position: absolute;
		right: 5px;
		top: 5px;
	}

	.hero-content {
		margin: 0 auto;
		text-align: center
	}

	.hero-title {
		margin: 0 auto 8px;
	}

	.hero-subtitle {
		margin: 0 auto 8px;
	}

	.hero-logo {
		margin: 0 auto 24px
	}

	.hero-social-proof {
		justify-content: center
	}

	.scalable-shops-section {
		padding: 32px 0
	}

	.footer-wrapper {
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}

	.footer-content {
		flex-direction: column;
		text-align: center;
		gap: 16px
	}

	.demo-request-section {
		padding: 32px 0
	}
}

@media (max-width:715px) {
	.container {
		padding: 0 10px
	}

	.pos-section {
		padding: 485px 0 52px 0;
		overflow-x: hidden
	}

	.customers-section {
		padding: 433px 0 52px 0;
		overflow-x: hidden
	}

	.pos-image {
		top: 52px
	}

	.customers-image {
		top: 0
	}

	.pos-features,
	.customers-points {
		max-width: 100%
	}

	.payments-section {
		padding: 32px 0 340px 0
	}

	.payments-image {
		top: auto;
		bottom: 100px;
		transform: none;
		width: 400px;
		height: 233px;
		left: 0;
	}

	.payments-content {
		padding-left: 0;
		background: #fff0
	}

	.payments-list {
		max-width: 100%
	}

	.features-section {
		padding: 32px 0
	}

	.features-items {
		gap: 16px;
		margin: 0 auto 24px
	}

	.feature-item {
		max-width: 100%
	}

	.feature-card-desc {
		max-width: 100%
	}

	.gallery-left .shop-image {
		height: 148px;
		width: 148px
	}

	.gallery-left {
		gap: 13px
	}

	.scalable-shops-gallery {
		gap: 13px
	}

	.gallery-right .shop-image {
		height: 312px;
		width: 199px
	}

	.form-input {
		width: 100%
	}

	.form-grid {
		flex-direction: column;
		max-width: 100%
	}
}

@media (max-width:450px) {
	.btn {
		width: 100%
	}

	.payments-image {
		left: -50px;
	}
}