.karta__auto-row {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}



.karta__auto-row .karta__auto-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  cursor: pointer;
}

.karta__auto-info {
  flex: 1 1 auto;
  padding: 20px;
}

.karta__auto-info .step__title {
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 18px;
  font-weight: 600;
  color: #333;
}

.fees-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #ddd;
}

.fees-table thead th {
  text-align: left;
  padding: 10px 12px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #555;
}

.fees-table thead th:last-child {
  text-align: right;
  white-space: nowrap;
}

.fees-table tbody tr {
  transition: background 0.2s;
}

.fees-table tbody tr:hover {
  background: #f9f9f9;
}

.fees-table tbody td {
  padding: 12px;
  vertical-align: top;
  color: #333;
  border: 1px solid #ddd;
}

.fees-table__note {
  font-size: 14px;
  color: #888;
  margin-top: 4px;
  line-height: 1.4;
}

.fees-table__price {
  text-align: right;
  white-space: nowrap;
  font-weight: 700;
  color: #0090FF;
  min-width: 110px;
}

@media (max-width: 920px) {
  .karta__auto-row {
    flex-direction: column;
    border-radius: 20px;
  }

  .karta__auto-row .karta__auto-img {
    flex: 0 0 auto;
    max-width: 100%;
    padding: 0;
    border-radius: 20px;
  }

  .karta__auto-info {
    padding: 0;
}

.karta__auto-img img {
  max-width: 100%;
}

  .fees-table__price {
    min-width: 90px;
  }
}

.making-money-text-block__title {
	font-family: 'Unbounded', regular;
	font-size: 48px;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	padding: 80px 0 24px;
}

.making-money-advantages {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
	align-items: stretch;
	background: #fff;
	padding: 40px;
	border-radius: 20px;
	margin-bottom: 80px;
}

.making-money-advantage-card__title {
	display: flex;
	gap: 19px;
	align-items: center;
}

.making-money-advantage-card__number {
	color: #0090ff;
	font-size: 18px;
	font-family: 'Unbounded', regular;
	font-weight: 400;
	letter-spacing: -1px;
}
.making-money-advantage-card__header {
	color: #1e1e1e;
	font-size: 24px;
	font-family: 'Unbounded', regular;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1;
}

.making-money-advantage-card__small {
	color: #6e6e6e;
	font-size: 18px;
	font-family: 'Ubuntu', regular;
	font-weight: 400;
	margin: 13px 0 8px;
}
.making-money__li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  color: #fff;
}
.making-money__li {
	color: #1e1e1e;
	font-size: 16px;
	font-family: 'Ubuntu', regular;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 4px;
}


.making-money__li::before {
	content: '●';
	position: absolute;
	left: 0;
	top: 2px;
	color: #000;
	font-size: 12px;
}
.making-money__text {
	color: #1e1e1e;
	font-size: 16px;
	font-family: 'Ubuntu', regular;
	font-weight: 400;
	line-height: 1.3;
	margin-top: 13px;
}

.making-money__ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}



@media (max-width: 1081px) {
  .making-money-text-block__title {
    font-family: 'Unbounded', regular;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    padding: 40px 0 24px;
    letter-spacing: -1px;
}
.making-money-advantages {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 22px;
  align-items: stretch;
  background: #fff;
  padding: 24px;
  border-radius: 20px;
  margin-bottom: 40px;
}
.making-money-advantage-card__title {
  align-items: flex-start;
}
}