/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ffff00;
  color: #000000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  ursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/Roboto-Bold.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RobotoRegular";
  src: url("../fonts/Roboto-Regular.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.main-header {
  background-image: url("../img/Vector.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  height: auto;
  width: 100%;
  padding-bottom: 40px;
}
.main-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 0 5% 15px;
}
.main-header__link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main-header__link {
  display: block;
}
.main-header__link:not(:nth-last-of-type(1)) {
  margin-right: 30px;
}
.main-header__link svg {
  width: 50px;
  height: 50px;
}
.main-header__logo-wrapper {
  margin-top: 10px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  overflow: hidden;
}
.main-header__title {
  font-family: "RobotoBold", "Arial", sans-serif;
  font-size: 19px;
  color: #ffffff;
  margin: 0 0 10px;
}
.main-header__title-wrapper {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 53%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.main-header__title-text {
  font-family: "RobotoRegular", "Arial", sans-serif;
  font-size: 13px;
  color: #ffffff;
}
.main__wrapper {
  margin-top: 125px;
}
.main-product__list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-product__item {
  width: 50%;
  height: 160px;
  background-color: #ffffff;
  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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 70px;
}
.main-product__item:nth-of-type(1),
.main-product__item:nth-of-type(2) {
  height: 250px;
}
.main-product__item-img-wr {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
}
.main-product__item-link {
  font-family: "RobotoBold", "Arial", sans-serif;
  font-size: 16px;
  color: #000000;
  display: block;
  position: relative;
}
.main-product__item-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000000;
  left: 0;
  bottom: 0;
}
.main-product__item-link-pm {
  color: #ffffff;
}
.main-product__item-link-pm::after {
  background-color: #ffffff;
}
.main-product__item--ocm {
  background-color: #FCB715;
}
.main-product__item--pm {
  background-color: #000000;
}
.main-product__item--vepay {
  background-color: #141119;
}
.main-product__item--autonomy {
  background-color: #AFC9CE;
}
.main-product__item--lemon {
  background-color: #FFD900;
}
.main-product__item--finbridge {
  background-color: #10381D;
}
.main-product__item--qr-code {
  padding-bottom:30px;
}
.main__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px 0;
}
.main__btn-wrapper {
  position: fixed;
  bottom: 45px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main__btn-link,
.main__btn-down {
  font-family: "RobotoRegular", "Arial", sans-serif;
  font-size: 14px;
  position: relative;
  width: 80px;
  height: 80px;
  background-image: url("../img/ellipse2.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 80px 80px;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main__btn-down {
  background-image: url("../img/down.png");
  border: none;
  background-color: transparent;
  height: 80px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 1024px) {
  .main__btn-down {
    display: none;
  }
}
.main__btn-down:hover,
.main__btn-down:active,
.main__btn-down:focus {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.main__btn-down::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 25px;
  left: 28px;
}
@media (min-width: 414px) {
  .main-header__wrapper {
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-header__logo-wrapper {
    margin-top: 20px;
    margin-right: 40px;
  }
  .main-header__title {
    font-size: 26px;
  }
  .main-header__title-wrapper {
    width: 63%;
    margin-top: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .main-header__title-text {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .main-header__wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 3%;
  }
  .main-header__logo-wrapper {
    margin-top: 20px;
    width: 196px;
    height: 196px;
  }
  .main-header__title {
    font-size: 48px;
  }
  .main-header__title-wrapper {
    width: 73%;
  }
  .main-header__title-text {
    font-size: 30px;
  }
  .main__wrapper {
    max-width: 1024px;
    margin: 230px auto 0;
  }
  .main-product__list {
    padding: 0 40px;
  }
  .main-product__item {
    width: 50%;
    height: 396px;
    /*padding-bottom: 170px;*/
  }
  .main-product__item:nth-of-type(1),
  .main-product__item:nth-of-type(2) {
    height: 436px;
  }
  .main-product__item-img-wr {
    width: 60%;
    max-width: 400px;
    margin-bottom: 50px;
  }
  .main-product__item-img-wr img {
    width: 100%;
  }
  .main__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
  .main__btn-link {
    width: 150px;
    height: 150px;
    font-size: 20px;
    background-size: 150px 150px;
    background-image: url("../img/ellipse2.png");
  }
  .main__btn-link::after {
    width: 50px;
    height: 50px;
    background-size: 40px 40px;
    top: 25px;
  }
}
@media (min-width: 1024px) {
  .main-product__item-link {
    font-size: 36px;
  }
}
@media only screen and (min-device-width: 280px) and (max-device-width: 540px) {
  .main-header__link-wrapper {
    bottom: 5px;
  }

  .main-product__item{
    padding-bottom: 30px;
  }
}

@media only screen and (min-device-width: 540px) and (max-device-width: 760px) {
  .main-header__link-wrapper {
    bottom: 5px;
  }

  .main-product__item{
    padding-bottom: 40px;
  }
}
