.solutionsHeader {
  padding-top: 0;
  height: 670px;
}

.solutionsHeader .productsTopSectionImgBg {
  position: absolute;
  bottom: 0;
  border-bottom-left-radius: 20px;
}

.solutionsHeader .productsTopSection {
  position: relative;
}

.solutionsHeader .productsTopSection .productsTopSectionText {
  display: flex;
  flex-direction: column;
  float: right;
  max-width: 488px;
  margin: 110px 100px 0 0;
}

.solutionsHeader .productsTopSection .productsTopSectionText .productsTopSectionTitle {
  color: #FFF;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.solutionsHeader .productsTopSection .productsTopSectionText .productsTopSectionSubTitle {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
}

.solutionsHeader .productsTopSection .productsTopSectionText .mainButton {
  background-color: #7C7CFF;
}

.solutionsHeader .productsTopSection .productsTopSectionText .mainButton:before {
  background-color: #7C7CFF;
}

.solutionsHeader .productsTopSection .productsTopSectionImg {
  position: absolute;
  left: -230px;
  top: 60px;
}

.solutionsHeader .title {
  line-height: 100%;
}

.solutionsHeader .solutionsAllWrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}

.solutionsHeader .solutionsAllWrapper .solutionsItem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}

.solutionsHeader .solutionsAllWrapper .solutionsItem:nth-child(odd) {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.solutionsHeader .solutionsAllWrapper .solutionsItem:nth-child(odd) .solutionsPreview {
  max-width: 283px;
  margin-right: 215px;
  margin-left: 15px;
}

.solutionsHeader .solutionsAllWrapper .solutionsItem:nth-child(odd) .solImageBorder:after {
  opacity: 0;
  visibility: hidden;
  transform: rotate(-180deg);
  background: linear-gradient(89.69deg, rgb(83, 0, 188) 47.97%, rgb(215, 184, 255) 99.78%);
  transition: all 0.7s;
}

.solutionsHeader .solutionsAllWrapper .solutionsItem .smallImg {
  display: none;
}

.solutionsHeader .solutionsAllWrapper .solutionsItem .solImageBorder,
.solutionsHeader .solutionsAllWrapper .solutionsItem .solutionsPreview {
  width: 50%;
}

.solutionsHeader .solutionsAllWrapper .solutionsItem .solImageBorder {
  position: relative;
  box-shadow: 10px 10px 30px #18008B;
}

.solutionsHeader .solutionsAllWrapper .solutionsItem .solImageBorder:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(89.69deg, rgb(83, 0, 188) 47.97%, rgb(215, 184, 255) 99.78%);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s;
}

.solutionsHeader .solutionsAllWrapper .solutionsItem .solImage {
  display: block;
  width: 100%;
  position: relative;
  height: 300px;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s;
  border: 2px solid transparent;
}

.solutionsHeader .solutionsAllWrapper .solutionsItem .solImage img {
  max-width: inherit;
}

.solutionsHeader .solutionsAllWrapper .solutionsItem .solutionsPreview {
  max-width: 283px;
  margin-left: 215px;
  margin-right: 15px;
  padding: 30px 0;
}

.solutionsHeader .solutionsAllWrapper .solutionsItem .solutionsPreview .solutionsItemTitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
}

.solutionsHeader .solutionsAllWrapper .solutionsItem .solutionsPreview .txt {
  margin-top: 20px;
}

.solutionsHeader .solutionsAllWrapper .solutionsItem .btnMore {
  color: #fff;
  margin-top: 40px;
}

.solutionsHeader .solutionsAllWrapper .solutionsItem:hover .solImageBorder:after {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}

.solutionsHeader .solutionsAllWrapper .solutionsItem:nth-child(odd):hover .solImageBorder:after {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}

.onlineSection {
  padding-bottom: 120px;
  margin: 0;
}

.onlineSection h2 {
  max-width: 690px;
  width: 100%;
  margin-bottom: 50px;
  color: #000;
}

.onlineSection .innerRow {
  max-width: 100%;
  margin: 0;
  height: auto !important;
}

.onlineSection .innerBtnText .itemBtn {
  max-width: 100%;
  width: 100%;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
  padding: 20px 60px 20px 15px;
  border: none;
  position: relative;
  text-transform: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #000000;
}

.onlineSection .innerBtnText .itemBtn:hover {
  color: #000035;
  background: #E8E5F4;
}

.onlineSection .innerBtnText .itemBtn.active {
  border-radius: 15px;
  color: #fff;
}

.onlineSection .innerBtnText .itemBtn.active:hover {
  color: #ffffff;
  background: #531E8E;
  cursor: auto;
}

.onlineSection .innerBtnText .itemBtn.active::after {
  background: url("/img/icons/minus-rounded.svg") no-repeat center;
  background-size: contain;
  transition: all 0.3s;
}

.onlineSection .innerBtnText .itemBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 20px;
  height: 20px;
  background: url("/img/icons/plus-rounded.svg") no-repeat center;
  background-size: contain;
  transition: all 0.3s;
}

.onlineSection .innerBtnText .item {
  position: relative;
  left: auto;
  top: auto;
  max-width: 100%;
  width: 100%;
  max-height: 0px;
  transition: all 0.3s;
  overflow: hidden;
}

.onlineSection .innerBtnText .item * {
  font-size: 20px !important;
  line-height: 30px !important;
  margin-bottom: 20px !important;
  background-color: transparent !important;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6980392157);
}

.onlineSection .innerBtnText .item *:last-child {
  margin-bottom: 0 !important;
}

.onlineSection .innerBtnText .item p,
.onlineSection .innerBtnText .item span {
  font-weight: 400;
}

.onlineSection .innerBtnText .item ul,
.onlineSection .innerBtnText .item ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.onlineSection .innerBtnText .item.active {
  max-height: 1000px;
  transition: all 0.3s;
  padding: 50px 8px 50px 0;
}

.onlineSection .innerBtn {
  max-width: 100%;
  width: 100%;
}

.newSingleSolutoinsHeader {
  margin: 50px 0 100px;
  display: flex;
  gap: 22px;
}

.newSingleSolutoinsHeader.sports-betting-api {
  margin: 50px 0 77px 0;
  gap: 62px;
}

.newSingleSolutoinsHeader .solutionsImage {
  width: 62%;
  margin-left: -113px;
}

.newSingleSolutoinsHeader .solutionsImage video {
  width: 100%;
  clip-path: fill-box;
  overflow: hidden;
  border-radius: 0.01px;
}

.newSingleSolutoinsHeader .solutionsImage.sports-betting-api {
  width: 60%;
  max-height: 532px;
  margin-left: -126px;
}

.newSingleSolutoinsHeader .solutionsImage.sports-betting-api video {
  clip-path: inset(6px);
}

.newSingleSolutoinsHeader .solutionsText {
  width: 50%;
  padding-top: 50px;
}

.newSingleSolutoinsHeader .solutionsText .title {
  margin-bottom: 40px;
  line-height: 64px;
}

.newSingleSolutoinsHeader .solutionsText .txt {
  margin: 0 0 30px 0;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8980392157);
}

.newSingleSolutoinsHeader .solutionsText .maxWidth {
  max-width: 488px;
}

.newSingleSolutoinsHeader .solutionsText .mainButton {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  width: 334px;
  height: 58px;
  padding: 17px 15px;
  justify-content: space-between;
  margin-top: 30px;
  background-color: #7E00E1;
}

.newSingleSolutoinsHeader .solutionsText .mainButton .mainButtonText {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  line-height: 24px;
  z-index: 1;
  color: #FFF;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.newSingleSolutoinsHeader .solutionsText .mainButton .mainBtnIcon {
  z-index: 1;
  display: block;
}

.newSingleSolutoinsHeader .solutionsText .mainButton:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #6300B0;
  transform: translateX(0);
  transition: all 0.3s linear;
  z-index: 0;
  border-radius: 10px;
}

.newSingleSolutoinsHeader .solutionsText .mainButton:hover:before {
  width: 100%;
  transition: width 0.3s linear;
}

.newSingleSolutoinsHeader .solutionsText .mainButton:active::before {
  width: 100%;
  transition: width 0.3s linear;
}

.newSingleSolutoinsHeader .solutionsText .btnMore {
  margin-top: 40px;
}

.newSingleSolutoinsHeader .solutionsText.sports-betting-api {
  width: 46%;
}

.newSingleSolutoinsHeader .solutionsText.sports-betting-api .txt {
  margin-bottom: 30px;
}

.solutionsMainWrapper {
  padding: 40px 0 120px;
  background-color: #E8E5F4;
  border-radius: 30px;
  margin: 0 20px 94px 20px;
}

.solutionsMainWrapper .innerRow {
  max-width: 488px;
  margin-bottom: 50px;
}

.solutionsMainWrapper .innerRow .solutionsTitle {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  text-align: left;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8980392157);
}

.solutionsMainWrapper .innerRow .solutionsSubTitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6980392157);
}

.solutionsMainWrapper .innerRow h3 {
  font-size: 24px;
  line-height: 30px;
  text-transform: none;
  margin-bottom: 20px;
}

.solutionsMainWrapper .solutionsItems .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.solutionsMainWrapper .solutionsItems .container .solutionItem {
  width: 100%;
  height: 182px;
  border-radius: 20px;
  background: #FFFFFF;
  padding: 7px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.solutionsMainWrapper .solutionsItems .container .solutionItem .solutionItemImgContainer {
  width: 168px;
  height: 168px;
  background-color: #F5F5F7;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.solutionsMainWrapper .solutionsItems .container .solutionItem .solutionItemImgContainer img {
  max-width: 72px;
}

.solutionsMainWrapper .solutionsItems .container .solutionItem .solutionItemText {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.solutionsMainWrapper .solutionsItems .container .solutionItem .solutionItemText .solutionItemTitle {
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  color: rgba(0, 0, 0, 0.8980392157);
}

.solutionsMainWrapper .solutionsItems .container .solutionItem .solutionItemText .solutionItemSubTitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  max-width: 434px;
  color: rgba(0, 0, 0, 0.6980392157);
  height: 100px;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 10px;
}

.solutionsMainWrapper .solutionsItems .container .solutionItem .solutionItemText .solutionItemSubTitle::-webkit-scrollbar {
  width: 6px;
}

.solutionsMainWrapper .solutionsItems .container .solutionItem .solutionItemText .solutionItemSubTitle::-webkit-scrollbar-track {
  background: #DAD4F4;
}

.solutionsMainWrapper .solutionsItems .container .solutionItem .solutionItemText .solutionItemSubTitle::-webkit-scrollbar-thumb {
  background-color: #7E00E1;
  border-radius: 4px;
}

.solutionsMainWrapper .solutionsItems .container .solutionItem .solutionItemText .solutionItemSubTitle::-webkit-scrollbar-thumb:hover {
  background-color: #580085;
}

.solutionsMainWrapper .solutionsItems .container .solutionItem .solutionItemTags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  width: 270px;
}

.solutionsMainWrapper .solutionsItems .container .solutionItem .solutionItemTags .solutionItemTag {
  border: 1px solid rgba(0, 0, 0, 0.6980392157);
  color: rgba(0, 0, 0, 0.6980392157);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  border-radius: 50px;
  padding: 3px 9px;
  max-height: 30px;
  overflow: hidden;
}

.solutionsMainWrapper .solutionsItems .container .solutionItem .solutionLink {
  min-width: 160px;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  background: #440090;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transform: translate(0);
  transition: all 0.3s linear;
  border-radius: 10px;
}

.solutionsMainWrapper .solutionsItems .container .solutionItem .solutionLink .solutionlinkImg {
  transition: all 0.3s linear;
}

.solutionsMainWrapper .solutionsItems .container .solutionItem .solutionLink:hover .solutionlinkImg {
  transition: all 0.3s linear;
  transform: translateX(10px);
}

.solutionsMainWrapper .features {
  margin-top: 90px;
  padding: 0;
  max-width: 896px;
  width: 100%;
}

.solutionsMainWrapper .features h3 {
  text-transform: none;
  margin-bottom: 50px;
}

