:root {
  --color-primary: #00a3ff;
  --color-primary--rgb: 0, 163, 255;
  --color-text: #0a090b;
  --color-gray: #545b71;
  --color-gray--rgb: 84, 91, 113;
  --color-dark-gray: #2c2f3a;
  --color-dark-blue: #1e2027;
  --color-success: #75e900;
  --color-success--rgb: 117, 233, 0;
  --color-warning: #fba72a;
  --color-warning--rgb: 251, 167, 42;
  --color-error: #e90035;
  --color-error--rgb: 233, 0, 53;
  --hover: #0080c9;
  --lightgray: #545b71;
  --gray: #2c2f3a;
}

[data-visible-from="false"] {
    display: none;
}

[data-visible-to="false"] {
    display: none;
}

.appeal_star{
    height: 40px;
}

a.name_on_rew {
  /* Устанавливаем основной цвет ссылок */
  color: #fff; /* Белый цвет */
}

a.name_on_rew:hover {
  /* Цвет при наведении - такой же, как основной */
  color: #fff; /* Белый цвет остается неизменным */
}


/* Default style for larger screens (PC) */
.responsive-text {
    font-size: 24px;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .responsive-text {
        font-size: 24px;
    }
}

.exchanger__link {
  color: var(--lightgray);
  border: 1px solid rgba(0, 0, 0, 0);
}

.exchanger__link:hover {
  background: var(--lightgray);
  color: var(--lightgray);
  border-color: var(--lightgray);
}

.antiswap_link {
  color: var(--color-primary) !important;
}

.antiswap_link:hover {
  text-decoration: underline;
}

html {
    color-scheme: dark;
  }

* {
  box-sizing: border-box;
}

.orange {
    color: orange;
    fill: orange;
}

.green {
    color: green;
    fill: green;
}

.red{
    color: #e90035;
    fill: #e90035;
}

