*,
*::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: Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

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

button {
	cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

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 #097EFF;
	outline-offset: 4px;
}

select {
  appearance: none;           
  -webkit-appearance: none;    
  -moz-appearance: none;       
  background: none;          
  background-image: none; 
}

select {
  padding-right: 1rem;
}

option {
	color: black;
}

.form-input:has(option:disabled) {
  color: #fff;
  opacity: 0.8;
}

.form-grid-label {
	position: relative;
}

.triangle-arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  pointer-events: none;
}

.container {
	max-width: 1440px;
	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
}

.burger-menu {
	width: 55px;
	height: 50px;
	border: 2px solid #ffffff29;
	border-radius: 6px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	cursor: pointer;
	display: none;
}

.menu-line {
	display: block;
	width: 30px;
	height: 5px;
	background-color: #1CDB7F;
	border-radius: 5px;
}

.title {
	font-weight: 700;
	font-size: clamp(48px, 4vw, 72px);
	line-height: 1.1;
}

.btn {
	display: inline-block;
	cursor: pointer;
	font-weight: 600;
	font-size: clamp(16px, 1.2vw, 24px);
	padding: 1vw 2.8vw;
	text-align: center;
	border-radius: 999px;
	transition: background-color 0.3s ease;
}

.btn:hover {
	background-color: #3893f4;
}

.btn:active {
	background-color: #0362c7;
	outline: 2px solid #4998ed;
}

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

.custom-select {
	position: relative;
	border-radius: 4px;
	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%);
	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;
	height: 216px;
	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-decor-small-screen {
	display: block;
}

.hero-decor-wrapper-2 {
	display: none;
}

.hero-section {
	background-color: #020018;
	position: relative;
	min-height: 740px;
}

.hero-section-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 45px;
}

.hero-logo {
	width: 11vw;
	filter: brightness(0) invert(1);
	position: relative;
	z-index: 1;
}

.hero-title {
	font-weight: 700;
	font-size: 5.5vw;
	line-height: 1.1;
	text-align: center;
	color: #fff;
	margin: 0 auto 10px;
	max-width: clamp(650px, 61vw, 1078px);
}

.hero-subtitle {
	margin-bottom: 50px;
	text-align: center;
	color: #fff;
	font-size: clamp(20px, 1.6vw, 27px);
	line-height: 1.2;
}

.hero-image-wrapper {
	position: relative;
	z-index: 2;
	width: 45vw;
	margin: 0 auto clamp(190px, 12vw, 370px);
}

.hero-img-phone {
	position: absolute;
	width: 12.5vw;
	bottom: 10px;
	left: clamp(-130px, -7vw, -60px);
}

.hero-decor-text {
	border: 2px solid #FFFFFF;
	background-color: #1CE783E6;
	box-shadow: 0px 16.5px 13px 0px #00000033;
	border-radius: 15px;
	position: absolute;
	font-weight: 600;
	padding: clamp(10px, 1.2vw, 15px) clamp(20px, 3.5vw, 25px);
	font-size: clamp(15px, 1.2vw, 21px);
}

.hero-decor-text-1 {
	left: 24%;
	top: -2%;
}

.hero-decor-text-2 {
	left: -13%;
	top: 19%;
}

.hero-decor-text-3 {
	right: -6%;
	top: 27%;
}

.hero-decor-text-4 {
	right: 18%;
	top: 46%;
}

.hero-decor-text-5 {
	left: 4%;
	bottom: 20%;
	z-index: 2;
}

.hero-decor-text-6 {
	right: 35%;
	bottom: 2%;
}


.hero-decor-wrapper {
	position: absolute;
	bottom: 44%;
	left: 0;
	right: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 130px;
	filter: brightness(0) saturate(100%) invert(23%) sepia(22%) saturate(800%) hue-rotate(125deg) brightness(95%) contrast(90%);
	overflow: hidden;
}

.hero-image-bg-2 {
	position: absolute;
	top: 170px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.5;
}

.hero-image-bg-1 {
	position: absolute;
	top: clamp(150px, 16vw, 442px);
	left: 0;
	right: 0;
	width: 100%;
	height: clamp(300px, 64vw, 912px);
	pointer-events: none;
}