.solutionsMainWrapper .features .innerRow {
  flex-wrap: wrap;
}

.solutionsMainWrapper .features .innerRow .item {
  flex-basis: 32%;
  margin-right: 15px;
  padding: 0;
}

.solutionsMainWrapper .features .innerRow .item:nth-child(3n+3) {
  margin-right: 0;
}

html[lang=pt-br] .singleSolutoinsHeader.turnkey h1,
html[lang=pt-pt] .singleSolutoinsHeader.turnkey h1 {
  line-height: 105%;
}

html[lang=pt-br] .singleSolutoinsHeader.legal-services h1,
html[lang=pt-pt] .singleSolutoinsHeader.legal-services h1 {
  line-height: 125%;
}

html[lang=fr] .singleSolutoinsHeader.retail h1 {
  line-height: 108%;
}

html[lang=pt-br] .singleSolutoinsWrapper .singleSolutionsAbout h2,
html[lang=pt-pt] .singleSolutoinsWrapper .singleSolutionsAbout h2 {
  line-height: 110%;
}

html[lang=fr] .singleSolutoinsWrapper .singleSolutionsAbout h2 {
  line-height: 105%;
}

.singleSolutoinsHeader {
  padding: 20px 0 80px;
  height: auto;
}

.singleSolutoinsHeader .imageBg {
  height: 100%;
  width: 100%;
  max-width: 1920px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
  z-index: 0;
}

.singleSolutoinsHeader .imageBg img {
  max-width: none;
}

.singleSolutoinsHeader .imageBg.mob {
  display: none;
}

.singleSolutoinsHeader .solutionsText {
  max-width: 488px;
  width: 100%;
  position: relative;
  margin: 0 0 0 auto;
  z-index: 1;
}

.singleSolutoinsHeader .zoho_popup_btn {
  margin: 43px 0 0 0;
}

.singleSolutoinsHeader h1 {
  color: #FFFFFF;
  line-height: 90%;
  margin-bottom: 30px;
}

.singleSolutoinsHeader h1 span {
  width: 100%;
  display: inline-block;
}

.singleSolutoinsHeader h1 span:nth-child(2) {
  padding-left: 78px;
}

.singleSolutoinsHeader h3 {
  font-size: 24px;
  line-height: 30px;
  text-transform: none;
}

.singleSolutoinsHeader .keyText {
  margin-top: 50px;
}

.singleSolutoinsHeader .innerKey {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  list-style: disc;
  padding-left: 14px;
}

.singleSolutoinsHeader .innerKey .item {
  max-width: 140px;
  width: 28%;
}

.singleSolutoinsHeader .innerKey .item::marker {
  font-size: 14px;
}

.singleSolutoinsWrapper .onlineSection {
  margin: 0;
  padding: 100px 0 0;
}

.singleSolutoinsWrapper .onlineSection .innerRow {
  margin-top: 0;
  max-width: 100%;
}

.singleSolutoinsWrapper .onlineSection .innerBtnText .item {
  padding-top: 30px;
}

.singleSolutoinsWrapper .onlineSection .innerBtn {
  max-width: 590px;
  width: 50%;
}

.singleSolutoinsWrapper .products {
  padding: 100px 0 140px;
}

.singleSolutoinsWrapper .products .itemRow {
  padding-top: 90px;
}

.singleSolutoinsWrapper .products .prod_info {
  padding-top: 175px;
  width: 44%;
}

.singleSolutoinsWrapper .products .prod_img {
  top: -65px;
}

.singleSolutoinsWrapper .products .prod_slider .prod_slide h3 {
  text-transform: none;
}

.singleSolutoinsWrapper .products .prod_slider .prod_slide .txt {
  display: none;
}

.singleSolutoinsWrapper li {
  font-size: 20px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
}

.singleSolutoinsWrapper li:last-child {
  margin-bottom: 0;
}

.singleSolutoinsWrapper .singleSolutionsAbout {
  padding: 100px 0 120px;
  position: relative;
}

.singleSolutoinsWrapper .singleSolutionsAbout .animationsWrapper {
  width: 222px;
  height: 276px;
  bottom: 10px;
  left: 0;
  z-index: -1;
}

.singleSolutoinsWrapper .singleSolutionsAbout .animationsWrapper .big_triangle {
  max-width: 223px;
  position: absolute;
  top: 10px;
  left: -92px;
  animation: orbit2 4s linear infinite;
}

.singleSolutoinsWrapper .singleSolutionsAbout .animationsWrapper .big_triangle img {
  transform: rotate(-40deg);
}

.singleSolutoinsWrapper .singleSolutionsAbout .animationsWrapper .middle_triangle {
  max-width: 60px;
  position: absolute;
  bottom: 140px;
  right: 20px;
  animation: MoveItemsInfinite1 7s linear infinite;
}

.singleSolutoinsWrapper .singleSolutionsAbout .animationsWrapper .middle_triangle img {
  transform: rotate(60deg);
}

.singleSolutoinsWrapper .singleSolutionsAbout .animationsWrapper .small_ball {
  max-width: 27px;
  position: absolute;
  bottom: 90px;
  left: 115px;
  animation: orbit2 6s linear infinite;
}

.singleSolutoinsWrapper .singleSolutionsAbout .aboutSolutions:last-child .innerRow:first-child h2 span:nth-child(2),
.singleSolutoinsWrapper .singleSolutionsAbout .aboutSolutions:last-child .innerRow:first-child h2 span:nth-child(4) {
  padding-left: 100px;
}

.singleSolutoinsWrapper .singleSolutionsAbout .aboutSolutions:last-child .innerRow:first-child ul {
  margin-top: 15px;
}

.singleSolutoinsWrapper .singleSolutionsAbout .aboutSolutions:last-child .innerRow:nth-child(2) .bold,
.singleSolutoinsWrapper .singleSolutionsAbout .aboutSolutions:last-child .innerRow:nth-child(3) .bold {
  margin-bottom: 10px;
}

.singleSolutoinsWrapper .singleSolutionsAbout .innerRow {
  display: flex;
  justify-content: space-between;
}

.singleSolutoinsWrapper .singleSolutionsAbout .innerRow .innerItem {
  max-width: 590px;
  width: 50%;
}

.singleSolutoinsWrapper .singleSolutionsAbout .innerRow .innerItem:first-child {
  max-width: 514px;
  width: 43%;
}

.singleSolutoinsWrapper .singleSolutionsAbout .innerRow .innerItem:last-child p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
}

.singleSolutoinsWrapper .singleSolutionsAbout .innerRow .innerItem:last-child p:last-child {
  margin-bottom: 0;
}

.singleSolutoinsWrapper .singleSolutionsAbout .innerRow .innerItem:last-child h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.9);
  text-transform: inherit;
}

