section.payments__intro {
  padding: 150px 0 70px;
  text-align: center;
  margin-bottom: 10px;
}
.payments__intro:before, .payments__intro:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 100%;
}
.payments__intro:before {
  background-image: url(https://www.paymentwall.com/uploaded/files/PW20_payments_intro_1.svg);
  width: 439px;
  height: 400px;
  left: -38px;
}
.payments__intro:after {
  background-image: url(https://www.paymentwall.com/uploaded/files/PW20_payments_intro_2.svg);
  width: 392px;
  height: 412px;
  right: 0;
}
.payments__intro__content {
  max-width: 590px;
  margin: auto;
}
.payments__intro_subtitle {
  color: #788AA2;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.62px;
  line-height: 21px;
  margin: 0 auto 16px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.payments__title {
  color: #000000;
  font-family: "Proxima Nova";
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 58px;
  text-align: center;
  margin: 0 auto 25px;
}
.payments__description {
  color: #000000;
  font-family: "Proxima Nova";
  font-size: 22px;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0 auto 34px;
  text-align: center;
}
.payments__search {
  position: relative;
  width: 525px;
  margin: auto;
}
.payments__search input {
  line-height: 60px;
  width: 100%;
  display: block;
  background-image: url(https://www.paymentwall.com/uploaded/files/PW20_search_icon.svg);
  background-position: 19px 19px;
  background-repeat: no-repeat;
  padding: 0 20px 0 63px;
  border: 1px solid #111111;
  border-radius: 2px;
  font-size: 18px;
}
.payments__search input::placeholder {
  color: #84888d;
  opacity: 1; /* Firefox */
}

.payments__search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #84888d;
}

.payments__search input::-ms-input-placeholder { /* Microsoft Edge */
 color: #84888d;
}
.region__section {
  padding: 45px 0;
  border-bottom: 1px solid #ededed;
  display: flex;
}
.region:last-child {
  border-bottom: none;
}
.region__image {
  width: 380px;
  height: 266px;
  border-radius: 4px;
  margin-right: 50px;
  flex-shrink: 0;
  background-size: cover;
}
.region__section .title-homepage {
  margin-bottom: 12px;
}
.region__section .subtitle-homepage {
  margin-bottom: 4px;
}
.region__section .text-homepage {
  font-size: 16px;
  margin-bottom: 22px;
}
.region__countries {
  color: #19212D;
  font-family: "Proxima Nova";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 22px;
}
.region__countries a {
  color: inherit;
  text-decoration: underline;
}
.region__methods {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.region__method {
  height: 50px;
  width: 84px;
  background-position: center center;
  background-size: 80%;
  background-repeat: no-repeat;
  display: block;
  border: 1px solid #CFD8DC;
  border-radius: 4px;
  margin-right: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border 0.3s;
}
.region__method:hover {
  border-color: #2E62FF;
}
.region__method--show.is-active ~ .region__method.is-hidden {
  display: block;
}
.region__method--show .show_on, .region__method--show.is-active .show_off {
  display: inline-block !important;
  cursor: pointer;
}
.region__method--show .show_off, .region__method--show.is-active .show_on {
  display: none !important;
}
.region__method.is-hidden {
  display: none;
}
.region__method--show {
  order: 2;
}
.show {
  color: #000000;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  border-bottom: 1px solid #000;
}
.regions__show {
  display: block;
  text-align: center;
  line-height: 32px;
  margin-top: 18px;
}
.regions__show:after {
  top: 100%;
  right: 50%;
  position: absolute;
  transform: rotate(135deg) translateY(-50%);
}
.regions__show:hover:after {
  top: 110%;
  right: 50%;
  transition: top .3s;
}
.regions__show .regions__show_less {
  display: none;
}
.regions__show.is-active .regions__show_less {
  display: block;
}
.regions__show.is-active .regions__show_more {
  display: none;
}
.regions__show.is-active {
  margin-top: 32px;
}
.regions__show.is-active:after {
  top: -10%;
  transform: rotate(315deg) translateY(-50%);
}
.regions__show.is-active:hover:after {
  top: -20%;
}
.region-more {
  display: none;
}
.region__section.is-hidden {
  display: none;
}
.apis {
  padding: 70px 0px 80px;
}
.apis .container {
  display: flex;
  justify-content: space-between;
}
.apis__img {
  flex-shrink: 0;
}
.apis__content .title-homepage {
  margin-bottom: 11px;
}
.apis__content .text-homepage {
  margin-bottom: 25px;
  max-width: 485px;
}
.search__input {
  background-image: url('/css/searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}
.search__input:focus {
  border-color: #3962FF;
}

.search__items {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  top: calc(100% + 5px);
  z-index: 3;
  max-height: 210px;
  overflow: auto;
  display: none;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(150,155,177,0.75);
}
.search__items.is-active {
  display: block;
}

.search__items li a {
  border-bottom: 1px solid #f6f6f6;
  padding: 7px 15px;
  text-decoration: none;
  font-size: 14px;
  color: black;
  display: block;
  text-align: left;
  transition: all .3s;
  cursor: pointer;
}

.search__items li:last-child a {
  border-bottom: none;
  background-color: #f6f6f6;
  padding: 7px 15px;
  text-decoration: none;
  font-size: 14px;
  color: black;
  display: block;
  text-align: left;
}
.search__items li a:hover {
  background-color: #f6f6f6;
}

.search__items li a:hover:not(.header) {
  background-color: #e2eeff;
}
@media (max-width: 1366px) {
  .payments__intro:before {
    height: 316px;
    left: -30px;
    pointer-events: none;
  }
  .payments__intro:after {
    width: 282px;
    pointer-events: none;
  }
}
@media (max-width: 1200px) {
  section.payments__intro {
    padding-bottom: 170px;
  }
}
@media (max-width: 992px) {
  section.payments__intro {
    padding-bottom: 270px;
  }
  .region__image {
    width: 266px;
    height: 186px;
  }
  .apis__img img {
    max-width: 320px;
    margin-left: 30px;
    display: block;
  }
}
@media (max-width: 767px) {
  .payments__search {
    max-width: 100%;
  }
  .payments__intro:before {
    width: 220px;
  }
  .payments__intro:after {
    width: 196px;
  }
  section.payments__intro {
    padding-bottom: 240px;
  }
  .region__section {
    display: block;
  }
  .region__image {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .apis .container {
    display: flex;
    flex-direction: column;
  }
  .apis__img {
    order: -1;
    margin-bottom: 20px;
  }
  .apis__img img {
    margin-left: 0;
    margin-top: 30px;
  }
  .payments__title {
    font-size: 36px;
    line-height: 1.5;
  }
  .payments__search input {
    font-size: 14px;
    background-image: none;
    padding: 10px 20px;
    line-height: 28px;
  }
}
@media (max-width: 359px){
  .payments__search input {
      padding: 10px 15px;
      font-size: 12px;
  }
}