img {
  max-width: 100%;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  background-color: #101115;
  color: #fff;
  font-family: "Mont", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

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

button {
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.article-card__info > ul{
  padding: 0;
  list-style: disc;
  padding-left: 20px;
  list-style-type: disc;
}

.article-card__info > p{
  text-indent: 20px;
  margin-top: 5px;
}

.article-card__info > h2{
  margin-top: 15px;
  margin-bottom: 5px
}

.article-card__info > h3{
  margin-top: 15px;
  margin-bottom: 5px
}

.article-card__info li{
  margin: 10px 10px;
}


.body--lock {
  overflow: hidden;
}

.container {
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
}

.title1,
.title2,
.title3,
.title4,
.title5 {
  font-weight: 700;
  color: #fff;
}

.title1--success,
.title2--success,
.title3--success,
.title4--success,
.title5--success {
  color: var(--color-success);
}

.title1--warning,
.title2--warning,
.title3--warning,
.title4--warning,
.title5--warning {
  color: orange;
}

.title1--danger,
.title2--danger,
.title3--danger,
.title4--danger,
.title5--danger {
  color: red;
}

.title1--gray,
.title2--gray,
.title3--gray,
.title4--gray,
.title5--gray {
  color: var(--color-gray);
}

.title1--span-success span,
.title2--span-success span,
.title3--span-success span,
.title4--span-success span,
.title5--span-success span {
  color: var(--color-success);
}

.title1--span-warning span,
.title2--span-warning span,
.title3--span-warning span,
.title4--span-warning span,
.title5--span-warning span {
  color: var(--color-warning);
}

.title1--span-error span,
.title2--span-error span,
.title3--span-error span,
.title4--span-error span,
.title5--span-error span {
  color: var(--color-error);
}

.title1 {
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0.72px;
}

.title2 {
  font-size: 36px;
  letter-spacing: 0.54px;
}

.title3 {
  font-size: 32px;
  letter-spacing: 0.48px;
}

.title4 {
  font-size: 24px;
  letter-spacing: 0.36px;
}

.title5 {
  font-size: 20px;
  letter-spacing: 0.3px;
}

.text {
  /*font-weight: 600;*/
  font-weight: lighter;
  line-height: 1.5;
  word-wrap: break-word;
}

.review__author {
    font-weight: 600 !important;
}

.text span {
  color: var(--color-primary);
}

.text p:not(:first-child) {
  margin-top: 16px;
}

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

.text--gray {
  color: var(--color-gray);
}

.text--success {
  color: var(--color-success);
}

.text--warning {
  color: var(--color-warning);
}

.text--error {
  color: var(--color-error);
}

.text--white {
  color: #fff;
}

.text--span-success span {
  color: var(--color-success);
}

.text--span-warning span {
  color: var(--color-warning);
}

.text--span-error span {
  color: var(--color-error);
}

.btn {
  padding: 20px 32px;
  display: inline-block;
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  transition: color 0.3s, background 0.3s;
}

.btn:hover {
  background-color: #007ec7;
}

.btn__icon {
  display: block;
}

.btn__icon:first-child:not(:last-child) {
  margin-right: 16px;
}

.btn__icon:last-child:not(:first-child) {
  margin-left: 16px;
}

.btn__icon--m-8:first-child:not(:last-child) {
  margin-right: 8px;
}

.btn__icon--m-8:last-child:not(:first-child) {
  margin-left: 8px;
}

.btn--i-flex {
  display: inline-flex;
}

.btn--flex {
  display: flex;
}

.btn--i-flex,
.btn--flex {
  align-items: center;
  justify-content: center;
}

.btn--dark-gray {
  color: var(--color-gray);
  background-color: var(--color-dark-gray);
}

.btn--dark-gray:hover {
  background-color: var(--color-dark-gray);
}

.btn--border {
  background-color: transparent;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.btn--border:hover {
  background-color: #262932;
}

.link {
  color: #fff;
  transition: color 0.3s, background 0.3s;
}

.link:hover {
  color: var(--color-primary);
}

.link:hover .link__svg {
  fill: var(--color-primary);
}

.link__svg {
  transition: fill 0.3s;
  fill: #fff;
}

.input {
 /* padding-right: 50px !important;*/
  padding: 16px 20px;
  width: 100%;
  background-color: var(--color-dark-gray);
  border-radius: 6px;
  border: 1px solid var(--color-gray);
  color: #fff;
  font-weight: 600;
  outline: none;
  transition: border 0.3s;
}

.input::-moz-placeholder {
  color: var(--color-gray);
}

.input::placeholder {
  color: var(--color-gray);
}

.input:focus {
  border-color: var(--color-primary);
}

.input--area {
  resize: none;
  height: 130px;
}

.input--error {
  border-color: var(--color-error);
}

.checkbox {
  display: inline-flex;
}

.checkbox__input {
  display: none;
}

.checkbox__switch {
  position: relative;
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  border-radius: 4px;
  background-color: var(--color-dark-gray);
  border: 1px solid var(--color-gray);
  text-align: center;
  cursor: pointer;
  transition: border 0.3s;
}

.checkbox__input:checked ~ .checkbox__switch:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 11px;
  background: url("../img/icons/check-primary.svg") center/contain no-repeat;
}

.checkbox__text {
  margin-top: 1px;
  margin-left: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.28px;
  color: rgba(255, 255, 255, 0.8);
}

.checkbox__text a {
  color: var(--color-primary);
}

.checkbox--error .checkbox__switch {
  border-color: var(--color-error);
}

.checkbox-smile__input {
  display: none;
}

.checkbox-smile__switch {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-dark-gray);
  cursor: pointer;
  transition: background 0.3s;
}

.checkbox-smile__switch svg {
  width: 33px;
  height: 33px;
  fill: var(--color-gray);
  transition: fill 0.3s;
}

.checkbox-smile__input:checked ~ .checkbox-smile__switch {
  cursor: default;
}

.checkbox-smile--success .checkbox-smile__input:checked ~ .checkbox-smile__switch {
  background-color: rgba(var(--color-success--rgb), 0.2);
}

.checkbox-smile--success .checkbox-smile__input:checked ~ .checkbox-smile__switch svg {
  fill: var(--color-success);
}

.checkbox-smile--error .checkbox-smile__input:checked ~ .checkbox-smile__switch {
  background-color: rgba(var(--color-error--rgb), 0.2);
}

.checkbox-smile--error .checkbox-smile__input:checked ~ .checkbox-smile__switch svg {
  fill: var(--color-error);
}

.logo {
  font-size: 24px;
  font-weight: 700;
}

.menu__list {
  list-style-type: none;
  display: flex;
  align-items: center;
}

.menu__item {
  position: relative;
}

.menu__item:not(:last-child) {
  margin-right: 40px;
}

.menu__link {
  font-weight: 600;
  transition: color 0.3s;
}

.menu__link:hover {
  color: var(--color-primary);
}

.menu__toggle {
  height: 24px;
  display: none;
}

.menu__lines {
  position: relative;
  z-index: 6;
}

.menu__lines:before,
.menu__lines:after {
  height: 2px;
  border-radius: 3px;
  background-color: #fff;
  display: block;
  transform: rotate(0);
  width: 31px;
  transition: transform 0.4s, width 0.4s;
}

.menu__lines:before,
.menu__lines:after {
  content: "";
  position: absolute;
  right: 0;
}

.menu__lines:before {
  transform: translateY(-6px);
}

.menu__lines:after {
  transform: translateY(6px);
}

.search {
  position: relative;
  padding-bottom: 10px;
}

.search:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: var(--color-gray);
}

.search__input {
  padding-right: 23px;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
}

.zoomer{
    display: flex;
}

.search__input--text-small {
  font-size: 14px;
}

.search__input::-moz-placeholder {
  color: var(--color-gray);
}

.search__input::placeholder {
  color: var(--color-gray);
}

.search__btn {
  position: absolute;
  right: 0;
  top: 0;
}

.hidden {
    display: none;
}

div.scrollbar-track {
  background-color: #353845;
}

div.scrollbar-track .scrollbar-thumb {
  background-color: var(--color-gray);
}

.choose-city__items {
  display: none;
  align-items: center;
}

.choose-city__text {
  margin-right: 12px;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-gray);
}

.choose-city__list {
  margin: -12px -6px 0;
  display: flex;
  flex-wrap: wrap;
}

.choose-city__item {
  margin: 12px 6px 0;
  display: flex;
  align-items: center;
}

.choose-city__item-value {
  flex: 0 0 auto;
  padding: 3px 11px;
  background-color: rgba(var(--color-primary--rgb), 0.15);
  border-radius: 6px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: var(--color-primary);
}

.choose-city__item-delete {
  margin-left: 10px;
  flex: 0 0 auto;
  width: 12px;
}

.choose-city__item-delete img {
  display: block;
}