.singleSolutoinsWrapper .singleSolutionsAbout h2 {
  line-height: 45px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.singleSolutoinsWrapper .singleSolutionsAbout h2 span {
  width: 100%;
  text-align: left;
}

.singleSolutoinsWrapper .singleSolutionsAbout h2 span:nth-child(2),
.singleSolutoinsWrapper .singleSolutionsAbout h2 span:nth-child(4) {
  padding-left: 100px;
}

.singleSolutoinsWrapper .singleSolutionsAbout ul,
.singleSolutoinsWrapper .singleSolutionsAbout ol {
  margin: 37px 0;
  width: 100%;
  position: relative;
}

.singleSolutoinsWrapper .singleSolutionsAbout ul::after,
.singleSolutoinsWrapper .singleSolutionsAbout ol::after {
  content: "";
  position: absolute;
  max-width: 62px;
  width: 11%;
  height: 14px;
  background: url("/img/icons/ulAfter.svg") no-repeat center;
  background-size: contain;
  top: -14px;
  left: 0;
}

.singleSolutoinsWrapper .singleSolutionsAbout ul li,
.singleSolutoinsWrapper .singleSolutionsAbout ol li {
  list-style: disc;
  max-width: 414px;
  width: 71%;
  margin: 0 auto 20px;
}

.singleSolutoinsWrapper .singleSolutionsAbout ul li::marker,
.singleSolutoinsWrapper .singleSolutionsAbout ol li::marker {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #440090;
}

.singleSolutoinsWrapper .singleSolutionsAbout ol {
  list-style: decimal;
}

.singleSolutoinsWrapper .singleSolutionsAbout .txt {
  margin-bottom: 20px;
}

.singleSolutoinsWrapper .singleSolutionsAbout .txt:last-child {
  margin-bottom: 0;
}

.singleSolutoinsWrapper .singleSolutionsAbout h3 {
  font-size: 24px;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 10px;
  text-transform: lowercase;
}

.singleSolutoinsWrapper .features {
  padding-top: 0;
}

.singleSolutoinsWrapper .features .innerRow {
  display: grid;
}

.singleSolutoinsWrapper .features .innerRow .item {
  margin-bottom: 0;
}

.singleSolutoinsWrapper .features .innerRow .item:nth-child(2) {
  grid-area: 2/1/3/2;
}

.singleSolutoinsWrapper .features .innerRow .item:nth-child(4) {
  grid-area: 2/2/3/3;
}

.singleSolutoinsWrapper .features .innerRow .item:nth-child(6) {
  grid-area: 2/3/3/4;
}

.singleSolutoinsWrapper .features .innerRow .item:nth-child(8) {
  grid-area: 2/4/3/5;
}

.singleSolutoinsWrapper .features .innerRow .txt {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.singleSolutoinsWrapper .solutionsWrapper h2 {
  max-width: 550px;
  width: 100%;
}

.singleSolutoinsWrapper .solutionsWrapper h2 span {
  width: 100%;
}

.singleSolutoinsWrapper .solutionsWrapper h2 span:nth-child(2),
.singleSolutoinsWrapper .solutionsWrapper h2 span:nth-child(4) {
  padding-left: 100px;
}

.singleSolutoinsWrapper .solutionsWrapper {
  padding-bottom: 120px;
}

.singleSolutoinsWrapper .selectedSolutions,
.singleSolutoinsWrapper .table.only_three {
  justify-content: space-between;
}

.singleSolutoinsWrapper .selectedSolutions h3,
.singleSolutoinsWrapper .selectedSolutions .txt,
.singleSolutoinsWrapper .table.only_three h3,
.singleSolutoinsWrapper .table.only_three .txt {
  color: rgba(0, 0, 0, 0.9);
}

.singleSolutoinsWrapper .selectedSolutions h3,
.singleSolutoinsWrapper .table.only_three h3 {
  position: relative;
  display: inline-block;
}

.singleSolutoinsWrapper .selectedSolutions h3::after,
.singleSolutoinsWrapper .table.only_three h3::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -70px;
  background: url("/img/icons/more_blog.svg");
  width: 50px;
  height: 16px;
  transition: right 0.3s linear;
}

.singleSolutoinsWrapper .selectedSolutions .table__cell,
.singleSolutoinsWrapper .table.only_three .table__cell {
  width: 34%;
}

.singleSolutoinsWrapper .selectedSolutions .table__cell.active,
.singleSolutoinsWrapper .table.only_three .table__cell.active {
  width: 612px;
  transition: width 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.singleSolutoinsWrapper .selectedSolutions .table__cell.active .solInfo,
.singleSolutoinsWrapper .table.only_three .table__cell.active .solInfo {
  visibility: visible;
  opacity: 1;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.singleSolutoinsWrapper .selectedSolutions .table__cell.active .solImage::after,
.singleSolutoinsWrapper .table.only_three .table__cell.active .solImage::after {
  background: transparent;
  transition: width 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.singleSolutoinsWrapper .selectedSolutions .table__cell.hide,
.singleSolutoinsWrapper .table.only_three .table__cell.hide {
  width: 293px;
  transition: width 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.singleSolutoinsWrapper .selectedSolutions .table__cell.hide h3,
.singleSolutoinsWrapper .table.only_three .table__cell.hide h3 {
  font-size: 19px;
  line-height: 137%;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.singleSolutoinsWrapper .selectedSolutions .table__cell.hide .solImage::after,
.singleSolutoinsWrapper .table.only_three .table__cell.hide .solImage::after {
  mix-blend-mode: multiply;
  transition: width 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.singleSolutoinsWrapper .selectedSolutions .table__cell.hide .smallImg img,
.singleSolutoinsWrapper .table.only_three .table__cell.hide .smallImg img {
  left: -104px;
  transition: all linear;
}

.singleSolutoinsWrapper .selectedSolutions .table__cell .solutionsItem,
.singleSolutoinsWrapper .table.only_three .table__cell .solutionsItem {
  min-height: auto;
}

.singleSolutoinsWrapper .selectedSolutions .table__cell .solImage img,
.singleSolutoinsWrapper .table.only_three .table__cell .solImage img {
  left: 0;
}

.singleSolutoinsWrapper .selectedSolutions .table__cell .smallImg img,
.singleSolutoinsWrapper .table.only_three .table__cell .smallImg img {
  left: -74px;
}

.singleSolutoinsWrapper .selectedSolutions .table__cell .solInfo,
.singleSolutoinsWrapper .table.only_three .table__cell .solInfo {
  display: none;
}

.providerSinglePage .singleSolutionsProvider .solutionsPreview .txt {
  margin-bottom: 20px;
}

html[lang=pt-pt] .singleSolutoinsWrapper .solutionsWrapper h2,
html[lang=pt-br] .singleSolutoinsWrapper .solutionsWrapper h2 {
  line-height: 126%;
}

@keyframes MoveItemsInfinite1 {
  0% {
    transform: translate(0, 0);
  }

  12.5% {
    transform: translate(0, 10px);
  }

  25% {
    transform: translate(10px, 10px);
  }

  37.5% {
    transform: translate(10px, -5px);
  }

  50% {
    transform: translate(0, 0);
  }

  62.5% {
    transform: translate(5, -10px);
  }

  75% {
    transform: translate(-10px, -10px);
  }

  87.5% {
    transform: translate(-10px, -15px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes MoveItemsInfinite2 {
  0% {
    transform: translate(0, 0);
  }

  12.5% {
    transform: translate(0, 10px);
  }

  25% {
    transform: translate(10px, 0px);
  }

  37.5% {
    transform: translate(10px, -10px);
  }

  50% {
    transform: translate(0, 0);
  }

  62.5% {
    transform: translate(0, -10px);
  }

  75% {
    transform: translate(-10px, 0px);
  }

  87.5% {
    transform: translate(-10px, 10px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes MoveItemsInfinite {
  0% {
    transform: translate(0%);
  }

  25% {
    transform: translate(10px);
  }

  50% {
    transform: translate(10px, 10px);
  }

  75% {
    transform: translate(0px, 10px);
  }

  100% {
    transform: translate(0px);
  }
}

@keyframes orbit2 {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}

.solutionsBenefits {
  background: url("/img/readyToStart.webp") no-repeat 0 0;
  background-size: cover;
  padding: 100px 0;
}

.solutionsBenefits h2 {
  margin-bottom: 30px;
}

.solutionsBenefits .innerRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 100px;
}

.solutionsBenefits .innerRow .itemLeft {
  max-width: 386px;
  width: 100%;
}

.solutionsBenefits .innerRow .itemRight {
  max-width: 488px;
  width: 100%;
  margin-left: 15px;
}

.solutionsBenefits .innerRow .itemRight .item {
  position: relative;
}

.solutionsBenefits .innerRow .itemRight .item h3 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 0;
  top: 0;
  left: 0;
  z-index: 2;
  padding-left: 0;
  transition: all 0.3s;
  color: #FFFFFF;
  line-height: 30px;
  border-top: 1px solid rgba(80, 54, 194, 0.6);
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}

.solutionsBenefits .innerRow .itemRight .item:last-child h3 {
  border-bottom: 1px solid rgba(80, 54, 194, 0.6);
  transition: all 0.3s;
}

.solutionsBenefits .innerRow .itemRight .item.hideTop h3 {
  border-top: 1px solid transparent;
  transition: all 0.3s;
}

.solutionsBenefits .innerRow .itemRight .item.active,
.solutionsBenefits .innerRow .itemRight .item:focus {
  transition: all 0.3s;
}

.solutionsBenefits .innerRow .itemRight .item.active h3,
.solutionsBenefits .innerRow .itemRight .item:focus h3 {
  border: 1px solid #7C7CFF;
  color: #7C7CFF;
  padding-left: 15px;
  transition: all 0.3s;
}

html[lang=ru] .singleSolutoinsWrapper .singleSolutionsAbout h2.small {
  line-height: 50px;
}

html[lang=ru] .singleSolutoinsWrapper.sport-engine .singleSolutionsAbout h2.small {
  line-height: 60px;
}

html[lang=ru] .singleSolutoinsHeader.legal-services h1 {
  line-height: 100%;
}

html[lang=ru] .singleSolutoinsHeader.legal-services .innerKey .item {
  font-size: 14px;
  max-width: 149px;
  width: 30%;
}

html[lang=en] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3,
html[lang=en] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
  font-size: 26px;
}

html[lang=pt-br] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
  font-size: 22px;
}

html[lang=pt-br] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
  font-size: 26px;
}

html[lang=fr] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
  font-size: 25px;
}

html[lang=fr] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
  font-size: 27px;
}

html[lang=pt-pt] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3,
html[lang=pt-pt] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
  font-size: 26px;
}

html[lang=ru] .singleSolutoinsWrapper.turnkey .solutionsBenefits .innerRow .itemRight .item h3 {
  font-size: 26px;
}

html[lang=ru] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
  font-size: 27px;
}

html[lang=ru] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
  font-size: 25px;
}

.newSingleSolutoinsWrapper .features {
  padding: 0px 0 140px;
}

.newSingleSolutoinsWrapper .features h2 {
  font-weight: 700;
  font-size: 68px;
  line-height: 78px;
  margin-bottom: 113px;
  letter-spacing: 0px;
  text-transform: initial;
  color: rgba(0, 0, 0, 0.8980392157);
}

.newSingleSolutoinsWrapper .features .maxWidth {
  max-width: 488px;
}

.newSingleSolutoinsWrapper .features .innerRow {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  grid-row-gap: 0;
}

.newSingleSolutoinsWrapper .features .innerRowFeatures {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 113px 42px;
}

.newSingleSolutoinsWrapper .features .innerRowFeatures .itemWrap {
  position: relative;
  padding: 31px 20px 20px 20px;
  border-radius: 26px;
  background: linear-gradient(106deg, #E8E5F4 3.47%, #F5F5F7 36.48%);
  height: 196px;
  display: flex;
  flex-direction: column;
}

.newSingleSolutoinsWrapper .features .innerRowFeatures .itemWrap .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  text-transform: none;
  min-height: 60px;
  height: 60px;
  overflow: hidden;
}

.newSingleSolutoinsWrapper .features .innerRowFeatures .itemWrap .txt {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8980392157);
  overflow: hidden;
}

.newSingleSolutoinsWrapper .features .innerRowFeatures .itemWrap .maxWidth {
  max-width: 346px;
  margin: auto 0 0 0;
}

.newSingleSolutoinsWrapper .features .innerRowFeatures .itemWrap .itemImg {
  max-width: 90px;
  max-height: 80px;
  position: absolute;
  top: -63px;
}

.newSingleSolutoinsWrapper .features .innerRowFeatures .itemWrap .itemImg img {
  max-height: 80px;
}

.newSingleSolutoinsWrapper .turnkey {
  position: relative;
  padding: 0px 0 140px;
}

.newSingleSolutoinsWrapper .turnkey h2 {
  color: rgba(0, 0, 0, 0.9);
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 78px;
  text-transform: none;
  text-align: center;
}

.newSingleSolutoinsWrapper .turnkey .maxWidth {
  max-width: 488px;
}

.newSingleSolutoinsWrapper .turnkey .innerRow {
  display: flex;
  flex-direction: column;
  grid-row-gap: 0;
}

.newSingleSolutoinsWrapper .turnkey .innerRowTurnkey {
  display: grid;
  grid-template-columns: 386px auto 386px;
  grid-gap: 22px;
  align-items: flex-start;
  margin-top: 60px;
}

.newSingleSolutoinsWrapper .turnkey .innerRowTurnkey .leftColumn,
.newSingleSolutoinsWrapper .turnkey .innerRowTurnkey .rightColumn {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.newSingleSolutoinsWrapper .turnkey .innerRowTurnkey .videoWrapper {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.newSingleSolutoinsWrapper .turnkey .innerRowTurnkey .videoWrapper video {
  width: 225px;
  clip-path: inset(6px);
  overflow: hidden;
  border-radius: 0.01px;
}

.newSingleSolutoinsWrapper .turnkey .innerRowTurnkey .itemHeader {
  height: 80px;
  display: flex;
  align-items: center;
  gap: 31px;
  padding: 0;
  margin-bottom: 26px;
  overflow: hidden;
}

.newSingleSolutoinsWrapper .turnkey .innerRowTurnkey .title {
  max-height: 60px;
  margin-bottom: 0;
  text-transform: none;
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.newSingleSolutoinsWrapper .turnkey .innerRowTurnkey .txt {
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  height: 48px;
}

.newSingleSolutoinsWrapper .turnkey .innerRowTurnkey .itemImg {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  min-height: 50px;
  max-width: 50px;
  transition: transform 0.7s linear;
}

.newSingleSolutoinsWrapper .turnkey .innerRowTurnkey .itemWrap {
  display: flex;
  flex-direction: column;
  padding: 22px 28px;
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(106deg, #E8E5F4 3.47%, #F5F5F7 36.48%);
}

.newSingleSolutoinsWrapper .turnkey .animationsWrapper {
  width: 288px;
  height: 345px;
  right: 0;
  top: -130px;
  z-index: 1;
}

.newSingleSolutoinsWrapper .turnkey .animationsWrapper .big_triangle {
  position: absolute;
  top: 0;
  right: -10px;
  animation: MoveItemsInfinite 4s linear infinite;
}

.newSingleSolutoinsWrapper .turnkey .animationsWrapper .middle_triangle {
  position: absolute;
  bottom: 35px;
  left: 0;
  animation: MoveItemsInfinite1 7s linear infinite;
}

.newSingleSolutoinsWrapper .turnkey .animationsWrapper .small_ball {
  position: absolute;
  bottom: 0;
  right: 100px;
  animation: orbit2 5s linear infinite;
}

.newSingleSolutoinsWrapper .singleSolutionsAbout {
  position: relative;
  margin-bottom: 160px;
}

.newSingleSolutoinsWrapper .singleSolutionsAbout .aboutSolutions .innerHeader {
  margin-bottom: 80px;
}

.newSingleSolutoinsWrapper .singleSolutionsAbout .aboutSolutions .innerHeader h2 {
  margin-bottom: 50px;
}

.newSingleSolutoinsWrapper .singleSolutionsAbout .aboutSolutions .innerHeader .maxWidth {
  max-width: 488px;
}

.newSingleSolutoinsWrapper .singleSolutionsAbout .aboutSolutions .innerRow {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 11px;
}

.newSingleSolutoinsWrapper .singleSolutionsAbout .aboutSolutions .innerRow .item {
  position: relative;
  width: calc(33% - 11px);
}

.newSingleSolutoinsWrapper .singleSolutionsAbout .aboutSolutions .innerRow .number {
  position: absolute;
  display: inline-block;
  top: -72px;
  left: -5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 180px;
  line-height: 200px;
  background: linear-gradient(90deg, rgb(68, 0, 144) 20%, rgb(124, 124, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  z-index: 2;
}

.newSingleSolutoinsWrapper .singleSolutionsAbout .aboutSolutions .innerRow .innerItem {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: 55px;
  padding: 30px 22px;
  background: transparent;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  z-index: 3;
  overflow: hidden;
}

.newSingleSolutoinsWrapper .singleSolutionsAbout .aboutSolutions .innerRow .innerItem::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(127.65deg, #E8DAF7 -7.12%, #FFFFFF 55.5%);
  opacity: 0.8;
  z-index: -1;
}

.newSingleSolutoinsWrapper .singleSolutionsAbout .aboutSolutions .innerRow .innerItem h3 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #060048;
  text-transform: none;
}

.newSingleSolutoinsWrapper .singleSolutionsAbout .animationsWrapper {
  width: 288px;
  height: 345px;
  right: 0;
  top: -60px;
  z-index: 1;
}

.newSingleSolutoinsWrapper .singleSolutionsAbout .animationsWrapper .big_triangle {
  position: absolute;
  top: 0;
  right: -10px;
  animation: MoveItemsInfinite 4s linear infinite;
}

.newSingleSolutoinsWrapper .singleSolutionsAbout .animationsWrapper .middle_triangle {
  position: absolute;
  bottom: 35px;
  left: 0;
  animation: MoveItemsInfinite1 7s linear infinite;
}

.newSingleSolutoinsWrapper .singleSolutionsAbout .animationsWrapper .small_ball {
  position: absolute;
  bottom: 0;
  right: 100px;
  animation: orbit2 5s linear infinite;
}

.newSingleSolutoinsWrapper .providers_list {
  margin: 0;
  padding: 0px 0 140px 0;
}

.newSingleSolutoinsWrapper .providers_list h2 {
  line-height: 64px;
  color: rgba(6, 0, 72, 0.9);
  margin-bottom: 50px;
}

.newSingleSolutoinsWrapper .providers_list .btnMore {
  display: block;
  margin: 63px 0 0 auto;
}

.newSingleSolutoinsWrapper .providers_list .innerRow {
  max-width: 655px;
}

.newSingleSolutoinsWrapper .providers_list .innerRow .maxWidth {
  max-width: 488px;
}

.newSingleSolutoinsWrapper .providers_list .providersListWrapper {
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 24px;
}

.newSingleSolutoinsWrapper .providers_list .providersListWrapper .providersItem {
  height: 140px;
  background: #FFFFFF;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  overflow: hidden;
  border: none;
}

.newSingleSolutoinsWrapper .providers_list .providersListWrapper .providersItem:hover {
  border: none;
}

.newSingleSolutoinsWrapper .providers_list .providersListWrapper .providersImageWrapper {
  opacity: 1;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.newSingleSolutoinsWrapper .providers_list .providersListWrapper .providersImageWrapper img {
  max-width: 147px;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.newSingleSolutoinsWrapper .providers_list .providersListWrapper h3 {
  font-size: 14px;
  line-height: 24px;
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  transform: none;
  color: rgba(68, 0, 144, 0.2);
  margin-top: 20px;
}

.newSingleSolutoinsWrapper .whyUs {
  padding: 0;
  margin-bottom: 140px;
}

.newSingleSolutoinsWrapper .whyUs .whyUsWrapper .innerRow {
  max-width: 800px;
  margin-bottom: 60px;
  flex-direction: column;
}

.newSingleSolutoinsWrapper .whyUs .whyUsWrapper .innerRow h2 {
  margin-bottom: 50px;
}

.newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsInner {
  margin-bottom: 22px;
}

.newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsInner:nth-child(odd) .whyUsItem {
  flex-direction: row-reverse;
}

.newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsInner:last-of-type {
  margin-bottom: 0;
}

.newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsInner:last-of-type .whyUsItem {
  margin-bottom: 0;
}

.newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsItem {
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  background: #FFFFFF;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  margin-bottom: 22px;
}

.newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsItem .whyUsText {
  max-width: 572px;
  width: 49%;
}

.newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsItem .whyUsText h3 {
  width: 100%;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  text-transform: none;
  background: linear-gradient(91.02deg, #440090 5.55%, #7C7CFF 103.22%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 30px;
  text-align: left;
}

.newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsItem .whyUsText ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin-top: 50px;
}

.newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsItem .whyUsText ul li {
  max-height: 52px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
  text-transform: none;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  padding-left: 21px;
  overflow: hidden;
}

.newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsItem .whyUsText ul li::before {
  content: "";
  position: absolute;
  background: url("/img/icons/green_arrow.svg") no-repeat center;
  width: 11px;
  height: 21px;
  left: 0;
  top: 3px;
}

.newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsItem .whyUsText .whyUsImage {
  display: none;
}

.newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsItem .whyUsImage {
  max-width: 540px;
  width: 46%;
}

.newSingleSolutoinsWrapper .productsWrapper {
  position: relative;
  padding: 70px 0 100px;
  margin: 0 0 120px 0;
  z-index: 0;
  font-family: Montserrat;
}

.newSingleSolutoinsWrapper .productsWrapper .container {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 60px;
}

.newSingleSolutoinsWrapper .productsWrapper .container .productsInner h2 {
  font-size: 70px;
  line-height: 64px;
  text-transform: uppercase;
  color: #1E195A;
  margin-bottom: 30px;
  font-family: Montserrat !important;
}

.newSingleSolutoinsWrapper .productsWrapper .container .productsInner p {
  max-width: 488px;
  color: rgba(0, 0, 0, 0.6980392157);
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 50px;
}

.newSingleSolutoinsWrapper .productsWrapper .container .productsInner .innerRow {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.newSingleSolutoinsWrapper .productsWrapper .container .productsInner .innerRow .item {
  display: flex;
  flex-direction: column;
  max-width: 530px;
  background: #F5F5F7;
  border-radius: 15px;
  box-sizing: border-box;
  overflow: hidden;
}

.newSingleSolutoinsWrapper .productsWrapper .container .productsInner .innerRow .item:hover img {
  transform: scale(1.2);
  transition: transform 0.5s linear;
}

.newSingleSolutoinsWrapper .productsWrapper .container .productsInner .innerRow .linkItem {
  padding: 40px 22px 22px 22px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  z-index: 2;
}

.newSingleSolutoinsWrapper .productsWrapper .container .productsInner .innerRow .btnTxtToggle {
  display: none;
  height: 32px;
  background: #E8E5F4;
  border: none;
}

.newSingleSolutoinsWrapper .productsWrapper .container .productsInner .innerRow .btnTxtToggle.open svg {
  transform: rotate(180deg);
}

.newSingleSolutoinsWrapper .productsWrapper .container .productsInner .innerRow .itemText {
  padding: 0 10px;
}

.newSingleSolutoinsWrapper .productsWrapper .container .productsInner .innerRow .itemText .txt {
  margin: 0 0 15px 0;
}

.newSingleSolutoinsWrapper .productsWrapper .container .productsInner .innerRow .itemImage {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 20px;
}

.newSingleSolutoinsWrapper .productsWrapper .container .productsInner .innerRow .itemImage img {
  transition: transform 0.5s linear;
  max-width: 90px;
}

.newSingleSolutoinsWrapper .productsWrapper .container .productsInner .innerRow .itemImage h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  color: #060048;
  text-transform: none;
  font-family: Montserrat !important;
}

.newSingleSolutoinsWrapper .productsWrapper .animationsWrapper {
  position: absolute;
  width: 1200px;
  height: 1000px;
  right: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.newSingleSolutoinsWrapper .productsWrapper .animationsWrapper .big_triangle {
  position: absolute;
  bottom: -130px;
  right: -90px;
  animation: MoveItemsInfinite 4s linear infinite;
}

.newSingleSolutoinsWrapper .productsWrapper .animationsWrapper .middle_triangle {
  position: absolute;
  bottom: 12%;
  right: 22%;
  animation: MoveItemsInfinite1 7s linear infinite;
}

.newSingleSolutoinsWrapper .productsWrapper .animationsWrapper .small_ball {
  position: absolute;
  bottom: 10%;
  right: 38%;
  animation: orbit2 5s linear infinite;
}

.newSingleSolutoinsWrapper .productsWrapper .animationsWrapper .animationsProducts {
  position: absolute;
  width: 144px;
  height: 217px;
  left: 115px;
  bottom: -60px;
  z-index: 2;
}

.newSingleSolutoinsWrapper .productsWrapper .animationsWrapper .relativeWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.newSingleSolutoinsWrapper .productsWrapper .animationsWrapper .triangle {
  position: absolute;
  top: 0;
  left: 0;
  animation: MoveItemsInfinite1 7s linear infinite;
}

.newSingleSolutoinsWrapper .productsWrapper .animationsWrapper .ball {
  position: absolute;
  bottom: 0;
  right: 0;
  animation: orbit2 5s linear infinite;
}

.newSingleSolutoinsWrapper .onlineSection {
  padding-bottom: 120px;
  margin: 0;
}

.newSingleSolutoinsWrapper .onlineSection h2 {
  max-width: 690px;
  width: 100%;
  margin-bottom: 50px;
}

.newSingleSolutoinsWrapper .onlineSection .innerRow {
  max-width: 100%;
  margin: 0;
  height: auto !important;
}

.newSingleSolutoinsWrapper .onlineSection .innerBtnText .itemBtn {
  max-width: 100%;
  width: 100%;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
  padding: 20px 60px 20px 15px;
  border-radius: 15px;
  border: none;
  position: relative;
}

.newSingleSolutoinsWrapper .onlineSection .innerBtnText .itemBtn:hover {
  color: #000035;
  background: #E8E5F4;
}

.newSingleSolutoinsWrapper .onlineSection .innerBtnText .itemBtn.active:hover {
  color: #ffffff;
  background: #531E8E;
  cursor: auto;
}

.newSingleSolutoinsWrapper .onlineSection .innerBtnText .itemBtn.active::after {
  background: url("/img/icons/minus-rounded.svg") no-repeat center;
  background-size: contain;
  transition: all 0.3s;
}

.newSingleSolutoinsWrapper .onlineSection .innerBtnText .itemBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 20px;
  height: 20px;
  background: url("/img/icons/plus-rounded.svg") no-repeat center;
  background-size: contain;
  transition: all 0.3s;
}

.newSingleSolutoinsWrapper .onlineSection .innerBtnText .item {
  position: relative;
  left: auto;
  top: auto;
  max-width: 100%;
  width: 100%;
  max-height: 0px;
  transition: all 0.3s;
  overflow: hidden;
}

.newSingleSolutoinsWrapper .onlineSection .innerBtnText .item * {
  font-size: 20px !important;
  line-height: 30px !important;
  margin-bottom: 20px !important;
  background-color: transparent !important;
}

.newSingleSolutoinsWrapper .onlineSection .innerBtnText .item *:last-child {
  margin-bottom: 0 !important;
}

.newSingleSolutoinsWrapper .onlineSection .innerBtnText .item ul,
.newSingleSolutoinsWrapper .onlineSection .innerBtnText .item ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.newSingleSolutoinsWrapper .onlineSection .innerBtnText .item.active {
  max-height: 1000px;
  transition: all 0.3s;
  padding: 50px 8px 50px 0;
}

.newSingleSolutoinsWrapper .onlineSection .innerBtn {
  max-width: 100%;
  width: 100%;
}

.gamification-and-loyalty .whyUs .whyUsWrapper .whyUsInner:nth-of-type(3) .whyUsItem .whyUsImage img {
  transform: scale(0.85);
}

@media (max-width: 1440px) {
  .newSingleSolutoinsWrapper .productsWrapper .animationsWrapper {
    right: 230px;
  }

  html[lang=pt-pt] .singleSolutoinsHeader.sport-engine h1 span:nth-child(2) {
    padding-left: 50px;
  }

  .solutionsHeader .solutionsAllWrapper .solutionsItem:nth-child(odd) .solutionsPreview {
    margin-right: 101px;
  }

  .solutionsHeader .solutionsAllWrapper .solutionsItem .solutionsPreview {
    margin-left: 101px;
  }

  .singleSolutoinsHeader .imageBg {
    left: 42%;
  }

  .singleSolutoinsWrapper .products .prod_img {
    right: -90px;
    top: -50px;
  }

  .newSingleSolutoinsHeader .solutionsImage {
    width: 60%;
    margin-left: -40px;
  }

  .newSingleSolutoinsHeader .solutionsText {
    width: 42%;
  }
}

@media (max-width: 1400px) {
  html[lang=ru] .singleSolutoinsHeader.legal-services h1 {
    font-size: 60px;
  }
}

@media (max-width: 1280px) {
  html[lang=es] .singleSolutoinsHeader.turnkey .innerKey .item,
  html[lang=pt-pt] .singleSolutoinsHeader.turnkey .innerKey .item,
  html[lang=pt-br] .singleSolutoinsHeader.turnkey .innerKey .item {
    font-size: 14px;
  }

  .newSingleSolutoinsWrapper .singleSolutionsAbout .animationsWrapper {
    display: none;
  }

  .newSingleSolutoinsWrapper .turnkey .animationsWrapper {
    display: none;
  }

  .newSingleSolutoinsWrapper .productsWrapper .animationsWrapper {
    display: none;
  }
}

@media (max-width: 1200px) {
  .main_wrapper .solutionsHeader {
    margin-top: 80px;
    padding-top: 20px;
  }

  .main_wrapper .solutionsHeader .breadCrumbsWrapper {
    padding-top: 20px;
  }

  .main_wrapper .solutionsHeader .productsTopSection {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }

  .main_wrapper .solutionsHeader .productsTopSection .productsTopSectionImg {
    max-width: 361px;
    margin-top: -15px;
    position: initial;
  }

  .main_wrapper .solutionsHeader .productsTopSection .productsTopSectionText {
    margin: 30px 0 0 0;
  }

  .main_wrapper .solutionsHeader .productsTopSection .productsTopSectionText .productsTopSectionTitle {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: uppercase;
    margin-bottom: 30px;
  }

  .main_wrapper .solutionsHeader .productsTopSection .productsTopSectionText .productsTopSectionSubTitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }

  .main_wrapper .solutionsHeader .productsTopSection .productsTopSectionText .mainButton {
    width: auto;
  }

  .productsWrapper .productsInner .innerRow {
    justify-content: center;
  }

  .productsWrapper .productsInner .innerRow .item {
    width: 40%;
  }

  .singleSolutoinsWrapper .products .prod_img {
    right: -150px;
  }

  .singleSolutoinsWrapper .solutionsWrapper .table.only_three h3 {
    font-size: 24px;
    max-width: 166px;
  }

  .singleSolutoinsHeader .imageBg {
    left: 55%;
    width: 135%;
  }

  html[lang=ru] .solutionsBenefits .innerRow {
    margin-right: 50px;
  }

  html[lang=ru] .singleSolutoinsWrapper.white-label .aboutSolutions:last-child .innerRow:first-child h2,
  html[lang=ru] .singleSolutoinsWrapper.retail .aboutSolutions:last-child .innerRow:first-child h2,
  html[lang=ru] .singleSolutionsAbout .aboutSolutions:last-child .innerRow:first-child h2 {
    font-size: 44px;
  }

  .solutionsBenefits .innerRow {
    margin-right: 50px;
  }
}

@media (max-width: 1024px) {
  html[lang=ru] .solutionsBenefits .innerRow {
    margin-right: 0px;
  }

  .singleSolutoinsHeader .imageBg {
    left: 48%;
  }

  .singleSolutoinsHeader .singleSolutionsAbout {
    padding-top: 68px;
  }

  .singleSolutoinsWrapper .table.only_three {
    flex-wrap: nowrap;
  }

  .singleSolutoinsWrapper .table.only_three .table__cell {
    width: 34%;
    padding: 0 22px 0 0;
  }

  .singleSolutoinsWrapper .table.only_three .table__cell .solImage {
    height: 324px;
  }

  html[lang=ru] .solutionsBenefits .innerRow {
    margin-right: 0px;
  }

  html[lang=ru] .solutionsBenefits h2 {
    font-size: 43px;
  }

  .newSingleSolutoinsWrapper .whyUs {
    margin-bottom: 70px;
  }

  .newSingleSolutoinsWrapper .contactsPage .innerRow {
    flex-direction: row;
  }

  .newSingleSolutoinsWrapper .contactsPage .zcwf_title.title {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (max-width: 1023px) {
  .newSingleSolutoinsWrapper .productsWrapper .productsInner h2 {
    margin-bottom: 60px;
  }

  .newSingleSolutoinsWrapper .productsWrapper .productsInner .innerRow {
    flex-wrap: wrap;
  }

  .newSingleSolutoinsWrapper .productsWrapper .productsInner .innerRow .item {
    width: calc(50% - 11px);
  }
}

@media (max-width: 991px) {
  html[lang=ru] .singleSolutoinsHeader.legal-services h1 {
    font-size: 50px;
  }

  html[lang=ru] .singleSolutoinsWrapper.white-label .aboutSolutions:last-child .innerRow:first-child h2,
  html[lang=ru] .singleSolutoinsWrapper.retail .aboutSolutions:last-child .innerRow:first-child h2,
  html[lang=ru] .singleSolutionsAbout .aboutSolutions:last-child .innerRow:first-child h2 {
    font-size: 50px;
  }

  html[lang=ru] .singleSolutoinsWrapper.seamless-wallet-api .aboutSolutions:last-child .innerRow:first-child h2,
  html[lang=ru] .singleSolutoinsWrapper.retail .aboutSolutions:last-child .innerRow:first-child h2,
  html[lang=ru] .singleSolutoinsWrapper.turnkey .aboutSolutions:last-child .innerRow:first-child h2,
  html[lang=ru] .singleSolutoinsWrapper.legal-services .aboutSolutions:last-child .innerRow:first-child h2 {
    line-height: 112%;
  }

  .singleSolutoinsWrapper .solutionsWrapper .table.only_three h3 {
    max-width: 110px;
    min-width: 110px;
    line-height: 100%;
  }

  .singleSolutoinsWrapper .solutionsWrapper .table.only_three h3::after {
    right: -50px;
  }

  .singleSolutoinsWrapper .products.prodSlide {
    padding-bottom: 0;
  }

  .singleSolutoinsWrapper .products.prodSlide .prod_slider .prod_slide {
    justify-content: space-between;
    padding-bottom: 0;
    padding-top: 30px;
  }

  .singleSolutoinsWrapper .products.prodSlide .prod_slider .prod_img {
    right: -115px;
  }

  .singleSolutoinsWrapper .products.prodSlide .prod_slider .prod_info {
    padding-top: 90px;
    padding-bottom: 290px;
  }

  .singleSolutoinsWrapper .products.prodSlide .prod_slider .slick-dots {
    display: none !important;
  }

  .singleSolutoinsWrapper .solutionsWrapper {
    margin-top: 0px;
    padding: 70px 0;
  }

  .singleSolutoinsWrapper .solutionsWrapper h2 {
    margin-bottom: 20px;
  }

  .singleSolutoinsWrapper .solutionsWrapper .innerItem {
    flex-wrap: wrap;
  }

  .singleSolutoinsWrapper .solutionsWrapper .innerItem h2 {
    margin-bottom: 30px;
  }

  .singleSolutoinsWrapper .solutionsWrapper .innerRow .table h3 {
    font-size: 19px;
    line-height: 26px;
  }

  .singleSolutoinsWrapper .onlineSection .innerBtn {
    width: 49%;
  }

  .singleSolutoinsWrapper .onlineSection .innerBtnText .item {
    width: 49%;
  }

  .singleSolutoinsWrapper .singleSolutionsAbout {
    padding: 68px 0 260px;
  }

  .singleSolutoinsWrapper .singleSolutionsAbout .innerRow {
    flex-wrap: wrap;
  }

  .singleSolutoinsWrapper .singleSolutionsAbout .innerRow .innerItem {
    width: 100%;
  }

  .singleSolutoinsWrapper .singleSolutionsAbout .innerRow .innerItem:first-child {
    width: 100%;
    margin-bottom: 50px;
  }

  .solutionsSingleHeader {
    height: auto;
    min-height: auto;
    overflow: hidden;
  }

  .solutionsSingleHeader::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }

  .singleSolutoinsHeader .imageBg {
    left: -25%;
    top: 0%;
    transform: none;
    width: 140%;
  }

  .singleSolutoinsHeader .imageBg img {
    transform: scale(0.8);
  }

  .singleSolutoinsHeader h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .singleSolutoinsHeader .zoho_popup_btn {
    margin: 30px 0 0 0;
  }

  .singleSolutoinsHeader .solutionsText .txt {
    max-width: 100%;
    width: 100%;
  }

  .singleSolutoinsHeader .solutionsText .innerKey .item {
    max-width: 140px;
    width: 28%;
  }

  .solutionsBenefits {
    padding: 70px 0;
  }

  .solutionsBenefits .innerRow {
    margin: 0;
  }

  .solutionsBenefits .innerRow .itemLeft {
    margin-right: 30px;
  }

  .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=en] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=en] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=pt-br] .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 25px;
  }

  html[lang=pt-br] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=pt-br] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 26px;
  }

  html[lang=pt-br] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=fr] .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 28px;
  }

  html[lang=fr] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=fr] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 26px;
  }

  html[lang=fr] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=es] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 26px;
  }

  html[lang=es] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 23px;
  }

  html[lang=es] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 28px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 28px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper.turnkey .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 26px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 26px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=ru] .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=ru] .singleSolutoinsWrapper.turnkey .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 25px;
  }

  html[lang=ru] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=ru] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  .newSingleSolutoinsHeader {
    margin-bottom: 70px;
    flex-direction: column-reverse;
  }

  .newSingleSolutoinsHeader .solutionsText {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    margin-bottom: 53px;
  }

  .newSingleSolutoinsHeader .solutionsText .textWrapper {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 22px;
  }

  .newSingleSolutoinsHeader .solutionsText .txt {
    margin-bottom: 0;
  }

  .newSingleSolutoinsHeader .solutionsImage {
    max-width: 738px;
    width: 100%;
    margin: 0 auto;
  }

  .newSingleSolutoinsWrapper .providers_list .providersListWrapper {
    grid-template-columns: repeat(4, 1fr);
  }

  .newSingleSolutoinsWrapper .providers_list .providersListWrapper .providersItem:nth-child(5) {
    display: none;
  }

  .newSingleSolutoinsWrapper .features .innerRowFeatures {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px 22px;
  }

  .newSingleSolutoinsWrapper .features .innerRowFeatures .title {
    font-size: 24px;
    line-height: 30px;
  }

  .newSingleSolutoinsWrapper .features .innerRowFeatures .itemWrap {
    background: linear-gradient(106deg, #E8E5F4 3.47%, #F5F5F7 36.48%);
    padding: 30px 15px 15px 15px;
    margin: 0 auto;
    opacity: 0;
    transform: translate3d(0px, 50px, 0px) scale3d(0.95, 0.95, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    height: 190px;
    width: 100%;
  }

  .newSingleSolutoinsWrapper .features .innerRowFeatures .itemWrap.in-view {
    opacity: 1;
    transform: translateY(0);
  }

  .newSingleSolutoinsWrapper .features .innerRowFeatures .itemWrap .title {
    text-align: left;
    padding: 0;
  }

  .newSingleSolutoinsWrapper .turnkey .innerRowTurnkey {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px 22px;
  }

  .newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsItem {
    padding: 50px 0px 70px 22px;
    align-items: flex-start;
  }

  .newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsItem .whyUsImage {
    width: 350px;
  }

  .newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsItem .whyUsText {
    width: 100%;
  }

  .newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsInner:nth-child(odd) .whyUsItem {
    padding: 50px 11px 70px;
  }

  .newSingleSolutoinsWrapper .contactsPage {
    padding-bottom: 72px;
  }

  .newSingleSolutoinsWrapper .contactsPage .innerRow {
    flex-direction: column;
  }

  .newSingleSolutoinsWrapper .contactsPage .zohoContactWrapper {
    max-width: 100%;
    width: 100%;
  }

  .newSingleSolutoinsWrapper .onlineSection .innerBtnText .item * {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

@media (max-width: 920px) {
  html[lang=pt-br] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=pt-br] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  html[lang=pt-br] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item.active h3 {
    padding-left: 7px;
  }

  html[lang=fr] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=fr] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item.active h3 {
    padding-left: 7px;
  }

  html[lang=fr] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=fr] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=fr] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 26px;
  }

  html[lang=es] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=es] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=es] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=ru] .singleSolutoinsWrapper.turnkey .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=ru] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=ru] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=ru] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }
}