.hero-button {
	background-color: #097EFF;
	color: #FFF;
	position: relative;
	z-index: 1;
}

.hero-beta-block {
	position: relative;
	margin-left: 65px;
	z-index: 10;
	padding-bottom: 150px;
	width: clamp(320px, 59.6vw, 1490px);
}

.hero-beta-img {
	position: absolute;
	bottom: 0;
	right: 50%;
	transform: translateX(740px);
	width: clamp(280px, 33vw, 750px);
	z-index: 2;
}

.hero-beta-img-bg {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}

.hero-beta-title {
	font-weight: 700;
	font-size: 3.45vw;
	line-height: 100%;
	color: #fff;
	margin-bottom: 16px;
}

.hero-beta-desc {
	color: #fff;
	margin-bottom: 32px;
	max-width: 574px;
	font-size: clamp(15px, 1.5vw, 24px);
	line-height: 1.4;
}

.pos-section,
.customers-section {
	padding-top: 117px;
	padding-bottom: 84px;
}

.customers-section {
	background: linear-gradient(270deg, #2D2D2D 0%, #000000 0.39%);
}

.payments-section {
	padding: 160px 0 92px 0
}

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

.pos-content {
	width: 100%;
	max-width: clamp(550px, 30vw, 550px);
}

.pos-image {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 67vw;
	height: clamp(600px, 71vw, 1120px);
}

.customers-image {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 55vw;
	height: clamp(600px, 70vw, 1120px);
}

.payments-image {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: auto;
	left: clamp(20px, 12vw, 162px);
	width: clamp(300px, 40vw, 840px);
}

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

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

.payments-title {
	color: #fff;
}

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

.customers-title {
	color: #fff;
}

.pos-title,
.customers-title {
	max-width: 470px;
}

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

.pos-features,
.customers-points,
.payments-list {
	max-width: 497px;
	width: 100%;
	padding: 35px 0 35px 35px;
	border-left: 2px solid #C5C4C8;
	margin-bottom: 32px;
}

.payments-list {
	border-left: 2px solid hsla(255, 4%, 78%, 0.2)
}

.customers-points {
	border-left: 2px solid hsla(255, 4%, 78%, 0.2)
}

.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: -36px;
	top: 0;
	bottom: 0;
	width: 10px;
	background-color: #1AD67B;
}

.payments-item.active::before {
	background-color: #fff;
}

.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: clamp(24px, 2vw, 32px);
	line-height: clamp(32px, 3vw, 40px);
	color: #FFFFFF;
	opacity: 0.4;
	margin-bottom: 12px;
}

.feature-title {
	color: #000;
}

.feature-title.active {
	opacity: 1;
}

.point-title.active,
.payments-item-title.active {
	opacity: 1;
}

.feature-desc,
.point-desc,
.payments-item-desc {
	color: #FFFFFF;
	opacity: 0.4;
	font-size: clamp(20px, 1.5vw, 24px);
	line-height: clamp(28px, 2.2vw, 34px);
	max-width: 350px;
}

.feature-desc {
	color: #000
}

.feature-desc.active {
	opacity: 0.7;
}

.point-desc.active,
.payments-item-desc.active {
	opacity: 0.8;
}

.pos-features-btn,
.customers-btn {
	background-color: #097EFF;
	color: #FFFFFF;
}

.payments-btn {
	background-color: #FFFFFF;
	color: #097EFF;
}

.payments-btn:hover {
	color: #fff;
}

