/* @font-face {
  font-family: PoppinsMedium;
  src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family: PoppinsRegular;
  src: url(../fonts/Poppins-Regular.ttf);
} */

@font-face {
  font-family: MontserratSemiBold;
  src: url(../fonts/Montserrat-SemiBold.ttf);
}

@font-face {
  font-family: MontserratMedium;
  src: url(../fonts/Montserrat-Medium.ttf);
}
@font-face {
  font-family: MontserratRegular;
  src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: MontserratLight;
  src: url(../fonts/Montserrat-Light.ttf);
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
body{
  margin: 0px;
  padding: 0px;
  font-family: MontserratMedium;
  overflow-x: hidden;
}
main,footer{
  width: 100%;
  overflow: hidden;
}
img{
  max-width: 100%;
}

.setObDiv{
  width: 1280px;
  margin: 0px auto;
}

.blokNameH2{
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  margin: 0px;
  color: #011D3C;
}
.blokTextP{
  font-family: MontserratRegular;
  font-size: 20px;
  line-height: 30px;
  color: #656464;
  margin: 0px;
}
.blokNameH2>span{
  color: #077BF7;
}

.topObDivBody{
  background: linear-gradient(297.56deg, rgba(212, 231, 254, 0.5) -6.9%, #FFFFFF 82.23%);
}
header{
  padding: 30px 0px;
  border-bottom: 1px solid rgba(7, 123, 247, 0.1);
}
.headerObDiv{

}
.headerLogoDiv{
  float: left;
  height: 50px;
  display: block;
  font-size: 0px;
}
.headerLogoDiv>img{
  height: 100%;
}
.headerMenuDiv{
  width: calc(100% - 290px);
  height: 24px;
  margin: 13px 0px;
  float: left;
  text-align: center;
  font-size: 0px;
}
.headerMenuDiv>a{
  font-size: 16px;
  line-height: 24px;
  color: #011D3C;
  text-decoration: none;
  margin-right: 35px;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.headerMenuDiv>a:last-child{
  margin-right: 0px;
}
.headerMenuDiv>a:hover,.headerMenuDiv>a.active{
  color: #077BF7;
  text-decoration: underline;
}
.headerRightDiv{
  float: right;
}
.headerRightButton{
  display: block;
  float: left;
  height: 50px;
  width: 162px;
  padding: 0px;
  background-color: #077BF7;
  -webkit-box-shadow: 0px 7px 22px -6px rgba(7, 123, 247, 0.2);
  box-shadow: 0px 7px 22px -6px rgba(7, 123, 247, 0.2);
  border-radius: 15px;
  font-family: MontserratRegular;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.headerLng{
  float: left;
  list-style: none;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  position: relative;
  z-index: 999;
}
.headerLng>li{
  width: 28px;
  height: 20px;
  padding: 15px 0px 15px 60px;
  font-size: 0px;
  position: relative;
  z-index: 999;
  cursor: pointer;
}
.headerLng>li>img{
  width: 100%;
}
.headerLng>li>ul{
  list-style: none;
  margin: 0px;
  position: absolute;
  top: 100%;
  right: 0px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  width: 88px;
  padding: 0px 0px;
  overflow: hidden;
  box-sizing: border-box;
  height: 0px;

  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;

}
.headerLng>li>ul>li{
  border-bottom: 1px solid #f3f3f3;
}
.headerLng>li>ul>li:last-child{
  border-bottom: 0px;
  padding-bottom: 4px;
}
.headerLng>li>ul>li:first-child{
  padding-top: 4px;
}
.headerLng>li>ul>li>a{
  display: block;
  padding: 5px 0px;
  width: 100%;
  font-size: 0px;
  text-align: center;
}
.headerLng>li>ul>li>a>img{
  width: 28px;
  height: 20px;
}
.headerLng>li:hover>ul{
  height: 69px;
}
.topBlokObDiv{
  position: relative;
  padding-bottom: 175px;
}
.topBlokList{
  height: 580px;
  padding: 20px 0px 40px 0px;
}
.topBlokLeft{
  width: 600px;
  float: left;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.topBlokLeft>h1{
  font-size: 40px;
  line-height: 60px;
  color: #011D3C;
  margin: 0px;
}
.topBlokLeft>h1>span{
  color: #077BF7;
}
.topBlokLeft>p{
  font-family: MontserratRegular;
  font-size: 18px;
  line-height: 27px;
  color: #6C6C6C;
  margin: 30px 0px 60px 0px;
}
.topBlokLeft>a{
  display: inline-block;
  background-color: #077BF7;
  -webkit-box-shadow: 0px 7px 22px -6px rgba(7, 123, 247, 0.2);
  box-shadow: 0px 7px 22px -6px rgba(7, 123, 247, 0.2);
  border-radius: 15px;
  height: 50px;
  width: 162px;
  text-align: center;
  padding: 0px 0px;
  font-family: MontserratRegular;
  font-size: 16px;
  line-height: 50px;
  text-decoration: none;
  color: #fff;
}
.topBlokRight{
  width: 566px;
  height: 100%;
  float: right;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.topBlokImages1{
  width: 100%;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.topBlokImages2{
  position: absolute;
  left: -150px;
  bottom: 44px;
}
.topBlokImages3{
  position: absolute;
  left: -75px;
  top: 60px;
}
.topBlokImages4{
  position: absolute;
  right: 5px;
  top: 40px;
}
.topBlokSupportsObDiv{
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 30px 10px rgba(7, 123, 247, 0.15);
  box-shadow: 5px 5px 30px 10px rgba(7, 123, 247, 0.15);
  border-radius: 24px;
  padding: 40px 110px;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  bottom: -175px;
  left: 0px;
}
.topBlokSupportsObDiv>h2{
  font-size: 35px;
  line-height: 52px;
}
.topBlokSupportsList{
  margin-top: 50px;
  font-size: 0px;
}
.topBlokSupportsDiv{
  display: block;
  text-align: center;
  float: left;
}
.topBlokSupportsDiv:last-child{
  float: right;
}
.topBlokSupportsDiv>h3{
  font-size: 20px;
  line-height: 30px;
  color: #011D3C;
  margin: 0px;
}
.topBlokSupportsDiv>p{
  font-family: MontserratRegular;
  font-size: 18px;
  line-height: 27px;
  color: #656464;
  margin: 10px 0px 30px 0px;
}
.topBlokSupportsDiv>img{
  height: 70px;
}
.innovativeObDivBody{
  padding: 275px 0px 50px 0px;
}
.innovativeObDiv{

}
.innovativeObDiv>h2{

}
.innovativeList{
  margin-top: 50px;
  font-size: 0px;
  text-align: center;
}
.innovativeDiv{
  width: 396px;
  height: 118px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 30px 10px rgba(217, 217, 217, 0.3);
  box-shadow: 5px 5px 30px 10px rgba(217, 217, 217, 0.3);
  border-radius: 24px;
  padding: 30px 30px;
  box-sizing: border-box;
  /* float: left; */
  display: inline-block;
  vertical-align: top;
  /* margin-right: 46px; */
  margin-bottom: 50px;
  cursor: pointer;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.innovativeDiv:nth-child(3n+2){
  margin-right: 46px;
  margin-left: 46px;
}
.innovativeDiv:hover{
  -webkit-box-shadow: 5px 5px 30px 10px rgba(7, 123, 247, 0.15);
  box-shadow: 5px 5px 30px 10px rgba(7, 123, 247, 0.15);
}
.innovativeDiv>p{
  font-family: MontserratRegular;
  font-size: 18px;
  line-height: 27px;
  color: #011D3C;
  text-align: center;
  margin: 0px;

  height: 58px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.paymentExperiencesObDivBody{
  background-color: rgba(232, 237, 255, 0.3);
  padding-top: 60px;
}
.paymentExperiencesObDiv{

}
.paymentExperiencesList{

}
.paymentExperiencesDiv{
  height: 470px;
  padding: 100px 0px;
}
.paymentExperiencesImages{
  width: 550px;
  float: left;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.paymentExperiencesImages>img{
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.paymentExperiencesTextDiv{
  float: right;
  width: 650px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.paymentExperiencesDiv:nth-child(2n+2) .paymentExperiencesImages{
  float: right;
}
.paymentExperiencesDiv:nth-child(2n+2) .paymentExperiencesTextDiv{
  float: left;
}
.paymentExperiencesTextDiv>h3{
  font-size: 35px;
  line-height: 52px;
  color: #011D3C;
  margin: 0px 0px 30px 0px;
}
.paymentExperiencesTextDiv>p{
}
.paymentExperiencesTextDiv>a{
  display: block;
  background-color: #077BF7;
  -webkit-box-shadow: 0px 7px 22px -6px rgba(7, 123, 247, 0.2);
  box-shadow: 0px 7px 22px -6px rgba(7, 123, 247, 0.2);
  border-radius: 15px;
  font-family: MontserratRegular;
  width: 162px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  margin-top: 60px;
}
.paymentExperiencesTextDiv>ul{
  list-style: none;
  padding: 0px;
  margin: 40px 0px 0px 0px;
}
.paymentExperiencesTextDiv>ul>li{
  margin-bottom: 20px;
}
.paymentExperiencesTextDiv>ul>li:last-child{
  margin-bottom: 0px;
}
.paymentExperiencesTextDiv>ul>li>span{
  font-family: MontserratRegular;
  font-size: 20px;
  line-height: 24px;
  color: #011D3C;
  display: block;
  float: left;
}
.paymentExperiencesTextDiv>ul>li::before{
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  float: left;
  margin-right: 10px;
}
.secureProcessingObDivBody{
  padding: 100px 0px;
}
.secureProcessingObDiv{

}
.secureProcessingObDiv>h2{

}
.secureProcessingList{
  margin-top: 50px;
}
.secureProcessingDiv{
  width: 400px;
  height: 248px;
  padding: 40px 0px 30px 20px;
  box-sizing: border-box;
  float: left;
  margin-right: 40px;
}
.secureProcessingDiv:nth-child(3n+3){
  margin-right: 0px;
}
.secureProcessingNumber{
  font-size: 50px;
  line-height: 60px;
  color: #077BF7;
  position: relative;
  margin-bottom: 30px;
}
.secureProcessingNumber::after{
  content: "";
  position: absolute;
  bottom: 13px;
  left: 65px;
  width: calc(100% - 65px);
  height: 1px;
  background-color: rgba(1, 29, 60, 0.3);
}
.secureProcessingDiv>p{
  height: 90px;
  width: calc(100% - 20px);
  overflow: hidden;
  text-align: center;
  color: #011D3C;
}
.payReceiveObDivBody{
  background-color: rgba(232, 237, 255, 0.3);
}
.payReceiveObDiv{
  position: relative;
  font-size: 0px;
  padding: 85px 0px;
}
.payReceiveObDiv>img{
  height: 486px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.payReceiveRight{
  width: 750px;
  height: 330px;
  float: right;
  position: relative;
}
.payReceiveRight>h2{
  text-align: left;
}
.payReceiveRight>a{
  display: block;
  background-color: #077BF7;
  -webkit-box-shadow: 0px 7px 22px -6px rgba(7, 123, 247, 0.2);
  box-shadow: 0px 7px 22px -6px rgba(7, 123, 247, 0.2);
  border-radius: 15px;
  width: 230px;
  height: 70px;
  font-size: 20px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
}


footer{
  background-color: rgba(232, 237, 255, 0.3);
}
.footerObDiv{

}
.footerList{
  padding: 60px 0px 30px 0px;
}
.footerLeft{
  float: left;
  width: 200px;
}
.footerLogoDiv{
  height: 38px;
  display: block;
  font-size: 0px;
}
.footerLogoDiv>img{
  height: 100%;
}
.footerSossialDiv{
  margin-top: 115px;
}
.footerSossialDiv>a{
  display: block;
  width: 24px;
  height: 24px;
  text-decoration: none;
  float: left;
  margin-right: 30px;
}
.footerSossialDiv>a:last-child{
  margin-right: 0px;
}
.footerSossialDiv>a>svg{
  width: 100%;
}
.footerSossialDiv>a>svg path{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footerSossialDiv>a:hover>svg path {
  fill: #077BF7;
}
.footerMenu{
  float: left;
  width: calc(100% - 470px);
  text-align: center;
  font-size: 0px;
  margin: 76px 0px;
}
.footerMenu>a{
  font-size: 16px;
  line-height: 24px;
  color: #011D3C;
  text-decoration: none;
  margin-right: 30px;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footerMenu>a:last-child{
  margin-right: 0px;
}
.footerMenu>a:hover,.footerMenu>a.active{
  color: #077BF7;
}
.footerRightDiv{
  float: right;
  width: 270px;
}
.footerRightDiv>h3{
  font-size: 18px;
  line-height: 27px;
  color: #077BF7;
  margin: 0px 0px 30px 0px;
}
.footerRightDiv>a{
  display: block;
  text-decoration: none;
  margin-bottom: 15px;
}
.footerRightDiv>a:last-child{
  margin-bottom: 0px;
}
.footerRightDiv>a>img{
  display: block;
  width: 24px;
  float: left;
  margin-right: 10px;
}
.footerRightDiv>a>span{
  font-family: MontserratRegular;
  display: block;
  float: left;
  width: calc(100% - 34px);
  font-size: 14px;
  line-height: 21px;
  color: #011D3C;
}
.footerCopy{
  font-family: MontserratRegular;
  font-size: 12px;
  line-height: 18px;
  color: #656464;
  margin: 0px 0px;
  padding: 30px 0px;
  text-align: center;
  border-top: 1px solid rgba(7, 123, 247, 0.1);
}

.contactFormObDivBody{
  padding: 60px 0px;
  background-color: #fff;
}
.contactFormObDiv{

}
.contactFormObDiv>h2{

}
.contactFormList{
  width: 800px;
  margin: 60px auto 0px auto;
}
.contactFormDiv{
  width: 710px;
  margin: 0px auto 50px auto;
}
.contactFormDiv>label{
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin: 0px 0px 10px 0px;
}
.contactFormInputDiv{
  width: 100%;
  height: 70px;
  border: 1px solid #077BF7;
  border-radius: 10px;
  padding: 20px 20px;
  box-sizing: border-box;
}
.contactFormInputDiv.error,.contactPageInputDiv.error{
  border-color: #f91616;
}
.contactFormInputDiv>img{
  width: 30px;
  float: left;
  margin-right: 15px;
}
.contactFormInputDiv>input{
  float: left;
  width: calc(100% - 45px);
  margin: 0px;
  padding: 0px;
  height: 30px;
  border: none;
  outline: none;
  font-family: MontserratRegular;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.contactFormInputDiv>input::-webkit-input-placeholder { color: #999; }
.contactFormInputDiv>input::-moz-placeholder { color: #999; }
.contactFormInputDiv>input:-ms-input-placeholder { color: #999; }
.contactFormInputDiv>input:-moz-placeholder { color: #999; }

.contactFormListDiv{
  width: 710px;
  margin: 0px auto;
}
.contactFormListDiv .contactFormDiv{
  width: calc(50% - 25px);
  margin-right: 50px;
  margin-bottom: 0px;
  float: left;
}
.contactFormListDiv .contactFormDiv:nth-child(2n+2){
  margin-right: 0px;
}
.contactFormText{
  color: #011D3C;
  text-align: center;
  margin: 60px 0px;
}
.contactFormText>a{
  color: #077BF7;
}
.contactFormButton{
  display: block;
  background-color: #077BF7;
  -webkit-box-shadow: 0px 7px 22px -6px rgb(7, 123, 247, 0.2);
  box-shadow: 0px 7px 22px -6px rgb(7, 123, 247, 0.2);
  border-radius: 15px;
  width: 250px;
  height: 70px;
  font-size: 20px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  border: none;
  outline: none;
  margin: 0px auto;
  cursor: pointer;
}
#contactFormSended{
  display: none;
  background-color: #0b862d;
}
.topBlokImagesAcquiring{
  width: 100%;
}
.topBlokLeft>ul{
  margin: 30px 0px 60px 0px;
  padding: 0px;
  list-style: none;
}
.topBlokLeft>ul>li{
  margin-bottom: 20px;
}
.topBlokLeft>ul>li:last-child{
  margin-bottom: 0px;
}
.topBlokLeft>ul>li::before{
  content: "";
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #077BF7;
  margin-right: 10px;
  margin-top: 4px;
}
.topBlokLeft>ul>li>span{
  display: block;
  float: left;
  width: calc(100% - 20px);
  font-family: MontserratRegular;
  font-size: 18px;
  line-height: 18px;
  color: #6C6C6C;
  margin: 0px;
}
.topBlokObDivAcquiring{
  padding-bottom: 0px;
}
.topBlokObDivAcquiring .topBlokList{
  height: 410px;
  padding: 70px 0px 100px 0px;
}
.acquiringObDivBody{

}
.acquiringObDiv{

}
.acquiringDiv{
  height: 477px;
  padding: 100px 0px;
}
.acquiringImages{
  width: 540px;
  height: 100%;
  float: left;
}
.acquiringImages>img{
  height: 100%;
}
.acquiringText{
  width: 640px;
  float: right;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.acquiringText>h2{
  font-size: 35px;
  line-height: 52px;
  color: #011D3C;
  margin: 0px 0px 30px 0px;
}
.acquiringText>p{

}
.acquiringDiv:nth-child(2n+2) .acquiringImages{
  float: right;
}
.acquiringDiv:nth-child(2n+2) .acquiringText{
  float: left;
}
.aboutObDivBody{
  padding: 80px 0px 0px 0px;
}
.aboutObDiv{

}
.aboutObDiv>h1{
  max-width: 1000px;
  margin: 0px auto;
}
.aboutList{
  margin-top: 120px;
}
.aboutDiv{
  width: 600px;
  height: 260px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 30px 10px rgba(217, 217, 217, 0.3);
  box-shadow: 5px 5px 30px 10px rgba(217, 217, 217, 0.3);
  border-radius: 30px;
  padding: 30px 30px;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-right: 80px;
  margin-bottom: 120px;
}
.aboutDiv:nth-child(2n+2){
  margin-right: 0px;
}
.aboutImagesDiv{
  width: 80px;
  height: 80px;
  background: #077BF7;
  border-radius: 30px;
  -webkit-box-shadow: 10px 10px 30px rgba(7, 123, 247, 0.15);
  box-shadow: 10px 10px 30px rgba(7, 123, 247, 0.15);
  position: absolute;
  left: calc(50% - 40px);
  top: -40px;
}
.aboutImagesDiv>img{
  width: 48px;
  margin: 16px;
}
.aboutDiv>h3{
  font-size: 20px;
  line-height: 30px;
  color: #011D3C;
  text-align: center;
  margin: 30px 0px 20px 0px;
}
.aboutDiv>p{
  font-family: MontserratRegular;
  font-size: 16px;
  line-height: 24px;
  color: #6C6C6C;
  text-align: center;
  margin: 0px;
}
.supportObDivBody{
  background-color: rgba(232, 237, 255, 0.3);
  padding: 128px 0px;
}
.supportObDiv{

}
.supportObDiv>h2{
  font-size: 35px;
  line-height: 52px;
}
.supportObDiv>h2>a{
  color: #077BF7;
  text-decoration: none;
}
.topBlokObDivConnection{
  padding-bottom: 0px;
}
.topBlokObDivConnection .topBlokList{
  height: 390px;
  padding: 90px 0px;
}
.topBlokObDivConnection .topBlokLeft{
  width: 800px;
}
.topBlokObDivConnection .topBlokRight{
  width: 405px;
}
.topBlokImagesConnection{
  width: 100%;
}

.connectionObDivBody{
  padding: 60px 0px;
}
.connectionObDiv{

}
.connectionDiv{
  margin-bottom: 30px;
  border-radius: 15px;
}
.connectionDiv:last-child{
  margin-bottom: 0px;
}
.connectionLeft{
  width: 80px;
  height: 80px;
  float: left;
  background-color: #077BF7;
  border-radius: 15px 0px 0px 15px;
  font-size: 30px;
  line-height: 80px;
  color: #fff;
  text-align: center;
}
.connectionRight{
  width: calc(100% - 80px);
  height: 80px;
  float: left;
  background-color: rgba(232, 237, 255, 0.4);
  border-radius: 0px 15px 15px 0px;
  padding: 10px 30px;
  box-sizing: border-box;

  display: flex;
  justify-content: center;
  flex-direction: column;
}
.connectionRight>p{
  font-family: MontserratRegular;
  font-size: 20px;
  line-height: 30px;
  color: #011D3C;
  margin: 0px;

}
.connectionRight>p>a{
  color: #077BF7;
}

.processingObDivBody{
  padding: 80px 0px;
}
.processingObDiv{

}
.processingObDiv>h1{

}
.processingList{
  margin-top: 60px;
}
.processingList>p{
  font-family: MontserratRegular;
  font-size: 16px;
  line-height: 24px;
  color: #011D3C;
  margin: 0px 0px 10px 0px;
}
.privacyPolicyList>p{
  margin: 0px 0px 20px 0px;
}
.processingList>p>span,.processingList>p>a{
  color: #077BF7;
  text-decoration: none;
  font-family: MontserratMedium;
}
.processingList>p.processingTextMedium{
  font-family: MontserratMedium;
}
.privacyPolicyList>ul{
  margin: 0px;
  /* list-style: disc; */
  list-style: decimal;
  padding-left: 20px;
}
.privacyPolicyList>ul>li{
  margin-top: 30px;
  font-size: 18px;
  line-height: 26px;
  color: #077BF7;
  text-transform: uppercase;
}
.privacyPolicyList>ul>li ul{
  font-family: MontserratRegular;
  font-size: 16px;
  line-height: 24px;
  color: #011D3C;
  text-transform: initial;
}

.privacyPolicyList>ul>li>ul{
  margin: 20px 0px 0px 0px;
}
.privacyPolicyList>ul>li>ul>li{
  margin: 0px 0px 10px 0px;
}
.privacyPolicyList>ul>li>ul li::marker {
  content: counters(list-item,'.') ': ';
  font-family: MontserratMedium;
}
.privacyPolicyList>ul>li>ul>li>ul{
  margin: 10px 0px 0px 0px;
}
.privacyPolicyList>ul>li>ul>li>ul>li{
  margin: 0px 0px 10px 0px;
}
.privacyPolicyList>ul li>span,.privacyPolicyList>ul li>a{
  color: #077BF7;
  text-decoration: none;
  font-family: MontserratMedium;
}
.faqList{
  margin-top: 70px;
}
.faqDiv{
  margin-bottom: 20px;
  overflow: hidden;
}
.faqDiv:last-child{
  margin-bottom: 0px;
}
.faqName{
  cursor: pointer;
}
.faqName>p{
  float: left;
  font-size: 20px;
  line-height: 30px;
  width: calc(100% - 50px);
  margin: 0px;
}
.faqName::before{
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #077BF7;
  float: left;
  margin-right: 20px;
  background-image: url(../images/faqAdd.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faqDiv.open .faqName::before{
  background-image: url(../images/faqMinus.svg);
}
.faqText{
  margin-left: 100px;
  width: calc(100% - 100px);
  border-left: 4px solid #077BF7;
  padding-left: 20px;
  box-sizing: border-box;
  height: 0px;

  -webkit-transition: margin 0.3s ease-in-out;
  -moz-transition: margin 0.3s ease-in-out;
  -ms-transition: margin 0.3s ease-in-out;
  -o-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
}
.faqDiv.open .faqText{
  margin-top: 20px;
  height: auto;
}
.faqText>p,.faqText ul>li{
  font-family: MontserratRegular;
  font-size: 16px;
  line-height: 24px;
  color: #656464;
  margin: 0px 0px 5px 0px;
}
.faqText>p:last-child{
  margin-bottom: 0px;
}
.faqText>p>a{
  color: #077BF7;
  text-decoration: none;
  font-family: MontserratMedium;
}
.faqText ul{
  padding-left: 20px;
  margin: 0px;
}
.faqBottomTectDiv{
  padding-bottom: 60px;
  text-align: center;
}
.faqBottomTectDiv>p{
  background-color: rgba(7, 123, 247, 0.1);
  border-radius: 30px;
  padding: 14px 25px;
  display: inline-block;
  font-family: MontserratRegular;
  font-size: 14px;
  line-height: 21px;
  color: #011D3C;
  margin: 0px;
}
.faqBottomTectDiv>p>a{
  color: #077BF7;
  text-decoration: none;
}
.contactPageObDivBody{
  padding: 80px 0px;
}
.contactPageObDiv{

}
.contactPageLeft{
  width: 490px;
  float: left;
}
.contactPageLeft>h1{
  text-align: left;
  margin-bottom: 30px;
}
.contactPageLeft>p{

}
.contactPageFormList{
  width: 430px;
  margin-top: 30px;
}
.contactPageFormDiv{
  margin-bottom: 30px;
}
.contactPageFormDiv>label{
  font-family: MontserratRegular;
  font-size: 14px;
  line-height: 21px;
  color: #011D3C;
  display: block;
  width: calc(100% - 20px);
  margin: 0px auto 6px auto;
}
.contactPageInputDiv{
  width: 100%;
  height: 50px;
  border: 1px solid #077BF7;
  border-radius: 10px;
  padding: 12px 20px;
  box-sizing: border-box;
}
.contactPageInputDiv>img{
  width: 24px;
  margin-right: 10px;
  float: left;
}
.contactPageInputDiv>input{
  float: left;
  width: calc(100% - 34px);
  padding: 0px;
  margin: 0px;
  outline: 0px;
  border: none;
  height: 24px;
  font-family: MontserratRegular;
  font-size: 14px;
  line-height: 24px;
  background-color: transparent;
}
.contactPageInputDiv>select{
  width: 100%;
  padding: 0px;
  margin: 0px;
  outline: 0px;
  border: none;
  height: 24px;
  font-family: MontserratRegular;
  font-size: 14px;
  line-height: 24px;
  background-color: transparent;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/contactFormSelectArrow.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 100% 0px;

}
.contactPageTextareaDiv{
  height: 100px;
}
.contactPageTextareaDiv>textarea{
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  outline: none;
  border: none;
  resize: none;
  font-family: MontserratRegular;
  font-size: 14px;
  line-height: 24px;
  background-color: transparent;
}
.contactPageButton{
  background-color: #077BF7;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  outline: none;
  border: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
  line-height: 50px;
  font-family: MontserratRegular;
  font-size: 18px;
  color: #fff;
  cursor: pointer;

  -webkit-box-shadow: 0px 7px 22px -6px rgb(7, 123, 247, 0.2);
  box-shadow: 0px 7px 22px -6px rgb(7, 123, 247, 0.2);
}
#contactPageButtonSended{
  display: none;
  background-color: #0b862d;
}
.contactPageRight{
  width: 700px;
  height: 700px;
  float: right;
}
.contactPageRight>iframe{
  width: 100%;
  height: 100%;
  border: 0px;
}
.menuButtomMobile{
  display: none;
  height: 30px;
  width: 36px;
  float: right;
  padding: 1px 0px;
  box-sizing: border-box;
}
.menuButtomMobile>span{
  display: block;
  width: 100%;
  height: 5px;
  background-color: #077BF7;
  margin-bottom: 6px;
  border-radius: 10px;
}
.menuButtomMobile>span:last-child{
  margin-bottom: 0px;
}

.mobileClose{
  width: 20px;
  height: 20px;
  padding: 5px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.mobileClose>img {
  width: 100%;
}
.headerMobileObDiv{
  display: block;
  width: 310px;
  height: 100vh;
  padding: 20px 10px;
  box-sizing: border-box;
  background-color: #077bf7;
  position: fixed;
  top: 0px;
  right: -150%;
  z-index: 999;

  -webkit-box-shadow: -5px 0 20px 1px rgba(0,0,0,0.1);
  box-shadow: -5px 0 20px 1px rgba(0,0,0,0.1);

  -webkit-transition: right 900ms cubic-bezier(0.17, 0.67, 0.24, 0.99);
  -moz-transition: right 900ms cubic-bezier(0.17, 0.67, 0.24, 0.99);
  -ms-transition: right 900ms cubic-bezier(0.17, 0.67, 0.24, 0.99);
  -o-transition: right 900ms cubic-bezier(0.17, 0.67, 0.24, 0.99);
  transition: right 900ms cubic-bezier(0.17, 0.67, 0.24, 0.99);
}
.headerMobileObDiv.open{
  right: 0%;
}
.menuBg{
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 888;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.headerMenuMobile{
  margin: 60px 0px;
}
.headerMenuMobile>a{
  font-family: MontserratRegular;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 5px 0px;
  margin-bottom: 10px;
}
.headerMenuMobile>a:last-child{
  margin-bottom: 0px;
}
.headerMenuMobile>a.active{
  text-decoration: underline;
}
.headerButtonMobile{
  display: block;
  float: left;
  height: 50px;
  width: 100%;
  padding: 0px;
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 22px -6px rgba(7, 123, 247, 0.2);
  box-shadow: 0px 7px 22px -6px rgba(7, 123, 247, 0.2);
  border-radius: 5px;
  font-family: MontserratRegular;
  font-size: 14px;
  line-height: 50px;
  color: #077bf7;
  text-align: center;
  text-decoration: none;
}
.lngMobileObDiv{
  width: calc(100% - 70px);
}
.lngMobileObDiv>a{
  display: block;
  width: 28px;
  float: left;
  text-decoration: none;
  font-size: 0px;
  margin-right: 20px;
}
.lngMobileObDiv>a:last-child{
  margin-right: 0px;
}
.lngMobileObDiv>a>img{
  width: 28px;
  height: 20px;
}
.ultimateSaaSContainer{
  background-color: #011D3C;
  background-image: url(../images/ultimateSaaSBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 75px 0px 10px 0px;
}
.ultimateSaaSBlok{
  display: grid;
  grid-template-columns: 640px 604px;
  justify-content: space-between;
  align-items: center;
}
.ultimateSaaSText{
  padding-bottom: 65px;
}
.ultimateSaaSText>h3{
  font-family: MontserratRegular;
  font-size: 16px;
  line-height: 24px;
  color: #D3D3D3;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
}
.ultimateSaaSText>h1{
  font-family: MontserratSemiBold;
  font-size: 40px;
  line-height: 60px;
  color: #ADD8E6;
  margin: 0px 0px 40px 0px;
}
.ultimateSaaSText>p{
  font-family: MontserratRegular;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  margin: 0px 0px 80px 0px;
  max-width: 516px;
}
.getStartedButtom{
  font-family: MontserratRegular;
  font-size: 16px;
  line-height: 24px;
  color: #011D3C;
  text-decoration: none;
  display: inline-block;
  padding: 14px 25px;
  background-color: #E0FFFF;
  border-radius: 15px;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.getStartedButtom:hover{
  opacity: 0.8;
}
.ultimateSaaSImages{

}
.powerBrandingContainer{
  padding: 100px 0px;
  background-color: #fff;
}
.powerBrandingBlok{
  display: grid;
  justify-items: center;
  grid-row-gap: 60px;
}
.powerBrandingText{
  text-align: center;
}
.powerBrandingText>h3{
  font-family: MontserratRegular;
  font-size: 16px;
  line-height: 24px;
  color: #077BF7;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
}
.powerBrandingText>h2{
  font-family: MontserratSemiBold;
  font-size: 35px;
  line-height: 53px;
  color: #011D3C;
  margin: 0px 0px 20px 0px;
}
.powerBrandingText>p{
  font-family: MontserratRegular;
  font-size: 18px;
  line-height: 27px;
  color: #656464;
  max-width: 743px;
  margin: 0px auto;
}
.powerBrandingImages{
  width: 608px;
}
.ecommerceEngineRevvingContainer{
  background-color: #E0FFFF;
  padding: 100px 0px;
}
.ecommerceEngineRevvingBlok{
  display: grid;
  grid-template-columns: 530px 675px;
  justify-content: space-between;
}
.ecommerceEngineRevvingText{

}
.ecommerceEngineRevvingText>h3{
  font-family: MontserratRegular;
  font-size: 16px;
  line-height: 24px;
  color: #077BF7;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
}
.ecommerceEngineRevvingText>h2{
  font-family: MontserratSemiBold;
  font-size: 35px;
  line-height: 53px;
  color: #011D3C;
  margin: 0px 0px 50px 0px;
}
.ecommerceEngineRevvingText>p{
  font-family: MontserratRegular;
  font-size: 18px;
  line-height: 27px;
  color: #656464;
  margin: 0px 0px 80px 0px;
}
.connectSaaSButtom{
  font-family: MontserratRegular;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 14px 25px;
  background-color: #011D3C;
  border-radius: 15px;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.connectSaaSButtom:hover{
  opacity: 0.8;
}
.ecommerceEngineRevvingImages{

}
.gatewaySuccessContainer{
  background-color: #011D3C;
  background-image: url(../images/ultimateSaaSBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0px;
}
.gatewaySuccessBlok{
  display: grid;
  grid-template-columns: 483px 735px;
  justify-content: space-between;
}
.gatewaySuccessLeft{

}
.gatewaySuccessLeft>h3{
  font-family: MontserratRegular;
  font-size: 16px;
  line-height: 24px;
  color: #D3D3D3;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
}
.gatewaySuccessLeft>h2{
  font-family: MontserratSemiBold;
  font-size: 35px;
  line-height: 53px;
  color: #ADD8E6;
  margin: 0px;
}
.gatewaySuccessRight{

}
.gatewaySuccessRight>p{
  font-family: MontserratRegular;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  margin: 0px 0px 60px 0px;
}
.ecommercePerfectionContainer{
  padding: 69px 0px;
}
.ecommercePerfectionBlok{
  display: grid;
  grid-template-columns: 600px 558px;
  justify-content: space-between;

}
.ecommercePerfectionText{
  padding-top: 31px;
}
.ecommercePerfectionText>h3{
  font-family: MontserratRegular;
  font-size: 16px;
  line-height: 24px;
  color: #077BF7;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
}
.ecommercePerfectionText>h2{
  font-family: MontserratSemiBold;
  font-size: 35px;
  line-height: 53px;
  color: #011D3C;
  margin: 0px 0px 50px 0px;
}
.ecommercePerfectionText>p{
  font-family: MontserratRegular;
  font-size: 18px;
  line-height: 27px;
  color: #656464;
  margin: 0px 0px 80px 0px;
  max-width: 450px;
}
.ecommercePerfectionImages{

}
.superchargeEcommerceContainer{
  padding: 100px 0px;
  background-color: #fff;
}
.superchargeEcommerceBlok{

}
.superchargeEcommerceBlok>h3{
  font-family: MontserratRegular;
  font-size: 16px;
  line-height: 24px;
  color: #077BF7;
  text-align: center;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
}
.superchargeEcommerceBlok>h2{
  font-family: MontserratSemiBold;
  font-size: 35px;
  line-height: 53px;
  color: #011D3C;
  text-align: center;
  max-width: 894px;
  margin: 0px auto;
}
.superchargeEcommerceList{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 46px;
  row-gap: 50px;
  justify-content: center;
}
.superchargeEcommerceCart{
  background-color: #FAFAFAFA;
  border-radius: 24px;
  width: calc(33% - 27px);
  padding: 40px 20px;
  box-sizing: border-box;
  display: grid;
  justify-items: center;
  grid-row-gap: 31px;
}
.superchargeEcommerceCart>img{
  height: 94px;
}
.superchargeEcommerceCart>p{
  font-family: MontserratRegular;
  font-size: 18px;
  line-height: 27px;
  color: #011D3C;
  margin: 0px;
  text-align: center;
}

@media (min-width: 1150px) and (max-width: 1320px){
  .setObDiv {
    width: 1110px;
  }
  .topBlokLeft{
    width: 520px;
  }
  .topBlokRight{
    width: 550px;
  }
  .innovativeDiv{
    width: 355px;
    margin-bottom: 30px;
    padding: 20px 20px;
  }
  .innovativeDiv:nth-child(3n+2){
    margin-right: 20px;
    margin-left: 20px;
  }
  .innovativeDiv>p{
    height: 78px;
  }
  .paymentExperiencesImages{
    width: 500px;
  }
  .paymentExperiencesTextDiv{
    width: 550px;
  }
  .secureProcessingDiv{
    padding: 40px 0px 30px 0px;
    width: 355px;
    margin-right: 20px;
  }
  .payReceiveRight{
    width: 700px;
  }
  .headerMenuDiv{
    width: calc(100% - 270px);
  }

  .headerMenuDiv>a{
    font-size: 15px;
    margin-right: 20px;
  }
  .acquiringDiv{
    height: 440px;
  }
  .acquiringImages{
    width: 500px;
  }
  .acquiringText{
    width: 550px;
  }
  .aboutDiv{
    width: 535px;
    margin-right: 40px;
  }
  .topBlokObDivConnection .topBlokLeft{
    width: 700px;
  }
  .connectionRight>p{
    font-size: 18px; 
  }
  .contactPageRight{
    width: 550px;
    height: 550px;
    margin-top: 80px;
  }
  .ultimateSaaSBlok{
    grid-template-columns: 540px 540px;
  }
  .ecommerceEngineRevvingBlok{
    grid-template-columns: 500px 570px;
  }
  .gatewaySuccessBlok{
    grid-template-columns: 410px 660px;
  }
  .ecommercePerfectionBlok{
    grid-template-columns: 500px 500px;
  }
}
@media (min-width: 1000px) and (max-width: 1149px){
  .setObDiv{
    width: 960px;
  }
  .headerRightButton{
    width: 140px;
    font-size: 12px;
  }
  .headerMenuDiv{
    width: calc(100% - 250px);
  }
  .headerMenuDiv>a{
    font-size: 14px;
    margin-right: 15px;
  }
  .topBlokList{
    height: 520px;
  }
  .topBlokLeft{
    width: 400px;
  }
  .topBlokRight{
    width: 500px;
  }
  .topBlokLeft>h1{
    font-size: 34px;
    line-height: 50px;
  }
  .topBlokLeft>p{
    font-size: 16px;
  }
  .topBlokSupportsObDiv>h2,.supportObDiv>h2{
    font-size: 28px;
    line-height: 42px;
  }
  .topBlokSupportsDiv>img {
    height: 51px;
  }
  .topBlokSupportsObDiv{
    bottom: -160px;
  }
  .topBlokObDiv{
    padding-bottom: 160px;
  }
  .innovativeObDivBody{
    padding: 260px 0px 50px 0px;
  }
  .topBlokLeft>h1 {
    font-size: 34px;
    line-height: 50px;
  }
  .innovativeDiv{
    width: 450px;
  }
  .innovativeDiv:nth-child(3n+2){
    margin-right: 0px;
    margin-left: 0px;
  }
  .innovativeDiv:nth-child(2n+2){
    margin-left: 60px;
  }


  .blokNameH2{
    font-size: 34px;
    line-height: 50px;
  }
  .paymentExperiencesImages{
    width: 420px;
  }
  .paymentExperiencesTextDiv{
    width: 500px;
  }
  .paymentExperiencesTextDiv>h3 {
    font-size: 28px;
    line-height: 44px;
  }
  .blokTextP{
    font-size: 18px;
    line-height: 26px;
  }
  .paymentExperiencesTextDiv>ul>li>span{
    font-size: 18px;
  }
  .paymentExperiencesDiv {
    height: 420px;
    padding: 60px 0px;
  }
  .secureProcessingDiv{
    float: none;
    margin: 0px auto;
  }
  .secureProcessingDiv:nth-child(3n+3){
    margin-right: auto;
  }
  .secureProcessingObDivBody{
    padding: 60px 0px;
  }
  .payReceiveRight{
    width: 550px;
  }
  .footerLogoDiv{
    height: 30px;
  }
  .footerLeft{
    width: 160px;
  }
  .footerRightDiv{
    width: 220px;
  }
  .footerMenu{
    width: calc(100% - 380px);
  }
  .footerMenu>a{
    margin-right: 20px;
  }
  .acquiringDiv{
    height: 370px;
    padding: 60px 0px;
  }
  .acquiringImages{
    width: 420px;
  }
  .acquiringText{
    width: 500px;
  }
  .acquiringText>h2{
    font-size: 28px;
    line-height: 44px;
  }
  .topBlokLeft>ul>li>span{
    font-size: 16px;
  }
  .topBlokObDivAcquiring{
    padding-bottom: 0px;
  }
  .aboutDiv{
    width: 460px;
    margin-right: 40px;
  }
  .aboutDiv>h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0px 15px 0px;
  }
  .topBlokObDivConnection{
    padding-bottom: 0px;
  }
  .topBlokObDivConnection .topBlokRight{
    width: 350px;
  }
  .topBlokObDivConnection .topBlokLeft{
    width: 570px;
  }
  .topBlokObDivConnection .topBlokList{
    height: 350px;
  }
  .connectionRight>p{
   font-size: 16px; 
  }
  .contactPageLeft{
    width: 430px;
  }
  .contactPageRight{
    width: 450px;
    height: 450px;
    margin-top: 120px;
  }

  .ultimateSaaSBlok{
    grid-template-columns: 470px 460px;
  }
  .powerBrandingImages{
    width: 550px;
  }
  .ecommerceEngineRevvingBlok{
    grid-template-columns: 450px 480px;
  }
  .gatewaySuccessBlok{
    grid-template-columns: 390px 530px;
  }
  .ecommercePerfectionBlok{
    grid-template-columns: 480px 450px;
  }
  .superchargeEcommerceList{
    column-gap: 24px;
    row-gap: 24px;
  }
  .superchargeEcommerceCart>p>br{
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 999px){
  .setObDiv,.newsObDiv{
    width: 92%;
  }
  .headerMenuDiv,.headerRightDiv{
    display: none;
  }
  .topBlokList{
    height: auto;
    padding-top: 40px;
  }
  .topBlokLeft{
    float: none;
    height: auto;
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .topBlokRight{
    float: none;
    height: auto;
    display: block;
    width: 70%;
    margin: 0px auto;
  }
  .topBlokImages1{
    position: relative;
  }
  .topBlokSupportsObDiv{
    padding: 40px 40px;
    bottom: -284px;
  }
  .topBlokSupportsDiv{
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .topBlokSupportsDiv:last-child{
    margin-bottom: 0px;
  }
  .topBlokSupportsDiv>img {
    height: 50px;
  }
  .topBlokObDiv{
    padding-bottom: 284px;
  }
  .topBlokImages2{
    left: -20%;
    width: 40%;
  }
  .topBlokImages3{
    left: -15%;
    width: 50%;
  }
  .topBlokImages4{
    right: -5%;
    width: 26%;
  }
  .innovativeObDivBody{
    padding: 384px 0px 60px 0px;
  }
  .innovativeDiv{
    width: 100%;
    margin-bottom: 30px;
  }
  .innovativeDiv:nth-child(3n+2){
    margin-right: 0px;
    margin-left: 0px;
  }
  .innovativeDiv:last-child{
    margin-bottom: 0px;
  }
  .paymentExperiencesImages{
    display: block;
    float: none;
    height: auto;
    width: 70%;
    margin: 0px auto;
  }
  .paymentExperiencesDiv:nth-child(2n+2) .paymentExperiencesImages{
    float: none;
  }
  .paymentExperiencesTextDiv{
    display: block;
    float: none;
    height: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .paymentExperiencesDiv:nth-child(2n+2) .paymentExperiencesTextDiv{
    float: none;
  }
  .paymentExperiencesTextDiv>a{
    margin: 30px auto 0px auto;
  }
  .paymentExperiencesDiv,.acquiringDiv{
    height: auto;
    padding: 60px 0px;
  }
  .secureProcessingDiv{
    float: none;
    width: 100%;
    padding: 30px 0px 30px 0px;
  }
  .payReceiveObDiv>img{
    display: none;
  }
  .payReceiveRight{
    width: 100%;
    text-align: center;
    height: auto;
  }
  .payReceiveRight>h2{
    text-align: center;
  }
  .payReceiveRight>a{
    position: initial;
    margin: 60px auto 0px auto;
  }
  .contactFormList{
    width: 100%;
  }
  .contactFormDiv,.contactFormListDiv{
    width: 100%;
  }
  .footerLeft{
    float: none;
    margin: 0px auto 40px auto;
  }
  .footerMenu{
    float: none;
    margin: 60px auto;
    width: 100%;
  }
  .footerRightDiv{
    float: none;
    margin: 0px auto;
  }
  .footerSossialDiv {
    margin-top: 60px;
    text-align: center;
  }
  .footerSossialDiv>a{
    float: none;
    display: inline-block;
  }
  .footerRightDiv>h3{
    text-align: center;
  }
  .paymentExperiencesTextDiv>ul>li>span{
    display: block;
    width: calc(100% - 36px);
    font-size: 18px;
  }
  .topBlokObDivAcquiring{
    padding-bottom: 0px;
  }
  .topBlokObDivAcquiring .topBlokList{
    height: auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .acquiringText{
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .acquiringDiv:nth-child(2n+2) .acquiringText{
    float: none;
  }
  .acquiringImages{
    float: none;
    height: auto;
    width: 80%;
    margin: 0px auto;
  }
  .acquiringDiv:nth-child(2n+2) .acquiringImages {
    float: none;
  }
  .acquiringImages>img{
    height: auto;
    width: 100%;
  }
  .blokNameH2,.topBlokLeft>h1{
    font-size: 34px;
    line-height: 50px;
  }
  .topBlokSupportsObDiv>h2,.paymentExperiencesTextDiv>h3,.acquiringText>h2,.supportObDiv>h2{
    font-size: 30px;
    line-height: 46px;
  }
  .blokTextP{
    font-size: 18px;
    line-height: 26px;
  }
  .contactFormDiv>label{
    font-size: 18px;
    line-height: 20px;
  }
  .contactFormInputDiv>input{
    font-size: 16px;
  }
  .payReceiveObDiv {
    padding: 60px 0px;
  }
  .secureProcessingObDivBody{
    padding: 60px 0px 0px 0px;
  }
  .footerRightDiv>a>span{
    text-align: center;
  }
  .secureProcessingDiv>p{
    width: 100%;
  }
  .aboutObDivBody {
    padding: 60px 0px;
  }
  .aboutList{
    margin-top: 100px;
  }
  .aboutDiv{
    width: 100%;
    height: auto;
    min-height: 260px;
    float: none;
    margin-right: 0px;
    margin-bottom: 100px;
  }
  .aboutDiv:last-child{
    margin-bottom: 0px;
  }
  .supportObDivBody{
    padding: 60px 0px;
  }
  .topBlokObDivConnection{
    padding-bottom: 0px;
  }
  .topBlokObDivConnection .topBlokList{
    height: auto;
    padding: 40px 0px 60px 0px;
  }
  .topBlokObDivConnection .topBlokLeft{
    width: 100%;
  }
  .topBlokObDivConnection .topBlokRight{
    width: 70%;
  }
  .connectionRight>p{
    font-size: 16px;
    line-height: 24px;
  }
  .connectionLeft{
    float: none;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 15px 15px 0px 0px;
  }
  .connectionRight{
    width: 100%;
    border-radius: 0px 0px 15px 15px;
    text-align: center;
    display: block;
    height: auto;
    padding: 20px 20px;
  }
  .connectionDiv{
    -webkit-box-shadow: 0px 7px 22px -6px rgba(7, 123, 247, 0.2);
    box-shadow: 0px 7px 22px -6px rgba(7, 123, 247, 0.2);
  }
  .processingObDivBody {
    padding: 60px 0px;
  }
  .processingList {
    margin-top: 40px;
  }
  .privacyPolicyList>ul>li>ul,.privacyPolicyList>ul>li>ul>li>ul{
    padding-left: 20px;
  }
  .privacyPolicyList>ul>li ul,.processingList>p{
    font-size: 14px;
  }
  .privacyPolicyList>ul>li{
    font-size: 16px;
  }
  .privacyPolicyList>ul>li>ul{
    margin: 10px 0px 0px 0px;
  }
  .faqList {
    margin-top: 60px;
  }
  .faqText{
    width: calc(100% - 13px);
    margin-left: 13px;
  }
  .faqName>p{
    font-size: 18px;
  }
  .faqText>p, .faqText ul>li{
    font-size: 14px;
  }
  .contactPageObDivBody {
    padding: 60px 0px;
  }
  .contactPageLeft{
    float: none;
    width: 100%;
    margin-bottom: 60px;
  }
  .contactPageFormList{
    width: 100%;
  }
  .contactPageLeft>h1,.contactPageLeft>p{
    text-align: center;
  }
  .contactPageRight{
    float: none;
    width: 100%;
    height: 400px;
  }
  header{
    padding: 20px 0px;
  }
  .menuButtomMobile{
    display: block;
    margin: 10px 0px;
  }
  .ultimateSaaSBlok,.ecommerceEngineRevvingBlok,.gatewaySuccessBlok,.ecommercePerfectionBlok{
    grid-template-columns: 1fr;
    justify-items: center;
    grid-row-gap: 40px;
  }
  .ultimateSaaSText{
    text-align: center;  
    padding-bottom: 0px;
  }
  .ultimateSaaSText>h1{
    margin-bottom: 20px;
  }
  .ultimateSaaSText>p{
    max-width: 100%;
    margin-bottom: 40px;
  }
  .ultimateSaaSContainer{
    padding: 60px 0px 0px 0px;
  }
  .ultimateSaaSImages,.powerBrandingImages,.ecommerceEngineRevvingImages,.ecommercePerfectionImages{
    width: 100%;
    max-width: 600px;
  }
  .ultimateSaaSText>h3,.powerBrandingText>h3,.ecommerceEngineRevvingText>h3,.gatewaySuccessLeft>h3,.ecommercePerfectionText>h3,.superchargeEcommerceBlok>h3{
    font-size: 14px;
    line-height: 20px;
  }
  .ultimateSaaSText>h1,.powerBrandingText>h2,.ecommerceEngineRevvingText>h2,.gatewaySuccessLeft>h2,.ecommercePerfectionText>h2,.superchargeEcommerceBlok>h2{
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .ultimateSaaSText>p,.powerBrandingText>p,.ecommerceEngineRevvingText>p,.gatewaySuccessRight>p,.ecommercePerfectionText>p,.superchargeEcommerceCart>p{
    font-size: 16px;
    line-height: 24px;
  }
  .powerBrandingContainer,.ecommerceEngineRevvingContainer,.gatewaySuccessContainer,.ecommercePerfectionContainer,.superchargeEcommerceContainer{
    padding: 60px 0px;
  }
  .powerBrandingBlok{
    margin-bottom: 40px;
  }
  .ecommerceEngineRevvingText>p{
    margin-bottom: 40px;
  }
  .ecommerceEngineRevvingText{
    text-align: center;
  }
  .gatewaySuccessLeft>h3{
    margin-bottom: 10px;
  }
  .gatewaySuccessLeft,.gatewaySuccessRight{
    text-align: center;
  }
  .gatewaySuccessRight>p{
    margin-bottom: 40px;
  }
  .ecommercePerfectionText>p{
    margin-bottom: 40px;
    max-width: 100%;
  }
  .ecommercePerfectionText{
    padding-top: 0px;
    text-align: center;
  }
  .superchargeEcommerceBlok>h2{
    margin-bottom: 0px;
  }
  .superchargeEcommerceList{
    margin-top: 40px;
    column-gap: 24px;
    row-gap: 24px;
  }
  .superchargeEcommerceCart{
    width: calc(50% - 12px);
  }
  .gatewaySuccessBlok{
    grid-row-gap: 0px;
  }

}
@media (min-width: 0px) and (max-width: 699px){
  .blokNameH2, .topBlokLeft>h1,
  .ultimateSaaSText>h1,.powerBrandingText>h2,.ecommerceEngineRevvingText>h2,.gatewaySuccessLeft>h2,.ecommercePerfectionText>h2,.superchargeEcommerceBlok>h2{
    font-size: 30px;
    line-height: 42px;
  }
  .topBlokLeft>p,.innovativeDiv>p,.blokTextP,.topBlokSupportsDiv>p,.topBlokLeft>ul>li>span{
    font-size: 16px;
    line-height: 24px;
  }
  .topBlokSupportsObDiv>h2,.paymentExperiencesTextDiv>h3,.acquiringText>h2,.supportObDiv>h2{
    font-size: 24px;
    line-height: 34px;
  }
  .topBlokSupportsDiv{
    font-size: 18px;
    line-height: 26px;
  }
  .secureProcessingList {
    margin-top: 30px;
  }
  .footerMenu>a{
    display: block;
    margin: 0px 0px 20px 0px;
  }
  .footerMenu>a:last-child{
    margin-bottom: 0px;
  }

  .aboutDiv>h3{
    font-size: 18px;
    line-height: 26px;
  }
  .ultimateSaaSText>h3,.powerBrandingText>h3,.ecommerceEngineRevvingText>h3,.gatewaySuccessLeft>h3,.ecommercePerfectionText>h3,.superchargeEcommerceBlok>h3{
    font-size: 12px;
    line-height: 18px;
  }
  .superchargeEcommerceCart{
    width: 100%;
  }
  
}
@media (min-width: 0px) and (max-width: 399px){
  .blokNameH2, .topBlokLeft>h1,
  .ultimateSaaSText>h1,.powerBrandingText>h2,.ecommerceEngineRevvingText>h2,.gatewaySuccessLeft>h2,.ecommercePerfectionText>h2,.superchargeEcommerceBlok>h2{
    font-size: 24px;
    line-height: 32px;
  }
  .topBlokSupportsObDiv>h2,.paymentExperiencesTextDiv>h3,.acquiringText>h2,.supportObDiv>h2{
    font-size: 20px;
    line-height: 28px;
  }
  .topBlokSupportsObDiv{
    padding: 40px 20px;
    bottom: -250px;
  }
  .topBlokSupportsDiv>img {
    height: 40px;
  }
  .topBlokObDiv{
    padding-bottom: 250px;
  }
  .innovativeObDivBody {
    padding: 310px 0px 60px 0px;
  }
  .topBlokSupportsDiv>h3{
    font-size: 18px;
    line-height: 26px;
  }
  .paymentExperiencesTextDiv>h3,.acquiringText>h2{
    margin: 0px 0px 10px 0px;
  }

  .contactFormDiv>label{
    font-size: 16px;
    line-height: 18px;
  }
  .contactFormListDiv .contactFormDiv{
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .contactFormDiv{
    margin: 0px auto 30px auto;
  }
  .contactFormText{
    margin: 30px 0px;
  }
  .topBlokObDivAcquiring,.topBlokObDivConnection{
    padding-bottom: 0px;
  }
  .topBlokObDivAcquiring .topBlokRight,.topBlokObDivConnection .topBlokRight{
    width: 80%;
  }
  .paymentExperiencesImages{
    width: 90%;
  }
  .contactPageRight{
    height: 300px;
  }

}