:root {
  --block-bg: none;
  --block-border-radius: 8px;
  --block-margin-top: 48px;
  --block-margin-bottom: 48px;
  --block-padding-top: 0px;
  --block-padding-bottom: 0px;
  --block-padding-left: 0px;
  --block-padding-right: 0px;
  --block-title-margin-top: 0px;
  --block-title-margin-bottom: 16px;
  --block-title-padding-top: 0px;
  --block-title-padding-bottom: 0px;
}

.block {
  background: none;
  background: var(--block-bg);
  margin-top: 48px;
  margin-top: var(--block-margin-top);
  margin-bottom: 48px;
  margin-bottom: var(--block-margin-bottom);
  padding-top: 0px;
  padding-top: var(--block-padding-top);
  padding-bottom: 0px;
  padding-bottom: var(--block-padding-bottom);
  padding-left: 0px;
  padding-left: var(--block-padding-left);
  padding-right: 0px;
  padding-right: var(--block-padding-right);
  border-radius: 8px;
  border-radius: var(--block-border-radius);
}

.block__title {
  margin-top: 0px;
  margin-top: var(--block-title-margin-top);
  margin-bottom: 16px;
  margin-bottom: var(--block-title-margin-bottom);
  padding-top: 0px;
  padding-top: var(--block-title-padding-top);
  padding-bottom: 0px;
  padding-bottom: var(--block-title-padding-bottom);
}

.block--gray {
  --block-bg: #F9F9F9;
}

.block--profits {
  --block-title-padding-top: 16px;
  --block-margin-top: 16px;
  --block-padding-bottom: 16px;
  --block-margin-bottom: 15px;
  max-width: 925px;
  margin-left: auto;
  margin-right: auto;
}

.block--profits .block__title {
  text-align: center;
}

.block--list {
  --block-padding-top: 16px;
  --block-padding-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.block--list .block__title {
  width: 100%;
}

.block--list ul {
  padding-left: 16px;
}

.block--list ul li {
  padding: 0 0 0 16px;
  margin: 9px 0;
}

.profits {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.profits__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 12px;
}

.profits__item:first-child:after {
  content: none;
}

.profits__promo {
  font-weight: 500;
  font-size: 40px;
  line-height: 140%;
  color: #e94e1b;
}

.profits__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #0a0909;
}

.profits__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #0a0909;
}

:root {
  --documents-table-cols-num: 1;
}

.documents-table {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  grid-template-columns: repeat(1, 1fr);
  grid-template-columns: repeat(var(--documents-table-cols-num), 1fr);
  margin-bottom: 40px;
}

.documents-table__item {
  background: #f9f9f9;
  border-radius: 6px;
  padding: 12px 24px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  border: 1px solid #f9f9f9;
}

.documents-table__item:hover,
.documents-table__item:active {
  --file-name-color: #E94E1B;
  background: #fff;
  border-color: #e94e1b;
}

a.documents-table__item {
  cursor: pointer;
}

.documents-table__item--full {
  grid-column: span 1;
  grid-column: span var(--documents-table-cols-num);
}

.documents-table__item--white {
  background-color: #fff;
  border-color: #e94e1b;
}

.documents-table__item--white:hover,
.documents-table__item--white:active {
  border-color: #e5410a;
}

.documents-table__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #0a0909;
  margin-bottom: 16px;
}

.documents-table--cols-2 {
  --documents-table-cols-num: 2;
}

.documents-table--cols-3 {
  --documents-table-cols-num: 3;
}

.documents-table--flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.arch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 19px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.arch__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #0a0909;
}

.arch__item a {
  position: relative;
  color: #0a0909;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.arch__item a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #e94e1b;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  opacity: 0;
}

.arch__item--active {
  font-weight: 500;
}

.arch__item:hover a:after,
.arch__item--active a:after {
  opacity: 1;
}

.documents-table .arch:first-child {
  margin-top: 8px;
}

.documents-table .arch:last-child {
  margin-bottom: 8px;
}

.section--breadcrumbs+.section--with-left-column {
  --section-margin-top: 16px;
}