.choose-city__btn {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.choose-city--selected .choose-city__btn {
  display: none;
}

.choose-city--selected .choose-city__items {
  display: flex;
}

.status-label {
  padding: 5px 5px 4px;
  background-color: rgba(var(--color-gray--rgb), 0.2);
  border-radius: 3px;
  min-width: 67px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.18px;
}

.status-label--success {
  color: var(--color-success);
  background-color: rgba(var(--color-success--rgb), 0.2);
}

.status-label--warning {
  color: var(--color-warning);
  background-color: rgba(var(--color-warning--rgb), 0.2);
}

.status-label--error {
  color: var(--color-error);
  background-color: rgba(var(--color-error--rgb), 0.2);
}

.tabs__item {
  display: none;
}

.tabs__item--active {
  display: block;
}

.header {
  position: fixed;
  z-index: 10000;
  width: 100%;
  background-color: var(--color-dark-blue);
  border-bottom: 2px solid var(--color-gray);
}

.header__content {
  padding: 26px 0;
  display: flex;
  align-items: center;
}

.header__menu {
  margin-left: 60px;
}

.mobile-lang-switch {
    display: none;
}

.header__count {
  margin-left: auto;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-gray);
}

.header__count span {
  font-size: 20px;
  color: var(--color-primary);
}

.main {
  padding: 130px 0 120px;
  flex: 1 1 auto;
}

.main__callback {
  margin-top: 108px;
}

.catalog__content {
  display: flex;
  align-items: flex-start;
}

.main_content_page{
  flex-direction: row-reverse;
}

.catalog__sidebar {
  margin-right: 40px;
  flex: 0 0 372px;
}

.catalog__main {
  flex: 1 1 auto;
}

.sidebar-banner__content {
  position: relative;
  background-color: var(--color-dark-blue);
  border-radius: 12px;
}

.sidebar-banner__content:before,
.sidebar-banner__content:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 35.4%;
  background: url("../img/extension/banner/bg.png") left bottom/contain no-repeat;
  border-radius: 12px;
}

.sidebar-banner__content:before {
  left: 0;
}

.sidebar-banner__content:after {
  right: 0;
  transform: rotate(180deg);
}

.sidebar-banner__info {
  position: relative;
  z-index: 1;
  padding: 20px;
}

.sidebar-banner__images {
  position: relative;
  margin: 0 auto;
  width: 360px;
  max-width: 100%;
  min-height: 240px;
}

.sidebar-banner__img {
  position: absolute;
}

.sidebar-banner__img:nth-child(1) {
  top: -22px;
  right: 8px;
  width: 217px;
}

.sidebar-banner__img:nth-child(2) {
  transform: rotate(45deg);
  left: 17px;
  bottom: 3px;
  width: 120px;
}

.sidebar-banner__title {
  line-height: 1.25;
}

.sidebar-banner__text {
  margin-top: 16px;
  line-height: 1.25;
}

.sidebar-banner__btns {
  margin-top: 36px;
  max-width: 420px;
}

.sidebar-banner__btns-item {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.sidebar-banner__btns-item:not(:first-child) {
  margin-top: 12px;
}

.sidebar-banner__ps {
  margin-top: 12px;
  color: var(--color-gray);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.195px;
}

.sidebar__section {
  padding-top: 30px;
  background-color: var(--color-dark-blue);
  border-radius: 12px;
}

.sidebar__title {
  margin-bottom: 24px;
  padding: 0 20px;
  text-align: center;
}

.sidebar__searches {
  padding: 12px;
  display: flex;
}

.sidebar__searches-item {
  flex: 1 1 100%;
}

.sidebar__searches-item:not(:first-child) {
  margin-left: 24px;
}

.sidebar__more {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  border-radius: 0 0 12px 12px;
}

.sidebar__banner {
  margin-top: 30px;
}

.blogmain{
  flex-direction: column;
}

.blogmain h3, h4 {
  margin-bottom: 0px;
  margin-top: 30px;
}

.blogmain h2 {
  margin-bottom: 10px;
  margin-top: 45px;
  text-align: center;
}

.blogmain ul {
  margin-top: 10px;
  list-style: disc;
  margin-bottom: 10px;
}

.blogmain img {
  margin: 10px 0;
}

/* .blogmain p {
    margin-left: 0px !important;
} */

.blogmain p {
  padding-top: 10px;
  text-indent: 20px;
}

.blogmain a:not(.linkcontent_href) {
  color: var(--color-primary) !important;
}

.blogmain li {
  margin-left: 30px;
  margin-top: 5px;
}

.blog-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  padding: 30px;
  background-color: #2c2f3a;
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.blog-card img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
}

.article-description {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 10px;
}

.blog-card h2 {
  color: #fff;
  font-size: 24px;
  margin: 0;
}


.blog-card:hover {
  transform: scale(1.05);
  transition: transform 0.3s;
}

.linkcontent_child{
  padding: 25px;
  box-sizing: border-box;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  max-width: 50%;
}

.linkcontent_elem{
  margin-top: 7px;
  font-size: 12pt;
  font-weight: 100
}

.linkcontent{
  display: flex;
}

.sidebar-wallets__title {
  padding: 10px;
  text-align: center;
  background-color: var(--color-gray);
}

.sidebar-wallets__list {
  display: flex;
  flex-wrap: wrap;
}

.sidebar-wallets__list-title {
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 38px;
  background-color: var(--color-gray);
  font-size: 16px;
}

.sidebar-wallets__group {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
}

.sidebar-wallets__group:nth-child(2n + 1) {
  border-right: 1px solid var(--color-dark-blue);
}

.catalog__section:not(:first-child) {
  margin-top: 18px;
}

.sidebar {
  /* padding-top: 30px; */
  /* background-color: var(--color-dark-blue); */
  /* border-radius: 12px; */
}