.payments-section {
	background: linear-gradient(270deg, #097EFF 0%, #1CE783 100%);
}

.features-section {
	padding: 80px 0 530px 0;
	background-color: #EAEAEA;
}

.features-title {
	text-align: center;
	margin-bottom: 12px;
	font-weight: 700;
	background: linear-gradient(180deg, #097EFF 0%, #1CE783 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	font-size: clamp(48px, 5vw, 80px);
}

.features-subtitle {
	text-align: center;
	font-size: clamp(20px, 1.4vw, 27px);
	opacity: 0.6;
	margin: 0 auto 52px;
}

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

.feature-item {
	flex: 1 1 350px;
	max-width: 100%;
	padding: clamp(20px, 2vw, 40px);
	border-radius: 30px;
	background: #fff;
	text-align: center;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	align-items: center;
}


.feature-icon {
	width: clamp(80px, 5vw, 110px);
	height: auto;
	margin-bottom: clamp(15px, 5vh, 40px);
	margin-top: 15px;
}


.feature-card-title {
	font-weight: 700;
	font-size: clamp(18px, 2vw, 24px);
	margin-bottom: clamp(10px, 1.4vh 13.342px, 5px);
	color: #000;
}


.feature-card-desc {
	font-size: clamp(16px, 1.4vw, 24px);
	line-height: 1.6;
	color: #555;
	max-width: 322px;
}


.features-footer {
	text-align: center
}

.features-cta-text {
	font-weight: 700;
	margin-bottom: 40px;
	font-size: clamp(20px, 2.2vw, 43px);
}

.features-cta-btn {
	background-color: #097EFF;
	color: #FFF
}

.scalable-shops {
	padding: 100px 50px 50px 50px;
	border-radius: 20px;
	background-color: #FFFFFF;
	box-shadow: 0px 4px 10px 0px #0000001A;
	position: absolute;
	top: 0;
	margin-top: -465px;
	right: 50%;
	transform: translateX(50%);
	width: clamp(320px, 67vw, 1425px);
	height: auto;
	z-index: 1;
}

.scalable-shops-title {
	font-weight: 700;
	text-align: center;
	background: linear-gradient(180deg, #097EFF 0%, #1CE783 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	margin: 0 auto 45px;
	font-size: clamp(48px, 4vw, 90px);
}

.scalable-shops-title span {
	display: block;
}

.scalable-shops-content {
	display: flex;
	flex-direction: column;
	gap: 75px;
}

.scalable-shop-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.scalable-shop-text {
	max-width: 550px;
	position: relative;
	padding-left: 25px;
}

.scalable-shop-text:first-child {
	margin-right: 10px;
}

.scalable-shop-text:nth-child(2) {
	margin-left: 10px;
}

.scalable-shop-text::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #EAEAEA;
	width: 10px;
}

.scalable-shop-text.active::before {
	background-color: #1CE783;
}

.scalable-shop-title {
	font-weight: 800;
	font-size: clamp(20px, 2.4vw, 28px);
	margin-bottom: 10px;
}

.scalable-shop-descr {
	color: #555555;
	font-size: clamp(16px, 1.4vw, 24px);
	line-height: 1.5;
}

.scalable-shop-image img {
	width: clamp(508px, 28.4vw, 640px);
	min-width: 350px;
}

.scalable-shop-button {
	display: flex;
	justify-content: center;
}

.scalable-button {
	background-color: #097EFF;
	color: #fff;
}

.demo-request-section {
	background: linear-gradient(0deg, #097EFF 0%, #1CE783 100%);
	padding: clamp(400px, 44vw, 1040px) 0 120px 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 {
	position: relative;
}

.demo-request-form form {
	max-width: 800px;
	margin: 0 auto;
}

.demo-request-title {
	text-align: center;
	margin: 0 auto 12px;
	color: #fff;
	font-size: clamp(48px, 6vw, 80px);
}

.demo-request-subtitle {
	color: #fff;
	text-align: center;
	margin: 0 auto 40px;
	font-size: clamp(19px, 1.4vw, 28px);
	line-height: clamp(28px, 2.6vw, 42px);
}

.form-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: clamp(12px, 2vw, 25px) clamp(10px, 1.5vw, 30px);
	margin-bottom: 34px;
}

.form-input {
	padding: 10px 25px;
	border-radius: 15px;
	width: clamp(280px, 22vw, 380px);
	height: clamp(52px, 4.2vw, 70px);
	background: #FFF3;
	border: 2px solid #FFFFFF59;
	font-size: clamp(20px, 1.6vw, 24px);
	line-height: clamp(26px, 2vw, 32px);
	color: #fff;
}


.form-input::placeholder {
	color: #FFFFFF;
	opacity: 0.8;
}

.demo-request-btn {
	background-color: #fff;
	color: #22222B;
	transition: color 0.3s ease;
	display: flex;
	margin: 0 auto;
}

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

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

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

.demo-request-decor {
	width: 8vw;
	position: absolute;
	filter: brightness(0) invert(1);
	opacity: 0.2;
}

.demo-request-decor-1 {
	top: 65px;
	left: -200px;
}

.demo-request-decor-2 {
	top: 200px;
	left: 20px;
}

.demo-request-decor-3 {
	top: 70%;
	left: -200px;
}

.demo-request-decor-4 {
	bottom: -30px;
	left: 60px;
}

.demo-request-decor-5 {
	top: 65px;
	right: -200px;
}

.demo-request-decor-6 {
	top: 200px;
	right: 20px;
}

.demo-request-decor-7 {
	top: 70%;
	right: -200px;
}

.demo-request-decor-8 {
	bottom: -30px;
	right: 60px;
}

.site-footer {
	padding: clamp(30px, 5vw, 65px) 0;
	background-color: #222222;
}

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

.footer-text,
.footer-link {
	color: #999999;
	line-height: 100%;
	font-size: clamp(14px, 1.3vw, 20px);
}

.footer-link {
	color: #097DFF;
}

@media (max-width:1700px) {
	.hero-beta-block {
		margin: 0 auto;
	}

	.customers-content {
		margin-left: 10%;
	}

	.hero-beta-desc {
		max-width: 481px;
	}

	.hero-beta-img {
		transform: translateX(529px);
	}
}

@media (max-width:1440px) {
	.hero-image-wrapper {
		margin: 0 auto 110px;
	}

	.hero-beta-img-bg {
		height: 75%;
	}

	.hero-image-bg-1 {
		top: clamp(250px, 18vw, 442px);
		height: clamp(300px, 54vw, 912px);
	}

	.payments-image {
		left: clamp(20px, 12vw, 75px);
	}

	.demo-request-section {
		padding: 600px 0 120px 0;
	}

	.demo-request-decor-1 {
		top: 65px;
		left: -15px;
	}

	.demo-request-decor-2 {
		top: 200px;
		left: 140px;
	}

	.demo-request-decor-3 {
		top: 70%;
		left: -15px;
	}

	.demo-request-decor-4 {
		bottom: -30px;
		left: 150px;
	}

	.demo-request-decor-5 {
		top: 65px;
		right: -15px;
	}

	.demo-request-decor-6 {
		top: 200px;
		right: 140px;
	}

	.demo-request-decor-7 {
		top: 70%;
		right: -15px;
	}

	.demo-request-decor-8 {
		bottom: -30px;
		right: 150px;
	}
}

@media (max-width:1350px) {

	.btn {
		padding: 16px 40px;
	}

	.hero-logo {
		width: 200px;
	}

	.hero-title {
		margin-bottom: 16px
	}

	.hero-subtitle {
		margin-bottom: 32px;
		font-size: 20px;
	}

	.hero-beta-title {
		font-size: 40px;
	}

	.pos-image {
		height: 750px;
	}

	.pos-content {
		max-width: fit-content;
	}

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

	.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
	}

	.customers-image {
		width: 600px;
		height: auto;
	}

	.payments-section {
		padding: 80px 0
	}

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

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

	.payments-image {
		left: 0;
	}

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

	.features-items {
		gap: 24px
	}

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

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

	.demo-request-decor {
		width: 65px;
	}

	.demo-request-decor-1 {
		top: 7px;
		left: 75px;
	}

	.demo-request-decor-2 {
		top: 120px;
		left: 170px;
	}

	.demo-request-decor-3 {
		top: 60%;
		left: 75px;
	}

	.demo-request-decor-4 {
		bottom: -10px;
		left: 185px;
	}

	.demo-request-decor-5 {
		top: 7px;
		right: 75px;
	}

	.demo-request-decor-6 {
		top: 120px;
		right: 170px;
	}

	.demo-request-decor-7 {
		top: 60%;
		right: 75px;
	}

	.demo-request-decor-8 {
		bottom: -10px;
		right: 185px;
	}
}

@media (max-width:1200px) {
	.payments-title {
		max-width: 550px;
	}
}

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

	.hero-title {
		font-size: 55px;
		max-width: 600px;
	}

	.hero-beta-img {
		width: 307px;
	}

	.hero-beta-img {
		transform: translateX(425px);
	}

	.hero-image-bg-1 {
		height: 700px;
	}

	.hero-beta-block {
		padding-bottom: 40px;
	}

	.hero-img-phone {
		position: absolute;
		width: 160px;
		bottom: -10px;
		left: -63px;
	}

	.customers-content {
		margin-left: 5%;
	}

	.customers-image {
		width: 500px;
		height: auto;
	}

	.hero-image-wrapper {
		margin: 0 auto 100px;
	}

	.hero-decor-text {
		padding: 5px 20px;
	}

	.hero-decor-text-5 {
		bottom: 94px;
		left: 3px;
	}

	.hero-decor-text-6 {
		bottom: 0;
		right: 233px;
	}

	.features-section {
		padding: 80px 0 500px 0;
	}

	.hero-image-wrapper {
		width: 610px;
	}

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

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

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

	.payments-image {
		width: 400px;
		transform: translateY(-50%);
		left: 100px;
	}

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

	.scalable-shops {
		padding: 24px;
		height: auto;
		width: 825px;
	}

	.scalable-shops-content {
		gap: 42px
	}

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

	.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
	}

	.demo-request-decor-2 {
		top: 120px;
		left: 0;
	}

	.demo-request-decor-4 {
		bottom: -10px;
		left: 0;
	}

	.demo-request-decor-6 {
		top: 120px;
		right: 0;
	}

	.demo-request-decor-8 {
		bottom: -10px;
		right: 0;
	}
}

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

	.hero-beta-desc {
		max-width: 350px;
	}

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

	.pos-image {
		width: 550px;
		height: auto;
	}

	.customers-image {
		width: 480px;
		height: auto;
	}

	.payments-image {
		left: 0;
	}

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

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

	.demo-request-preview {
		display: none
	}

	.demo-request-decor-1 {
		left: 0;
	}

	.demo-request-decor-3 {
		left: 0;
	}

	.demo-request-decor-5 {
		right: 0;
	}

	.demo-request-decor-7 {
		right: 0;
	}
}