@media (max-width: 885px) {
  .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 26px;
  }

  html[lang=en] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=pt-br] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=en] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=en] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=en] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 23px;
  }

  html[lang=en] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item.active h3 {
    padding-left: 7px;
  }

  html[lang=pt-br] .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=pt-br] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=pt-br] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=pt-br] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item.active h3 {
    padding-left: 7px;
  }

  html[lang=pt-br] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 26px;
  }

  html[lang=fr] .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 26px;
  }

  html[lang=fr] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=fr] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=es] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=es] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=es] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=es] .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 21px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 26px;
  }

  html[lang=ru] .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=ru] .singleSolutoinsWrapper.turnkey .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=ru] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 19px;
  }

  html[lang=ru] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 21px;
  }

  html[lang=ru] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }
}

@media (max-width: 850px) {
  html[lang=ru] .singleSolutoinsWrapper.turnkey .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 25px;
  }
}

@media (max-width: 845px) {
  html[lang=en] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=en] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 27px;
  }

  html[lang=en] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 28px;
  }

  html[lang=en] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 45px;
  }

  html[lang=pt-br] .singleSolutoinsWrapper.turnkey .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 25px;
  }

  html[lang=pt-br] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  html[lang=pt-br] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 23px;
  }

  html[lang=fr] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=fr] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 21px;
  }

  html[lang=fr] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item.active h3 {
    padding-left: 7px;
  }

  html[lang=es] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=es] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 21px;
  }

  html[lang=ru] .singleSolutoinsWrapper.turnkey .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  html[lang=ru] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 26px;
  }
}