.sidebar__title {
  margin-bottom: 24px;
  padding: 0 20px;
  text-align: center;
}

.sidebar__searches {
  padding: 12px;
  display: flex;
}

.sidebar__searches-item {
  flex: 1 1 100%;
}

.sidebar__searches-item:not(:first-child) {
  margin-left: 24px;
}

.sidebar__more {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  border-radius: 0 0 12px 12px;
}

.sidebar-wallets__title {
  padding: 10px;
  text-align: center;
  background-color: var(--color-gray);
}

.sidebar-wallets__list {
  display: flex;
  /* flex-wrap: wrap; */

}

.sidebar-wallets__list-title {
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 38px;
  background-color: var(--color-gray);
  font-size: 16px;
}

.sidebar-wallets__group {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
}

.sidebar-wallets__group:nth-child(2n + 1) {
  border-right: 1px solid var(--color-dark-blue);
}

.wallet-checkbox {
  cursor: pointer;
}

.wallet-checkbox__input {
  display: none;
}

.wallet-checkbox__btn {
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
  background-color: var(--color-dark-gray);
  font-size: 12px;
  line-height: 1.167;
  transition: background 0.3s;
}

.wallet-checkbox__btn:hover {
  background-color: var(--color-dark-blue);
}

.wallet-checkbox__btn--gray {
  background-color: #353845;
}