@media (max-width:875px) {
	.features-section {
		padding: 50px 0 600px 0;
	}

	.pos-content {
		max-width: 360px;
	}

	.hero-image-bg-2 {
		top: 250px;
	}

	.hero-beta-block {
		margin: 0 0 0 40px;
	}

	.hero-beta-img {
		transform: translateX(516px);
	}

	.demo-request-section {
		padding: 780px 0 50px 0;
	}

	.payments-section {
		background: linear-gradient(135deg, #097EFF 14.64%, #1CE783 85.36%);
	}

	.payments-wrapper {
		justify-content: start;
	}

	.scalable-shops {
		width: 650px;
		margin-top: -550px;
	}

	.scalable-shop-text {
		max-width: 100%;
	}

	.scalable-shop-text:first-child {
		order: 2;
	}

	.scalable-shop-item {
		flex-direction: column;
		gap: 30px;
	}

	.demo-request-decor {
		width: 45px;
	}

	.demo-request-decor-1 {
		top: 30%;
		left: -30px;
	}

	.demo-request-decor-2 {
		top: 50%;
		left: -15px;
	}

	.demo-request-decor-3 {
		top: 71%;
		left: -30px;
	}

	.demo-request-decor-4 {
		left: 0;
	}

	.demo-request-decor-5 {
		top: 30%;
		right: -30px;
	}

	.demo-request-decor-6 {
		top: 50%;
		right: -15px;
	}

	.demo-request-decor-7 {
		top: 71%;
		right: -30px;
	}

	.demo-request-decor-8 {
		right: 0;
	}

	.pos-image {
		width: 480px;
	}

	.customers-image {
		width: 365px;
	}

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

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

	.payments-image {
		top: auto;
		bottom: 32px;
		width: 323px;
		left: 50%;
		transform: translateX(-50%);
	}

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

	.payments-item-desc {
		max-width: 100%;
	}
}

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

	.feature-desc,
	.point-desc {
		max-width: 100%;
	}

	.pos-content {
		max-width: 100%;
	}

	.pos-title {
		max-width: 300px;
	}

	.hero-section-nav {
		padding: 0 15px 24px 15px;
	}

	.hero-logo {
		width: 139px;
		height: auto;
	}

	.hero-button {
		padding: 10px 15px;
	}

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

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

	.hero-content {
		position: relative;
	}

	.hero-img-phone {
		width: 155px;
		left: -81px;
		bottom: -71px;
	}

	.hero-decor-text-6 {
		bottom: -60px;
		right: 85px;
	}

	.hero-image-bg-2 {
		top: 145px;
	}

	.hero-image-bg-1 {
		top: 125px;
	}

	.hero-beta-desc {
		margin-bottom: 15px;
	}

	.hero-image-wrapper {
		width: 368px;
		height: 413px;
	}

	.hero-beta-block {
		padding-bottom: 110px;
	}

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

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

	.form-grid {
		flex-direction: column;
		align-items: center;
	}

	.pos-wrapper,
	.payments-wrapper {
		justify-content: start;
	}

	.pos-section {
		padding: 50px 0 425px 0;
	}

	.customers-section {
		padding: 50px 0 433px 0;
	}

	.pos-image,
	.customers-image {
		height: 400px;
	}

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

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

	.hero-logo {
		width: 139px;
	}

	.hero-title {
		font-size: 40px;
		max-width: 350px;
	}

	.hero-image-tablet {
		width: 80%;
		margin: 0 auto;
	}

	.hero-img-phone {
		width: 117px;
		left: 15px;
		bottom: 20px;
	}

	.hero-subtitle {
		max-width: 356px;
		margin: 0 auto 50px;
	}

	.hero-beta-title {
		font-size: 30px;
		margin-bottom: 8px;
	}

	.hero-decor-text {
		padding: 5px 15px;
	}

	.hero-decor-text-2 {
		left: 0%;
		top: 19%;
	}

	.hero-decor-text-3 {
		right: 4%;
		top: 30%;
	}

	.hero-decor-text-4 {
		right: 23%;
		top: 50%;
	}

	.hero-decor-text-5 {
		bottom: 85px;
		left: 27px;
	}

	.hero-decor-text-6 {
		bottom: 25px;
		right: 85px;
	}

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

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

	.scalable-shops {
		position: relative;
		top: -50px;
		width: 100%;
		border-radius: 0;
	}

	.features-section {
		padding: 50px 0 50px 0;
		overflow: hidden;
	}

	.features-slider {
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding: 0 16px;
		margin: 0 -16px;
	}

	.features-slider::-webkit-scrollbar {
		display: none;
	}

	.features-items {
		display: flex;
		flex-wrap: nowrap;
		gap: 16px;
		width: max-content;
		padding: 0;
		margin: 0;
		list-style: none;
		max-width: none;
	}

	.feature-item {
		flex: 0 0 85%;
		scroll-snap-align: center;
		box-sizing: border-box;
	}

	.features-pagination {
		display: flex;
		justify-content: center;
		gap: 8px;
		margin: 16px 0;
	}

	.features-pagination-dot {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: #ccc;
		transition: background 0.3s;
	}

	.features-pagination-dot.active {
		background: #000;
	}

	.hero-beta-img {
		transform: translateX(445px);
	}

	.hero-image-bg-1 {
		top: 75px;
	}

	.hero-decor-wrapper {
		bottom: 37%;
	}

	.hero-decor-wrapper-1 {
		display: none;
	}

	.hero-decor-wrapper-2 {
		display: block;
	}

	.demo-request-section {
		padding: 590px 0 50px 0;
	}
}