@media (max-width: 825px) {
  html[lang=pt-br] .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=pt-br] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 21px;
  }

  html[lang=pt-br] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 23px;
  }

  html[lang=pt-br] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=fr] .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 23px;
  }

  html[lang=fr] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 25px;
  }

  html[lang=fr] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=es] .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=es] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=es] .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item.active h3,
  html[lang=es] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item.active h3 {
    padding-left: 7px;
  }

  html[lang=es] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item.active h3,
  html[lang=es] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item.active h3 {
    padding-left: 15px;
  }

  html[lang=es] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper.turnkey .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 27px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=ru] .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 26px;
  }

  html[lang=ru] .singleSolutoinsWrapper.turnkey .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 26px;
  }

  html[lang=ru] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  html[lang=ru] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }
}

@media (max-width: 810px) {
  html[lang=fr] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=es] .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 23px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 26px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  html[lang=ru] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  html[lang=en] .singleSolutoinsWrapper.retail .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 28px;
  }

  html[lang=en] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 23px;
  }

  html[lang=en] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item.active h3 {
    padding-left: 15px;
  }

  html[lang=pt-br] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=pt-br] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 23px;
  }

  html[lang=pt-br] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item.active h3 {
    padding-left: 15px;
  }

  html[lang=fr] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item.active h3 {
    padding-left: 15px;
  }

  html[lang=fr] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 23px;
  }

  html[lang=fr] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 23px;
  }

  html[lang=fr] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item.active h3 {
    padding-left: 15px;
  }

  html[lang=es] .singleSolutoinsWrapper .innerRow .itemRight .item h3,
  html[lang=es] .singleSolutoinsWrapper.sport-engine .innerRow .itemRight .item h3,
  html[lang=es] .singleSolutoinsWrapper.white-label .innerRow .itemRight .item h3,
  html[lang=es] .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=es] .singleSolutoinsWrapper .innerRow .itemRight .item.active h3,
  html[lang=es] .singleSolutoinsWrapper.sport-engine .innerRow .itemRight .item.active h3,
  html[lang=es] .singleSolutoinsWrapper.white-label .innerRow .itemRight .item.active h3,
  html[lang=es] .solutionsBenefits .innerRow .itemRight .item.active h3 {
    padding-left: 15px;
  }

  html[lang=es] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 25px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 26px;
  }

  html[lang=ru] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 23px;
  }

  html[lang=ru] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  .singleSolutoinsHeader {
    padding: 30px 0 120px 0;
  }

  .singleSolutoinsHeader .imageBg {
    left: -40%;
  }

  .solutionsMainWrapper {
    padding: 30px 0;
    margin-bottom: 50px;
  }

  .solutionsMainWrapper .innerRow .innerItem {
    margin-bottom: 50px;
    width: 48%;
  }

  .solutionsMainWrapper .innerRow .innerItem:last-child {
    margin: 0;
  }

  .solutionsMainWrapper .innerRow.small .innerItem .txt {
    max-width: 358px;
    width: 48%;
  }

  .solutionsMainWrapper .features {
    margin-top: 50px;
  }

  .solutionsMainWrapper .features h2 {
    margin-bottom: 50px;
  }

  .solutionsMainWrapper .features .innerRow {
    justify-content: flex-start;
  }

  .solutionsMainWrapper .features .innerRow .item {
    max-width: 284px;
    width: 284px;
    flex-basis: auto;
    margin-right: 22px;
  }

  .solutionsMainWrapper .features .innerRow .item:nth-child(3n+3) {
    margin-right: 22px;
  }

  .solutionsMainWrapper .features .innerRow .item:nth-child(2n+2) {
    margin-right: 0;
  }

  .solutionsHeader .solutionsAllWrapper {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .solutionsHeader .solutionsAllWrapper .solutionsItem {
    flex-direction: column;
    width: 49%;
    align-items: flex-start;
    margin-bottom: 70px;
  }

  .solutionsHeader .solutionsAllWrapper .solutionsItem:nth-child(odd) {
    flex-direction: column;
  }

  .solutionsHeader .solutionsAllWrapper .solutionsItem:nth-child(odd) .solutionsPreview {
    margin: 50px 0 0 0;
  }

  .solutionsHeader .solutionsAllWrapper .solutionsItem:nth-child(odd) .solImageBorder::after {
    transform: rotate(0deg);
  }

  .solutionsHeader .solutionsAllWrapper .solutionsItem .solImageBorder::after {
    transform: rotate(-180deg);
  }

  .solutionsHeader .solutionsAllWrapper .solutionsItem .solImageBorder,
  .solutionsHeader .solutionsAllWrapper .solutionsItem .solutionsPreview {
    width: 100%;
  }

  .solutionsHeader .solutionsAllWrapper .solutionsItem .solutionsPreview {
    margin: 50px 0 0 0;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .solutionsHeader .solutionsAllWrapper .solutionsItem .solutionsPreview .btnMore {
    margin: auto 0 0 0;
  }

  .solutionsHeader .solutionsAllWrapper .solutionsItem .solInfo {
    margin-bottom: 40px;
  }

  .solutionsHeader .solutionsAllWrapper .solutionsItem .solImage img {
    position: relative;
    left: -74px;
  }

  .singleSolutoinsWrapper .onlineSection {
    padding-top: 70px;
  }

  .singleSolutoinsWrapper .onlineSection .innerBtnText .item {
    padding-top: 50px;
    max-width: 100%;
    width: 100%;
  }

  .singleSolutoinsWrapper .onlineSection .itemBtn {
    margin-bottom: 0;
  }

  .singleSolutoinsWrapper .onlineSection .innerBtn {
    max-width: 100%;
    width: 100%;
  }

  .singleSolutoinsWrapper .singleSolutionsAbout .innerRow {
    flex-wrap: wrap;
  }

  .singleSolutoinsWrapper .products.prodSlide .prod_slider .prod_img {
    max-width: 503px;
    width: 100%;
  }

  .singleSolutoinsWrapper .features {
    padding-bottom: 100px;
  }

  .singleSolutoinsWrapper .features .innerRow .txt {
    font-size: 15px;
  }

  .singleSolutoinsWrapper .table.only_three {
    flex-wrap: nowrap;
  }

  .singleSolutoinsWrapper .table.only_three .table__cell {
    padding-right: 15px;
  }

  .singleSolutoinsWrapper .solutionsWrapper h2 span {
    display: -webkit-box;
  }

  .singleSolutoinsWrapper .solutionsWrapper h2 span:nth-child(2),
  .singleSolutoinsWrapper .solutionsWrapper h2 span:nth-child(4) {
    padding-left: 70px;
  }

  .solutionsBenefits .innerRow {
    flex-wrap: wrap;
    margin: 0;
  }

  .solutionsBenefits .innerRow .itemLeft {
    margin-right: 0px;
    margin-bottom: 50px;
  }

  .solutionsBenefits .innerRow .itemRight {
    max-width: 100%;
    margin-left: 0;
  }

  .newSingleSolutoinsHeader {
    margin-top: 76px;
  }

  .newSingleSolutoinsWrapper .singleSolutionsAbout {
    margin-bottom: 100px;
  }

  .newSingleSolutoinsWrapper .features {
    padding-bottom: 50px;
  }

  .newSingleSolutoinsWrapper .features h2 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 40px;
  }

  .newSingleSolutoinsWrapper .features .innerRowFeatures {
    margin-top: 40px;
  }

  .newSingleSolutoinsWrapper .features .innerRowFeatures .itemImg {
    margin-bottom: 20px;
  }

  .newSingleSolutoinsWrapper .turnkey {
    padding-bottom: 80px;
  }

  .newSingleSolutoinsWrapper .turnkey h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 0;
  }

  .newSingleSolutoinsWrapper .turnkey .innerRowTurnkey {
    margin-top: 40px;
  }

  .newSingleSolutoinsWrapper .whyUs .whyUsWrapper .innerRow {
    margin-bottom: 50px;
  }

  .newSingleSolutoinsWrapper .whyUs .whyUsWrapper .innerRow h2 {
    margin-bottom: 40px;
  }

  .newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsItem .whyUsImage {
    width: 230px;
  }

  .newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsItem .whyUsText {
    width: calc(100% - 250px);
  }

  .newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsItem .whyUsText ul {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .newSingleSolutoinsWrapper .providers_list {
    padding-bottom: 75px;
  }

  .newSingleSolutoinsWrapper .providers_list h2 {
    margin-bottom: 40px;
    line-height: 1;
  }

  .newSingleSolutoinsWrapper .providers_list .providersListWrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
    margin-bottom: 43px;
  }

  .newSingleSolutoinsWrapper .providers_list .providersListWrapper h3 {
    margin-top: 10px;
  }

  .newSingleSolutoinsWrapper .providers_list .providersListWrapper .providersItem {
    height: 112px;
  }

  .newSingleSolutoinsWrapper .providers_list .btnMore {
    margin-top: 43px;
  }

  .newSingleSolutoinsWrapper .productsWrapper {
    margin-bottom: 70px;
    padding: 60px 0 70px;
  }

  .newSingleSolutoinsWrapper .onlineSection {
    padding-bottom: 100px;
  }

  .newSingleSolutoinsWrapper .onlineSection h2 {
    margin-bottom: 75px;
  }

  .newSingleSolutoinsWrapper .onlineSection .innerBtnText .item.active {
    padding-top: 30px;
    padding-bottom: 44px;
  }

  .newSingleSolutoinsWrapper .onlineSection .innerBtnText .itemBtn {
    padding: 27px 50px 27px 15px;
    font-size: 22px;
    line-height: 24px;
  }

  .newSingleSolutoinsWrapper .onlineSection .innerBtnText .itemBtn::after {
    right: 20px;
  }

  .solutionsMainWrapper .solutionsItems .container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0;
  }

  .solutionsMainWrapper .solutionsItems .container .solutionItem {
    flex-direction: column;
    height: auto;
    position: relative;
    padding: 14px 15px;
    gap: 20px;
  }

  .solutionsMainWrapper .solutionsItems .container .solutionItem .solutionItemImgContainer {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 14px;
    top: 14px;
    border-radius: 10px;
  }

  .solutionsMainWrapper .solutionsItems .container .solutionItem .solutionItemImgContainer img {
    max-width: 44px;
  }

  .solutionsMainWrapper .solutionsItems .container .solutionItem .solutionItemText .solutionItemTitle {
    margin-top: 9px;
    margin-left: 90px;
    font-size: 28px;
    margin-bottom: 33px;
  }

  .solutionsMainWrapper .solutionsItems .container .solutionItem .solutionItemText .solutionItemSubTitle {
    height: 150px;
  }

  .solutionsMainWrapper .solutionsItems .container .solutionItem .solutionItemTags {
    width: auto;
  }

  .solutionsMainWrapper .solutionsItems .container .solutionItem .solutionLink {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .newSingleSolutoinsHeader .solutionsText {
    margin-bottom: 0;
  }

  .newSingleSolutoinsHeader .solutionsImage video,
  .newSingleSolutoinsHeader .solutionsImage picture {
    display: none;
  }

  .newSingleSolutoinsWrapper .singleSolutionsAbout {
    margin-bottom: 70px;
  }

  .newSingleSolutoinsWrapper .singleSolutionsAbout .aboutSolutions .innerRow {
    flex-direction: column;
    gap: 72px;
  }

  .newSingleSolutoinsWrapper .singleSolutionsAbout .aboutSolutions .innerRow .item {
    width: 100%;
  }

  .newSingleSolutoinsWrapper .whyUs {
    margin-bottom: 66px;
  }

  .newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsItem {
    padding: 51px 22px !important;
  }

  .newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsItem .whyUsImage {
    display: none;
  }

  .newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsItem .whyUsText {
    max-width: 100%;
    width: 100%;
    margin: 0 !important;
  }

  .newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsItem .whyUsText .txt {
    margin-bottom: 0;
  }

  .newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsItem .whyUsText h3 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 15px;
  }

  .newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsItem .whyUsText ul {
    margin: 0;
  }

  .newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsItem .whyUsText .whyUsImage {
    display: block;
    max-width: 230px;
    margin: 46px auto 36px;
  }
}