.wallet-checkbox__name {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.18px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wallet-checkbox__name:not(:last-child) {
  padding-right: 7px;
}

.wallet-checkbox__value {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
}

.wallet-checkbox__input:checked ~ .wallet-checkbox__btn {
  background-color: rgba(var(--color-primary--rgb), 0.4);
}

.wallet-checkbox__btn-active-selected{
  background-color: rgba(var(--color-primary--rgb), 0.4);
}

.wallet-checkbox-link{
  padding: 0, 0;
  margin: 0, 0;
}

.about-img {
  position: relative;
  width: 370px;
  height: 210px;
  overflow: hidden;
}

.about-img__item {
  position: absolute;
  z-index: 1;
}

.about-img__item:nth-child(1) {
  top: 25px;
  left: 56px;
}

.about-img__item:nth-child(2) {
  left: 0;
  bottom: -34px;
}

.about-img__item:nth-child(3) {
  left: 147px;
  top: 35px;
}

.about-img__item:nth-child(4) {
  left: 265px;
  bottom: 26px;
}

.about-img__item:nth-child(5) {
  left: 325px;
  top: 54px;
}

.about-img__bg {
  position: absolute;
  top: 2px;
  left: 13px;
  max-width: none;
}

.article-card {
  position: relative;
  border-radius: 12px;
  padding: 30px;
  background-color: var(--color-dark-blue);
  overflow: hidden;
}

.article-card__info {
  position: relative;
  z-index: 2;
}

.article-card__info--short {
  //max-width: 64%;
}

.article-card__text {
  margin-top: 24px;
}

.article-card__btn {
  margin-top: 32px;
}

.article-card__bg {
  position: absolute;
  bottom: -180px;
  right: -60px;
}

.article-card__img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.exchange-table {
  position: relative;
}

.exchange-table table {
  width: 100%;
  text-align: left;
  border-spacing: 0;
}

.exchange-table tr:hover {
  background-color: var(--color-dark-gray);
}

.exchange-table tr:first-child td {
  border-top: none;
}

.exchange-table th {
  border-bottom: 2px solid var(--color-gray);
  font-size: 20px;
}

.exchange-table td {
  border-top: 1px solid var(--color-gray);
}

.exchange-table th,
.exchange-table td {
  padding: 17.5px 0;
}

.exchange-table th:first-child,
.exchange-table td:first-child {
  padding-left: 30px;
  width: 274px;
}

.exchange-table th:nth-last-child(1),
.exchange-table th:nth-last-child(2),
.exchange-table td:nth-last-child(1),
.exchange-table td:nth-last-child(2) {
  width: 90px;
}

.exchange-table__th-icon {
  margin-left: 2px;
  display: block;
  width: 28px;
  height: 28px;
}

.exchange-table__name {
  align-items: flex-start;
}

.exchange-table__name-icon {
  /*margin-left: 11px;
  display: block;*/
}

.rate-table__tr {
  display: flex;
  justify-content: space-between;
}

.rate-table__tr:hover {
  background-color: var(--color-dark-gray);
}

.rate-table__th {
  border-bottom: 2px solid var(--color-gray);
}

.rate-table__tr:not(:first-child) .rate-table__td {
  border-top: 1px solid var(--color-gray);
}

.rate-table__th,
.rate-table__td {
  flex: 1 1 100%;
  font-weight: 600;
  padding: 17.5px 3px;
  line-height: 1.5;
}

.rate-table__th:first-child,
.rate-table__td:first-child {
  padding-left: 30px;
  flex: 0 0 152px;
}

.rate-table__th:nth-child(2),
.rate-table__td:nth-child(2) {
 // flex: 0 0 31%;
}

.rate-table__th:nth-child(3),
.rate-table__td:nth-child(3) {
 // flex: 0 0 22%;
}

.rate-table__th:nth-child(4),
.rate-table__td:nth-child(4) {
 // flex: 0 0 20%;
}

.rate-table__th:last-child,
.rate-table__td:last-child {
  flex: 0 0 96px;
}

.rate-table__th-name {
  display: flex;
  align-items: center;
}

.rate-table__th-icon {
  margin-left: 10px;
}

.rate-table__label {
  margin-bottom: 5px;
  display: none;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.165px;
  color: var(--color-gray);
}

.rate-table__status {
  display: inline-block;
}

.rate-table__value {
  display: flex;
  align-items: center;
  font-weight: 700;
}

.rate-table__value-name {
  margin-left: 4px;
  color: var(--color-gray);
}

.rate-table__value-text {
  margin-left: 8px;
  color: var(--color-gray);
  font-size: 12px;
  font-weight: 600;
}

.rate-table__reviews {
  display: flex;
  align-items: center;
}

.rate-table__reviews-separator {
  margin: 0 5px;
}

.exchange__main {
  border-radius: 12px;
  background-color: var(--color-dark-blue);
  overflow: hidden;
}

.exchange__main-head {
  padding: 34px 30px 42px;
  display: flex;
  align-items: center;
}

.exchange__main--success {
  border: 2px solid var(--color-success);
}

.exchange__main--warning {
  border: 2px solid var(--color-warning);
}

.exchange__main--error {
  border: 2px solid var(--color-error);
}

.exchange__city {
  padding-left: 10px;
  margin-left: auto;
}

.exchange__ps {
  margin-top: 28px;
  letter-spacing: 0.24px;
}

.callback {
  text-align: center;
}

.callback__text {
  margin-top: 32px;
  font-size: 24px;
  letter-spacing: 0.6px;
}

.callback__btn {
  margin-top: 38px;
}

.footer {
  padding: 40px 0;
  flex: 0 0 auto;
  background-color: var(--color-dark-blue);
}

.footer__top {
  display: flex;
  align-items: center;
}

.footer__menu {
  margin-left: 100px;
}

.footer__menu-list {
  margin: -10px -20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer__menu-item {
  margin: 10px 20px 0;
}

.footer__menu--right {
  margin-left: auto;
}

.footer__callback {
  margin-left: auto;
}

.footer__callback-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer__callback-link:not(:first-child) {
  margin-left: 40px;
}

.footer__bottom {
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--color-gray);
}

.footer__copyright {
  font-size: 12px;
  color: var(--color-gray);
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.4s, opacity 0.4s;
}

.popup:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.popup__body {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.popup__dialog {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 60px;
  padding-bottom: 60px;
  min-height: calc(100% - 60px);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__content {
  position: relative;
  padding: 40px;
  max-width: calc(100vw - 120px);
  background-color: var(--color-dark-blue);
  border-radius: 12px;
  transition: transform 0.4s;
}

.popup__content--shadow {
  box-shadow: 0px 98px 66px 0px rgba(19, 18, 66, 0.02), 1px 4px 104px 0px rgba(20, 20, 43, 0.04),
    0px 54px 54px 0px rgba(74, 58, 255, 0.02);
}

.popup__search-city {
  width: 1080px;
  max-width: 100%;
}

.popup__form {
  width: 728px;
  max-width: 100%;
}

.popup__close {
  position: absolute;
  top: 45px;
  right: 45px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup--show {
  display: flex;
}

.popup--active {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}

.popup--active .popup__content {
  transform: translate(0, 0);
}

.search-city__header {
  margin-bottom: 32px;
  max-width: 990px;
}

.search-city__title {
  padding-right: 60px;
}

.search-city__text {
  margin-top: 18px;
}

.search-city__main {
  display: flex;
}

.search-city__group {
  flex: 1 1 100%;
}

.search-city__field {
  margin-bottom: 28px;
}

.search-city__label {
  display: none;
}

.search-city__list {
  border-radius: 6px;
}

.search-city__list--city .search-city__items {
  display: none;
}

.search-city__list--city .search-city__items--active {
  display: block;
}

.search-city__active-item {
  display: none;
}

.search-city__btns {
  max-height: 370px;
}

.search-city__btn {
  padding: 14px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  background-color: var(--color-dark-gray);
}

.search-city__btn:hover {
  background-color: #353845;
}

.search-city__btn:not(:first-child) {
  border-top: 1px solid var(--color-gray);
}

.search-city__btn-count {
  margin-left: auto;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
}

.search-city__btn-count span {
  font-size: 16px;
  color: var(--color-primary);
}

.search-city__btn--active {
  background-color: rgba(var(--color-primary--rgb), 0.4);
  cursor: default;
}

.search-city__btn--active:hover {
  background-color: rgba(var(--color-primary--rgb), 0.4);
}

.search-city__arrow {
  margin: 0 55px;
  flex: 0 0 auto;
  align-self: center;
  width: 39px;
  opacity: 0.6;
}

.product__content {
  width: 100%;
  padding: 60px;
  background-color: var(--color-dark-blue);
  border-radius: 12px;
}

.product__back {
  margin-bottom: 30px;
}

.someblog{
  display: flex;
}

.someblog_elem{
  padding-top: 10px;
}

.someblog_child{
  padding: 25px;
  box-sizing: border-box;
  width: 100%;
  /* white-space: nowrap; */
  /* display: flex; */
  justify-content: space-between;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
}

.product__main-data {
  display: flex;
  align-items: stretch;
  /* flex-direction: column; */
}

.product__name {
  /* display: flex; */
  align-items: center;
}

.product__name-icon {
  margin-left: 17px;
  width: 30px;
  height: 30px;
}

.product__meta {
  padding-left: 20px;
  display: flex;
  margin-left: auto;
  margin-right: 134px;
}

.product__info--meta:not(:first-child) {
  margin-left: 73px;
}

.product__info--about {
  margin-top: 26px;
  max-width: 600px;
}

.product__label {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.33;
  color: var(--color-gray);
}

.product__reviews {
  margin-top: 52px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination__left,
.pagination__right {
  display: flex;
}

.pagination__left:before,
.pagination__right:before {
  content: "";
  display: inline-block;
  background: url("../img/icons/arrow-right-gray.svg") center/contain no-repeat;
  width: 29px;
  height: 16px;
}

.pagination__left {
  margin-right: 40px;
}

.pagination__left:before {
  transform: rotate(180deg);
}

.pagination__right {
  margin-left: 40px;
}

.pagination__list {
  display: flex;
  flex-wrap: wrap;
}

.pagination__active,
.pagination__link {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-weight: 600;
}

.pagination__active:not(:first-child),
.pagination__link:not(:first-child) {
  margin-left: 10px;
}

.pagination__active {
  background-color: var(--color-gray);
}

.pagination__link {
  background-color: var(--color-dark-gray);
  transition: background 0.3s;
}

.pagination__link:hover {
  background-color: #262932;
}

.reviews__header {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviews__title {
  font-weight: 600;
}

.reviews__value {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.24px;
}

.reviews__create {
  padding: 9px 15px;
  border-radius: 6px;
  font-size: 16px;
}

.reviews__filters {
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--color-dark-gray);
}

.reviews__btns {
  display: flex;
  justify-content: space-around;
}

.reviews__btn {
  position: relative;
  padding: 16px 5px 16px 10px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #fff;
}

.reviews__btn:not(:first-child) {
  margin-left: 16px;
}

.reviews__btn-value {
  margin-right: 10px;
  padding: 3px 6px;
  background-color: var(--color-success);
  border-radius: 6px;
  color: var(--color-dark-blue);
}

.reviews__btn-value--success {
  background-color: var(--color-success);
}

.reviews__btn-value--error {
  background-color: var(--color-error);
}

.reviews__btn.tabs__btn--active {
  cursor: default;
}

.reviews__btn.tabs__btn--active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 4px;
  background-color: var(--color-gray);
  border-radius: 6px;
}

.reviews__sort {
  margin-left: auto;
}

.reviews__sort-btn {
  padding: 10px 0;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
}

.reviews__sort-btn img:first-child:not(:last-child) {
  margin-right: 10px;
}

.reviews__sort-btn img:last-child:not(:first-child) {
  margin-left: 10px;
}

.reviews__item {
  padding-top: 20px;
  max-width: 1115px;
}

.reviews__item:not(:first-child) {
  margin-top: 20px;
  border-top: 2px solid var(--color-dark-gray);
}

.reviews__pagination {
  margin-top: 60px;
}

.review__header {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.review__date {
  margin-left: 20px;
}

.review__time {
  margin-left: 10px;
}

.review__delete {
  margin-left: 20px;
  width: 12px;
}

.review__answer {
  margin-top: 8px;
}

.review__sub-list {
  padding-left: 38px;
}

.review__sub-item {
  padding-top: 20px;
}

.review__field {
  position: relative;
  margin-top: 23px;
}

.review__send {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 24px;
}

.form-field {
  position: relative;
}

.form-field__label {
  margin-bottom: 12px;
  display: block;
}

.form-field__input {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

.form-field__checkboxes {
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}

.form-field__checkboxes-item {
  flex: 1 1 100%;
}

.form-field__checkboxes-item:not(:first-child) {
  border-left: 1px solid var(--color-gray);
}

.form-field__size {
  position: absolute;
  right: 10px;
  bottom: 8px;
  font-size: 12px;
  line-height: 1.67;
  color: var(--color-gray);
}

.form__title {
  margin-bottom: 32px;
}

.form__items {
  display: flex;
}

.form__items:not(:first-child) {
  margin-top: 28px;
}

.form__item {
  flex: 1 1 100%;
}

.form__item:not(:first-child) {
  margin-left: 28px;
}

.form__privacy {
  margin-top: 30px;
}

.form__btn {
  margin-top: 20px;
  width: 100%;
  display: block;
}

.form__error-text {
  margin-top: 10px;
  display: none;
  color: var(--color-error);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
}

.form--error .form__error-text {
  display: block;
}

/* Negative Review Highlight with Diagonal Lines on a Dark Background */
.negative-review {
    border: 2px solid #ea0035; /* Red Border */
    background:
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.01),
            rgba(255, 255, 255, 0.01) 10px,
            rgba(30, 32, 39, 0.7) 10px,
            rgba(30, 32, 39, 0.7) 20px
        ),
        #1e2027; /* Dark Background */
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(231, 76, 60, 0.1); /* Subtle Red Shadow */
    position: relative;
}

/* Exclamation icon at the top-right */
.negative-review::before {
    content: "⚠️"; /* Exclamation symbol */
    font-size: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #E74C3C; /* Red color for the icon */
}

.reviews__item:not(:first-child).negative-review {
    border-top: 2px solid #ea0035;
}

/* Card Review Highlight with Diagonal Lines on a Dark Background */
.card-review {
    border: 2px solid #FF9900; /* Red Border */
    background:
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.01),
            rgba(255, 255, 255, 0.01) 10px,
            rgba(30, 32, 39, 0.7) 10px,
            rgba(30, 32, 39, 0.7) 20px
        ),
        #1e2027; /* Dark Background */
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(231, 76, 60, 0.1); /* Subtle Red Shadow */
    position: relative;
}

/* Exclamation icon at the top-right */
.card-review::before {
    content: "⚠️"; /* Exclamation symbol */
    font-size: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #E74C3C; /* Red color for the icon */
}

.reviews__item:not(:first-child).card-review {
    border-top: 2px solid #FF9900;
}


/* filter */

.custom-checkbox-v2 {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 10px;
    background: #3b3b3b; /* Базовый фон чекбокса */
    border: 1px solid #848584; /* Граница чекбокса */
    border-radius: 4px; /* Скругление углов */
    appearance: none; /* Убираем стандартный вид */
    -webkit-appearance: none;
    outline: none; /* Убираем контур при фокусе */
}

/* Стилизация галочки в обычном состоянии */
.custom-checkbox-v2::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 1px;
    width: 5px;
    height: 10px;
    border-style: solid;
    border-color: transparent; /* Галочка изначально прозрачна */
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    background: transparent;
}

/* Изменение стилей при активации */
.custom-checkbox-v2:checked {
    background: var(--color-primary); /* Фон становится цветом галочки */
    border-color:var(--color-primary);
}

.custom-checkbox-v2:checked::before {
    border-color: #3b3b3b; /* Цвет галочки становится цветом исходного фона */
}

/* Стили для фокуса с помощью табуляции */
.custom-checkbox-v2:focus {
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.5); /* Синий светлый контур */
}


