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

a {
	text-decoration: none;
	color: white;
}
ul,
ol {
	list-style: none;
}
body {
	font-family: 'Noto Sans', sans-serif;
	background-color: #121212;
}
.container {
	max-width: 1480px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: auto;
	margin-left: auto;
}

.circle__img {
	background-image: url(images/header/circle.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/* HEADER START */
.header {
	padding-top: 40px;
	padding-bottom: 120px;
}
.header__container {
	display: flex;
	align-items: center;
	gap: 29px;
}

.logo {
	display: flex;
	margin-right: auto;
	transition: all 0.4s ease;
}

.logo:hover {
	transform: scale(1.1);
}
.header__list {
	display: flex;
	align-items: center;
	gap: 25px;
	margin-right: auto;
}

.header__link {
	color: #ffffff;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	transition: all 0.4s ease;
}

.header__link:hover {
	color: #187ac9;
}
.header__link:hover {
	color: #187ac9;
}
.header__btn1 {
	color: #ffffff;
	outline: none;
	border: none;
	background-color: transparent;
	cursor: pointer;
	transition: all 0.4s ease;
}
.header__btn2 {
	padding: 10px 24px;
	border-radius: 55px;
	border: none;
	background-color: #187ac9;
	color: #ffffff;
	cursor: pointer;
	transition: all 0.4s ease;
}
.header__btn1:hover {
	transform: translateY(-4px);
}
.header__btn2:hover {
	background: #2575fc;
	color: #fff;
	transform: scale(1.05);
	box-shadow: 0 8px 18px rgba(37, 117, 252, 0.4);
}

.hamburger {
	display: none;
	background: transparent;
	border: none;
	font-size: 28px;
	color: #fff;
	cursor: pointer;
	z-index: 999;
	left: 0;
	right: 0;
}
/* Mobil menu */
.mobil {
	color: white;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: black;
	transform: translateX(-100%);
	transition: transform 0.4s ease;
	z-index: 999999;
	padding: 20px;
}
.mobil.active {
	transform: translateX(100%);
}
.mobil-header__container {
	display: flex;
	align-items: center;
	flex-direction: column;

	gap: 20px;
	color: #fff;
}

.close__hamburger {
	background-color: transparent;
	outline: none;
	border: none;
	transition: all 0.4s ease;
}

.mobil-header__logo {
	display: flex;
	margin-right: auto;
	gap: 300px;
	margin-bottom: 20px;
	color: white;
	font-size: 24px;
	font-weight: 600;
}
.mobil-header__list {
	list-style: none;
	padding: 0;
	gap: 40px;
	margin: 0;
}

.mobil-header__link {
	color: white;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	transition: color 0.3s ease;
}
.mobil-header__link:hover {
	color: #187ac9;
}
.mobil-header__btn1 {
	color: #fff;
	background: transparent;
	border: none;
	cursor: pointer;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	border-radius: 50px;
}
.mobil-header__btn2 {
	color: white;
	background: #187ac9;
	border: none;
	cursor: pointer;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	border-radius: 50px;
	transition: all 0.4s ease;
}

.mobil-header__btn2:hover {
	background: #2575fc;
	box-shadow: 0 8px 18px rgba(37, 117, 252, 0.4);
	transform: scale(1.05);
}

/* HEADER END */

/* HERO START */

.hero {
	padding-top: 169px;
	padding-bottom: 196px;
}
.hero__container {
	max-width: 753px;
	width: 100%;
	text-align: center;
}

.hero__title {
	color: #ffffff;
	margin-bottom: 14px;
	font-weight: 600;
	font-size: 60px;
	line-height: 110%;
	letter-spacing: 0%;
}

.hero__text {
	color: #ffffff;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0%;
	margin-bottom: 28px;
}

.hero__btn {
	cursor: pointer;
	border: none;
	border-radius: 55px;
	padding: 11px 40px;
	font-family: Noto Sans;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	gap: 7px;
	transition: all 0.4s ease;
}

.hero__btn:hover {
	transform: translateY(-4px);
	background: #2575fc;
	box-shadow: 0 8px 18px rgba(37, 117, 252, 0.4);
	transform: scale(1.05);
}

/* HERO END */

/* PRICE START */

.price {
	padding-top: 25px;
	padding-bottom: 25px;
}
.price__container {
	max-width: 924px;
	width: 100%;
}

.price__images {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	align-items: center;
	justify-content: center;
	gap: 20px;
}

/* PRICE END */

/* SERVICES START */

.services {
	padding-top: 54px;
	padding-bottom: 54px;
}
.services__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.services__infos {
	max-width: 423px;
	width: 100%;
	margin-right: 9px;
}

.services__title {
	color: #ffffff;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 32px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	margin-bottom: 29px;
}

.services__text {
	max-width: 423px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0%;
	margin-bottom: 25px;
}

.services__btn {
	cursor: pointer;
	padding: 11px 25px;
	border: none;
	border-radius: 55px;
	gap: 7px;
	transition: all 0.4s ease;
}

.services__btn:hover {
	transform: translateY(-4px);
	background: #2575fc;
	box-shadow: 0 8px 18px rgba(37, 117, 252, 0.4);
	transform: scale(1.05);
}

.services__img {
	max-width: 657px;
	width: 100%;
}

.services__img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* SERVICES END  */

/* MERCHANT START */

.merchant {
	padding-top: 80px;
	padding-bottom: 80px;
}
.merchant__container {
	padding: 62px 120px 83px 120px;
	background-color: black;
	border-radius: 30px;
}

.merchant__big-title {
	color: #fff;
	font-weight: 600;
	font-size: 48px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	text-align: center;
}
.merchant__big-text {
	color: #d2d2d2;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 17px;
}
.merchant__big-btn {
	display: block;
	padding: 11px 25px;
	background-color: #ffffff;
	border: none;
	border-radius: 55px;
	margin: 0 auto 74px auto;
	cursor: pointer;
	transition: all 0.4s ease;
}

.merchant__big-btn:hover {
	transform: translateY(-4px);
	background: #2575fc;
	box-shadow: 0 8px 18px rgba(37, 117, 252, 0.4);
	transform: scale(1.05);
}

.merchant__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.merchant__img {
	margin-bottom: 14px;
}
.merchant__title {
	color: #ffffff;
	max-width: 211px;
	font-weight: 600;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: 0%;
	margin-bottom: 12px;
}
.merchant__text {
	color: #d2d2d2;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0%;
}

.merchant__item1,
.merchant__item2,
.merchant__item3 {
	background-color: #121212;
	border-radius: 22px;
	padding: 33px 20px 31px 33px;
}

.merchant__img {
	margin-bottom: 14px;
}

.merchant__title2 {
	color: #fff;
	max-width: 239px;
	font-weight: 600;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: 0%;
	margin-bottom: 12px;
}
.merchant__text2 {
	color: #d2d2d2;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
}

.merchant__title3 {
	color: #ffffff;
	font-weight: 600;
	font-size: 22px;
	line-height: 120%;
	margin-bottom: 12px;
}

.merchant__text3 {
	color: #d2d2d2;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
}

/* MERCHANT END */

/* COMBINANT START */

.combinent {
	background-color: #eff0ed;
	padding-top: 80px;
	padding-bottom: 86px;
}
.combinent__container {
	display: flex;
	gap: 20px;
}

.combinent__title {
	color: #121212;
	font-weight: 600;
	font-size: 48px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 30px;
}

.combinent__text {
	color: #121212;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 20px;
}

.combinent__btn {
	display: block;
	padding: 11px 25px;
	background-color: #121212;
	color: #ffffff;
	border: none;
	border-radius: 55px;
	margin: 0 auto 74px auto;
	margin-bottom: 60px;
	cursor: pointer;
	transition: all 0.4s ease;
}

.combinent__btn:hover {
	transform: translateY(-4px);
	background: #2575fc;
	box-shadow: 0 8px 18px rgba(37, 117, 252, 0.4);
	transform: scale(1.05);
}

.combinant__cards1 {
	background-color: #ffffff;
	max-width: 470px;
	width: 100%;
	padding: 20px 20px;
	border-radius: 22px;
	margin-bottom: 20px;
}
.combinant__cards1-title {
	color: #121212;
	font-weight: 600;
	font-size: 28px;
	line-height: 120%;
	letter-spacing: 0%;
	margin-bottom: 63px;
}
.combinant__cards1-text {
	color: #414141;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0%;
}
.combinant__cards2 {
	background-color: #ffffff;
	max-width: 470px;
	width: 100%;
	padding: 20px 20px;
	border-radius: 22px;
	margin-bottom: 20px;
}
.combinant__cards2-title {
	color: #121212;
	font-weight: 600;
	font-size: 28px;
	line-height: 120%;
	letter-spacing: 0%;
	margin-bottom: 63px;
}
.combinant__cards2-text {
	color: #414141;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0%;
}
.combinant__cards3 {
	background-color: #121212;
	max-width: 470px;
	width: 100%;
	padding: 20px 20px;
	border-radius: 22px;
	margin-bottom: 20px;
}
.combinant__cards3-title {
	color: #ffffff;
	font-weight: 600;
	font-size: 28px;
	line-height: 120%;
	letter-spacing: 0%;
	margin-bottom: 63px;
}
.combinant__cards3-text {
	color: #d0d0d0;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0%;
}

.combinant__big-cards2 {
	padding: 305px 94px 294px 93px;
	background-color: #f5f5f5;
	display: flex;
	border-radius: 22px;
	height: 700px;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
}

.combinant__big-cards2-title {
	color: #adadad;
	font-weight: 300;
	font-size: 28px;
	line-height: 120%;
	text-align: center;
}

/* COMBINANT END */

/* GROWTH START */

.growth {
	padding-top: 80px;
	padding-bottom: 80px;
}
.growth__container {
	display: flex;
}

.growth__title {
	color: #ffffff;
	font-weight: 600;
	font-size: 48px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 30px;
}
.growth__text {
	max-width: 604px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-weight: 500;
	font-style: Medium;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 20px;
}
.growth__btn {
	display: block;
	padding: 11px 25px;
	background-color: #ffffff;
	color: #121212;
	border: none;
	border-radius: 55px;
	margin: 0 auto 74px auto;
	margin-bottom: 60px;
	transition: all 0.4s ease;
	cursor: pointer;
}

.growth__btn:hover {
	transform: translateY(-4px);
	background: #2575fc;
	box-shadow: 0 8px 18px rgba(37, 117, 252, 0.4);
	transform: scale(1.05);
}

.growth__infos {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.growth__infos1 {
	max-width: 333px;
	width: 100%;
	margin-right: 500px;
	margin-bottom: 80px;
}
.growth__infos1-img {
	margin-bottom: 30px;
}

.growth__infos1-title {
	color: #ffffff;
	font-weight: 600;
	font-size: 20px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	vertical-align: middle;
	margin-bottom: 14px;
}

.growth__infos1-text {
	color: #d0d0d0;
	font-weight: 400;
	font-size: 16px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
}

.growth__infos2 {
	max-width: 333px;
	width: 100%;
	gap: 40px;
	margin-bottom: 80px;
}
.growth__infos2-img {
	margin-bottom: 30px;
}
.growth__infos2-title {
	color: #ffffff;
	font-weight: 600;
	font-size: 20px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	vertical-align: middle;
	margin-bottom: 14px;
}
.growth__infos2-text {
	color: #d0d0d0;
	font-weight: 400;
	font-size: 16px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
}

.growth__infos3 {
	max-width: 333px;
	width: 100%;
	margin-bottom: 80px;
}

.growth__infos3-img {
	margin-bottom: 30px;
}
.growth__infos3-title {
	color: #ffffff;
	font-weight: 600;
	font-size: 20px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	vertical-align: middle;
	margin-bottom: 14px;
}
.growth__infos3-text {
	color: #d0d0d0;
	font-weight: 400;
	font-size: 16px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
}

.growth__infos4 {
	max-width: 333px;
	width: 100%;
	margin-bottom: 80px;
}

.growth__infos4-img {
	margin-bottom: 30px;
}

.growth__infos4-title {
	color: #ffffff;
	font-weight: 600;
	font-size: 20px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	vertical-align: middle;
	margin-bottom: 14px;
}
.growth__infos4-text {
	color: #d0d0d0;
	font-weight: 400;
	font-size: 16px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
}

/* GROWTH END */

/* CAPITAL START */

.capital {
	background-color: #eff0ed;
	padding-top: 80px;
	padding-bottom: 80px;
}
.capital__container {
	display: flex;
	gap: 20px;
}

.capital__left {
	max-width: 724px;
	width: 100%;
	margin-right: 315px;
	display: flex;
	flex-direction: column;
}
.capital__top {
	max-width: 478px;
	width: 100%;
	margin-bottom: auto;
	color: #121212;
}

.capital__btn {
	gap: 7px;
	background-color: #121212;
	border: none;
	border-radius: 55px;
	padding: 11px 25px;
	color: #ffffff;
	cursor: pointer;
	transition: all 0.4s ease;
}

.capital__btn:hover {
	transform: translateY(-4px);
	background: #2575fc;
	box-shadow: 0 8px 18px rgba(37, 117, 252, 0.4);
	transform: scale(1.05);
}

.capital__title {
	color: #121212;
	font-family: Noto Sans;
	font-weight: 600;
	font-size: 48px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	margin-bottom: 31px;
}

.capital__text {
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-bottom: 26px;
}

.capital__bottom {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.capital__info {
	max-width: 223px;
	width: 100%;
	color: #121212;
}
.capital__info-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 110.00000000000001%;
	margin-bottom: 12px;
}
.capital__info-text {
	color: #121212;
	font-weight: 400;
	font-size: 16px;
	line-height: 110.00000000000001%;
}
.capital__right {
	max-width: 277px;
	width: 100%;
}

.capital__right img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* CAPITAL END */

/* FOUND START */

.found {
	background-color: #121212;
	padding-top: 80px;
	padding-bottom: 80px;
}

.found__container {
	max-width: 960px;
	width: 100%;
}

.found__info {
	max-width: 633px;
	width: 100%;
}
.found__title {
	color: #ffffff;
	font-weight: 600;
	font-size: 48px;
	line-height: 110.00000000000001%;
	margin-bottom: 30px;
}
.found__text {
	color: #ffffff;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0%;
	margin-bottom: 20px;
}

.found__btn {
	background-color: #ffffff;
	padding: 11px 25px;
	border: none;
	border-radius: 55px;
	margin-bottom: 60px;
	transition: all 0.4s ease;
}

.found__btn:hover {
	cursor: pointer;
	transform: translateY(-4px);
	background: #2575fc;
	box-shadow: 0 8px 18px rgba(37, 117, 252, 0.4);
	transform: scale(1.05);
}

.found__boxes {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.found__item {
	background-color: #1e1e1e;
	border-radius: 12px;
	padding: 20px;
}

.found__item-title {
	color: #ffffff;
	font-weight: 600;
	font-size: 24px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	margin-bottom: 20px;
}

.found__item-text {
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	line-height: 110.00000000000001%;
}

/* FOUND END */

/* PROGRAM START */

.program {
	background-color: #eff0ed;
	padding-top: 80px;
	padding-bottom: 80px;
}
.program__container {
	max-width: 1199px;
	width: 100%;
}

.program__title {
	color: #121212;
	font-weight: 600;
	font-size: 60px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	margin-bottom: 30px;
}

.program__text {
	max-width: 469px;
	color: #121212;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-bottom: 20px;
}

.program__btn {
	background-color: #121212;
	color: #ffffff;
	padding: 11px 25px;
	border: none;
	border-radius: 55px;
	margin-bottom: 60px;
	transition: all 0.4s ease;
}

.program__btn:hover {
	cursor: pointer;
	transform: translateY(-4px);
	background: #2575fc;
	box-shadow: 0 8px 18px rgba(37, 117, 252, 0.4);
	transform: scale(1.05);
}

.program__boxes {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.program__boxes-item {
	background-color: #ffffff;
	padding: 22px;
	border-radius: 20px;
}

.program__boxes-title {
	color: #121212;
	font-weight: 600;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: 0px;
	margin-bottom: 102px;
}

.program__boxes-text {
	color: #5a5a5a;
	font-weight: 500;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: 0px;
}

.program__boxes-item3 {
	background-color: #121212;
	padding: 22px;
	border-radius: 20px;
	transform: translateY(-147px);
}

.program__boxes-title3 {
	color: #ffffff;
	font-weight: 600;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: 0px;
	margin-bottom: 102px;
}

.program__boxes-text3 {
	color: #5a5a5a;
	font-weight: 500;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: 0px;
}

/* PROGRAM END */

/* HARDWARE START  */
.hardware {
	background-color: #eff0ed;
	padding-top: 80px;
	padding-bottom: 80px;
}

.hardware__container {
	max-width: 1203px;
	width: 100%;
}

.hardware__infos {
	max-width: 729px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	align-items: center;
}

.hardware__title {
	color: #121212;
	font-weight: 600;
	font-size: 60px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 20px;
}
.hardware__text {
	color: #121212;
	font-weight: 500;
	font-size: 22px;
	line-height: 150%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 20px;
}
.hardware__btn {
	display: block;
	margin: 0 auto;
	background-color: #121212;
	padding: 11px 25px;
	border: none;
	border-radius: 55px;
	color: #ffffff;
	margin-bottom: 80px;
	transition: all 0.4s ease;
}

.hardware__btn:hover {
	cursor: pointer;
	cursor: pointer;
	transform: translateY(-4px);
	background: #2575fc;
	box-shadow: 0 8px 18px rgba(37, 117, 252, 0.4);
	transform: scale(1.05);
}

.hardware__pays {
	max-width: 1203px;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 20px;
}

.hardware__pays-infos-title {
	color: #121212;
	font-weight: 600;
	font-size: 48px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	margin-bottom: 20px;
}

.hardware__pays-infos-text {
	color: #6b6b6a;
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	letter-spacing: 0px;
	margin-bottom: 20px;
}

.hardware__pays-infos-btn {
	background-color: #121212;
	padding: 11px 25px;
	border: none;
	border-radius: 55px;
	color: #ffffff;
	transition: all 0.4s ease;
}

.hardware__pays-infos-btn:hover {
	cursor: pointer;
	transform: translateY(-4px);
	background: #2575fc;
	box-shadow: 0 8px 18px rgba(37, 117, 252, 0.4);
	transform: scale(1.05);
}

/* HARDWARE END */

/* BRING START  */

.bring {
	background-color: #eff0ed;
	padding-top: 80px;
	padding-bottom: 80px;
}

.bring__container {
	max-width: 791px;
	width: 100%;
}

.bring__title {
	color: #121212;
	font-weight: 600;
	font-size: 48px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 40px;
}

/* BRING END */

/* SOFTWARE START */

.software {
	background-color: #eff0ed;
	padding-top: 80px;
	padding-bottom: 80px;
}

.software__container {
	max-width: 1200px;
	width: 100%;
}

.software__title {
	color: #121212;
	font-weight: 600;
	font-size: 48px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 40px;
}

.software__text {
	max-width: 762px;
	margin-left: auto;
	margin-right: auto;
	color: #121212;
	font-weight: 500;
	font-size: 22px;
	line-height: 150%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 20px;
}
.software__btn {
	display: block;
	margin: 0 auto;
	background-color: #121212;
	padding: 11px 25px;
	border: none;
	border-radius: 55px;
	color: #ffffff;
	margin-bottom: 80px;
	cursor: pointer;
	transition: all 0.4s ease;
}

.software__btn:hover {
	transform: translateY(-4px);
	background: #2575fc;
	box-shadow: 0 8px 18px rgba(37, 117, 252, 0.4);
	transform: scale(1.05);
}

.software__boxes {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.software__box {
	background-color: #ffffff;
	padding: 13px 12px;
	border-radius: 22px;
	margin-right: 20px;
}

.software__box2 {
	background-color: #ffffff;
	padding: 13px 12px;
	border-radius: 22px;
	margin-right: 20px;
}

.software__boximg-div {
	background-color: #ececec;
	align-items: center;
	padding: 87px 20px 87px 20px;
}

.software__boximg-div2 {
	background-color: #ececec;
	align-items: center;
	padding: 103px 45px 102px 47px;
}

.software__box-title {
	color: #121212;
	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 5px;
}
.software__box-text {
	color: #414141;
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	margin-bottom: 5px;
}

.software__box3 {
	background-color: #ffffff;
	padding: 12px 12px;
	border-radius: 22px;
	margin-right: 20px;
}

.software__boximg-div3 {
	background-color: #ececec;
	align-items: center;
	padding: 88px 46px 87px 47px;
}

/* SOFTWARE END */

/* TYPE START */

.type {
	padding-top: 60px;
	padding-bottom: 60px;
}

.type__container {
	max-width: 960px;
	width: 100%;
}

.type__title {
	color: #ffffff;
	font-weight: 600;
	font-size: 48px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 30px;
}

.type__text {
	color: #ffffff;
	max-width: 682px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0%;
	text-align: center;
}

/* TYPE END */

/*  RECURIT START */

.recurit {
	padding-top: 60px;
	padding-bottom: 60px;
}
.recurit__container {
	max-width: 960px;
	width: 100%;
}

.recurit__title {
	color: #ffffff;
	font-weight: 600;
	font-size: 48px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 30px;
}

.recurit__text {
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 20px;
}

.recurit__btn {
	display: block;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 11px 25px;
	border: none;
	border-radius: 55px;
	color: #121212;
	margin-bottom: 80px;
	cursor: pointer;
	transition: all 0.4s ease;
}

.recurit__btn:hover {
	transform: translateY(-4px);
	background: #2575fc;
	box-shadow: 0 8px 18px rgba(37, 117, 252, 0.4);
	transform: scale(1.05);
}

.recurit__boxes {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.recurit__boxes-flex {
	display: flex;
	padding: 20px;
	gap: 191px;
	margin-bottom: 24px;
}

.recurit__boxes1 {
	background-color: #1e1e1e;
	border-radius: 12px;
	padding: 20px;
}

.recurit__boxes1-title {
	color: #ffffff;
	font-weight: 600;
	font-size: 24px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	vertical-align: middle;
	margin-bottom: 12px;
}

.recurit__boxes1-btn {
	background-color: #393939;
	color: #ffffff;
	padding: 12px;
	border-radius: 55px;
	border: none;
	outline: none;
}

.recurit__boxes1-text {
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
}

.recurit__boxes1-img {
}

.recurit__boxes2 {
	background-color: #1e1e1e;
	border-radius: 12px;
	padding: 12px;
}

.recurit__boxes2-img {
	margin-bottom: 36px;
}

.recurit__boxes2-title {
	color: #ffffff;
	font-weight: 600;
	font-size: 24px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	vertical-align: middle;
	margin-bottom: 12px;
}

.recurit__boxes2-text {
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
}

.recurit__boxes3 {
	background-color: #1e1e1e;
	border-radius: 12px;
	padding: 20px;
}

.recurit__boxes3-title {
	color: #ffffff;
	font-weight: 600;
	font-size: 24px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	vertical-align: middle;
	margin-bottom: 12px;
}

.recurit__boxes3-text {
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
}

.recurit__boxes3-img {
	background-color: #1e1e1e;
	border-radius: 12px;
	padding: 20px;
}

.recurit__boxes4 {
	background-color: #1e1e1e;
	border-radius: 12px;
	padding: 20px;
}

.recurit__boxes4-title {
	color: #ffffff;
	font-weight: 600;
	font-size: 24px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	vertical-align: middle;
	margin-bottom: 12px;
}

.recurit__boxes4-text {
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
}

.recurit__boxes4-btn {
	background-color: #393939;
	color: #ffffff;
	padding: 12px;
	border-radius: 55px;
	border: none;
	outline: none;
}

.recurit__boxes4-img {
}

/* RECURIT END */

/* FOOTER TOP START */

.footer__top {
	background-color: #121212;
	padding-top: 477px;
	padding-bottom: 155px;
}

.footer__top-container {
	max-width: 1041px;
	width: 100%;
}

.footer__top-infos {
	max-width: 475px;
	width: 100%;
}

.footer__top-flex {
	display: flex;
	gap: 71px;
}

.footer__top-title {
	max-width: 262px;
	color: #ffffff;
}

.footer__top-btn {
	padding: 11px 25px;
	border: none;
	border-radius: 55px;
	cursor: pointer;
	transition: all 0.4s ease;
}

.footer__top-btn:hover {
	transform: translateY(-4px);
	background: #2575fc;
	box-shadow: 0 8px 18px rgba(37, 117, 252, 0.4);
	transform: scale(1.05);
}

/* FOOTER TOP END */

/* FOOTER CENTER START */

.footer__center {
	padding-top: 80px;
	padding-bottom: 80px;
}

.footer__center-container {
	max-width: 1041px;
	width: 100%;
}

.footer__center-flex {
	display: flex;
	gap: 119px;
}

.footer__center-border {
	border: 1px solid #2f2f2f;
	margin-bottom: 9px;
}

.footer__center-abouts {
}

.footer__center-title {
	color: #ffffff;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0%;
	margin-bottom: 12px;
}

.footer__center-links {
	cursor: pointer;
	transition: all 0.4s ease;
}

.footer__center-links:hover {
	color: #6b6b6a;
}

/* FOOTER CENTER END */

/* FOOTER BOOTOM START */

.footer__bootom {
	padding-top: 129px;
	padding-bottom: 40px;
}
.footer__bootom-container {
	max-width: 1040px;
	width: 100%;
}

.footer__bootom-infos1-flex {
	margin-bottom: 24px;
}

.footer__bootom-border {
	color: #2f2f2f;
	border: 1px solid #2f2f2f;
	margin-bottom: 25px;
}

.footer__bootom-infos1-img1 {
	margin-bottom: 28px;
}

.footer__bootom-infos {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer__bootom-infos1 {
	margin-right: 40px;
}

.footer__bootom-infos1-title {
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.15px;
}

.footer__bootom-infos1-text {
	color: #ffffff;
	font-weight: 400;
	font-size: 12px;
	line-height: 166%;
	letter-spacing: 0.4px;
}

.footer__bootom-infos2 {
	margin-top: 111px;
	margin-right: 86px;
}

.footer__bootom-infos2-title {
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.15px;
	margin-bottom: 18px;
}

.footer__bottom-infos2-div {
	gap: 8px;
	margin-bottom: 9px;
}

.footer__bottom-infos3-div2 {
	display: flex;
	gap: 8px;
}

.footer__bootom-infos3 {
	margin-top: 90px;
}

.footer__bootom-infos3-text {
	color: #ffffff;
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 0.4px;
	margin-right: 165px;
}
.footer__bootom-infos4 {
	margin-top: 178px;
	display: flex;
	gap: 16px;
}

/* FOOTER BOOTOM END */
@media screen and (max-width: 1200px) {
	.software {
		background-color: #eff0ed;
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.software__container {
		max-width: 1195px;
		width: 100%;
	}

	.software__title {
		color: #121212;
		font-weight: 500;
		font-size: 43px;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		text-align: center;
		margin-bottom: 35px;
	}

	.software__text {
		max-width: 758px;
		margin-left: auto;
		margin-right: auto;
		color: #121212;
		font-weight: 400;
		font-size: 20px;
		line-height: 150%;
		letter-spacing: 0%;
		text-align: center;
		margin-bottom: 15px;
	}
	.software__btn {
		display: block;
		margin: 0 auto;
		background-color: #121212;
		padding: 10px 25px;
		border: none;
		border-radius: 50px;
		color: #ffffff;
		margin-bottom: 80px;
		cursor: pointer;
		transition: all 0.4s ease;
	}

	.software__btn:hover {
		transform: translateY(-4px);
		background: #2575fc;
		box-shadow: 0 8px 18px rgba(37, 117, 252, 0.4);
		transform: scale(1.05);
	}

	.software__boxes {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
	.software__box {
		background-color: #ffffff;
		padding: 12px 11px;
		border-radius: 20px;
		margin-right: 20px;
	}

	.software__box2 {
		background-color: #ffffff;
		padding: 11px 11px;
		border-radius: 20px;
		margin-right: 15px;
	}

	.software__boximg-div {
		background-color: #ececec;
		align-items: center;
		padding: 85px 18px 85px 20px;
	}

	.software__boximg-div2 {
		background-color: #ececec;
		align-items: center;
		padding: 100px 43px 100px 45px;
	}

	.software__box-title {
		color: #121212;
		font-weight: 500;
		font-size: 22px;
		line-height: 150%;
		margin-bottom: 4px;
	}
	.software__box-text {
		color: #414141;
		font-weight: 400;
		font-size: 16px;
		line-height: 120%;
		margin-bottom: 4px;
	}

	.software__box3 {
		background-color: #ffffff;
		padding: 10px 10px;
		border-radius: 20px;
		margin-right: 20px;
	}

	.software__boximg-div3 {
		background-color: #ececec;
		align-items: center;
		padding: 86px 44px 84px 45px;
	}
}

@media screen and (max-width: 890px) {
	.header {
		padding-top: 30px;
		padding-bottom: 115px;
	}

	.logo {
		height: auto;
		width: auto;
	}

	.header__container {
		display: flex;
		align-items: center;
		gap: 25px;
	}

	.header__list {
		display: flex;
		align-items: center;
		gap: 20px;
		margin-right: auto;
	}

	.header__link {
		color: #ffffff;
		font-weight: 300;
		font-size: 12px;
		line-height: 100%;
		transition: all 0.4s ease;
	}

	.header__btn1 {
		color: #ffffff;
		outline: none;
		border: none;
		background-color: transparent;
		cursor: pointer;
		transition: all 0.4s ease;
	}
	.header__btn2 {
		padding: 5px 20px;
		border-radius: 55px;
		border: none;
		background-color: #187ac9;
		color: #ffffff;
		cursor: pointer;
		transition: all 0.4s ease;
	}

	.price {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.price__container {
		max-width: 920px;
		width: 100%;
	}
	.services {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.services__infos {
		max-width: 420px;
		width: 100%;
		margin-right: 8px;
	}

	.services__title {
		color: #ffffff;
		font-weight: 500;
		font-style: SemiBold;
		font-size: 30px;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		margin-bottom: 29px;
	}

	.services__text {
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
		color: #ffffff;
		font-weight: 300;
		font-style: Medium;
		font-size: 14px;
		line-height: 150%;
		letter-spacing: 0%;
		margin-bottom: 20px;
	}

	.services__btn {
		cursor: pointer;
		padding: 8px 19px;
		border: none;
		border-radius: 55px;
		gap: 3px;
		transition: all 0.4s ease;
	}

	.services__btn:hover {
		transform: translateY(-4px);
		background: #2575fc;
		box-shadow: 0 8px 18px rgba(37, 117, 252, 0.4);
		transform: scale(1.05);
	}

	.services__img {
		max-width: 650px;
		width: 100%;
	}

	.services__img img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.merchant__container {
		padding: 50px 60px 70px 60px;
	}

	.merchant__big-title {
		font-size: 40px;
	}

	.merchant__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}

	.combinent__container {
		flex-direction: column-reverse;
	}

	.combinant__big-cards2 {
		height: auto;
		padding: 200px 40px;
	}

	.combinent__title {
		font-size: 40px;
	}

	.combinent__text {
		font-size: 18px;
	}

	.growth__title {
		font-size: 40px;
	}

	.growth__text {
		font-size: 18px;
	}

	.capital__left {
		margin-right: 150px;
	}

	.capital__title {
		font-size: 40px;
	}

	.capital__text {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.found {
		background-color: #121212;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.found__container {
		max-width: 950px;
		width: 100%;
	}

	.found__info {
		max-width: 620px;
		width: 100%;
	}
	.found__title {
		color: #ffffff;
		font-weight: 500;
		font-size: 46px;
		line-height: 110.00000000000001%;
		margin-bottom: 20px;
	}
	.found__text {
		color: #ffffff;
		font-weight: 400;
		font-size: 15px;
		line-height: 150%;
		letter-spacing: 0%;
		margin-bottom: 15px;
	}

	.found__btn {
		background-color: #ffffff;
		padding: 10px 20px;
		border: none;
		border-radius: 53px;
		margin-bottom: 50px;
	}

	.found__boxes {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}
	.found__item {
		background-color: #1e1e1e;
		border-radius: 10px;
		padding: 15px;
	}

	.found__item-title {
		color: #ffffff;
		font-weight: 500;
		font-size: 20px;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		margin-bottom: 15px;
	}

	.found__item-text {
		color: #ffffff;
		font-weight: 300;
		font-size: 14px;
		line-height: 110.00000000000001%;
	}

	.program {
		background-color: #eff0ed;
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.program__container {
		max-width: 1180px;
		width: 100%;
	}

	.program__title {
		color: #121212;
		font-weight: 600;
		font-size: 55px;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		margin-bottom: 25px;
	}

	.program__text {
		max-width: 469px;
		color: #121212;
		font-weight: 400;
		font-size: 15px;
		line-height: 100%;
		letter-spacing: 0%;
		margin-bottom: 15px;
	}

	.program__btn {
		background-color: #121212;
		color: #ffffff;
		padding: 10px 24px;
		border: none;
		border-radius: 50px;
		margin-bottom: 55px;
	}

	.program__boxes {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.program__boxes-item {
		background-color: #ffffff;
		padding: 20px;
		border-radius: 15px;
	}

	.program__boxes-title {
		color: #121212;
		font-weight: 600;
		font-size: 30px;
		line-height: 120%;
		letter-spacing: 0px;
		margin-bottom: 100px;
	}

	.program__boxes-text {
		color: #5a5a5a;
		font-weight: 500;
		font-size: 15px;
		line-height: 120%;
		letter-spacing: 0px;
	}

	.program__boxes-item3 {
		background-color: #121212;
		padding: 20px;
		border-radius: 20px;
		transform: translatey(0);
	}

	.program__boxes-title3 {
		color: #ffffff;
		font-weight: 600;
		font-size: 30px;
		line-height: 120%;
		letter-spacing: 0px;
		margin-bottom: 95px;
	}

	.program__boxes-text3 {
		color: #5a5a5a;
		font-weight: 500;
		font-size: 15px;
		line-height: 120%;
		letter-spacing: 0px;
	}

	.hardware {
		background-color: #eff0ed;
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.hardware__container {
		max-width: 1199px;
		width: 100%;
	}

	.hardware__infos {
		max-width: 725px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
		align-items: center;
	}

	.hardware__title {
		color: #121212;
		font-weight: 500;
		font-size: 50px;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		text-align: center;
		margin-bottom: 15px;
	}
	.hardware__text {
		color: #121212;
		font-weight: 400;
		font-size: 20px;
		line-height: 150%;
		letter-spacing: 0%;
		text-align: center;
		margin-bottom: 15px;
	}
	.hardware__btn {
		display: block;
		margin: 0 auto;
		background-color: #121212;
		padding: 10px 24px;
		border: none;
		border-radius: 55px;
		color: #ffffff;
		margin-bottom: 75px;
	}

	.hardware__pays {
		max-width: 1199px;
		width: 100%;
		display: flex;
		align-items: center;
		gap: 15px;
	}

	.hardware__pays-infos-title {
		color: #121212;
		font-weight: 500;
		font-size: 45px;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		margin-bottom: 15px;
	}

	.hardware__pays-infos-text {
		color: #6b6b6a;
		font-weight: 400;
		font-size: 20px;
		line-height: 130%;
		letter-spacing: 0px;
		margin-bottom: 20px;
	}

	.hardware__pays-infos-btn {
		background-color: #121212;
		padding: 10px 25px;
		border: none;
		border-radius: 50px;
		color: #ffffff;
	}

	.hardware__pays-img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.software {
		background-color: #eff0ed;
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.software__container {
		max-width: 1195px;
		width: 100%;
	}

	.software__title {
		color: #121212;
		font-weight: 500;
		font-size: 43px;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		text-align: center;
		margin-bottom: 35px;
	}

	.software__text {
		max-width: 758px;
		margin-left: auto;
		margin-right: auto;
		color: #121212;
		font-weight: 400;
		font-size: 20px;
		line-height: 150%;
		letter-spacing: 0%;
		text-align: center;
		margin-bottom: 15px;
	}
	.software__btn {
		display: block;
		margin: 0 auto;
		background-color: #121212;
		padding: 10px 25px;
		border: none;
		border-radius: 50px;
		color: #ffffff;
		margin-bottom: 80px;
		cursor: pointer;
		transition: all 0.4s ease;
	}

	.software__btn:hover {
		transform: translateY(-4px);
		background: #2575fc;
		box-shadow: 0 8px 18px rgba(37, 117, 252, 0.4);
		transform: scale(1.05);
	}

	.software__boxes {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.software__box {
		background-color: #ffffff;
		padding: 12px 11px;
		border-radius: 20px;
		margin-right: 13px;
	}

	.software__box2 {
		background-color: #ffffff;
		padding: 11px 11px;
		border-radius: 20px;
		margin-right: 15px;
	}

	.software__boximg-div {
		background-color: #ececec;
		align-items: center;
		padding: 85px 18px 85px 20px;
	}

	.software__boximg-div2 {
		background-color: #ececec;
		align-items: center;
		padding: 100px 43px 100px 45px;
	}

	.software__box-title {
		color: #121212;
		font-weight: 500;
		font-size: 22px;
		line-height: 150%;
		margin-bottom: 4px;
	}
	.software__box-text {
		color: #414141;
		font-weight: 400;
		font-size: 16px;
		line-height: 120%;
		margin-bottom: 4px;
	}

	.software__box3 {
		background-color: #ffffff;
		padding: 10px 10px;
		border-radius: 20px;
		margin-right: 20px;
	}

	.software__boximg-div3 {
		background-color: #ececec;
		align-items: center;
		padding: 86px 44px 84px 45px;
	}

	.type {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.type__container {
		max-width: 950px;
		width: 100%;
	}

	.type__title {
		color: #ffffff;
		font-weight: 500;
		font-size: 44px;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		text-align: center;
		margin-bottom: 25px;
	}

	.type__text {
		color: #ffffff;
		max-width: 680px;
		margin-left: auto;
		margin-right: auto;
		font-weight: 400;
		font-size: 15px;
		line-height: 150%;
		letter-spacing: 0%;
		text-align: center;
	}

	.type__img {
		height: auto;
		width: 100%;
		object-fit: cover;
	}

	.recurit {
		padding-top: 55px;
		padding-bottom: 55px;
	}
	.recurit__container {
		max-width: 955px;
		width: 100%;
	}

	.recurit__title {
		color: #ffffff;
		font-weight: 500;
		font-size: 44px;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		text-align: center;
		margin-bottom: 25px;
	}

	.recurit__text {
		max-width: 455px;
		margin-left: auto;
		margin-right: auto;
		color: #ffffff;
		font-weight: 400;
		font-size: 15px;
		line-height: 150%;
		letter-spacing: 0%;
		text-align: center;
		margin-bottom: 15px;
	}

	.recurit__btn {
		display: block;
		margin: 0 auto;
		background-color: #ffffff;
		padding: 10px 23px;
		border: none;
		border-radius: 50px;
		color: #121212;
		margin-bottom: 80px;
		cursor: pointer;
		transition: all 0.4s ease;
	}

	.recurit__btn:hover {
	}

	.recurit__boxes {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}

	.recurit__boxes-flex {
		display: flex;
		padding: 10px;
		gap: 185px;
		margin-bottom: 20px;
	}

	.recurit__boxes1 {
		background-color: #1e1e1e;
		border-radius: 10px;
		padding: 15px;
	}

	.recurit__boxes1-title {
		color: #ffffff;
		font-weight: 500;
		font-size: 20px;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		vertical-align: middle;
		margin-bottom: 12px;
	}

	.recurit__boxes1-btn {
		background-color: #393939;
		color: #ffffff;
		padding: 10px;
		border-radius: 50px;
		border: none;
		outline: none;
	}

	.recurit__boxes1-text {
		color: #ffffff;
		font-weight: 300;
		font-size: 14px;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
	}

	.recurit__boxes1-img {
	}

	.recurit__boxes2 {
		background-color: #1e1e1e;
		border-radius: 12px;
		padding: 12px;
	}

	.recurit__boxes2-img {
		margin-bottom: 34px;
	}

	.recurit__boxes2-title {
		color: #ffffff;
		font-weight: 500;
		font-size: 20px;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		vertical-align: middle;
		margin-bottom: 10px;
	}

	.recurit__boxes2-text {
		color: #ffffff;
		font-weight: 300;
		font-size: 11px;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
	}

	.recurit__boxes3 {
		background-color: #1e1e1e;
		border-radius: 10px;
		padding: 15px;
	}

	.recurit__boxes3-title {
		color: #ffffff;
		font-weight: 500;
		font-size: 22px;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		vertical-align: middle;
		margin-bottom: 10px;
	}

	.recurit__boxes3-text {
		color: #ffffff;
		font-weight: 300;
		font-size: 11px;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
	}

	.recurit__boxes3-img {
		background-color: #1e1e1e;
		border-radius: 10px;
		padding: 15px;
	}

	.recurit__boxes4 {
		background-color: #1e1e1e;
		border-radius: 10px;
		padding: 15px;
	}

	.recurit__boxes4-title {
		color: #ffffff;
		font-weight: 4=500;
		font-size: 22px;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		vertical-align: middle;
		margin-bottom: 10px;
	}

	.recurit__boxes4-text {
		color: #ffffff;
		font-weight: 300;
		font-size: 11px;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
	}

	.recurit__boxes4-btn {
		background-color: #393939;
		color: #ffffff;
		padding: 10px;
		border-radius: 50px;
		border: none;
		outline: none;
	}

	.recurit__boxes4-img {
	}

	.footer__center-links {
		font-size: 14px;
	}

	.footer__bootom {
		padding-top: 125px;
		padding-bottom: 35px;
	}
	.footer__bootom-container {
		max-width: 1035px;
		width: 100%;
	}

	.footer__bootom-infos1-flex {
		margin-bottom: 20px;
	}

	.footer__bootom-border {
		color: #2f2f2f;
		border: 1px solid #2f2f2f;
		margin-bottom: 21px;
	}

	.footer__bootom-infos1-img1 {
		margin-bottom: 26px;
	}

	.footer__bootom-infos {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.footer__bootom-infos1 {
		margin-right: 35px;
	}

	.footer__bootom-infos1-title {
		color: #ffffff;
		font-weight: 300;
		font-size: 14px;
		line-height: 150%;
		letter-spacing: 0.15px;
	}

	.footer__bootom-infos1-text {
		color: #ffffff;
		font-weight: 300;
		font-size: 10px;
		line-height: 166%;
		letter-spacing: 0.4px;
	}

	.footer__bootom-infos2 {
		margin-top: 111px;
		margin-right: 83px;
	}

	.footer__bootom-infos2-title {
		color: #ffffff;
		font-weight: 300;
		font-size: 14px;
		line-height: 150%;
		letter-spacing: 0.15px;
		margin-bottom: 14px;
	}

	.footer__bottom-infos2-div {
		gap: 7px;
		margin-bottom: 8px;
	}

	.footer__bottom-infos3-div2 {
		display: flex;
		gap: 7px;
	}

	.footer__bootom-infos3 {
		margin-top: 85px;
	}

	.footer__bootom-infos3-text {
		color: #ffffff;
		font-weight: 300;
		font-size: 10px;
		line-height: 150%;
		letter-spacing: 0.4px;
		margin-right: 155px;
	}
	.footer__bootom-infos4 {
		margin-top: 174px;
		display: flex;
		gap: 14px;
	}
}

@media screen and (max-width: 768px) {
	.header {
		padding-top: 20px;
		padding-bottom: 110px;
	}

	.header__container {
		display: flex;
		align-items: center;
		gap: 20px;
	}

	.header__list {
		display: flex;
		align-items: center;
		gap: 15px;
		margin-right: auto;
	}

	.header__link {
		color: #ffffff;
		font-weight: 350;
		font-size: 10px;
		line-height: 100%;
		transition: all 0.4s ease;
	}

	.header__btn1 {
		color: #ffffff;
		outline: none;
		border: none;
		background-color: transparent;
		cursor: pointer;
		transition: all 0.4s ease;
	}
	.header__btn2 {
		padding: 10px 10px;
		border-radius: 55px;
		border: none;
		background-color: #187ac9;
		color: #ffffff;
		cursor: pointer;
		transition: all 0.4s ease;
	}

	.hero {
		padding-top: 123px;
		padding-bottom: 145px;
	}

	.hero__title {
		color: #ffffff;
		margin-bottom: 10px;
		font-weight: 700;
		font-style: Bold;
		font-size: 40px;
		line-height: 100%;
		letter-spacing: -1.2%;
	}

	.hero__text {
		color: #ffffff;
		font-weight: 400;
		font-size: 20px;
		line-height: 150%;
		letter-spacing: 0%;
		margin-bottom: 20px;
	}

	.hero__btn {
		cursor: pointer;
		border: none;
		border-radius: 55px;
		padding: 9px 25px;
		font-family: Noto Sans;
		font-weight: 500;
		font-size: 14px;
		line-height: 100%;
		letter-spacing: 0%;
		gap: 7px;
		transition: all 0.4s ease;
	}

	.price {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.price__container {
		max-width: 915px;
		width: 100%;
	}

	.services {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.services__infos {
		max-width: 415px;
		width: 100%;
		margin-right: 8px;
	}

	.services__title {
		color: #ffffff;
		font-weight: 200;
		font-weight: 600;
		font-size: 32px;
		line-height: 110.00000000000001%;
		letter-spacing: -1.2%;
	}

	.services__text {
		max-width: 410px;
		margin-left: auto;
		margin-right: auto;
		color: #ffffff;
		font-family: Noto Sans;
		font-weight: 500;
		font-size: 14px;
		line-height: 120%;
		letter-spacing: 0px;
	}

	.services__btn {
		cursor: pointer;
		padding: 6px 15px;
		border: none;
		border-radius: 50px;
		gap: 3px;
		transition: all 0.4s ease;
	}

	.services__img {
		max-width: 640px;
		width: 100%;
	}

	.services__img img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.merchant {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.merchant__container {
		padding: 40px 40px 60px 40px;
		border-radius: 25px;
	}

	.merchant__big-title {
		font-size: 34px;
	}

	.merchant__big-text {
		font-size: 16px;
	}

	.merchant__big-btn {
		margin-bottom: 50px;
	}

	.combinent__container {
		flex-direction: column-reverse;
	}

	.combinant__cards1,
	.combinant__cards2,
	.combinant__cards3 {
		max-width: 100%;
	}

	.combinant__big-cards2 {
		padding: 150px 30px;
	}

	.combinent__title {
		font-size: 34px;
	}

	.combinant__cards1-title,
	.combinant__cards2-title,
	.combinant__cards3-title {
		font-size: 24px;
		margin-bottom: 40px;
	}

	.combinant__cards1-text,
	.combinant__cards2-text,
	.combinant__cards3-text {
		font-size: 18px;
	}

	.growth__container {
		flex-direction: column;
	}

	.growth__infos {
		grid-template-columns: 1fr;
		gap: 60px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.growth__infos1,
	.growth__infos2,
	.growth__infos3,
	.growth__infos4 {
		margin-right: 0;
		max-width: 100%;
		text-align: center;
	}

	.growth__title {
		font-size: 36px;
	}

	.growth__text {
		font-size: 17px;
	}

	.capital__ .capital__top {
		margin-bottom: 32px;
	}

	.capital__bottom {
		flex-wrap: wrap;
	}

	.found {
		background-color: #121212;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.found__container {
		max-width: 945px;
		width: 100%;
	}

	.found__info {
		max-width: 615px;
		width: 100%;
	}
	.found__title {
		color: #ffffff;
		font-weight: 300;
		font-size: 43px;
		line-height: 110.00000000000001%;
		margin-bottom: 10px;
	}
	.found__text {
		color: #ffffff;
		font-weight: 200;
		font-size: 10px;
		line-height: 150%;
		letter-spacing: 0%;
		margin-bottom: 10px;
	}

	.found__btn {
		background-color: #ffffff;
		padding: 5px 15px;
		border: none;
		border-radius: 53px;
		margin-bottom: 40px;
	}

	.found__boxes {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}
	.found__item {
		background-color: #1e1e1e;
		border-radius: 10px;
		padding: 10px;
	}

	.found__item-title {
		color: #ffffff;
		font-weight: 300;
		font-size: 15px;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		margin-bottom: 10px;
	}

	.found__item-text {
		color: #ffffff;
		font-weight: 200;
		font-size: 10px;
		line-height: 110.00000000000001%;
	}

	.hardware {
		background-color: #eff0ed;
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.hardware__container {
		max-width: 1190px;
		width: 100%;
	}

	.hardware__infos {
		max-width: 720px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
		align-items: center;
	}

	.hardware__title {
		color: #121212;
		font-weight: 400;
		font-size: 40px;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		text-align: center;
		margin-bottom: 10px;
	}
	.hardware__text {
		color: #121212;
		font-weight: 300;
		font-size: 20dpx;
		line-height: 150%;
		letter-spacing: 0%;
		text-align: center;
		margin-bottom: 15px;
	}
	.hardware__btn {
		display: block;
		margin: 0 auto;
		background-color: #121212;
		padding: 10px 24px;
		border: none;
		border-radius: 55px;
		color: #ffffff;
		margin-bottom: 70px;
	}

	.hardware__pays {
		max-width: 1190px;
		width: 100%;
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}

	.hardware__pays-infos-title {
		color: #121212;
		font-weight: 500;
		font-size: 40px;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		margin-bottom: 10px;
	}

	.hardware__pays-infos-text {
		color: #6b6b6a;
		font-weight: 300;
		font-size: 15px;
		line-height: 130%;
		letter-spacing: 0px;
		margin-bottom: 15px;
	}

	.hardware__pays-infos-btn {
		background-color: #121212;
		padding: 10px 25px;
		border: none;
		border-radius: 50px;
		color: #ffffff;
	}

	.hardware__pays-img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.bring {
		background-color: #eff0ed;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.bring__container {
		max-width: 785px;
		width: 100%;
	}

	.bring__title {
		color: #121212;
		font-weight: 400;
		font-size: 40px;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		text-align: center;
		margin-bottom: 35px;
	}

	.bring__img {
		height: auto;
		width: 100%;
		object-fit: cover;
	}

	.software {
		background-color: #eff0ed;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.software__container {
		max-width: 1190px;
		width: 100%;
	}

	.software__title {
		color: #121212;
		font-weight: 400;
		font-size: 40px;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		text-align: center;
		margin-bottom: 30px;
	}

	.software__text {
		max-width: 750px;
		margin-left: auto;
		margin-right: auto;
		color: #121212;
		font-weight: 400;
		font-size: 20px;
		line-height: 150%;
		letter-spacing: 0%;
		text-align: center;
		margin-bottom: 13px;
	}
	.software__btn {
		display: block;
		margin: 0 auto;
		background-color: #121212;
		padding: 10px 25px;
		border: none;
		border-radius: 50px;
		color: #ffffff;
		margin-bottom: 80px;
		cursor: pointer;
		transition: all 0.4s ease;
	}

	.software__btn:hover {
		transform: translateY(-4px);
		background: #2575fc;
		box-shadow: 0 8px 18px rgba(37, 117, 252, 0.4);
		transform: scale(1.05);
	}

	.software__boxes {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
	.software__box {
		background-color: #ffffff;
		padding: 12px 11px;
		border-radius: 20px;
		margin-right: 13px;
	}

	.software__box2 {
		background-color: #ffffff;
		padding: 11px 11px;
		border-radius: 15px;
		margin-right: 15px;
	}

	.software__boximg-div {
		background-color: #ececec;
		align-items: center;
		padding: 80px 14px 80px 15px;
	}

	.software__boximg-div2 {
		background-color: #ececec;
		align-items: center;
		padding: 95px 40px;
	}

	.software__box-title {
		color: #121212;
		font-weight: 400;
		font-size: 20px;
		line-height: 150%;
		margin-bottom: 4px;
	}
	.software__box-text {
		color: #414141;
		font-weight: 300;
		font-size: 14px;
		line-height: 120%;
		margin-bottom: 4px;
	}

	.software__box3 {
		background-color: #ffffff;
		padding: 10px 10px;
		border-radius: 15px;
		margin-right: 15px;
	}

	.software__boximg-div3 {
		background-color: #ececec;
		align-items: center;
		padding: 83px 40px 80px 40px;
	}

	.footer__center-links {
		font-size: 12px;
	}

	.footer__bootom {
		padding-top: 120px;
		padding-bottom: 30px;
	}
	.footer__bootom-container {
		max-width: 1030px;
		width: 100%;
	}

	.footer__bootom-infos1-flex {
		margin-bottom: 15px;
	}

	.footer__bootom-border {
		color: #2f2f2f;
		border: 1px solid #2f2f2f;
		margin-bottom: 16px;
	}

	.footer__bootom-infos1-img1 {
		margin-bottom: 21px;
	}

	.footer__bootom-infos {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.footer__bootom-infos1 {
		margin-top: 80px;
		margin-right: 30px;
	}

	.footer__bootom-infos1-title {
		color: #ffffff;
		font-weight: 200;
		font-size: 11px;
		line-height: 150%;
		letter-spacing: 0.15px;
		margin-bottom: 5px;
	}

	.footer__bootom-infos1-text {
		color: #ffffff;
		font-weight: 200;
		font-size: 5px;
		line-height: 166%;
		letter-spacing: 0.4px;
	}

	.footer__bootom-infos2 {
		margin-top: 110px;
		margin-right: 75px;
	}

	.footer__bootom-infos3-div-link {
		font-size: 15px;
	}

	.footer__bootom-infos2-div-link {
		font-size: 15px;
	}

	.footer__bootom-infos2-title {
		color: #ffffff;
		font-weight: 200;
		font-size: 11px;
		line-height: 150%;
		letter-spacing: 0.15px;
		margin-bottom: 11px;
	}

	.footer__bottom-infos2-div {
		gap: 5px;
		margin-bottom: 5px;
	}

	.footer__bottom-infos3-div2 {
		display: flex;
		gap: 4px;
	}

	.footer__bootom-infos3 {
		margin-top: 80px;
	}

	.footer__bootom-infos3-text {
		color: #ffffff;
		font-weight: 1000;
		font-size: 5px;
		line-height: 150%;
		letter-spacing: 0.4px;
		margin-right: 155px;
	}
	.footer__bootom-infos4 {
		margin-top: 165px;
		display: flex;
		gap: 12px;
	}
}

@media screen and (max-width: 670px) {
	.header {
		padding-top: 20px;
		padding-bottom: 110px;
	}

	.header__container {
		display: flex;
		align-items: center;
		gap: 20px;
	}

	.header__list {
		display: none;
	}

	.header__btn1 {
		color: #ffffff;
		outline: none;
		border: none;
		background-color: transparent;
		cursor: pointer;
		transition: all 0.4s ease;
	}
	.header__btn2 {
		padding: 10px 10px;
		border-radius: 55px;
		border: none;
		background-color: #187ac9;
		color: #ffffff;
		cursor: pointer;
		transition: all 0.4s ease;
	}
	.price {
		padding-top: 17px;
		padding-bottom: 17px;
	}

	.services {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.services__container {
		flex-direction: column;
		gap: 40px;
	}

	.services__infos {
		max-width: 405px;
		width: 100%;
		margin-right: 4px;
	}

	.services__title {
		color: #ffffff;
		font-weight: 200;
		font-weight: 600;
		font-size: 32px;
		line-height: 110.00000000000001%;
		letter-spacing: -1.2%;
	}

	.services__text {
		max-width: 410px;
		margin-left: auto;
		margin-right: auto;
		color: #ffffff;
		font-family: Noto Sans;
		font-weight: 500;
		font-size: 14px;
		line-height: 120%;
		letter-spacing: 0px;
	}

	.services__btn {
		cursor: pointer;
		padding: 9px 10px;
		border: none;
		border-radius: 50px;
		gap: 3px;
		transition: all 0.4s ease;
	}

	.services__img {
		max-width: 640px;
		width: 100%;
	}

	.services__img img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.merchant__list {
		grid-template-columns: 1fr;
	}

	.merchant__item1,
	.merchant__item2,
	.merchant__item3 {
		padding: 25px 20px;
	}

	.merchant__title,
	.merchant__title2,
	.merchant__title3 {
		font-size: 20px;
	}

	.merchant__text,
	.merchant__text2,
	.merchant__text3 {
		font-size: 13px;
	}
	.growth {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.growth__title {
		font-size: 30px;
		line-height: 120%;
	}

	.growth__text {
		font-size: 16px;
		line-height: 150%;
	}

	.growth__btn {
		margin-bottom: 40px;
		padding: 10px 22px;
		font-size: 14px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.growth__infos {
		grid-template-columns: 1fr;
		gap: 50px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.growth__infos1,
	.growth__infos2,
	.growth__infos3,
	.growth__infos4 {
		max-width: 100%;
		margin-right: 0;
		text-align: left;
	}

	.capital__container {
		flex-direction: column;
	}

	.capital__btn {
		margin-bottom: 32px;
	}

	.found {
		background-color: #121212;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.found__container {
		max-width: 945px;
		width: 100%;
	}

	.found__info {
		max-width: 615px;
		width: 100%;
	}
	.found__title {
		color: #ffffff;
		font-weight: 300;
		font-size: 43px;
		line-height: 110.00000000000001%;
		margin-bottom: 10px;
	}
	.found__text {
		color: #ffffff;
		font-weight: 200;
		font-size: 10px;
		line-height: 150%;
		letter-spacing: 0%;
		margin-bottom: 10px;
	}

	.found__btn {
		background-color: #ffffff;
		padding: 5px 15px;
		border: none;
		border-radius: 53px;
		margin-bottom: 40px;
	}

	.found__boxes {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
	.found__item {
		background-color: #1e1e1e;
		border-radius: 10px;
		padding: 10px;
	}

	.found__item-title {
		color: #ffffff;
		font-weight: 400;
		font-size: 20px;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		margin-bottom: 10px;
	}

	.found__item-text {
		color: #ffffff;
		font-weight: 300;
		font-size: 10px;
		line-height: 110.00000000000001%;
	}

	.program {
		background-color: #eff0ed;
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.program__container {
		max-width: 1175px;
		width: 100%;
	}

	.program__title {
		color: #121212;
		font-weight: 400;
		font-size: 45px;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		margin-bottom: 20px;
	}

	.program__text {
		max-width: 469px;
		color: #121212;
		font-weight: 400;
		font-size: 10px;
		line-height: 100%;
		letter-spacing: 0%;
		margin-bottom: 15px;
	}

	.program__btn {
		background-color: #121212;
		color: #ffffff;
		padding: 10px 24px;
		border: none;
		border-radius: 50px;
		margin-bottom: 50px;
	}

	.program__boxes {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
	.program__boxes-item {
		background-color: #ffffff;
		padding: 20px;
		border-radius: 15px;
	}

	.program__boxes-title {
		color: #121212;
		font-weight: 600;
		font-size: 25px;
		line-height: 120%;
		letter-spacing: 0px;
		margin-bottom: 60px;
	}

	.program__boxes-text {
		color: #5a5a5a;
		font-weight: 500;
		font-size: 15px;
		line-height: 120%;
		letter-spacing: 0px;
	}

	.program__boxes-item3 {
		background-color: #121212;
		padding: 20px;
		border-radius: 15px;
		transform: translatey(0);
	}

	.program__boxes-title3 {
		color: #ffffff;
		font-weight: 500;
		font-size: 30px;
		line-height: 120%;
		letter-spacing: 0px;
		margin-bottom: 90px;
	}

	.program__boxes-text3 {
		color: #5a5a5a;
		font-weight: 300;
		font-size: 10px;
		line-height: 120%;
		letter-spacing: 0px;
	}

	.footer__center-flex {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.footer__bootom {
		padding-top: 120px;
		padding-bottom: 30px;
	}
	.footer__bootom-container {
		max-width: 1030px;
		width: 100%;
	}

	.footer__bootom-infos1-flex {
		margin-bottom: 15px;
	}

	.footer__bootom-border {
		color: #2f2f2f;
		border: 1px solid #2f2f2f;
		margin-bottom: 10px;
	}

	.footer__bootom-infos1-flex {
		margin-top: 80px;
	}

	.footer__bootom-infos1-img1 {
		margin-top: 111px;
		display: none;
	}

	.footer__bootom-infos {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.footer__bootom-infos1 {
		margin-top: 80px;
		margin-right: 30px;
	}

	.footer__bootom-infos1-title {
		display: none;
	}

	.footer__bootom-infos1-text {
		display: none;
	}

	.footer__bootom-infos2 {
		margin-top: 110px;
		margin-right: 75px;
	}

	.footer__bootom-infos3-div-link {
		font-size: 15px;
	}

	.footer__bootom-infos2-div-link {
		font-size: 15px;
	}

	.footer__bootom-infos2-title {
		color: #ffffff;
		font-weight: 200;
		font-size: 11px;
		line-height: 150%;
		letter-spacing: 0.15px;
		margin-bottom: 11px;
	}

	.footer__bottom-infos2-div {
		gap: 5px;
		margin-bottom: 5px;
	}

	.footer__bottom-infos3-div2 {
		display: flex;
		gap: 4px;
	}

	.footer__bootom-infos3 {
		margin-top: 80px;
	}

	.footer__bootom-infos3-text {
		display: none;
	}
	.footer__bootom-infos4 {
		margin-top: 165px;
		display: flex;
		gap: 12px;
	}
}

@media screen and (max-width: 570px) {
	.header {
		padding-top: 20px;
		padding-bottom: 110px;
	}

	.header__container {
		display: flex;
		align-items: center;
		gap: 20px;
	}

	.header__list {
		display: none;
	}

	.hamburger {
		left: 0;
		display: block;
	}

	.header__btn1 {
		display: none;
	}
	.header__btn2 {
		display: none;
	}

	.price {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.price__images img {
		width: 50px;
		height: 48px;
		object-fit: contain;
	}

	.merchant {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.merchant__container {
		padding: 30px 20px 40px 20px;
		border-radius: 20px;
	}

	.merchant__big-title {
		font-size: 26px;
		line-height: 120%;
	}

	.merchant__big-text {
		font-size: 14px;
	}

	.merchant__big-btn {
		padding: 9px 20px;
		font-size: 14px;
		margin-bottom: 35px;
	}

	.combinent {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.combinent__title {
		font-size: 26px;
	}

	.combinent__text {
		font-size: 16px;
	}

	.combinent__btn {
		padding: 10px 20px;
		font-size: 14px;
		margin-bottom: 40px;
	}

	.combinant__big-cards2 {
		padding: 100px 20px;
	}

	.combinant__big-cards2-title {
		font-size: 20px;
	}

	.combinant__cards1-title,
	.combinant__cards2-title,
	.combinant__cards3-title {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.combinant__cards1-text,
	.combinant__cards2-text,
	.combinant__cards3-text {
		font-size: 16px;
	}

	.growth__title {
		text-align: start;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 24px;
		line-height: 130%;
	}

	.growth__text {
		padding-left: 20px;
		padding-right: 20px;
		text-align: start;
		font-size: 15px;
		line-height: 140%;
	}

	.growth__infos {
		gap: 40px;
	}

	.growth__infos1-title,
	.growth__infos2-title,
	.growth__infos3-title,
	.growth__infos4-title {
		font-size: 18px;
	}

	.growth__infos1-text,
	.growth__infos2-text,
	.growth__infos3-text,
	.growth__infos4-text {
		font-size: 14px;
	}

	.growth {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.growth__title {
		font-size: 24px;
		line-height: 130%;
	}

	.growth__text {
		font-size: 15px;
		margin-bottom: 15px;
	}

	.growth__btn {
		width: 100%;
		text-align: center;
		padding: 12px;
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 35px;
	}

	.growth__infos {
		gap: 40px;
	}

	.growth__infos1-title,
	.growth__infos2-title,
	.growth__infos3-title,
	.growth__infos4-title {
		font-size: 18px;
	}

	.growth__infos1-text,
	.growth__infos2-text,
	.growth__infos3-text,
	.growth__infos4-text {
		font-size: 14px;
		line-height: 140%;
	}

	.found__boxes {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}

	.bring__title {
		color: #121212;
		font-weight: 200;
		font-size: 35px;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		text-align: center;
		margin-bottom: 30px;
	}

	.footer__bootom-infos2 {
		display: none;
	}

	.footer__bootom-infos {
		margin-top: 24px;
	}
}
