a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-height: 100%;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "rcb";
  src: url("../font/RobotoCondensed-Bold.ttf");
}
@font-face {
  font-family: "rcr";
  src: url("../font/RobotoCondensed-Regular.ttf");
}
@font-face {
  font-family: "rb";
  src: url("../font/Roboto-Bold.ttf");
}
@font-face {
  font-family: "rl";
  src: url("../font/Roboto-Light.ttf");
}
@font-face {
  font-family: "rli";
  src: url("../font/Roboto-LightItalic.ttf");
}
@font-face {
  font-family: "rr";
  src: url("../font/Roboto-Regular.ttf");
}
@font-face {
  font-family: "rsb";
  src: url("../font/RobotoSlabBold.ttf");
}
.landing-page .lp-carousel .item {
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.lds-roller,
.landing-page .lp-cont ul li a div img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.faq-section .tabcontent > ul > li > div button:hover,
.faq-section .tabcontent > ul > li > div button,
.faq-section .tab button:hover,
.faq-section .tab button,
.clients .back-to-category:hover,
.clients .back-to-category {
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.landing-page .lp-cont ul li a:hover div,
.landing-page .lp-cont ul li a div {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.connect .connect-ul,
.connect .header-connect,
.contacts > ul .top .part,
.clients .clients-list,
.partners .partners-list,
footer > div .part-3,
footer > div .part-2,
footer > div .part-1,
.products > ul,
.lp-footer ul,
.landing-page .lp-cont ul,
header .menu-inside .inside-menu > ul,
header .menu-inside .header-menu .right > ul > li button,
header .menu-inside .header-menu .right > ul,
header .menu-inside .header-menu .left > ul,
header .menu-inside .header-menu,
header .header-menu .right > ul > li button,
header .header-menu .right > ul,
header .header-menu .left > ul,
header .header-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

* {
  margin: 0;
  padding: 0;
}

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

button {
  cursor: pointer;
  background-color: unset;
  background: none;
  border: none;
}
button:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: #000;
}

body {
  background-color: #fff;
}

*,
::after,
::before {
  box-sizing: border-box;
}

header {
  padding: 20px 10px;
  position: fixed;
  width: 100%;
  z-index: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
header.lp-header {
  border-bottom: none;
}
header .header-menu {
  justify-content: space-between;
}
header .header-menu .left > ul > li:first-child {
  margin-right: 20px;
}
header .header-menu .left > ul > li:first-child a {
  display: inline-block;
}
header .header-menu .left > ul > li:first-child a img {
  height: 50px;
}
header .header-menu .left > ul > li:last-child .nice-select {
  font-size: 14px;
  font-family: "rb";
  text-transform: uppercase;
  position: relative;
  top: 7px;
}
header .header-menu .right > ul {
  margin-top: 13px;
}
header .header-menu .right > ul > li:not(:last-child) {
  margin-right: 15px;
}
header .header-menu .right > ul > li a {
  font-size: 20px;
  font-family: rb;
}
header .header-menu .right > ul > li a:hover {
  color: #4976E9;
}
header .header-menu .right > ul > li button {
  padding: 2px;
}
header .header-menu .right > ul > li button span {
  display: inline-block;
  font-size: 14px;
  font-family: rb;
  margin-right: 9px;
  text-transform: uppercase;
}
header .header-menu .right > ul > li button img {
  display: inline-block;
  height: 15px;
  position: relative;
  top: 1px;
}
header .header-menu .right > ul > li button:hover {
  opacity: 0.8;
}
header .menu-inside {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 20px 10px;
  display: none;
  background: radial-gradient(at center center, #4976E9 0%, #4976E9 100%);
  z-index: 1;
}
header .menu-inside .header-menu {
  justify-content: space-between;
}
header .menu-inside .header-menu .left > ul > li:first-child {
  margin-right: 20px;
}
header .menu-inside .header-menu .left > ul > li:first-child a {
  display: inline-block;
}
header .menu-inside .header-menu .left > ul > li:first-child a img {
  height: 50px;
}
header .menu-inside .header-menu .left > ul > li:last-child .nice-select {
  font-size: 14px;
  font-family: "rb";
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  top: 7px;
}
header .menu-inside .header-menu .left > ul > li:last-child .nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
header .menu-inside .header-menu .right > ul {
  margin-top: 13px;
}
header .menu-inside .header-menu .right > ul > li:not(:last-child) {
  margin-right: 15px;
}
header .menu-inside .header-menu .right > ul > li a {
  font-size: 20px;
  font-family: rb;
  color: #fff;
}
header .menu-inside .header-menu .right > ul > li a:hover {
  color: #4976E9;
}
header .menu-inside .header-menu .right > ul > li button {
  padding: 2px;
}
header .menu-inside .header-menu .right > ul > li button span {
  display: inline-block;
  font-size: 14px;
  font-family: rb;
  margin-right: 9px;
  text-transform: uppercase;
  color: #fff;
}
header .menu-inside .header-menu .right > ul > li button img {
  display: inline-block;
  height: 15px;
  position: relative;
  top: 1px;
}
header .menu-inside .header-menu .right > ul > li button i {
  font-size: 15px;
  color: #fff;
}
header .menu-inside .header-menu .right > ul > li button:hover {
  opacity: 0.8;
}
header .menu-inside .inside-menu {
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px 0 30px 0;
}
header .menu-inside .inside-menu > ul > li {
  width: calc(100% / 3);
}
header .menu-inside .inside-menu > ul > li > ul > li {
  margin-bottom: 5px;
}
header .menu-inside .inside-menu > ul > li > ul > li:first-child {
  color: #fff;
  font-family: rsb;
  margin-bottom: 10px;
  font-size: 20px;
}
header .menu-inside .inside-menu > ul > li > ul > li a {
  font-family: rr;
  color: #000;
  font-size: 15px;
}

.about_with_two_links a {
  color: #4976E9;
  border-bottom: 1px solid #4976E9;
  padding-bottom: 4px;
}

.landing-page {
  position: relative;
}
.landing-page .lp-cont {
  width: 80%;
  max-width: 1162px;
  margin: 0 auto;
  height: calc(100% + 400px);
}
.landing-page .lp-cont ul {
  border-left: 1px dotted rgba(0, 0, 0, 0.12);
}
.landing-page .lp-cont ul li {
  width: 20%;
  border-right: 1px dotted rgba(0, 0, 0, 0.12);
  text-align: center;
  padding-top: 170px;
  padding-bottom: 400px;
  height: calc(100vh - 253px);
  min-height: 750px;
}
.landing-page .lp-cont ul li:hover {
  background: linear-gradient(#eeeeee, white);
}
.landing-page .lp-cont ul li a {
  display: inline-block;
  height: 150px;
}
.landing-page .lp-cont ul li a div {
  position: relative;
  background-color: transparent;
  width: 104px;
  height: 104px;
  -webkit-border-radius: 40%;
  -moz-border-radius: 40%;
  border-radius: 40%;
}
.landing-page .lp-cont ul li a div img {
  height: 60px;
  margin: 0 auto;
}
.landing-page .lp-cont ul li a div img.white {
  opacity: 0;
  visibility: hidden;
}
.landing-page .lp-cont ul li a h2,
.landing-page .lp-cont ul li a h3 {
  margin-top: 115px;
  display: inline-block;
  font-family: rr;
  font-size: 20px;
  font-weight: unset;
}
.landing-page .lp-cont ul li a:hover .white {
  opacity: 1;
  visibility: visible;
}
.landing-page .lp-cont ul li a:hover .black {
  opacity: 0;
  visibility: hidden;
}
.landing-page .lp-cont ul li a:hover div {
  background-color: #4976E9;
}
.landing-page .lp-carousel {
  max-width: 900px;
  height: 200px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  margin: 0 auto;
}
.landing-page .lp-carousel .owl-stage-outer,
.landing-page .lp-carousel .owl-stage,
.landing-page .lp-carousel .owl-item {
  height: 100%;
}
.landing-page .lp-carousel .item {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  border-radius: 10px;
  cursor: pointer;
}
.landing-page .lp-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #1A3E99;
}
.landing-page .lp-carousel .owl-dots .owl-dot.active span,
.landing-page .lp-carousel .owl-dots .owl-dot:hover span {
  background-color: #4976E9;
}

.lp-footer {
  padding: 10px;
  width: 100%;
}
.lp-footer ul {
  justify-content: space-between;
  width: 100%;
}
.lp-footer ul .left .copyright {
  font-family: rr;
  font-size: 13px;
  position: relative;
  top: 10px;
}
.lp-footer ul .left .copyright .bold {
  font-family: rb;
}
.lp-footer ul .right img {
  height: 22px;
  margin-left: 15px;
}

.products {
  max-width: 864px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 100px;
  margin: 0 auto;
}
.products .title {
  font-size: 30px;
  font-family: rsb;
  padding-top: 50px;
  margin-bottom: 12px;
  position: relative;
}
.products .title:after {
  content: "";
  background-color: #4976E9;
  display: block;
  height: 4px;
  width: 82px;
  position: absolute;
  bottom: -10px;
}
.products .title-desc {
  font-size: 16px;
  font-family: rl;
  font-weight: normal;
  margin-top: 25px;
}
.products > ul {
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
}
.products > ul > li {
  display: block;
  width: calc(50% - 10px);
  background: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 36px 42px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #000;
  cursor: pointer;
}
.products > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
}
.products > ul > li a .item {
  text-align: center;
}
.products > ul > li a .item .text-1 {
  margin-top: 0;
  text-align: center;
  font-size: 20px;
  font-family: rb;
  margin-bottom: 20px;
}
.products > ul > li a .item .text-2 {
  font-size: 16px;
  font-family: rl;
  line-height: 1.5rem;
  text-align: center;
  margin-top: -6px !important;
  margin-bottom: 16px;
  min-height: 66px;
  overflow: hidden;
}
.products > ul > li a .item .text-3 {
  font-size: 14px;
  font-family: rb;
  margin: 14px 0;
}
.products > ul > li a .item .text-3 i {
  font-size: 12px;
}
.products > ul > li:hover {
  background-color: #4976E9;

  p {
    color:#fff;
  }
}

footer {
  max-width: 864px;
  margin: 0 auto;
  padding: 0 15px;
  padding-top: 70px;
  padding-bottom: 50px;
}
footer > div .part-1 {
  justify-content: center;
  position: relative;
}
footer > div .part-1:before {
  position: absolute;
  content: "";
  width: 44%;
  height: 1px;
  left: 0;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.1);
}
footer > div .part-1:after {
  position: absolute;
  content: "";
  width: 44%;
  height: 1px;
  right: 0;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.1);
}
footer > div .part-1 li {
  margin: 0 5px;
}
footer > div .part-1 li a {
  color: #000;
  opacity: 0.2;
  padding: 4px;
}
footer > div .part-1 li a.facebook {
  font-size: 19px;
}
footer > div .part-1 li a.instagram {
  font-size: 20px;
}
footer > div .part-1 li a:hover {
  opacity: 0.5;
}
footer > div .part-2 {
  justify-content: space-between;
  margin-top: 50px;
  padding: 0 20px;
}
footer > div .part-2 li {
  width: 20%;
  text-align: center;
}
footer > div .part-2 li a {
  display: block;
}
footer > div .part-2 li a img {
  width: 37px;
  height: 37px;
  display: inline-block;
  margin: 0 auto;
}
footer > div .part-2 li a span {
  display: block;
  text-align: center;
  font-size: 18px;
  font-family: rr;
  margin-top: 10px;
}
footer > div .part-3 {
  justify-content: center;
  margin-top: 40px;
}
footer > div .part-3 li {
  margin: 0 10px;
}
footer > div .part-3 li a {
  display: inline-block;
  font-size: 15px;
  font-family: rb;
}
footer > div .part-4 p {
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
  font-family: rr;
}
footer > div .part-4 p .bold {
  font-family: rb;
}
footer > div .part-5 {
  text-align: center;
  margin-top: 15px;
}
footer > div .part-5 img {
  display: inline-block;
  margin: 0 10px;
}
footer > div .part-5 img.visa {
  height: 30px;
}
footer > div .part-5 img.mastercard {
  height: 22px;
}

.footer_wrapper {
  font-family: rr;
}

.partners {
  max-width: 864px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 100px;
  margin: 0 auto;
}
.partners .title {
  font-size: 30px;
  font-family: rsb;
  padding-top: 50px;
  margin-bottom: 12px;
  position: relative;
}
.partners .title:after {
  content: "";
  background-color: #4976E9;
  display: block;
  height: 4px;
  width: 82px;
  position: absolute;
  bottom: -10px;
}
.partners .title-desc {
  font-size: 16px;
  font-family: rl;
  font-weight: normal;
  margin-top: 25px;
  display: block;
  width: 100%;
}
.partners .small-title {
  font-size: 20px;
  font-family: rb;
  margin-top: 40px;
  margin-bottom: 20px;
}
.partners .text-with-img {
  min-height: 118px;
  margin-bottom: 0;
}
.partners .text-with-img a {
  height: 118px;
  width: 118px;
  background: #fafafa;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  float: left;
  margin-right: 20px;
}
.partners .text-with-img a img {
  width: 97px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.partners .text-with-img p {
  font-size: 16px;
  font-family: rl;
  font-weight: normal;
  line-height: 1.5;
}
.partners p {
  font-size: 16px;
  font-family: rl;
  font-weight: normal;
  line-height: 1.5;
}
.partners .partners-list {
  margin-top: 30px;
}
.partners .partners-list li {
  margin-right: 20px;
  margin-bottom: 20px;
}
.partners .partners-list li a {
  height: 116px;
  width: 116px;
  background: #fafafa;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  position: relative;
}
.partners .partners-list li a img {
  max-width: 97px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.clients {
  max-width: 864px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 100px;
  margin: 0 auto;
  position: relative;
}
.clients .title {
  font-size: 30px;
  font-family: rsb;
  padding-top: 50px;
  margin-bottom: 12px;
  position: relative;
}
.clients .title:after {
  content: "";
  background-color:#4976E9;
  display: block;
  height: 4px;
  width: 82px;
  position: absolute;
  bottom: -10px;
}
.clients .back-to-category {
  position: absolute;
  right: 17px;
  margin-top: -35px;
  font-family: rli;
  opacity: 0.5;
  font-size: 16px;
}
.clients .back-to-category i {
  font-size: 13px;
  margin-right: 2px;
}
.clients .back-to-category:hover {
  opacity: 1;
}
.clients .title-desc {
  font-size: 16px;
  font-family: rl;
  font-weight: normal;
  margin-top: 25px;
  display: block;
  width: 100%;
}
.clients .clients-list {
  margin-top: 50px;
  flex-wrap: wrap;
}
.clients .clients-list li {
  width: calc(25% - 6px);
  margin: 4px;
}
.clients .clients-list li:nth-child(4n) {
  margin-right: 0;
}
.clients .clients-list li:nth-child(4n + 1) {
  margin-left: 0;
}
.clients .clients-list li a {
  display: flex;
  height: 120px;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
  font-family: rb;
  color: #000;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.clients .clients-list li a img {
  max-width: 140px;
  max-height: 78px;
}
.clients .clients-list li a span {
  display: table-cell;
  vertical-align: middle;
}
.clients.clients-inside .clients-list a {
  height: 100px;
}

.who_uses a {
  color: #4976E9;
}

.contacts {
  max-width: 864px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 100px;
  margin: 0 auto;
  position: relative;
}
.contacts .title {
  font-size: 30px;
  font-family: rsb;
  padding-top: 50px;
  margin-bottom: 12px;
  position: relative;
}
.contacts .title:after {
  content: "";
  background-color:#4976E9;
  display: block;
  height: 4px;
  width: 82px;
  position: absolute;
  bottom: -10px;
}
.contacts > ul .top {
  margin-top: 50px;
}
.contacts > ul .top .part li {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: rr;
  line-height: 32px;
}
.contacts > ul .top .part li:first-child {
  width: 45px;
}
.contacts > ul .top .part li img {
  height: 30px;
  max-width: 30px;
}
.contacts > ul .bottom {
  margin-top: 25px;
}
.contacts > ul .bottom #map {
  width: 100%;
  height: 300px;
}

.integration {
  max-width: 864px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 100px;
  margin: 0 auto;
}
.integration .title {
  font-size: 30px;
  font-family: rsb;
  padding-top: 50px;
  margin-bottom: 12px;
  position: relative;
}
.integration .title:after {
  content: "";
  background-color:#4976E9;
  display: block;
  height: 4px;
  width: 82px;
  position: absolute;
  bottom: -10px;
}
.integration .title-desc {
  font-size: 16px;
  font-family: rl;
  font-weight: normal;
  margin-top: 25px;
  display: block;
  width: 100%;
  line-height: 1.5;
}
.integration .small-title {
  font-size: 20px;
  font-family: rb;
  margin-top: 40px;
  margin-bottom: -15px;
}
.integration p {
  font-size: 16px;
  font-family: rl;
  font-weight: normal;
  margin-top: 25px;
  display: block;
  width: 100%;
  line-height: 1.5;
}
.integration ul:not(.breadcrumbs) {
  list-style-type: disc !important;
  padding-left: 30px;
  line-height: 1.5;
  margin-top: 10px;
  font-family: rl;
  font-size: 15px;
}
.integration ul:not(.breadcrumbs).yellow-text {
  color: #4976E9;
}
.integration ul:not(.breadcrumbs) li {
  margin-bottom: 8px;
}

.webpay {
  max-width: 864px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 100px;
  margin: 0 auto;
}
.webpay .title {
  font-size: 30px;
  font-family: rsb;
  padding-top: 50px;
  margin-bottom: 12px;
  position: relative;
}
.webpay .title:after {
  content: "";
  background-color:#4976E9;
  display: block;
  height: 4px;
  width: 82px;
  position: absolute;
  bottom: -10px;
}
.webpay .title-desc {
  font-size: 16px;
  font-family: rl;
  font-weight: normal;
  margin-top: 25px;
  display: block;
  width: 100%;
  line-height: 1.5;
}

.webservice {
  max-width: 864px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 100px;
  margin: 0 auto;
  font-size: 16px;
  font-family: rl;
  font-weight: normal;
}
.webservice .title {
  font-size: 30px;
  font-family: rsb;
  padding-top: 50px;
  margin-bottom: 12px;
  position: relative;
}
.webservice .title:after {
  content: "";
  background-color: #4976E9;
  display: block;
  height: 4px;
  width: 82px;
  position: absolute;
  bottom: -10px;
}
.webservice .title-desc {
  font-size: 16px;
  font-family: rl;
  font-weight: normal;
  margin-top: 25px;
  display: block;
  width: 100%;
  line-height: 1.5;
}

.security {
  max-width: 864px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 100px;
  margin: 0 auto;
}
.security .title {
  font-size: 30px;
  font-family: rsb;
  padding-top: 50px;
  margin-bottom: 12px;
  position: relative;
}
.security .title:after {
  content: "";
  background-color:#4976E9;
  display: block;
  height: 4px;
  width: 82px;
  position: absolute;
  bottom: -10px;
}
.security .title-desc {
  font-size: 16px;
  font-family: rl;
  font-weight: normal;
  margin-top: 25px;
  display: block;
  width: 100%;
  line-height: 1.5;
}
.security .small-title {
  font-size: 20px;
  font-family: rb;
  margin-top: 40px;
  margin-bottom: -15px;
}
.security p {
  font-size: 16px;
  font-family: rl;
  font-weight: normal;
  margin-top: 25px;
  display: block;
  width: 100%;
  line-height: 1.5;
}
.security a:not(.breadcrumbs_link) {
  display: inline-block;
  width: 210px;
  float: right;
  margin-top: 25px;
  margin-left: 25px;
}
.security a:not(.breadcrumbs_link) img {
  width: 100%;
}

.portalpay {
  max-width: 864px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 100px;
  margin: 0 auto;
}
.portalpay .title {
  font-size: 30px;
  font-family: rsb;
  padding-top: 50px;
  margin-bottom: 12px;
  position: relative;
}
.portalpay .title:after {
  content: "";
  background-color: #4976E9;
  display: block;
  height: 4px;
  width: 82px;
  position: absolute;
  bottom: -10px;
}
.portalpay .title-desc {
  font-size: 16px;
  font-family: rl;
  font-weight: normal;
  margin-top: 25px;
  display: block;
  width: 100%;
  line-height: 1.5;
}
.portalpay .small-title {
  font-size: 20px;
  font-family: rb;
  margin-top: 40px;
  margin-bottom: -15px;
}
.portalpay p {
  font-size: 16px;
  font-family: rl;
  font-weight: normal;
  margin-top: 25px;
  display: block;
  width: 100%;
  line-height: 1.5;
}
.portalpay a:not(.breadcrumbs_link) {
  display: inline-block;
  width: 210px;
  float: right;
  margin-top: 25px;
  margin-left: 25px;
}
.portalpay a:not(.breadcrumbs_link) img {
  width: 100%;
}

.faq-section {
  max-width: 864px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 100px;
  margin: 0 auto;
  position: relative;
  /* Style the buttons inside the tab */
}
.faq-section .title {
  font-size: 30px;
  font-family: rsb;
  padding-top: 50px;
  margin-bottom: 40px;
  position: relative;
}
.faq-section .title:after {
  content: "";
  background-color:#4976E9;
  display: block;
  height: 4px;
  width: 82px;
  position: absolute;
  bottom: -10px;
}
.faq-section .tab {
  position: absolute;
  top: 126px;
  right: 0;
}
.faq-section .tab button {
  background: #fff;
  color: #000;
  border-radius: 28px;
  box-shadow: none;
  font-size: 16px;
  font-family: rb;
  margin-top: 24px;
  padding: 8px 20px;
  border: 1px solid #fff;
  margin-left: 5px;
}
.faq-section .tab button:hover {
  border: 1px solid #4976E9;
}
.faq-section .tab button.active {
  border: 1px solid #4976E9;
}
.faq-section .tabcontent {
  display: none;
  animation: fadeEffect 1s;
  margin-top: 40px;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.faq-section #customers {
  display: block;
}
.faq-section p {
  font-size: 16px;
  font-family: rl;
  font-weight: normal;
  margin-top: 25px;
  display: block;
  width: 100%;
  line-height: 1.5;
}
.faq-section .tabcontent > ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 24px;
  padding-bottom: 24px;
}
.faq-section .tabcontent > ul > li:last-child {
  border-bottom: none;
}
.faq-section .tabcontent > ul > li > div button {
  font-size: 18px;
  font-family: rsb;
  line-height: 1.8rem;
  min-height: 0 !important;
  background-color: #fff;
  display: block;
  cursor: pointer;
  text-align: left;
}
.faq-section .tabcontent > ul > li > div button:hover {
  color: #4976E9;
}
.faq-section .tabcontent > ul > li > div div {
  padding: 1rem 1rem 0rem 1rem;
  font-family: rl;
  font-size: 16px;
  display: none;
  line-height: 1.5;
}

.connect {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 130px;
  margin: 0 auto;
}
.connect .title {
  font-size: 30px;
  font-family: rsb;
  padding-top: 50px;
  margin-bottom: 12px;
  position: relative;
}
.connect .title:after {
  content: "";
  background-color: #4976E9;
  display: block;
  height: 4px;
  width: 82px;
  position: absolute;
  bottom: -10px;
}
.connect .title-desc {
  font-size: 16px;
  font-family: rl;
  font-weight: normal;
  margin-top: 25px;
  display: block;
  width: 100%;
  line-height: 1.5;
}
.connect .small-title {
  font-size: 20px;
  font-family: rb;
  margin-top: 40px;
  margin-bottom: -15px;
}
.connect p {
  font-size: 16px;
  font-family: rl;
  font-weight: normal;
  margin-top: 25px;
  display: block;
  width: 100%;
  line-height: 1.5;
}
.connect .header-connect {
  justify-content: center;
  width: 100%;
}
.connect .header-connect li:first-child a {
  border-radius: 28px 0 0 28px;
}
.connect .header-connect li:last-child a {
  border-radius: 0 28px 28px 0;
}
.connect .header-connect li a {
  box-shadow: none;
  font-size: 20px;
  font-family: rsb;
  padding: 6px 50px;
  display: inline-block;
  color: #000;
  height: 50px;
  background: #f5f5f5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 34px;
}
.connect .header-connect li a.active {
  background-color: #4976E9;
  color: #000;
}
.connect .header-connect li a:hover {
  background-color:#4976E9;
  color: #000;
}
.connect .header-connect.scroll-header {
  position: fixed;
  top: 43px;
  z-index: 1;
  top: 83px;
  z-index: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}
.connect .header-connect.scroll-header li a {
  box-shadow: none;
  font-size: 15px;
  font-family: rsb;
  padding: 6px 50px;
  display: inline-block;
  color: #000;
  height: 50px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 34px;
  border-radius: 0 !important;
}
.connect .header-connect.scroll-header li a.active {
  background-color: #ffffff;
  color: #000;
  border-bottom: 3px solid #4976E9;
}
.connect .desc-connect {
  max-width: 864px;
  margin: 0 auto;
}
.connect .connect-image {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}
.connect .with-image {
  float: right;
}
.connect .with-image img {
  width: 200px;
}
.connect .bold {
  font-family: rb;
  font-size: 15px;
  display: inline-block;
  margin-top: 10px;
}
.connect .connect-ul {
  justify-content: space-between;
  margin-top: 36px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  margin-left: -40px;
  margin-right: -40px;
}
.connect .connect-ul li {
  width: calc(100% / 6);
  text-align: center;
  padding: 0 30px;
  line-height: 1.3;
}
.connect .connect-ul li img {
  height: 71px;
  margin: 0 auto;
}
.connect .connect-ul li span {
  display: block;
  text-align: center;
  font-family: rr;
  font-size: 16px;
  margin-top: 10px;
}

.white-bg {
  background: #fff !important;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.breadcrumbs li {
  display: block;
}

.breadcrumbs li + li {
  margin-left: 8px;
}

.breadcrumbs a {
  font-size: 14px;
  font-family: rr;
  font-weight: 500;
  color: #4976E9;
  text-decoration: none;
}

.breadcrumbs .active {
  color: #252222;
}

.loader,
.custom-loader {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.lds-roller {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  z-index: 199;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0099e8;
  margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  .landing-page .lp-carousel .item {
    border-radius: 0;
  }

  .products,
  .about,
  .webpay,
  .clients,
  .partners,
  .webservice,
  .contacts,
  .integration,
  .portalpay {
    padding: 0 15px !important;
  }

  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -25px !important;
    z-index: 99 !important;
    position: relative !important;
  }

  .clients .clients-list li {
    width: auto;
    margin: 0;
  }
  .clients .clients-list {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .clients .title,
  .partners .title,
  .products .title,
  .webpay .title,
  .faq-section .title {
    font-size: 25px;
  }
  .clients span {
    display: none;
  }

  .landing-page {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
  }
  .faq-section .tab{
    position: initial;
  }
  .faq-section{
    padding-top: 0px;
  }

  .breadcrumbs {
    margin-top: 0;
  }
}