.section--with-left-column .before-title {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.section--with-left-column>.section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section--with-left-column .section__title {
  --section-title-margin-bottom: 0px;
  --section-title-margin-top: 0px;
}

.section--with-left-column aside {
  -webkit-box-ordinal-group: -19;
  -ms-flex-order: -20;
  order: -20;
}

.section--with-left-column .page-info-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.section--with-left-column .page-info-tags>* {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.section--with-left-column .page-info-tags .active {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.section--acquiring .section__title {
  --section-title-margin-top: 0px;
  --section-title-margin-bottom: 16px;
}

.acquiring p {
  --content-element-margin-top: 10px;
  --content-element-margin-bottom: 10px;
  font-size: 16px;
  line-height: 140%;
}

.acquiring__cards {
  margin-bottom: 40px;
}

.acquiring__cards-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.acquiring__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #c4c4c4;
  background-color: #fff;
}

.acquiring__card--alpha {
  margin-top: 16px;
  margin-bottom: 16px;
}

.acquiring__card--visa img {
  width: 60px;
  height: 60px;
}

.acquiring__card--mastercard img {
  width: 60px;
  height: 60px;
}

.acquiring__card--mir img {
  width: 75px;
  height: 20px;
}

.acquiring__canceled {
  margin-top: 64px;
  margin-bottom: 72px;
  padding: 32px 10px;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 8px;
}

.acquiring__canceled-title {
  margin-left: auto;
  margin-right: auto;
  width: 245px;
}

.acquiring__canceled ul {
  margin: 0;
  text-align: left;
}

.acquiring__canceled ul li {
  margin: 0;
  padding-left: 25px;
  font-size: 16px;
  line-height: 140%;
}

.acquiring__canceled ul li:after {
  top: .7em;
  left: 11px;
}

.acquiring__canceled ul li+li {
  margin-top: 8px;
}

.acquiring__canceled-content {
  margin-top: 16px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.acquiring__description {
  font-size: 14px;
  line-height: 140%;
  color: #76777a;
}

.acquiring__questions {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-bottom: 20px;
  border-left: 1px solid #e94e1b;
}

.acquiring__questions>p:first-of-type {
  margin-bottom: 10px;
}

.acquiring__questions .acquiring__tel {
  margin-top: 0;
}

.acquiring__questions-top {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.acquiring__questions .icon-tel {
  height: 40px;
  font-size: 40px;
  color: #e94e1b;
}

.acquiring__questions .acquiring__description {
  margin-top: 38px;
}

.acquiring__links {
  padding: 20px 0;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}

.acquiring__links a {
  display: block;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 140%;
}

@media (min-width: 375px) {
  .xxs\:documents-table--cols-2 {
    --documents-table-cols-num: 2;
  }

  .xxs\:documents-table--cols-3 {
    --documents-table-cols-num: 3;
  }

  .xxs\:documents-table--flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (min-width: 576px) {
  .xs\:documents-table--cols-2 {
    --documents-table-cols-num: 2;
  }

  .xs\:documents-table--cols-3 {
    --documents-table-cols-num: 3;
  }

  .xs\:documents-table--flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (min-width: 716px) {
  .ssm\:documents-table--cols-2 {
    --documents-table-cols-num: 2;
  }

  .ssm\:documents-table--cols-3 {
    --documents-table-cols-num: 3;
  }

  .ssm\:documents-table--flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (min-width: 860px) {
  .smd\:documents-table--cols-2 {
    --documents-table-cols-num: 2;
  }

  .smd\:documents-table--cols-3 {
    --documents-table-cols-num: 3;
  }

  .smd\:documents-table--flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (min-width: 1040px) {
  :root {
    --block-margin-top: 64px;
    --block-margin-bottom: 64px;
    --block-title-margin-bottom: 32px;
  }

  .block--profits {
    --block-title-padding-top: 32px;
    --block-padding-bottom: 32px;
    --block-padding-left: 40px;
    --block-padding-right: 40px;
    --block-margin-bottom: 24px;
  }

  .block--list {
    --block-padding-top: 0px;
    --block-title-margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block--list ul {
    --content-element-margin-top: 0px;
    --content-element-margin-bottom: 0px;
    padding-left: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .profits {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .profits__item {
    padding: 0 6.2195121951% 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-left: 1px solid #c4c4c4;
    margin-right: -1px;
  }

  .profits__item:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .profits__item:last-child {
    padding-right: 0;
  }

  .profits__item--full {
    text-align: center;
    padding: 30px 0 32px;
  }

  .profits__item--full .profits__promo {
    width: 100%;
  }

  .profits__item--full+.profits__item {
    padding-left: 0;
    border-left: 0;
  }

  .profits__promo {
    font-size: 60px;
    font-weight: 400;
    line-height: normal;
  }

  .profits__title {
    font-size: 24px;
    font-weight: 400;
  }

  .documents-table {
    --documents-table-cols-num: 2;
  }

  .documents-table {
    margin-bottom: 32px;
    gap: 20px;
  }

  .content-block+.documents-table {
    margin-top: 32px;
  }

  .documents-table__item {
    min-height: 128px;
  }

  .documents-table__item--head-plate {
    margin-bottom: 8px;
  }

  .documents-table__item--head-plate {
    margin-bottom: 16px;
  }

  .documents-table__title {
    font-size: 16px;
  }

  .sm\:documents-table--cols-2 {
    --documents-table-cols-num: 2;
  }

  .md\:documents-table--cols-2 {
    --documents-table-cols-num: 2;
  }

  .mmd\:documents-table--cols-2 {
    --documents-table-cols-num: 2;
  }

  .sm\:documents-table--cols-3 {
    --documents-table-cols-num: 3;
  }

  .md\:documents-table--cols-3 {
    --documents-table-cols-num: 3;
  }

  .mmd\:documents-table--cols-3 {
    --documents-table-cols-num: 3;
  }

  .sm\:documents-table--flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .md\:documents-table--flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .mmd\:documents-table--flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .arch {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .arch {
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .documents-table .arch:first-child {
    margin-top: 16px;
  }

  .documents-table .arch:last-child {
    margin-bottom: 16px;
  }

  .section--breadcrumbs+.section--with-left-column {
    --section-margin-top: 60px;
  }

  .section--with-left-column .content-block {
    margin: 0;
  }

  .section--with-left-column>.section__inner {
    display: grid;
    grid-gap: 0 20px;
    gap: 0 20px;
    grid-template-columns: 295px auto;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
  }

  .section--with-left-column .section__title {
    --section-title-margin-bottom: 26px;
  }

  .section--with-left-column aside {
    grid-row: span 10;
  }

  .section--with-left-column .page-info-tags {
    display: none;
  }

  .section--acquiring .section__title {
    --section-title-margin-bottom: 24px;
  }

  .acquiring p {
    --content-element-margin-top: 16px;
    --content-element-margin-bottom: 16px;
  }

  .acquiring__cards-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
  }

  .acquiring__card {
    height: 140px;
  }

  .acquiring__card--alpha {
    width: 295px;
    margin-bottom: 24px;
  }

  .acquiring__card--alpha img {
    width: 202px;
  }

  .acquiring__card--visa {
    width: 190px;
  }

  .acquiring__card--visa img {
    width: 100px;
    height: 100px;
  }

  .acquiring__card--mastercard {
    width: 200px;
  }

  .acquiring__card--mastercard img {
    width: 100px;
    height: 100px;
  }

  .acquiring__card--mir {
    width: 200px;
  }

  .acquiring__card--mir img {
    width: 118px;
    height: 33px;
  }

  .acquiring__canceled {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 40px;
    border-radius: 16px;
  }

  .acquiring__canceled-title {
    width: 100%;
  }

  .acquiring__canceled-content {
    margin-top: 40px;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
  }

  .acquiring__questions {
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .acquiring__questions>p:first-of-type {
    margin-bottom: 8px;
  }

  .acquiring__questions-top {
    margin-bottom: 40px;
  }

  .acquiring__questions .acquiring__description {
    margin-top: 16px;
  }

  .acquiring__links {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .lg\:documents-table--cols-2 {
    --documents-table-cols-num: 2;
  }

  .lg\:documents-table--cols-3 {
    --documents-table-cols-num: 3;
  }

  .lg\:documents-table--flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (min-width: 1366px) {
  .xl\:documents-table--cols-2 {
    --documents-table-cols-num: 2;
  }

  .xl\:documents-table--cols-3 {
    --documents-table-cols-num: 3;
  }

  .xl\:documents-table--flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (max-width: 1039.98px) {
  .block--profits .block__title {
    font-size: 20px;
    font-weight: 500;
  }

  .section--with-left-column aside h2 {
    display: none;
  }

  .section--with-left-column aside.column {
    margin-bottom: 16px;
  }

  .section--with-left-column .documents-table {
    margin-top: 16px;
  }
}

@media (min-width: 1040px)and (max-width: 859.98px) {
  .section--with-left-column .documents-table {
    --documents-table-cols-num: 1;
  }
}

@media (min-width: 1040px)and (max-width: 1199.98px) {
  .section--with-left-column .documents-table {
    --documents-table-cols-num: 2;
  }
}