@media (max-width:550px) {

	.hero-image-bg-2 {
		top: 130px;
	}

	.hero-image-wrapper {
		margin: 0 auto 20px;
	}

	.hero-beta-img-bg {
		min-width: 1112px;
		top: 333px;
		left: -356px;
	}

	.hero-beta-img {
		transform: rotate(-42deg);
		bottom: -37px;
		right: -119px;
		min-width: 422px;
	}

	.hero-beta-block {
		padding-bottom: 370px;
		width: 100%;
	}

	.btn {
		padding: 10px 26px;
	}

	.hero-decor-wrapper {
		bottom: 50%;
	}
}

@media (max-width:500px) {
	.title {
		font-size: 38px;
		line-height: 100%;
	}

	.hero-image-tablet {
		width: 78%;
		margin: 0 auto;
		height: 390px;
	}

	.hero-decor-wrapper {
		bottom: 56%;
		width: 387px;
		left: 50%;
		transform: translateX(-50%);
	}

	.hero-image-bg-1 {
		height: 843px;
		min-width: 800px;
		left: -50%;
		opacity: 0.6;
		top: 0;
	}

	.hero-title {
		font-size: 34px;
		max-width: 290px;
	}

	.hero-subtitle {
		max-width: 283px;
		margin: 0 auto 50px;
		font-size: 16px;
		line-height: 1.4;
	}

	.hero-beta-block {
		margin-left: 0;
	}

	.pos-title {
		max-width: 300px;
	}

	.payments-title {
		max-width: 330px;
	}

	.features-title {
		max-width: 300px;
		margin: 0 auto 5px;
	}

	.pos-section,
	.customers-section,
	.payments-section {
		overflow: hidden;
	}

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

	.pos-features,
	.customers-points,
	.payments-list {
		padding: 0 0 0 20px;
	}

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

	.pos-feature-item.active::before,
	.point-item.active::before,
	.payments-item.active::before {
		left: -20px;
	}

	.hero-beta-desc {
		max-width: 265px;
	}
}