@media (max-width: 650px) {
  html[lang=en] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=pt-br] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 25px;
  }

  html[lang=fr] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=fr] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 25px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=ru] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=ru] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=ru] .solutionsMainWrapper .features h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .singleSolutoinsWrapper .solutionsWrapper .table.only_three h3 {
    font-size: 19px;
    line-height: 24px;
    max-width: 100%;
    min-width: inherit;
  }

  .solutionsMainWrapper h2 {
    font-size: 50px;
    line-height: 50px;
  }

  .solutionsMainWrapper .features {
    margin-top: 40px;
  }

  .solutionsMainWrapper .features .innerRow {
    flex-direction: column;
    grid-row-gap: 20px;
  }

  .solutionsMainWrapper .features .innerRow .item {
    margin-right: 0;
  }

  .solutionsMainWrapper .innerRow .innerItem {
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
  }

  .solutionsMainWrapper .innerRow h2 span {
    display: inline;
  }

  .solutionsMainWrapper .innerRow h2 span:nth-child(2),
  .solutionsMainWrapper .innerRow h2 span:nth-child(4) {
    padding: 0;
  }

  .solutionsMainWrapper .innerRow.small {
    margin-bottom: 50px;
  }

  .solutionsMainWrapper .innerRow.small .innerItem {
    flex-wrap: wrap;
  }

  .solutionsMainWrapper .innerRow.small .innerItem .txt {
    max-width: 358px;
    width: 100%;
  }

  .solutionsMainWrapper .innerRow.small .innerItem .txt:first-child {
    margin-bottom: 30px;
  }

  .solutionsSingleHeader::after {
    display: none;
  }

  .singleSolutoinsHeader {
    padding-top: 360px;
    padding-bottom: 70px;
  }

  .singleSolutoinsHeader .imageBg {
    display: none;
    height: 540px;
    transform: none;
  }

  .singleSolutoinsHeader .imageBg.mob {
    display: block;
    top: -50px;
    left: -50px;
  }

  .singleSolutoinsHeader .imageBg.mob::after {
    position: absolute;
    content: "";
    bottom: -87%;
    left: 0;
    width: 100%;
    height: 96%;
    background: linear-gradient(0deg, #000000 95.57%, rgba(0, 0, 0, 0) 100%);
  }

  .singleSolutoinsHeader .imageBg.mob img {
    transform: scale(0.9);
  }

  .singleSolutoinsHeader .solutionsText {
    margin: -10px 0 0 0;
    max-width: 100%;
  }

  .singleSolutoinsHeader .keyText {
    margin-top: 30px;
  }

  .singleSolutoinsHeader .solutionsText .innerKey {
    flex-wrap: wrap;
  }

  .singleSolutoinsHeader .solutionsText .innerKey .item {
    max-width: 140px;
    width: 100%;
    margin-bottom: 20px;
  }

  .singleSolutoinsHeader .solutionsText .innerKey .item:last-child {
    margin-bottom: 0;
  }

  html[lang=ru] .singleSolutoinsHeader.legal-services .innerKey .item {
    font-size: 14px;
    width: 100%;
  }

  .solutionsHeader .title {
    margin-bottom: 30px;
  }

  .solutionsHeader .solutionsAllWrapper .solutionsItem {
    width: 100%;
    margin-bottom: 50px;
  }

  .solutionsHeader .solutionsAllWrapper .solutionsItem .solutionsPreview {
    margin: 30px 0 0 0;
  }

  .solutionsHeader .solutionsAllWrapper .solutionsItem:nth-child(odd) {
    flex-direction: column;
  }

  .solutionsHeader .solutionsAllWrapper .solutionsItem:nth-child(odd) .solutionsPreview {
    margin: 50px 0 0 0;
  }

  .solutionsHeader .solutionsAllWrapper .solutionsItem:nth-child(odd) .solImageBorder::after {
    transform: rotate(0deg);
  }

  .solutionsHeader .solutionsAllWrapper .solutionsItem .solImageBorder::after {
    transform: rotate(0deg);
  }

  .singleSolutoinsWrapper .solutionsWrapper .only_three .table__cell .solInfo {
    display: none;
  }

  .singleSolutoinsWrapper .solutionsWrapper .only_three .table__cell h3 {
    font-size: 19px;
    line-height: 24px;
  }

  .singleSolutoinsWrapper .solutionsWrapper .only_three .table__cell h3::after {
    right: -60px;
  }

  .singleSolutoinsWrapper .features {
    padding-top: 0;
  }

  .singleSolutoinsWrapper .features .innerRow {
    display: flex;
    flex-wrap: wrap;
  }

  .singleSolutoinsWrapper .features .innerRow .item {
    flex-basis: 50%;
  }

  .singleSolutoinsWrapper .features .innerRow .item:nth-child(2),
  .singleSolutoinsWrapper .features .innerRow .item:nth-child(4),
  .singleSolutoinsWrapper .features .innerRow .item:nth-child(6),
  .singleSolutoinsWrapper .features .innerRow .item:nth-child(8) {
    grid-area: auto;
  }

  .singleSolutoinsWrapper .table.only_three .table__cell {
    margin-top: 30px;
  }

  .singleSolutoinsWrapper .table.only_three .table__cell .solImage {
    height: 300px;
  }

  .singleSolutoinsWrapper .table.only_three .table__cell .solImage img {
    left: 0;
  }

  .singleSolutoinsWrapper .solutionsWrapper {
    padding: 50px 0;
  }

  html[lang=fr] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  html[lang=es] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=es] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=es] .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=ru] .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=ru] .singleSolutoinsWrapper.turnkey .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=ru] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 21px;
  }

  html[lang=ru] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .newSingleSolutionPage .breadCrumbsWrapper {
    display: none;
  }

  .singleSolutoinsWrapper .products.prodSlide {
    padding-bottom: 0;
  }

  .singleSolutoinsWrapper .products.prodSlide .productsWrapper {
    padding-bottom: 163px;
  }

  .singleSolutoinsWrapper .products.prodSlide .prod_slider .prod_slide {
    justify-content: space-between;
    padding-bottom: 0;
    padding-top: 30px;
  }

  .singleSolutoinsWrapper .products.prodSlide .prod_slider .prod_img {
    position: absolute;
    top: 0;
    right: -90px;
    max-width: 398px;
  }

  .singleSolutoinsWrapper .products.prodSlide .prod_slider .prod_info {
    padding: 350px 0 0 0;
  }

  .singleSolutoinsWrapper .products.prodSlide .prod_slider .slick-dots {
    display: none;
  }

  html[lang=fr] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 23px;
  }

  html[lang=es] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=ru] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  .newSingleSolutoinsHeader {
    margin-top: 68px;
    margin-bottom: 28px;
  }

  .newSingleSolutoinsHeader.sports-betting-api {
    margin: 50px 0 40px 0;
    gap: 22px;
  }

  .newSingleSolutoinsHeader .solutionsText {
    width: 100%;
    border-radius: 20px;
    background: #E8E5F4;
    padding: 20px 14px 14px 14px;
    margin-bottom: 0;
  }

  .newSingleSolutoinsHeader .solutionsText.sports-betting-api {
    width: 100%;
  }

  .newSingleSolutoinsHeader .solutionsText .title {
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8980392157);
    margin-bottom: 20px;
  }

  .newSingleSolutoinsHeader .solutionsText .title span {
    text-align: left;
  }

  .newSingleSolutoinsHeader .solutionsText .title span:nth-child(1) {
    color: #7E00E1;
  }

  .newSingleSolutoinsHeader .solutionsText .mainButton {
    width: 100%;
  }

  .newSingleSolutoinsHeader .solutionsText .textWrapper {
    grid-template-columns: 1fr;
  }

  .newSingleSolutoinsHeader .solutionsText .txt {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #000000;
  }

  .newSingleSolutoinsHeader .solutionsText .txt:first-child {
    margin-bottom: 20px;
  }

  .newSingleSolutoinsHeader .solutionsText .txt:last-child {
    margin-bottom: 0;
  }

  .newSingleSolutoinsHeader .solutionsText .mainButton {
    margin-top: 30px;
  }

  .newSingleSolutoinsHeader .solutionsText.aml-and-kyc span {
    color: #7E00E1;
  }

  .newSingleSolutoinsWrapper .features h2 {
    margin-bottom: 104px;
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    letter-spacing: 0px;
  }

  .newSingleSolutoinsWrapper .providers_list h2 {
    margin-bottom: 30px;
  }

  .newSingleSolutoinsWrapper .providers_list .providersListWrapper {
    margin: 64px 0 0 0;
  }

  .newSingleSolutoinsWrapper .productsWrapper {
    margin-bottom: 40px;
    padding: 0;
  }

  .newSingleSolutoinsWrapper .productsWrapper .container {
    padding: 40px 15px 30px 15px;
  }

  .newSingleSolutoinsWrapper .productsWrapper .container .productsInner h2 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 30px;
  }

  .newSingleSolutoinsWrapper .productsWrapper .container .productsInner p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }

  .newSingleSolutoinsWrapper .productsWrapper .container .productsInner .innerRow .item {
    width: 100%;
    max-width: 100%;
  }

  .newSingleSolutoinsWrapper .productsWrapper .container .productsInner .innerRow .item .linkItem {
    padding: 30px 10px;
  }

  .newSingleSolutoinsWrapper .productsWrapper .container .productsInner .innerRow .btnTxtToggle {
    display: block;
  }

  .newSingleSolutoinsWrapper .productsWrapper .container .productsInner .innerRow .itemImage {
    margin-bottom: 20px;
  }

  .newSingleSolutoinsWrapper .productsWrapper .container .productsInner .innerRow .itemImage h3 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .newSingleSolutoinsWrapper .productsWrapper .container .productsInner .innerRow .itemText {
    padding: 0;
  }

  .newSingleSolutoinsWrapper .productsWrapper .container .productsInner .innerRow .itemText .txt {
    font-size: 16px;
    line-height: 26px;
  }

  .newSingleSolutoinsWrapper .contactsPage .innerRow {
    gap: 0;
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.0392156863);
    position: relative;
  }

  .newSingleSolutoinsWrapper .contactsPage .innerRow .zcwf_title.title {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 1;
  }

  .newSingleSolutoinsWrapper .contactsPage .innerRow .socialWrapper {
    margin: 0;
  }

  .newSingleSolutoinsWrapper .contactsPage .innerRow .zohoContactWrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    padding-bottom: 110px;
  }

  .newSingleSolutoinsWrapper .contactsPage .innerRow .textzohoContactWrapper .contactStickyWrapper {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    position: initial;
  }

  .newSingleSolutoinsWrapper .contactsPage .innerRow .textzohoContactWrapper .contactStickyWrapper .contactBg {
    background: none;
  }

  .newSingleSolutoinsWrapper .contactsPage .innerRow .textzohoContactWrapper .contactStickyWrapper .contactBg .social {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .newSingleSolutoinsWrapper .contactsPage .innerRow .textzohoContactWrapper .contactStickyWrapper .contactBg .innerRowImage {
    display: none;
  }

  .newSingleSolutoinsWrapper .contactsPage .zcwf_col_fld.button.contactFormButton {
    min-width: 100%;
  }

  html[lang=es] .newSingleSolutoinsWrapper .contactsPage .zcwf_title.title {
    font-size: 38px;
  }
}