.custom-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: var(--color-dark-gray);
    border-radius: 4px;
    border: 1px solid var(--color-gray);
    cursor: pointer;
    transition: border 0.3s;
    margin-right: 10px;

}

.custom-checkbox:checked {
    background-color: rgba(var(--color-primary--rgb), 0.4);
    border-radius: 4px;
    border: 1px solid var(--color-gray);
}

.custom-checkbox:checked::after {
    content: '✔';
    color: #fff;
    font-weight: 600;
    display: block;
    text-align: center;
    line-height: 20px;
}

.exchange__main-head {
    /*margin-bottom: 30px;*/
}

.search-filter {
    padding: 30px 30px 30px;
    border-bottom: 1px solid var(--color-gray);
    border-top: 2px solid var(--color-gray);
}

.reviews_sort-btn-copy {
    padding: 10px 0;
    display: inline;
    align-items: center;
    color: #fff;
    font-weight: 600;
}

.change-direction-button {
  display: inline;
  font-weight: normal; !important;
  font-size: 15px; !important;
}

.change-direction-button img {
  vertical-align: middle;
  margin-right: 6px; !important;
  max-width: 20px;
  max-height: 20px;
}

.filter-summ-input {
    margin-right: 10px;
    margin-left: 10px;
    padding: 0px 5px 0px 5px;
    width: 100px;
    height: 25px;
}