@media (max-width:420px) {
	.hero-decor {
		display: none;
	}

	.hero-decor-small-screen {
		display: block;
		width: 100%;
	}

	.feature-desc,
	.point-desc,
	.payments-item-desc {
		max-width: 295px;
	}

	.feature-item {
		border-radius: 10px;
	}

	.feature-icon {
		margin: 0 0 20px 0;
	}

	.feature-item {
		max-width: 269px;
	}

	.features-pagination {
		margin: 25px 0;
	}

	.features-cta-text {
		max-width: 300px;
		margin: 0 auto 20px;
	}

	.pos-content,
	.customers-content,
	.payments-content {
		margin-left: 3%;
	}

	.hero-decor-text-3 {
		right: 7%;
	}

	.hero-beta-block {
		margin-left: 5%;
	}

	.features-subtitle {
		max-width: 300px;
	}

	.scalable-shop-image img {
		min-width: 300px;
	}

	.scalable-shops {
		padding: 50px 20px;
	}

	.scalable-shop-text::before {
		width: 6px;
	}

	.scalable-shop-text:nth-child(2) {
		margin-left: 0;
	}

	.scalable-shop-text::before {
		background-color: #1CE783;
	}

	.demo-request-subtitle {
		max-width: 300px;
	}

	.footer-content {
		gap: 5px;
	}

	payments-item-desc {
		max-width: 300px;
	}

	.hero-beta-img {
		transform: rotate(-36deg);
		bottom: -27px;
		right: -100px;
		min-width: 413px;
	}

	.demo-request-section {
		background: linear-gradient(0deg, #097EFF 0%, #097EFF 5%, #1CE783 42%, #1CE783 100%);
	}

	.hero-image-bg-2 {
		top: 92px;
		min-width: 500px;
	}

	.burger-menu {
		display: flex;
		position: absolute;
		top: 34px;
		right: 20px;
		z-index: 1100;
		background: rgba(0, 0, 0, 0.3);
	}

	.hero-nav-list {
		position: fixed;
		top: 0;
		right: -100%;
		width: 250px;
		height: 100vh;
		background: #111;
		flex-direction: column;
		padding: 115px 20px;
		transition: right 0.3s ease;
		z-index: 1000;
		display: flex;
		align-items: center;
	}

	.hero-nav-list.active {
		right: 0;
	}
}