@media (max-width: 560px) {
  .newSingleSolutoinsWrapper .features .innerRowFeatures {
    margin-top: 0;
    grid-template-columns: 1fr;
    grid-gap: 85px;
  }

  .newSingleSolutoinsWrapper .features .innerRowFeatures .itemImg img {
    margin: 0;
  }

  .newSingleSolutoinsWrapper .features .innerRowFeatures .title {
    padding: 0 27px;
    text-align: left;
  }

  .newSingleSolutoinsWrapper .features .innerRowFeatures .maxWidth {
    max-width: 100%;
    margin: 0 auto;
  }

  .newSingleSolutoinsWrapper .turnkey h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    text-align: left;
  }

  .newSingleSolutoinsWrapper .turnkey .innerRowTurnkey {
    margin-top: 30px;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .newSingleSolutoinsWrapper .turnkey .innerRowTurnkey .leftColumn,
  .newSingleSolutoinsWrapper .turnkey .innerRowTurnkey .rightColumn {
    gap: 14px;
  }

  .newSingleSolutoinsWrapper .turnkey .innerRowTurnkey .videoWrapper {
    position: relative;
  }

  .newSingleSolutoinsWrapper .turnkey .innerRowTurnkey .itemWrap {
    padding: 22px 16px;
    z-index: 2;
    opacity: 0;
    transform: translate3d(0px, 50px, 0px) scale3d(0.95, 0.95, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }

  .newSingleSolutoinsWrapper .turnkey .innerRowTurnkey .itemWrap .itemHeader {
    gap: 21px;
  }

  .newSingleSolutoinsWrapper .turnkey .innerRowTurnkey .itemWrap.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
  }

  .newSingleSolutoinsWrapper .turnkey .innerRowTurnkey .title {
    font-size: 28px;
    font-style: normal;
    line-height: 36px;
  }

  .newSingleSolutoinsWrapper .providers_list .providersListWrapper {
    grid-gap: 10px;
  }

  .newSingleSolutoinsWrapper .onlineSection {
    padding-bottom: 70px;
  }

  .newSingleSolutoinsWrapper .onlineSection h2 {
    margin-bottom: 63px;
    font-size: 40px;
    line-height: 1;
  }

  .newSingleSolutoinsWrapper .onlineSection .innerBtnText .item.active {
    padding-bottom: 25px;
  }

  .newSingleSolutoinsWrapper .onlineSection .innerBtnText .itemBtn {
    padding: 37px 46px 37px 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .newSingleSolutoinsWrapper .onlineSection .innerBtnText .itemBtn::after {
    right: 20px;
  }
}

@media (max-width: 550px) {
  html[lang=ru] .singleSolutoinsWrapper .features h2,
  html[lang=fr] .singleSolutoinsWrapper .features h2 {
    font-size: 36px;
  }

  html[lang=ru] .singleSolutoinsWrapper.retail .singleSolutionsAbout h2.small,
  html[lang=ru] .singleSolutoinsWrapper.white-label .singleSolutionsAbout h2.small {
    font-size: 35px;
    line-height: 40px;
  }

  html[lang=ru] .singleSolutoinsWrapper.retail .singleSolutionsAbout .aboutSolutions:last-child .innerRow:first-child h2,
  html[lang=ru] .singleSolutoinsWrapper.white-label .singleSolutionsAbout .aboutSolutions:last-child .innerRow:first-child h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .singleSolutoinsWrapper .singleSolutionsAbout {
    padding-bottom: 180px;
  }

  .singleSolutoinsWrapper .singleSolutionsAbout .aboutSolutions:last-child .innerRow:first-child h2 span:nth-child(2),
  .singleSolutoinsWrapper .singleSolutionsAbout .aboutSolutions:last-child .innerRow:first-child h2 span:nth-child(4) {
    padding: 0;
  }

  .singleSolutoinsWrapper .singleSolutionsAbout .animationsWrapper {
    width: 140px;
    height: 127px;
    bottom: 50px;
  }

  .singleSolutoinsWrapper .singleSolutionsAbout .animationsWrapper .big_triangle {
    width: 105px;
    left: -35px;
  }

  .singleSolutoinsWrapper .singleSolutionsAbout .animationsWrapper .middle_triangle {
    width: 27px;
    bottom: 60px;
    right: 15px;
  }

  .singleSolutoinsWrapper .singleSolutionsAbout .animationsWrapper .small_ball {
    width: 13px;
    bottom: 50px;
    left: 65px;
  }

  html[lang=fr] .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=es] .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=pt-br] .singleSolutoinsWrapper.seamless-wallet-api .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=ru] .singleSolutoinsWrapper.seamless-wallet-api .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=pt-pt] .singleSolutoinsWrapper.seamless-wallet-api .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=pt-br] .singleSolutoinsWrapper.turnkey .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=ru] .singleSolutoinsWrapper.turnkey .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=pt-pt] .singleSolutoinsWrapper.turnkey .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=en] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=pt-br] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=es] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=pt-pt] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=ru] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=pt-pt] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=es] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=fr] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=pt-br] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=en] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=pt-br] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=es] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=pt-pt] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=ru] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=ru] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=pt-pt] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=es] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=fr] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=pt-br] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=en] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=en] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3,
  .singleSolutoinsWrapper.seamless-wallet-api .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  html[lang=en] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=pt-br] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=fr] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 23px;
  }

  html[lang=fr] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 21px;
  }

  html[lang=ru] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 21px;
  }
}