.min-checkbox {
    margin-top: 15px;
}

.min-checkbox label {
    display: flex;
    align-items: center;
}

.bi-cash-stack {
   /* margin-left: 5px;*/
    margin-right: 5px;
    color: #00fff4;
}

.bi-info-circle{
    padding-left: 5px;
    color: #03a3ff;
}

@media (max-width: 768px) {
    .exchange__main-head {
        margin-bottom: 0px;
    }

    .search-filter {
        padding: 30px 13px 30px;
    }
}

.about-img img {
    opacity: 0.4;
}

.search-container {
  margin-top: 18px;
  display: flex;
  width: 100%;
}

.search-input {
  flex: 1;
  padding: 10px 12px;
  background-color: #1e2028;
  border: 1px solid #444;
  border-radius: 8px 0 0 8px;
  color: #ffffff;
  font-size: 15px;
  outline: none;
  border-right: none;
}

.search-input::placeholder {
  color: #888da6;
}

.search-button {
  background-color: #03a3ff;
  border: 1px solid #00b3ff;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

.search-button:hover {
  background-color: #009ee6;
}

.search-icon {
  width: 20px;
  height: 20px;
  fill: white;
}

 .as-faq { margin-top: 24px; }

 /* чтобы блок не растягивался на весь экран */
 .as-faq__wrap{
   max-width: 980px;
   margin: 0 auto;
 }

 .as-faq__title{
   font-size: 20px;
   font-weight: 700;
   margin: 0px 0px 23px;
 }

 /* 2 в ряд, на узких 1 в ряд */
 .as-faq__grid{
   display: grid;
   grid-template-columns: repeat(2, minmax(0, 1fr));
   gap: 12px;
 }
 @media (max-width: 820px){
   .as-faq__grid{ grid-template-columns: 1fr; }
 }

 .as-faq__item{
   border: 1px solid rgba(255,255,255,.12);
   border-radius: 14px;
   background: rgba(255,255,255,.03);
   overflow: hidden;
 }

 /* summary */
 .as-faq__q{
   list-style: none;
   cursor: pointer;
   padding: 14px 16px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 12px;
 }

 /* убираем стандартный треугольник */
 .as-faq__q::-webkit-details-marker{ display: none; }
 .as-faq__q::marker{ content: ""; }

 /* h3 внутри summary без поломки верстки */
 .as-faq__q-title{
   margin: 0;
   font-size: 15px;
   font-weight: 700;
   line-height: 1.35;
 }

 .as-faq__icon{
   width: 18px;
   height: 18px;
   position: relative;
   flex: 0 0 18px;
   opacity: .9;
 }
 .as-faq__icon::before,
 .as-faq__icon::after{
   content: "";
   position: absolute;
   left: 50%;
   top: 50%;
   width: 14px;
   height: 2px;
   background: currentColor;
   transform: translate(-50%, -50%);
   border-radius: 2px;
 }
 .as-faq__icon::after{
   transform: translate(-50%, -50%) rotate(90deg);
   transition: transform .18s ease;
 }

 /* ответ */
 .as-faq__a{
   padding: 0 16px 14px;
   font-size: 14px;
   line-height: 1.55;
   opacity: .92;
 }
 .as-faq__a p{ margin: 8px 0 0;    text-indent: 1.2em; }
 .as-faq__a p:first-child{ margin-top: 0; }


 /* открыто */
 .as-faq__item[open] .as-faq__icon::after{
   transform: translate(-50%, -50%) rotate(0deg);
 }

.as-faq__list{
   margin: 10px 0 0;
   padding-left: 22px;
   list-style: disc;
 }

 .as-faq__list li{
   margin: 6px 0;
   line-height: 1.55;
   list-style: disc;
   list-style-position: outside;
 }

 .as-faq__list li::marker{
   font-size: 1em;
 }



 /* AntiSwap How-to (no outer frame) */
   .as-howto {
     --as-bg-2: rgba(255, 255, 255, 0.06);
     --as-border: rgba(255, 255, 255, 0.10);
     --as-text: rgba(255, 255, 255, 0.92);
     --as-muted: rgba(255, 255, 255, 0.68);
     --as-accent: #0DC171;
     --as-accent-2: rgba(13, 193, 113, 0.18);
     --as-gap: 12px;

     padding: 0; /* важно: без рамки и без общего контейнера */
   }

   .as-howto__header {
     display: flex;
     align-items: flex-start;
     justify-content: space-between;
     gap: 14px;
     margin-bottom: 14px;
   }

   .as-howto__title {
     margin: 0;
     color: var(--as-text);
     font-size: 20px;
     line-height: 1.25;
     letter-spacing: 0.2px;
   }

   .as-howto__coin {
     color: rgba(255, 255, 255, 0.98);
     white-space: nowrap;
   }

   .as-howto__more {
     display: inline-flex;
     align-items: center;
     gap: 6px;
     padding: 8px 10px;
     border-radius: 12px;
     border: 1px solid transparent;
     color: var(--as-accent);
     text-decoration: none;
     font-size: 14px;
     line-height: 1.1;
     white-space: nowrap;
     transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
   }

   .as-howto__more:hover {
     background: var(--as-accent-2);
     border-color: rgba(13, 193, 113, 0.35);
     transform: translateY(-1px);
   }

   .as-howto__more-icon {
     fill: var(--as-accent);
     opacity: 0.95;
   }

   /* Steps column with connectors */
   .as-howto__steps {
     display: flex;
     flex-direction: column;
     gap: var(--as-gap);
   }

   .as-howto__step {
     display: flex;
     align-items: stretch;
     gap: 12px;
     padding: 12px;
     border: 1px solid var(--as-border);
     border-radius: 16px;
     background: var(--as-bg-2);
   }

   .as-howto__step-icon {
     position: relative;
     width: 44px;
     flex: 0 0 44px;
     display: flex;
     justify-content: center;
     align-self: stretch;
   }

   .as-howto__step-num {
     width: 34px;
     height: 34px;
     border-radius: 999px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     font-weight: 800;
     font-size: 14px;
     color: var(--as-accent);
     background: rgba(13, 193, 113, 0.12);
     border: 1px solid rgba(13, 193, 113, 0.25);
     box-shadow: 0 0 0 4px rgba(13, 193, 113, 0.06);
     margin-top: 2px;
   }

   /* Connector line between steps */
   .as-howto__step:not(:last-child) .as-howto__step-icon::after {
     content: "";
     position: absolute;
     top: 40px; /* ниже кружка */
     left: 50%;
     transform: translateX(-50%);
     width: 2px;
     height: calc(100% + var(--as-gap));
     background: rgba(255, 255, 255, 0.18);
     border-radius: 2px;
   }

   /* Arrow head */
   .as-howto__step:not(:last-child) .as-howto__step-icon::before {
     content: "";
     position: absolute;
     left: 50%;
     transform: translateX(-50%) rotate(45deg);
     width: 8px;
     height: 8px;
     bottom: calc(-1 * var(--as-gap) + 2px);
     border-right: 2px solid rgba(255, 255, 255, 0.28);
     border-bottom: 2px solid rgba(255, 255, 255, 0.28);
     border-radius: 1px;
   }

   .as-howto__step-text {
     min-width: 0;
     padding-top: 2px;
   }

   .as-howto__step-title {
     margin: 0;
     color: var(--as-text);
     font-weight: 800;
     font-size: 15px;
     line-height: 1.25;
   }

   .as-howto__step-desc {
     margin: 4px 0 0 0;
     color: var(--as-muted);
     font-size: 14px;
     line-height: 1.35;
   }

   .as-howto__cta {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     gap: 8px;
     width: 100%;
     margin-top: 14px;
     padding: 12px 14px;
     border-radius: 16px;
     text-decoration: none;
     font-weight: 900;
     font-size: 15px;
     color: #06140d;
     background: linear-gradient(180deg, rgba(13, 193, 113, 1), rgba(12, 170, 100, 1));
     border: 1px solid rgba(13, 193, 113, 0.45);
     box-shadow: 0 14px 34px rgba(13, 193, 113, 0.18);
     transition: transform 150ms ease, filter 150ms ease;
   }

   .as-howto__cta:hover {
     transform: translateY(-1px);
     filter: brightness(1.03);
   }

   .as-howto__cta:active {
     transform: translateY(0px);
   }

   @media (max-width: 420px) {
     .as-howto__header {
       flex-direction: column;
       align-items: flex-start;
     }

     .as-howto__more {
       padding: 8px 0;
     }
   }