@media (max-width: 530px) {
  html[lang=fr] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 23px;
  }
}

@media (max-width: 520px) {
  html[lang=ru] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 18px;
  }
}

@media (max-width: 510px) {
  .singleSolutoinsHeader .solutionsText .innerKey .item {
    max-width: 40%;
  }

  html[lang=fr] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 21px;
  }

  html[lang=es] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 23px;
  }

  html[lang=es] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 23px;
  }

  html[lang=ru] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 18px;
  }

  html[lang=ru] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .main_wrapper .solutionsHeader .productsTopSection .productsTopSectionImg {
    max-width: 307px;
  }

  html[lang=ru] .singleSolutoinsHeader.legal-services h1 {
    font-size: 44px;
  }

  html[lang=ru] .singleSolutoinsWrapper.white-label .singleSolutionsAbout h2 {
    font-size: 44px;
  }

  html[lang=ru] .singleSolutoinsWrapper.retail .onlineSection .itemBtn {
    font-size: 24px;
    line-height: 26px;
  }

  html[lang=ru] .singleSolutoinsWrapper .singleSolutionsAbout h2.small {
    font-size: 40px;
  }

  html[lang=ru] .solutionsBenefits h2 {
    font-size: 40px;
    line-height: 45px;
  }

  html[lang=ru] .singleSolutoinsWrapper.sport-engine .singleSolutionsAbout h2.small {
    line-height: 45px;
  }

  html[lang=ru] .singleSolutionsAbout .aboutSolutions:last-child .innerRow:first-child h2 {
    font-size: 40px;
    line-height: 44px;
  }

  html[lang=pt-br] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 23px;
  }

  html[lang=pt-br] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 19px;
  }

  html[lang=pt-br] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=fr] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  html[lang=fr] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=fr] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=fr] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  html[lang=es] .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=es] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  html[lang=es] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 24px;
  }

  html[lang=ru] .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=ru] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 23px;
  }

  html[lang=ru] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 19px;
  }
}

@media (max-width: 470px) {
  html[lang=pt-pt] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 23px;
  }

  html[lang=ru] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }
}

@media (max-width: 450px) {
  html[lang=es] .singleSolutoinsWrapper .features h2.small,
  html[lang=pt-pt] .singleSolutoinsWrapper .features h2.small {
    font-size: 40px;
    line-height: 40px;
  }

  .singleSolutoinsWrapper .features .innerRow {
    grid-row-gap: 30px;
  }

  .singleSolutoinsWrapper .features .innerRow .item {
    flex-basis: 100%;
    padding: 0;
    margin: 0;
  }

  .singleSolutoinsWrapper .table.only_three .table__cell .solImage {
    height: 150px;
  }

  .singleSolutoinsWrapper .table.only_three .table__cell .solImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .singleSolutoinsWrapper .solutionsWrapper h2 span:nth-child(2),
  .singleSolutoinsWrapper .solutionsWrapper h2 span:nth-child(4) {
    padding-left: 40px;
  }

  html[lang=en] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 21px;
  }

  html[lang=ru] .singleSolutoinsWrapper.turnkey .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 21px;
  }
}

@media (max-width: 440px) {
  html[lang=pt-br] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 21px;
  }

  html[lang=pt-br] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item.active h3 {
    padding-left: 10px;
  }

  html[lang=pt-br] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 21px;
  }

  html[lang=pt-br] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 18px;
  }

  html[lang=pt-br] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 18px;
  }

  html[lang=fr] .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=fr] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 21px;
  }

  html[lang=es] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 21px;
  }

  html[lang=es] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=es] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 23px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 21px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 19px;
  }

  html[lang=ru] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 23px;
  }

  html[lang=ru] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 18px;
  }

  html[lang=ru] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }
}

@media (max-width: 420px) {
  html[lang=es] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  html[lang=ru] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  .newSingleSolutoinsWrapper .features h2 {
    font-size: 38px;
  }

  html[lang=fr] .newSingleSolutoinsWrapper .turnkey h2 {
    font-size: 36px;
  }
}

@media (max-width: 410px) {
  html[lang=en] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=en] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 22px;
  }

  html[lang=pt-br] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  html[lang=fr] .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  html[lang=fr] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 18px;
  }

  html[lang=es] .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  html[lang=es] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  html[lang=ru] .singleSolutoinsWrapper.turnkey .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  html[lang=ru] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 18px;
  }

  html[lang=ru] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item.active h3 {
    padding-left: 10px;
  }

  html[lang=ru] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 19px;
  }
}

@media (max-width: 400px) {
  html[lang=pt-br] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 19px;
  }

  html[lang=fr] .singleSolutoinsWrapper.retail .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=fr] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  html[lang=es] .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=es] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3,
  html[lang=es] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper.sport-engine .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  html[lang=pt-pt] .singleSolutoinsWrapper.white-label .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 18px;
  }

  html[lang=ru] .singleSolutoinsWrapper .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 20px;
  }

  html[lang=ru] .singleSolutoinsWrapper.legal-services .solutionsBenefits .innerRow .itemRight .item h3 {
    font-size: 19px;
  }
}

@media (max-width: 389px) {
  .newSingleSolutoinsHeader .features h2 {
    font-size: 33px;
  }

  .newSingleSolutoinsHeader .solutionsText .title {
    font-size: 38px;
  }

  .newSingleSolutoinsWrapper .features h2 {
    font-size: 33px;
  }

  .newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsItem .whyUsText h3 {
    font-size: 26px;
  }

  .newSingleSolutoinsWrapper .onlineSection h2 {
    font-size: 40px;
  }

  html[lang=fr] .newSingleSolutoinsWrapper .turnkey h2,
  html[lang=fr] .newSingleSolutoinsWrapper .features h2 {
    font-size: 30px;
  }

  html[lang=es] .newSingleSolutoinsWrapper .whyUs .whyUsWrapper .whyUsItem .whyUsText h2 {
    font-size: 26px;
  }
}

