@charset "UTF-8";

.headerPosition {
  position: relative;
  height: 129px;
}

.headerPosition .headerBanner {
  padding: 3px 15px;
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 12;
  top: 0px;
  background-color: #8F32CC;
  text-decoration: none;
  color: inherit;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headerPosition .headerBanner .countdownSection {
  display: flex;
  align-items: center;
}

.headerPosition .headerBanner .countdownSection .countdown {
  width: 346px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #CDA1FF;
  color: #FFFFFF;
  border-radius: 10px;
  margin-right: 31px;
}

.headerPosition .headerBanner .countdownSection .countdown .countdownItem {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  margin-right: 4px;
}

.headerPosition .headerBanner .countdownSection .countdown .countdownItemTime {
  min-width: 28px;
  margin-right: 10px;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}

.headerPosition .headerBanner .countdownSection .countdown .countdownItemTime:last-child {
  margin-right: 0;
}

.headerPosition .headerBanner .countdownSection .calendarIcon {
  width: 47px;
  height: 44px;
  display: none;
}

.headerPosition .headerBanner .countdownSection .bannerText {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}

.headerPosition .headerBanner .bannerButton {
  width: 163px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #658CE7;
  margin-left: auto;
  gap: 10px;
  transition: all 0.3s ease;
}

.headerPosition .headerBanner .bannerButton:hover {
  background-color: #004080;
  color: #f0f0f0;
}

.headerPosition .headerBanner .bannerButton .bannerButtonText {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #fff;
}

.headerPosition .headerBanner .bannerButton .bannerButtonImg {
  width: 21px;
  height: 16px;
}

.fixedWraper {
  position: relative;
  width: 100%;
  z-index: 11;
  top: 0px;
  left: 0px;
}

.fixedWraper.headerBg {
  background: #FFFFFF;
  transition: background 0.1s;
}

.fixedWraper.headerBgBlured:not(.headerBg),
.fixedWraper.headerBgBlured.hideLang,
.fixedWraper.backgroundHeader {
  background: #FFFFFF;
  box-shadow: 5px 5px 50px 5px rgba(232, 218, 247, 0.8);
  transition: all 0.1s;
}

.fixedWraper.hideLang .navigationWrapper {
  border-bottom: none;
}

.fixedWraper.hideLang .mainNav {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 2;
}

.fixedWraper.hideLang .mainNav .nav > li a,
.fixedWraper.hideLang .mainNav .nav > li span,
.fixedWraper.hideLang .mainNav .nav > li .liText {
  padding: 30px 0;
}

.fixedWraper.hideLang .socialNav {
  display: none;
}

.fixedWraper .container {
  position: relative;
}

.navigationWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  min-height: 80px;
  position: relative;
  border-bottom: 1px solid rgba(124, 124, 255, 0.5);
}

.navigationWrapper .socialNav {
  display: flex;
  justify-content: flex-end;
}

.navigationWrapper .socialNav .socialTitle {
  display: none;
}

.navigationWrapper .socialNav .social {
  margin-bottom: 0;
}

.navigationWrapper .socialNav .social li {
  margin-right: 6px;
}

.navigationWrapper .socialNav .social li:last-child {
  margin-right: 0;
}

.navigationWrapper .socialNav .social li .socialIconWrapper {
  width: 29px;
  height: 29px;
  background-color: #E8E5F4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.navigationWrapper .socialNav .social li a {
  width: 15px;
}

.navigationWrapper .socialNav .social li svg path {
  transition: all 0.3s;
  fill: #060048;
}

.navigationWrapper .socialNav .social li:hover svg path {
  fill: #fff;
}

.navigationWrapper .socialNav .social li:hover .socialIconWrapper {
  transition: all 0.3s;
  background-color: #7C7CFF;
}

.navigationWrapper .mobLang {
  display: none;
}

.mobileNavBtnWrapper {
  display: none;
  z-index: 2;
}

.mobileNavBtnWrapper .mobileNavBtn {
  background: url("/img/icons/new_menu.svg") no-repeat center;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}

.mobileNavBtnWrapper .mobileNavBtn.active {
  background: url("/img/icons/cross_new.svg") no-repeat right;
  transition: all 0.3s;
}

nav {
  display: flex;
  align-items: center;
  flex-grow: 1;
  position: relative;
}

.logo {
  z-index: 2;
  width: 180px;
  position: relative;
}

.logo img {
  display: block;
  height: auto;
}

.logo .logo-ice {
  position: absolute;
  top: -16px;
  left: 0;
  z-index: -1;
}

.icon {
  display: flex;
  align-items: center;
  margin-left: 10px;
  transform: rotate(180deg);
  background: url("/img/icons/arrow_new.svg") no-repeat center;
  width: 8px;
  height: 7px;
  transition: all 0.3s;
}

.nav .dropLi > a,
.nav .dropLi > .liText {
  color: #060048;
  transition: all 0.3s;
}

.nav .dropLi .icon {
  transition: all 0.3s;
}

.nav .dropLi.hoverActive > a,
.nav .dropLi.hoverActive > .liText {
  color: #7C7CFF;
  transition: all 0.3s;
}

.nav .dropLi.hoverActive .icon {
  background: url("/img/icons/arrow_up_hover.svg") no-repeat right;
  transition: all 0.3s;
}

.nav .dropLi.hoverActive.active a ~ .dropItem {
  background: url("/img/icons/arrow_up_hover.svg") no-repeat right;
  transition: all 0.3s;
}

.nav .dropLi.active a ~ .dropItem {
  background: url("/img/icons/arrow_new.svg") no-repeat right;
  transition: all 0.3s;
}

.nav {
  display: flex;
  align-items: center;
}

.nav > li {
  margin-right: 38px;
  padding: 0px;
  position: relative;
  display: flex;
  align-items: center;
}

.nav > li:last-child {
  margin: 0;
}

.nav > li > a,
.nav > li > .liText {
  padding: 20px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.nav > li a,
.nav > li .liText {
  color: #060048;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.nav > li a:hover,
.nav > li .liText:hover {
  color: #7C7CFF;
  transition: all 0.3s;
}

.nav > li a:hover + .icon,
.nav > li .liText:hover + .icon {
  background: url("/img/icons/arrow_up_hover.svg") no-repeat center;
  transition: all 0.3s;
}

.nav > li a:hover ~ .dropItem,
.nav > li .liText:hover ~ .dropItem {
  background: url("/img/icons/arrow_up_hover.svg") no-repeat;
  background-position: right;
}

.nav > li > span {
  padding: 20px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.nav > li span {
  color: #060048;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.nav > li span:hover {
  color: #7C7CFF;
  transition: all 0.3s;
}

.nav > li span:hover + .icon {
  background: url("/img/icons/arrow_up_hover.svg") no-repeat center;
  transition: all 0.3s;
}

.nav li.active a,
.nav li.active .liText {
  color: #7C7CFF;
}

.nav li.active a ~ .dropItem,
.nav li.active .liText ~ .dropItem {
  background: url("/img/icons/arrow_up_hover.svg") no-repeat;
  background-position: right;
}

.nav li.active div {
  color: #7C7CFF;
}

.nav li.active svg {
  fill: #7C7CFF;
}

.nav .navDropDown {
  position: absolute;
  width: 1000px;
  max-width: 320px;
  top: 98%;
  left: 0px;
  overflow: hidden;
  z-index: -100;
  padding: 20px 23px;
  visibility: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.06);
  border-radius: 0px 0px 10px 10px;
}

.nav .navDropDown li {
  margin: 0px 0 17px 0;
  position: relative;
  z-index: 1;
}

.nav .navDropDown li:last-child {
  margin-bottom: 0px;
}

.nav .navDropDown li a,
.nav .navDropDown li .liText {
  color: #060048;
  text-transform: initial;
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 0 !important;
  position: relative;
}

.nav .navDropDown li a::after,
.nav .navDropDown li .liText::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 16px;
  height: 14px;
  opacity: 0;
  background: url("/img/icons/arrow_dropdown1.svg") no-repeat center;
  background-size: cover;
}

.nav .navDropDown li.active a,
.nav .navDropDown li:hover a {
  font-family: "Montserrat", sans-serif;
  color: #7C7CFF;
  font-weight: 700;
}

.nav .navDropDown li:hover a::after {
  opacity: 1;
}

.nav .navDropDown li span {
  color: #060048;
  text-transform: initial;
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  padding: 0 !important;
  position: relative;
}

.nav .navDropDown li span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 16px;
  height: 14px;
  background: url("/img/icons/arrow_drop.svg") no-repeat center;
  opacity: 0;
  transition: all 0.3s;
}

.nav .navDropDown li.active span,
.nav .navDropDown li:hover span {
  color: #7C7CFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.nav .navDropDown li:hover span::after {
  opacity: 1;
  transition: all 0.3s;
}

.mainNav {
  display: flex;
  justify-content: flex-end;
}

.mainNav .nav > li a,
.mainNav .nav > li .liText {
  padding: 14px 0;
}

.mainNav .nav > li span {
  padding: 14px 0;
}

.mainNav .mobNavSocial {
  display: none;
}

.mainNav .social svg {
  width: 13px;
  height: 13px;
}

.mainNav .social li svg path {
  fill: #060048;
}

.hideLastSlide .slick-next,
.hideLastSlide .slick-dots {
  display: none !important;
}

.hideLastSlide .slick-slide:last-child {
  display: none;
}

.navDropDown.show {
  z-index: 1;
  visibility: visible;
  display: block;
}

.dropItem {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  pointer-events: initial;
  background-size: 15px 15px;
  background-position: center;
  position: absolute;
  top: 2px;
  right: 8px;
  display: none;
  background: url("/img/icons/arrow_new.svg") no-repeat center;
  transition: all 0.3s;
  transform: rotate(180deg);
}

.dropItem.rotateArrow {
  background: url("/img/icons/arrow_up_hover.svg") no-repeat center;
  transition: all 0.3s;
}

.langSwitcherWrapper {
  position: relative;
  padding-left: 20px;
  margin-left: 6px;
  cursor: pointer;
}

.langSwitcherWrapper .currentLang {
  position: relative;
  display: inline-block;
  padding: 30px 15px 30px 0;
}

.langSwitcherWrapper .currentLang::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background: url("/img/icons/arrow_new.svg") no-repeat center;
  transition: all 0.3s;
  background-size: cover;
  width: 7px;
  height: 8px;
}

.langSwitcherWrapper > a {
  color: #060048;
  font-size: 14px;
  line-height: 20px;
  font-family: inherit;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.langSwitcherWrapper.hoverActive .currentLang {
  color: #7C7CFF;
}

.langSwitcherWrapper.hoverActive .currentLang::after {
  background: url("/img/icons/arrow_up_hover.svg") no-repeat center;
  transition: all 0.3s;
}

.langSwitcherWrapper svg {
  width: 21px;
  height: 12px;
}

.langSwitcher {
  top: 100%;
  right: 0px;
  position: absolute;
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  width: 1000px;
  max-width: 311px;
  opacity: 0;
  z-index: -100;
  transition: opacity 0.3s;
  visibility: hidden;
  background: #FFFFFF;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.06);
  border-radius: 0px 0px 10px 10px;
}

.langSwitcher.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
  transition: opacity 0.3s;
}

.langSwitcher li {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

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

.langSwitcher li a {
  color: #060048;
  text-transform: initial;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}

.langSwitcher li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 16px;
  height: 14px;
  background: url("/img/icons/arrow_dropdown1.svg") no-repeat center;
  opacity: 0;
}

.langSwitcher li a img {
  margin-right: 13px;
}

.langSwitcher li.active a,
.langSwitcher li:hover a {
  color: #7C7CFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.langSwitcher li:hover a::after {
  opacity: 1;
}

.authLangWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

@media (max-width: 1100px) {
  .fixedWraper.hideLang .mainNav .nav > li {
    margin-right: 25px;
  }

  .fixedWraper.hideLang .mainNav .nav > li a,
  .fixedWraper.hideLang .mainNav .nav > li .liText {
    font-size: 12px;
    line-height: 20px;
  }

  .fixedWraper.hideLang .mainNav .nav > li:last-child {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .nav > li.dropLi:hover .navDropDown {
    opacity: 1;
    z-index: 1;
    visibility: visible;
  }
}

@media (hover: hover) {
  .langSwitcherWrapper:hover .langSwitcher {
    opacity: 1;
    z-index: 1;
    visibility: visible;
  }

  .langSwitcherWrapper:hover .currentLang {
    color: #7C7CFF;
  }

  .langSwitcherWrapper:hover .currentLang::after {
    background: url("/img/icons/arrow_up_hover.svg") no-repeat center;
    transition: all 0.3s;
  }

  .langSwitcherWrapper:focus .langSwitcher {
    opacity: 1;
    z-index: 1;
    visibility: visible;
  }
}

@media (max-width: 991px) {
  .headerPosition {
    height: 59px;
  }

  .headerPosition .headerBanner {
    padding: 9px 15px;
  }

  .headerPosition .headerBanner .countdownSection .countdown {
    display: none;
  }

  .headerPosition .headerBanner .countdownSection .calendarIcon {
    width: 35px;
    height: 32px;
    margin-right: 10px;
  }

  .headerPosition .headerBanner .countdownSection .bannerText {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
  }

  .headerPosition .headerBanner .bannerButton {
    width: 38px;
    height: 38px;
  }

  .headerPosition .headerBanner .bannerButton .bannerButtonText {
    display: none;
  }

  .fixedWraper.mainHeader .navigationWrapper::after {
    height: 100%;
  }

  .fixedWraper .container {
    padding: 0;
  }

  .fixedWraper::after {
    display: none;
  }

  .fixedWraper.mobHeader .navigationWrapper {
    padding: 7px 15px;
    transition: all 0.3s;
  }

  .fixedWraper.mobHeader .mainNav {
    top: 42px !important;
    height: calc(100vh - 42px);
  }

  .fixedWraper.mobHeader .mainNav .nav li a,
  .fixedWraper.mobHeader .mainNav .nav li .liText {
    font-size: 14px;
  }

  .fixedWraper.headerBgBlured:not(.headerBg).navMobBg {
    background: #ffffff;
    transition: all 0.1s;
    border-bottom: 1px solid rgba(124, 124, 255, 0.5);
  }

  .fixedWraper.headerBgBlured:not(.headerBg).navMobBg .navigationWrapper {
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
    border-bottom: 1px solid rgba(124, 124, 255, 0.5);
    transition: all 0.3s;
  }

  .fixedWraper.headerBgBlured:not(.headerBg).navMobBg .mainNav {
    background: #F5F5F7;
    transition: background 0.1s;
  }

  .fixedWraper .mainNav {
    transition: background 0.1s;
  }

  .fixedWraper .navigationWrapper {
    position: relative;
    padding: 15px;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }

  .fixedWraper.mainHeader.navMobBg,
  .fixedWraper.headerBgBlured.hideLang.navMobBg {
    background: #F5F5F7;
    transition: background 0.1s;
  }

  .fixedWraper.mainHeader.navMobBg .mainNav,
  .fixedWraper.headerBgBlured.hideLang.navMobBg .mainNav {
    background: #F5F5F7;
    transition: background 0.1s;
  }

  .fixedWraper.mainHeader.navMobBg .navigationWrapper,
  .fixedWraper.headerBgBlured.hideLang.navMobBg .navigationWrapper {
    border-bottom: 1px solid rgba(124, 124, 255, 0.5);
  }

  .navigationWrapper {
    border: none;
    z-index: 2;
  }

  .langSwitcher {
    left: 0px;
    width: 100%;
    z-index: 2;
  }

  .langSwitcher.active {
    position: relative;
    opacity: 1;
    z-index: 1;
    visibility: visible;
    margin-bottom: 50px;
  }

  .langSwitcher:hover {
    opacity: 0;
    z-index: 0;
    visibility: visible;
  }

  .langSwitcher:focus {
    opacity: 1;
    z-index: 1;
  }

  .logo {
    flex-basis: 100%;
    max-width: 104px;
  }

  .logo .logo-ice {
    top: -6px;
  }

  .nav {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    flex-basis: 100%;
    margin-left: 0px;
    padding: 50px 15px 0 15px;
    z-index: 1;
    margin-bottom: 25px;
  }

  .nav > li {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
    width: 100%;
    border-bottom: none;
    position: relative;
  }

  .nav > li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(124, 124, 255, 0.5) 0%, rgba(124, 124, 255, 0) 74.44%);
  }

  .nav > li:nth-child(1),
  .nav > li:nth-child(2) {
    padding: 0px;
  }

  .nav > li a,
  .nav > li .liText {
    font-size: 14px;
    padding: 25px 0 !important;
    display: inline-block;
  }

  .nav > li:last-of-type::after {
    display: none;
  }

  .nav > li:last-of-type a {
    padding-bottom: 0 !important;
  }

  .nav > li .dropItem {
    position: relative;
    margin-left: 7px;
    top: auto;
    right: auto;
    width: 85%;
    height: 7px;
    background-position: right;
  }

  .nav > li .dropItem .rotateArrow {
    background-position: left;
  }

  .nav .navDropDown {
    position: relative;
    max-width: 100%;
    width: 100%;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    visibility: visible;
    display: none;
    border-radius: 0px;
    z-index: 100;
    padding: 15px 0;
    background: transparent;
    box-shadow: none;
    border: none;
  }

  .nav .navDropDown::after {
    display: none;
  }

  .nav .navDropDown::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(124, 124, 255, 0.5) 0%, rgba(124, 124, 255, 0) 74.44%);
  }

  .nav .navDropDown li:first-child {
    border-radius: 0px;
  }

  .nav .navDropDown li:last-child {
    border-radius: 0px;
  }

  .nav .navDropDown li a::after {
    display: none;
  }

  .langSwitcherWrapper {
    margin: 0;
  }

  nav {
    display: flex;
    position: fixed;
    right: 0px !important;
    height: calc(100vh - 58px);
    top: 58px !important;
    width: 100%;
    z-index: 1;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.3s;
    background-size: cover;
    overflow-y: auto;
    overflow-x: hidden;
  }

  nav.active {
    opacity: 1;
    transform: translateX(0%);
  }

  .mobileNavBtnWrapper {
    display: block;
    position: relative;
  }

  .loginBtn {
    width: 27px;
    height: 27px;
    padding: 20px;
    border: none;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAMAAAAs2N9uAAAAAXNSR0IB2cksfwAAAIdQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////apH/EQAAAC10Uk5TAAJ54v7qkgt0/6fYmAHx0tm7A+m6wk1V5esFbHNISikeCWPH/FZn6N9alYr7KrP/4wAAAHhJREFUeJxdzukOgkAMRtGyCA44iOxuIAgI6Ps/HymNmS/cf3PSaUrEWbbjHjyfoKPiAgso3EidjOhI6AxTsdDFSJIKOdpYJpTDx0KoBEoqlusND7szPVDoyVSjNPl2w+v/bru3K+v7bOB1evwoaJqJFrXrS/2efiuSYAhFiy7tKQAAAABJRU5ErkJggg==") no-repeat right center;
  }

  .loginBtn span {
    display: none;
  }

  .navigationWrapper {
    padding: 15px 0;
    min-height: auto;
  }

  .navigationWrapper .headerMobWrapper {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .navigationWrapper .mobLang {
    display: block;
    margin: 0 20px 0 0;
    padding: 0;
  }

  .navigationWrapper .mobLang .langSwitcherWrapper {
    position: static;
  }

  .navigationWrapper .mobLang .langSwitcherWrapper:hover .langSwitcher {
    width: 0;
    opacity: 0;
    transition: none;
  }

  .navigationWrapper .mobLang .langSwitcherWrapper .currentLang {
    padding: 8px 0;
    pointer-events: none;
  }

  .navigationWrapper .mobLang .langSwitcherWrapper .currentLang::after {
    right: -15px;
    width: 10px;
  }

  .navigationWrapper .mobLang .langSwitcherWrapper .langSwitcher {
    height: 0;
    transition: all 0.3s;
  }

  .navigationWrapper .mobLang .langSwitcherWrapper.hoverActive .currentLang {
    color: #7C7CFF;
  }

  .navigationWrapper .mobLang .langSwitcherWrapper.hoverActive .currentLang::after {
    background: url("/img/icons/arrow_up_hover.svg") no-repeat center;
    transition: all 0.3s;
  }

  .navigationWrapper .mobLang .langSwitcherWrapper.hoverActive .langSwitcher {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 15px;
    max-width: 100%;
    width: 220px;
    height: 248px;
    transition: all 0.3s;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    opacity: 1;
    visibility: visible;
    padding: 23px 20px;
    border: none;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.08);
    border-radius: 0px 0px 10px 10px;
    z-index: 2;
  }

  .navigationWrapper .mobLang .langSwitcherWrapper.hoverActive .langSwitcher::after {
    display: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .navigationWrapper .mobLang .langSwitcherWrapper.hoverActive .langSwitcher::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(124, 124, 255, 0.5) 0%, rgba(124, 124, 255, 0) 74.44%);
  }

  .navigationWrapper .mobLang .langSwitcherWrapper.hoverActive .langSwitcher li a::after {
    display: none;
  }

  .dropItem {
    top: 3px;
    right: 20px;
    display: inline-block;
  }

  .menu-trigger {
    height: 14px;
    width: 40px;
  }

  .menu-trigger span {
    height: 3px;
    width: 20px;
    border-radius: 0px;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 3px;
  }

  .menu-trigger.active span:nth-of-type(1) {
    top: 4px;
  }

  .menu-trigger.active span:nth-of-type(3) {
    bottom: -2px;
  }

  .mainNav .mobNavSocial {
    display: block;
    width: 100%;
    padding: 0 15px;
  }

  .mainNav h4 {
    display: none;
  }

  .mainNav .social li {
    width: 46px;
    min-width: 46px;
    height: 46px;
    margin-right: 6px;
    background: #E8E5F4;
    border-radius: 50%;
    transition: all 0.3s;
  }

  .mainNav .social li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mainNav .social li a svg {
    width: 18px;
    height: 18px;
  }

  .mainNav .social li a svg.youtubeIcon {
    width: 24px;
  }

  .mainNav .social li:hover {
    transition: all 0.3s;
    background: #7C7CFF;
  }

  .mainNav .social li:hover a svg path {
    transition: all 0.3s;
    fill: #ffffff;
  }
}

@media (max-width: 768px) {
  .nav > li .dropItem {
    width: 75%;
  }
}

@media (max-width: 550px) {
  .nav > li .dropItem {
    width: 63%;
  }
}

@media (max-width: 480px) {
  .fixedWraper.headerBgBlured:not(.headerBg).navMobBg .mainNav {
    background: #F5F5F7;
    transition: background 0.1s;
    padding-bottom: 50px;
  }

  .fixedWraper.mainHeader.navMobBg .mainNav,
  .fixedWraper.headerBgBlured.hideLang.navMobBg .mainNav {
    background: #F5F5F7;
    transition: background 0.1s;
    padding-bottom: 50px;
  }
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  src: url(/fonts/Montserrat-VF.woff2?5b4370ea9799a250feb4ad2733a0640c) format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-display: swap;
  src: url(/fonts/Montserrat-Italic-VF.woff2?86ce353c58b375091c13191cc8c0c0d5) format("woff2");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

*:focus-visible {
  outline: none;
}

html .overflow,
body .overflow {
  overflow: hidden;
}

html {
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #FFFFFF;
  height: 100%;
  overflow-x: hidden;
}

body.demoBg {
  background: #F5F5F7;
}

body.noMinHeight {
  min-height: 100%;
}

img {
  max-width: 100%;
}

strong {
  font-weight: 700;
}

.container {
  max-width: 1230px;
  width: 100%;
  padding: 0px 15px;
  margin: 0px auto;
}

.smallContainer {
  max-width: 976px;
  width: 100%;
  padding: 0px 15px;
  margin: 0px 11% 0 auto;
}

.bigContainer {
  max-width: 1440px;
  width: 100%;
  margin: 0px auto;
}

.fullContainer {
  max-width: 1920px;
  width: 100%;
  margin: 0px auto;
}

.breadCrumbsWrapper {
  padding-top: 50px;
  font-weight: 500;
  position: relative;
  z-index: 3;
}

.breadCrumbsWrapper .slick-arrow {
  display: none;
  top: -8px;
  transform: scale(0.63);
}

.breadCrumbsWrapper .breadCrumbs {
  display: flex;
  flex-wrap: wrap;
}

.breadCrumbsWrapper .breadCrumbs li {
  display: inline-block;
  margin-right: 5px;
}

.breadCrumbsWrapper .breadCrumbs li:after {
  content: "/";
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  top: 0;
  right: 0;
  font-size: 14px;
}

.breadCrumbsWrapper .breadCrumbs li:last-child:after {
  display: none;
}

.breadCrumbsWrapper .breadCrumbs li a,
.breadCrumbsWrapper .breadCrumbs li .bread {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  line-height: 171%;
  text-decoration: none;
}

.breadCrumbsWrapper .breadCrumbs li a.active,
.breadCrumbsWrapper .breadCrumbs li .bread.active {
  text-decoration: none;
}

.paddingTopSection {
  padding-top: 180px;
  margin-top: -129px;
}

.productsHeader,
.solutionsHeader,
.solutionsSingleHeader,
.darkHeader {
  min-height: 842px;
  background: black;
  position: relative;
}

.productsHeader .breadCrumbsWrapper .breadCrumbs li::after,
.solutionsHeader .breadCrumbsWrapper .breadCrumbs li::after,
.solutionsSingleHeader .breadCrumbsWrapper .breadCrumbs li::after,
.darkHeader .breadCrumbsWrapper .breadCrumbs li::after {
  color: rgba(255, 255, 255, 0.7);
}

.productsHeader .breadCrumbsWrapper .breadCrumbs li a,
.productsHeader .breadCrumbsWrapper .breadCrumbs li .bread,
.solutionsHeader .breadCrumbsWrapper .breadCrumbs li a,
.solutionsHeader .breadCrumbsWrapper .breadCrumbs li .bread,
.solutionsSingleHeader .breadCrumbsWrapper .breadCrumbs li a,
.solutionsSingleHeader .breadCrumbsWrapper .breadCrumbs li .bread,
.darkHeader .breadCrumbsWrapper .breadCrumbs li a,
.darkHeader .breadCrumbsWrapper .breadCrumbs li .bread {
  color: rgba(255, 255, 255, 0.7);
}

.darkHeader {
  background: #0f0f1b;
}

.hideFooter footer {
  display: none;
}

.hideFooter .langSwitcherWrapper {
  display: none;
}

.solutionsHeader,
.productsHeader {
  min-height: inherit;
  background-color: #440090;
  border-radius: 20px;
  margin: 68px 20px 120px 20px;
  padding-top: 0;
}

.errorHeader,
.thanksHeader,
.sorryHeader {
  background: url("/img/404_2.webp") no-repeat center, #070119;
  background-size: cover;
  padding-bottom: 0px !important;
  padding-top: 130px !important;
  margin-top: -130px !important;
}

.errorHeader .breadCrumbsWrapper,
.thanksHeader .breadCrumbsWrapper,
.sorryHeader .breadCrumbsWrapper {
  display: none;
}

.errorHeader .errorPageWrapper,
.thanksHeader .errorPageWrapper,
.sorryHeader .errorPageWrapper {
  position: relative;
}

.errorHeader .errorPageWrapper .errorContainer,
.thanksHeader .errorPageWrapper .errorContainer,
.sorryHeader .errorPageWrapper .errorContainer {
  padding: 200px 0 0 0;
  min-height: calc(100vh - 129px);
  position: relative;
}

.errorHeader .errorPageWrapper .errorImage,
.thanksHeader .errorPageWrapper .errorImage,
.sorryHeader .errorPageWrapper .errorImage {
  position: absolute;
  right: -139px;
  top: 181px;
}

.errorHeader .errorPageWrapper .errorWrapper,
.errorHeader .errorPageWrapper .innerWrapper,
.thanksHeader .errorPageWrapper .errorWrapper,
.thanksHeader .errorPageWrapper .innerWrapper,
.sorryHeader .errorPageWrapper .errorWrapper,
.sorryHeader .errorPageWrapper .innerWrapper {
  min-height: initial;
  height: 100%;
  max-width: 431px;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  z-index: 1;
  position: relative;
}

.errorHeader .errorPageWrapper .errorWrapper .title,
.errorHeader .errorPageWrapper .innerWrapper .title,
.thanksHeader .errorPageWrapper .errorWrapper .title,
.thanksHeader .errorPageWrapper .innerWrapper .title,
.sorryHeader .errorPageWrapper .errorWrapper .title,
.sorryHeader .errorPageWrapper .innerWrapper .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 90px;
  letter-spacing: -3px;
  color: #FFFFFF;
  margin-bottom: 60px;
}

.errorHeader .errorPageWrapper .errorWrapper .title_error,
.errorHeader .errorPageWrapper .errorWrapper .subtitle_error,
.errorHeader .errorPageWrapper .innerWrapper .title_error,
.errorHeader .errorPageWrapper .innerWrapper .subtitle_error,
.thanksHeader .errorPageWrapper .errorWrapper .title_error,
.thanksHeader .errorPageWrapper .errorWrapper .subtitle_error,
.thanksHeader .errorPageWrapper .innerWrapper .title_error,
.thanksHeader .errorPageWrapper .innerWrapper .subtitle_error,
.sorryHeader .errorPageWrapper .errorWrapper .title_error,
.sorryHeader .errorPageWrapper .errorWrapper .subtitle_error,
.sorryHeader .errorPageWrapper .innerWrapper .title_error,
.sorryHeader .errorPageWrapper .innerWrapper .subtitle_error {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}

.errorHeader .errorPageWrapper .errorWrapper .btnMore,
.errorHeader .errorPageWrapper .innerWrapper .btnMore,
.thanksHeader .errorPageWrapper .errorWrapper .btnMore,
.thanksHeader .errorPageWrapper .innerWrapper .btnMore,
.sorryHeader .errorPageWrapper .errorWrapper .btnMore,
.sorryHeader .errorPageWrapper .innerWrapper .btnMore {
  margin-top: 43px;
}

.errorHeader .errorPageWrapper .errorWrapper p,
.errorHeader .errorPageWrapper .innerWrapper p,
.thanksHeader .errorPageWrapper .errorWrapper p,
.thanksHeader .errorPageWrapper .innerWrapper p,
.sorryHeader .errorPageWrapper .errorWrapper p,
.sorryHeader .errorPageWrapper .innerWrapper p {
  text-align: left;
}

.errorHeader .errorPageWrapper .innerWrapper,
.thanksHeader .errorPageWrapper .innerWrapper,
.sorryHeader .errorPageWrapper .innerWrapper {
  max-width: 597px;
}

.errorHeader .errorPageWrapper .innerWrapper .subtitle_error,
.thanksHeader .errorPageWrapper .innerWrapper .subtitle_error,
.sorryHeader .errorPageWrapper .innerWrapper .subtitle_error {
  max-width: 300px;
}

.errorHeader .errorPageWrapper .innerWrapper .subtitle_error span,
.thanksHeader .errorPageWrapper .innerWrapper .subtitle_error span,
.sorryHeader .errorPageWrapper .innerWrapper .subtitle_error span {
  display: block;
}

.errorHeader .errorPageWrapper .innerWrapper .subtitle_error span:first-child,
.thanksHeader .errorPageWrapper .innerWrapper .subtitle_error span:first-child,
.sorryHeader .errorPageWrapper .innerWrapper .subtitle_error span:first-child {
  margin-bottom: 20px;
}

.errorHeader .errorPageWrapper .innerWrapper .subtitle_error b,
.thanksHeader .errorPageWrapper .innerWrapper .subtitle_error b,
.sorryHeader .errorPageWrapper .innerWrapper .subtitle_error b {
  font-weight: 700;
  color: #FFFFFF;
}

.errorHeader .errorPageWrapper .zohoThanksWrapper.errorContainer .errorImage,
.thanksHeader .errorPageWrapper .zohoThanksWrapper.errorContainer .errorImage,
.sorryHeader .errorPageWrapper .zohoThanksWrapper.errorContainer .errorImage {
  top: 92px;
}

.sorryHeader .errorPageWrapper .zohoThanksWrapper.errorContainer .errorImage {
  right: -160px;
  top: 146px;
}

.sorryHeader .errorPageWrapper .innerWrapper {
  max-width: 394px;
}

.sorryHeader .errorPageWrapper .innerWrapper .title {
  text-align: left;
}

.errorHeader,
.thanksHeader {
  background: #F5F5F7;
}

.errorHeader .errorPageWrapper .errorContainer,
.thanksHeader .errorPageWrapper .errorContainer {
  padding-top: 246px;
}

.errorHeader .errorPageWrapper .errorImage,
.thanksHeader .errorPageWrapper .errorImage {
  top: 170px;
  right: 0;
}

.errorHeader .errorPageWrapper .errorWrapper .title,
.errorHeader .errorPageWrapper .innerWrapper .title,
.thanksHeader .errorPageWrapper .errorWrapper .title,
.thanksHeader .errorPageWrapper .innerWrapper .title {
  color: #060048;
}

.errorHeader .errorPageWrapper .errorWrapper .title_error,
.errorHeader .errorPageWrapper .errorWrapper .subtitle_error,
.errorHeader .errorPageWrapper .innerWrapper .title_error,
.errorHeader .errorPageWrapper .innerWrapper .subtitle_error,
.thanksHeader .errorPageWrapper .errorWrapper .title_error,
.thanksHeader .errorPageWrapper .errorWrapper .subtitle_error,
.thanksHeader .errorPageWrapper .innerWrapper .title_error,
.thanksHeader .errorPageWrapper .innerWrapper .subtitle_error {
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
}

.errorHeader .errorPageWrapper .errorWrapper .title_error b,
.errorHeader .errorPageWrapper .errorWrapper .subtitle_error b,
.errorHeader .errorPageWrapper .innerWrapper .title_error b,
.errorHeader .errorPageWrapper .innerWrapper .subtitle_error b,
.thanksHeader .errorPageWrapper .errorWrapper .title_error b,
.thanksHeader .errorPageWrapper .errorWrapper .subtitle_error b,
.thanksHeader .errorPageWrapper .innerWrapper .title_error b,
.thanksHeader .errorPageWrapper .innerWrapper .subtitle_error b {
  color: rgba(0, 0, 0, 0.7);
}

.errorHeader .errorPageWrapper .errorWrapper .subtitle_error,
.errorHeader .errorPageWrapper .innerWrapper .subtitle_error,
.thanksHeader .errorPageWrapper .errorWrapper .subtitle_error,
.thanksHeader .errorPageWrapper .innerWrapper .subtitle_error {
  margin-bottom: 0;
}

.errorHeader .errorPageWrapper .errorWrapper .btnMore,
.errorHeader .errorPageWrapper .innerWrapper .btnMore,
.thanksHeader .errorPageWrapper .errorWrapper .btnMore,
.thanksHeader .errorPageWrapper .innerWrapper .btnMore {
  color: #440090;
}

.singleAboutWrapper .keSolutions {
  background: url("/img/about/about_bg.webp") no-repeat, #000911;
  background-size: cover;
  background-position: center bottom;
}

.helperImg {
  visibility: hidden;
  height: 0px;
  overflow: hidden;
}

#video {
  visibility: hidden;
}

#video.show {
  visibility: visible;
}

.suspendImg {
  position: absolute;
  top: 0;
  left: 0;
}

.main_wrapper {
  position: relative;
  overflow: hidden;
}

.main_wrapper.demoBg footer {
  background: none;
}

.main_wrapper.aboutBg .readyToStart {
  background: #000017;
}

.main_wrapper.aboutBg .readyToStart h2 span:nth-child(1) {
  color: #000017;
  -webkit-text-fill-color: #000017;
}

.main_wrapper.aboutBg .readyToStart .animationsWrapper {
  display: none;
}

.main_wrapper.mainPage,
.main_wrapper.newSinglePage {
  background: #F5F5F7;
}

.main_wrapper.newArticlePage,
.main_wrapper.newProviderPage,
.main_wrapper.newContactPage,
.main_wrapper.newSingleProductPage,
.main_wrapper.newSingleSolutionPage,
.main_wrapper.newSingleEventPage {
  overflow: unset;
}

.progress {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  max-width: 320px;
  width: 100%;
  height: 1px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to right, #8244FC, #8244FC);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.5s ease-in-out;
}

.progress.blogProgress {
  position: relative;
  bottom: auto;
  margin-top: 54px;
}

.progress.numbsProgress {
  position: relative;
  bottom: auto;
  margin-top: 40px;
}

.title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #440090;
  font-size: 70px;
  line-height: 143%;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.title.center {
  text-align: center;
}

.title.black {
  color: #151F39;
}

@supports (((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text)) and ((text-fill-color: transparent) or (-webkit-text-fill-color: transparent)) {
  .title.gradient {
    background-image: linear-gradient(-360deg, #0B0229 2.59%, #732EFB 81.2%);
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }

  .title.gradient span {
    display: -webkit-box;
    width: 100%;
  }
}

.title.white {
  color: #FFFFFF;
}

.title.darkPurple {
  color: #060048;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 86%;
  text-transform: uppercase;
  color: #FFFFFF;
}

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

h2.small span {
  display: block;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  h2.gradient {
    background: -webkit-linear-gradient(-270deg, #0B0229 2.59%, #732EFB 81.2%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

h2.darkPurple {
  color: #060048;
}

h2.purpleColor {
  color: #440090;
}

h2 span {
  display: initial;
  width: 100%;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 93%;
  text-transform: uppercase;
  color: #FFFFFF;
}

h3.black {
  color: rgba(0, 0, 0, 0.9);
}

.colLeft {
  flex-basis: 50%;
}

.colRight {
  flex-basis: 50%;
}

.mainScreen {
  position: relative;
  min-height: 1600px;
  background: #000007 url("/img/back_without-sphere1.webp") no-repeat top;
  background-size: auto;
  overflow: hidden;
}

.mainScreen .main_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.mainScreen .main_bg img,
.mainScreen .main_bg video {
  width: 100%;
  max-width: 1920px;
}

.txt,
.termsWrapper .termsInnerWrapper .table_wrapper .item,
.termsWrapper .termsInnerWrapper p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
}

.txt.center,
.termsWrapper .termsInnerWrapper .table_wrapper .center.item,
.termsWrapper .termsInnerWrapper p.center {
  text-align: center;
}

.txt.maxWidth,
.termsWrapper .termsInnerWrapper .table_wrapper .maxWidth.item,
.termsWrapper .termsInnerWrapper p.maxWidth {
  max-width: 386px;
}

.txt.black,
.termsWrapper .termsInnerWrapper .table_wrapper .black.item,
.termsWrapper .termsInnerWrapper p.black {
  color: rgba(0, 0, 0, 0.7);
}

.txt.bold,
.termsWrapper .termsInnerWrapper .table_wrapper .bold.item,
.termsWrapper .termsInnerWrapper p.bold {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 700;
}

.txt.maxWidthCustom,
.termsWrapper .termsInnerWrapper .table_wrapper .maxWidthCustom.item,
.termsWrapper .termsInnerWrapper p.maxWidthCustom {
  max-width: 488px;
}

.bold {
  font-weight: 700;
}

.mainTopPadding {
  padding-top: 50px;
}

.topBannerBtnWrapper {
  display: flex;
  align-items: center;
  margin: 30px 0px 0px 0px;
}

html[lang=fr] .frameHeader .btn {
  padding: 0;
  font-size: 15px;
  line-height: 24px;
}

.btnMore {
  display: flex;
  align-items: center;
  width: 200px;
  margin: 30px 0 0 0;
  font-weight: 700;
  font-size: 19px;
  line-height: 126%;
  color: #440090;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
}

.btnMore img {
  margin-left: 10px;
  transition: all 0.3s linear;
}

.btnMore:hover img {
  margin-left: 20px;
  transition: all 0.3s linear;
}

.btnProduct {
  background: #FFFFFF;
  border-radius: 10px;
  width: 220px;
  padding: 19px 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none;
}

.btnProduct h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
  background: linear-gradient(90.82deg, #440090 0%, #7C7CFF 99.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.mainButton {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 360px;
  height: 48px;
  border-radius: 10px;
  background-color: #440090;
  text-decoration: none;
  position: relative;
}

.mainButton .mainButtonText {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  z-index: 1;
}

.mainButton .mainBtnIcon {
  display: none;
}

.mainButton .mainButtonArrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 48px;
  background-repeat: no-repeat;
  background: url("/img/icons/big_arrow.png");
  transform: translateX(0);
  transition: all 0.3s linear;
}

.mainButton:hover .mainButtonArrow {
  transform: translateX(10px);
  transition: all 0.3s linear;
}

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

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

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

.animateBtn {
  display: flex;
  cursor: pointer;
  align-items: center;
  padding-right: 40px;
  text-decoration: none;
  font-weight: 700;
  font-size: 19px;
  line-height: 126%;
  text-transform: none;
  max-width: 300px;
}

.animateBtn:hover .button__border-circle {
  transform: translateX(60px);
}

.animateBtn:hover .button__mask-circle {
  clip-path: circle(25px at 85px);
}

.animateBtn .button__text {
  z-index: 1;
  margin-right: -18px;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  display: block;
  width: -moz-max-content;
  width: max-content;
}

.animateBtn .button__wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.animateBtn .button__arrow {
  left: 35px;
  height: 3px;
  width: 50px;
  display: flex;
  position: absolute;
  align-items: center;
  background-color: #FFFFFF;
}

.animateBtn .button__arrow:after {
  content: "";
  width: 0;
  height: 0;
  top: -5px;
  right: -7px;
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #FFFFFF;
}

.animateBtn .button__border-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  transition: transform 987ms;
}

.animateBtn .button__mask-circle {
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: circle(25px);
  transition: clip-path 987ms;
}

.animateBtn .button__small-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translateX(60px);
  background-color: #FFFFFF;
}

.purple {
  border: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  background-color: #4a4cbd;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
}

.dark {
  border: none;
  box-shadow: 0 5px 10px rgba(2, 2, 2, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  background-color: #343752;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
}

.solutionsWrapper {
  margin: 0 0 120px 0;
  position: relative;
}

.solutionsWrapper h2 {
  margin: 0 0 80px 0;
  text-align: center;
  letter-spacing: -3px;
  font-size: 70px;
  font-weight: 700;
  line-height: 50px;
}

.solutionsWrapper .solutionsMain {
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.solutionsWrapper .solutionsItem {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  overflow: hidden;
}

.solutionsWrapper .solutionsItem:last-child {
  margin-bottom: 0;
}

.solutionsWrapper .solutionsItem .solutionsImage {
  flex: 1 1;
  max-width: 960px;
  max-height: 920px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.solutionsWrapper .solutionsItem .solutionsImage .solutionsImageAnimated {
  display: block;
}

.solutionsWrapper .solutionsItem .solutionsImage .solutionsLink {
  text-decoration: none;
}

.solutionsWrapper .solutionsItem .solutionsImage img {
  transition: transform 2s ease;
  transform: scale(1.15);
}

.solutionsWrapper .solutionsItem .solutionsImage .customCurtain {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  transform: translateX(0);
  transition: all 1.3s ease;
}

.solutionsWrapper .solutionsItem .solutionsText {
  flex: 1 1;
  width: 960px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
}

.solutionsWrapper .solutionsItem .solutionsText .solutionsTextContent {
  max-width: 607px;
  margin: 0 auto;
  transform: translateY(100%);
  transition: all 1s ease;
}

.solutionsWrapper .solutionsItem .solutionsText .solutionsTextContent .solutionsLink {
  text-decoration: none;
}

.solutionsWrapper .solutionsItem .solutionsText .solutionsTextContent .solutionsTextContentIcon {
  margin-bottom: 50px;
  width: 75px;
  height: 84px;
}

.solutionsWrapper .solutionsItem .solutionsText .solutionsTextContent h3 {
  color: #060048;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 40px;
  text-transform: none;
  max-width: 488px;
}

.solutionsWrapper .solutionsItem .solutionsText .solutionsTextContent .txt,
.solutionsWrapper .solutionsItem .solutionsText .solutionsTextContent .termsWrapper .termsInnerWrapper .table_wrapper .item,
.termsWrapper .termsInnerWrapper .table_wrapper .solutionsWrapper .solutionsItem .solutionsText .solutionsTextContent .item,
.solutionsWrapper .solutionsItem .solutionsText .solutionsTextContent .termsWrapper .termsInnerWrapper p,
.termsWrapper .termsInnerWrapper .solutionsWrapper .solutionsItem .solutionsText .solutionsTextContent p {
  margin-bottom: 30px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.7);
}

.solutionsWrapper .solutionsItem .solutionsText .solutionsTextContent .txt.maxWidth,
.solutionsWrapper .solutionsItem .solutionsText .solutionsTextContent .termsWrapper .termsInnerWrapper .table_wrapper .maxWidth.item,
.termsWrapper .termsInnerWrapper .table_wrapper .solutionsWrapper .solutionsItem .solutionsText .solutionsTextContent .maxWidth.item,
.solutionsWrapper .solutionsItem .solutionsText .solutionsTextContent .termsWrapper .termsInnerWrapper p.maxWidth,
.termsWrapper .termsInnerWrapper .solutionsWrapper .solutionsItem .solutionsText .solutionsTextContent p.maxWidth {
  max-width: 488px;
}

.solutionsWrapper .solutionsItem .solutionsText .solutionsTextContent .solutionsTags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.solutionsWrapper .solutionsItem .solutionsText .solutionsTextContent .solutionsTags .solutionsTag {
  height: 30px;
  border-radius: 40px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 14px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  background-color: #E8E5F4;
  transition: all 0.3s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.solutionsWrapper .solutionsItem .solutionsText .solutionsTextContent .solutionsTags .solutionsTag.active {
  color: #FFF;
  background-color: #7C7CFF;
}

.solutionsWrapper .solutionsItem .solutionsText .solutionsTextContent .btnMore {
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-top: 40px;
  width: auto;
}

.solutionsWrapper .solutionsItem .solutionsText .solutionsTextContent:hover h3 {
  border-bottom-color: #060048;
}

.solutionsWrapper .itemRevert {
  flex-direction: row-reverse;
}

.solutionsWrapper .innerItem {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

.solutionsWrapper .innerItem .txt,
.solutionsWrapper .innerItem .termsWrapper .termsInnerWrapper .table_wrapper .item,
.termsWrapper .termsInnerWrapper .table_wrapper .solutionsWrapper .innerItem .item,
.solutionsWrapper .innerItem .termsWrapper .termsInnerWrapper p,
.termsWrapper .termsInnerWrapper .solutionsWrapper .innerItem p {
  margin-left: 30px;
}

html[lang=ru] .solutionsWrapper .table,
html[lang=pt-br] .solutionsWrapper .table,
html[lang=fr] .solutionsWrapper .table,
html[lang=es] .solutionsWrapper .table,
html[lang=pt-pt] .solutionsWrapper .table {
  min-height: 490px;
}

.table {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  max-height: 464px;
}

.table.only_three.new,
.table.only_two.new,
.table.all.new,
.table.only_one.new {
  min-height: 464px;
}

.table.only_three.new .table__cell,
.table.only_two.new .table__cell,
.table.all.new .table__cell,
.table.only_one.new .table__cell {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.table.only_three.new .solutionsItem,
.table.only_two.new .solutionsItem,
.table.all.new .solutionsItem,
.table.only_one.new .solutionsItem {
  text-decoration: none;
  min-height: inherit;
}

.table.only_one {
  min-height: auto !important;
}

.table.only_one.new {
  min-height: auto;
}

.table.only_one.new .solutionsPreview {
  position: relative;
  top: -35px;
}

.table.only_one.new .table__cell {
  position: relative;
}

.table.only_one.new .table__cell .solInfo {
  position: absolute;
  top: 44%;
}

.table.only_three .table__cell {
  width: 34%;
}

.table.only_three .table__cell.active {
  width: 612px;
}

.table.only_three .table__cell.hide {
  width: 293px;
}

.table.only_three .table__cell:last-child.active {
  width: 612px;
  transition: all 0.1s linear;
}

.table.only_two .table__cell {
  width: 50%;
}

.table.only_two .table__cell .smallImg {
  display: none;
  visibility: hidden;
}

.table.only_two .table__cell .solImage img {
  left: 0px;
}

.table.only_two .table__cell.active {
  width: 50%;
}

.table.only_two .table__cell.hide {
  width: 50%;
}

.table.only_two .table__cell.hide .solImage:after {
  display: none;
}

.table.only_two .table__cell.hide h3 {
  font-size: 28px;
  line-height: 93%;
}

.table.only_two .table__cell:first-child {
  padding-right: 11px;
}

.table.only_two .table__cell:last-child {
  padding-left: 11px;
  padding-right: 0;
}

.table.only_two .table__cell:last-child.active {
  width: 50%;
}

.table.all .table__cell .solImage::after {
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}

.table.all.mainPage .table__cell {
  flex-direction: column;
  align-items: flex-start;
}

.table.all.mainPage .solutionsItem {
  text-decoration: none;
  min-height: inherit;
}

.table.all.mainPage .solutionsItem .solImage {
  border-radius: 15px;
}

.table.only_one .table__cell {
  width: 100%;
  padding: 0;
}

.table.only_one .table__cell .solInfo {
  height: auto;
  opacity: 1;
  transition: none;
  visibility: visible;
}

.table.only_one .table__cell .solImage {
  height: auto;
}

.table.only_one .table__cell .solImage img {
  left: 0;
}

.table.only_one .table__cell .smallImg {
  display: none;
}

.table.only_one .table__cell .solutionsItem {
  display: flex;
  flex-direction: row-reverse;
  min-height: auto;
  justify-content: space-between;
  align-items: center;
}

.table.only_one .table__cell .solutionsPreview {
  margin: 0 30px 0 0;
}

.table.only_one .table__cell .solutionsPreview h3 {
  margin-bottom: 30px;
}

.table.only_one .table__cell.active {
  transition: none;
}

.table.only_one .table__cell.active .solInfo {
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: none;
}

.table.only_one .table__cell.active .solImage::after {
  background: transparent;
  transition: none;
}

.table.only_one .table__cell.active .solImage .smallImg {
  opacity: 1;
  transition: none;
}

.table.only_one .table__cell.hide {
  transition: none;
}

.table.only_one .table__cell.hide .solImage::after {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.1s linear;
}

.table.only_one .table__cell.hide .solImage .smallImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.1s linear;
}

.table__cell {
  position: relative;
  display: flex;
  width: 25%;
  padding-right: 22px;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
  overflow: hidden;
  text-decoration: none;
}

.table__cell .btnMore {
  position: relative;
  top: 3px;
  width: auto;
  display: none;
}

.table__cell .solImage {
  position: relative;
  height: 324px;
  overflow: hidden;
}

.table__cell .solImage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.1s linear;
}

.table__cell .solImage img {
  max-width: inherit;
  position: relative;
  display: block;
  height: 100%;
}

.table__cell .solImage .smallImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.2s linear;
}

.table__cell .solImage .smallImg img {
  left: -140px;
}

.table__cell h3 {
  transition: all 0.2s linear;
}

.table__cell .solInfo {
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
}

.table__cell.active {
  width: 590px;
  transition: all 0.2s linear;
}

.table__cell.active .solInfo {
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: all 0.2s linear;
}

.table__cell.active .solImage::after {
  background: transparent;
  transition: all 0.1s linear;
}

.table__cell.active .solImage .smallImg {
  opacity: 0;
  transition: all linear;
}

.table__cell.hide {
  width: 208px;
  transition: all 0.1s linear;
}

.table__cell.hide h3 {
  font-size: 19px;
  line-height: 137%;
  transition: all 0.2s linear;
}

.table__cell.hide .solImage::after {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.1s linear;
}

.table__cell.hide .solImage .smallImg img {
  left: -186px;
  transition: all 0.1s linear;
}

.table__cell:last-child.active {
  width: 590px;
  transition: all 0.1s linear;
}

@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);
  }
}

.animationsWrapper,
.animationsWrapper2 {
  position: absolute;
  z-index: -1;
}

.animationsWrapper .relativeWrapper,
.animationsWrapper2 .relativeWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

html[lang=pt-pt] .whyUs h2 {
  line-height: 109%;
}

html[lang=pt-br] .whyUs h2 {
  line-height: 100%;
}

html[lang=es] .whyUs h2 {
  line-height: 110%;
}

.whyUs {
  margin: 0 0 140px 0;
  padding: 0;
  position: relative;
}

.whyUs .smallContainer {
  padding: 0;
  margin: 0 0 0 auto;
}

.whyUs .txt,
.whyUs .termsWrapper .termsInnerWrapper .table_wrapper .item,
.termsWrapper .termsInnerWrapper .table_wrapper .whyUs .item,
.whyUs .termsWrapper .termsInnerWrapper p,
.termsWrapper .termsInnerWrapper .whyUs p {
  margin-bottom: 20px;
}

.whyUs .txt:last-child,
.whyUs .termsWrapper .termsInnerWrapper .table_wrapper .item:last-child,
.termsWrapper .termsInnerWrapper .table_wrapper .whyUs .item:last-child,
.whyUs .termsWrapper .termsInnerWrapper p:last-child,
.termsWrapper .termsInnerWrapper .whyUs p:last-child {
  margin: 0;
}

.whyUs .txt.maxWidth,
.whyUs .termsWrapper .termsInnerWrapper .table_wrapper .maxWidth.item,
.termsWrapper .termsInnerWrapper .table_wrapper .whyUs .maxWidth.item,
.whyUs .termsWrapper .termsInnerWrapper p.maxWidth,
.termsWrapper .termsInnerWrapper .whyUs p.maxWidth {
  max-width: 488px;
}

.whyUs h2 {
  max-width: 381px;
  margin-bottom: 50px;
}

.whyUs .mainWhyTitle {
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 78px;
  text-transform: none;
  color: rgba(0, 0, 0, 0.8980392157);
  margin-bottom: 40px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.whyUs .mainWhySubtitle {
  color: rgba(0, 0, 0, 0.8980392157);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.whyUs .mainWhyBtn {
  width: 334px;
  height: 58px;
  padding: 17px 15px;
  justify-content: space-between;
  margin-top: 30px;
  background-color: #7E00E1;
}

.whyUs .mainWhyBtn:before {
  background-color: #6300B0;
}

.whyUs .mainWhyBtn.mobile {
  display: none;
}

.whyUs .mainWhyBtn.desktop {
  display: flex;
}

.whyUs .mainWhyBtn .mainButtonText {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.whyUs .mainWhyBtn .mainWhyBtnIcon {
  z-index: 1;
}

.whyUs h3 {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  text-transform: none;
}

.whyUs .numb {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 101.5%;
  text-transform: uppercase;
}

.whyUs .btnMore {
  margin-top: 40px;
}

.whyUs .btnMore.mob {
  display: none;
}

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

.whyUs .innerRow .numbsProgress {
  display: none;
}

.whyUs .innerRow .innerItem {
  width: 536px;
  position: relative;
}

.whyUs .innerRow .innerItem.numbs {
  margin-top: 118px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 30px;
  width: 574px;
}

.whyUs .innerRow .innerItem.numbs .item {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.whyUs .innerRow .innerItem.numbs .item h3 {
  max-width: 180px;
}

.whyUs .innerRow .innerItem.numbs .item .image {
  margin: 0;
  width: 72px;
  height: 80px;
  min-width: 72px;
  transform: scale(1);
  transition: transform 0.7s linear;
}

.whyUs .innerRow .innerItem.numbs .item:hover .image {
  transform: scale(1.1);
  transition: transform 0.7s linear;
}

.whyUs .animationsWrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.whyUs .animationsWrapper .big_triangle {
  position: absolute;
  top: -265px;
  left: -10px;
  animation: orbit2 4s linear infinite;
}

.whyUs .animationsWrapper .middle_triangle {
  position: absolute;
  top: 300px;
  left: 150px;
  animation: MoveItemsInfinite1 7s linear infinite;
}

.whyUs .animationsWrapper .middle_triangle img {
  max-width: 104px;
}

.whyUs .animationsWrapper .small_triangle {
  position: absolute;
  bottom: -70px;
  right: 80px;
  animation: MoveItemsInfinite 6s linear infinite;
}

.whyUs .animationsWrapper .big_ball {
  position: absolute;
  top: 200px;
  right: 110px;
  animation: MoveItemsInfinite2 6s linear infinite;
}

.whyUs .animationsWrapper .big_ball img {
  max-width: 70px;
}

@keyframes floatText {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(var(--widthList));
  }
}

.marqueeWrapper {
  position: relative;
  overflow: hidden;
}

.marqueeWrapper ul.list {
  position: relative;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

.marqueeWrapper ul.list.animation {
  animation: floatText 16s linear infinite;
}

.marqueeWrapper ul.list li {
  flex-shrink: 0;
  padding-left: 10px;
  margin-right: 20px;
}

.products {
  padding: 100px 0px 50px;
  overflow: hidden;
}

.products .bigContainer {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.products .productsWrapper {
  max-width: 1590px;
  width: 95%;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 10px;
  padding-left: 15px;
}

.products .itemRow {
  max-width: 440px;
  padding: 70px 0 300px 0;
  margin-right: 30px;
}

.products.mainPage {
  margin: 0 0 150px 0;
  padding: 0 0 25px 0;
}

.products.mainPage .itemRow {
  max-width: 100%;
  margin: 0 0 50px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.products.mainPage .productsWrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  flex-direction: column;
}

.products.mainPage .maxWidth {
  max-width: 486px;
}

.products .prod_slider {
  visibility: visible;
  height: auto;
  transition: all 0.1s;
}

.products .prod_slider:not(.slick-initialized) {
  visibility: hidden;
  height: 0px;
  transition: all 0.1s;
}

.products .prod_slider.slick-slider {
  display: inline !important;
}

.products .prod_slider.slick-slider .slick-track {
  display: flex !important;
}

.products .prod_slider.slick-slider .slick-dots {
  left: 45%;
}

.products .prod_slider.slick-initialized .slick-slide {
  display: inline !important;
}

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

.products .slideBtnWrapper {
  margin-top: 40px;
  display: flex;
}

.products .slideBtnWrapper .prevBtn {
  margin-right: 22px;
}

.products .slideBtnWrapper .prevBtn,
.products .slideBtnWrapper .nextBtn {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}

.products .slideBtnWrapper .prevBtn:hover,
.products .slideBtnWrapper .nextBtn:hover {
  border: 1px solid #440090;
  transition: all 0.3s;
}

.prod_wrap .prod_item_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 19px;
}

.prod_wrap .prod_item_row:last-child {
  margin-bottom: 0;
}

.prod_wrap .prod_item {
  background: #FFFFFF;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  max-width: 590px;
  width: 49.2%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s cubic-bezier(0, 0, 0.5, 1);
  will-change: transform;
  position: relative;
}

.prod_wrap .prod_item:hover {
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.16);
  transform: scale3d(1.01, 1.01, 1.01);
}

.prod_wrap .prod_item.light .prod_item_top {
  background: #7C7CFF;
}

.prod_wrap .prod_item.dark .prod_item_top {
  background: #440090;
}

.prod_wrap .prod_item .prod_item_top {
  padding: 10px;
  border-radius: 15px 15px 0px 0px;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 302px;
}

.prod_wrap .prod_item .prod_img img {
  max-width: initial;
}

.prod_wrap .prod_item .prod_info {
  align-self: flex-start;
  max-width: 260px;
  width: 50%;
  margin-right: 14px;
  padding: 40px 0 30px 0;
}

.prod_wrap .prod_item .prod_info .txt,
.prod_wrap .prod_item .prod_info .termsWrapper .termsInnerWrapper .table_wrapper .item,
.termsWrapper .termsInnerWrapper .table_wrapper .prod_wrap .prod_item .prod_info .item,
.prod_wrap .prod_item .prod_info .termsWrapper .termsInnerWrapper p,
.termsWrapper .termsInnerWrapper .prod_wrap .prod_item .prod_info p {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #FFFFFF;
}

.prod_wrap .prod_item .prod_item_bottom {
  padding: 30px 14px 30px 19px;
  width: 100%;
}

.prod_wrap .prod_item .prod_item_bottom ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.prod_wrap .prod_item .prod_item_bottom ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  text-transform: none;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  padding-left: 23px;
}

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

.prod_wrap .prod_item .prod_item_bottom .btnMore {
  display: none;
}

.prod_wrap .prod_item .prod_item_bottom .prod_item_btn {
  display: none;
}

.prod_wrap .prod_item .linkDesktop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainPage .topHeader {
  background: #E7E3F2;
}

.mainPage .topBanner {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  margin: 0 0 120px 0;
  padding: 0;
  position: relative;
}

.mainPage .topBanner .topBannerInfo {
  max-width: 590px;
  min-width: 590px;
  min-height: 758px;
  width: 100%;
  padding-top: 80px;
  position: relative;
  z-index: 3;
}

.mainPage .topBanner .topBannerInfo .title {
  color: #060048;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 90%;
  letter-spacing: -3px;
  margin-bottom: 40px;
  text-transform: none;
}

.mainPage .topBanner .topBannerInfo .topBannerBtnWrapper {
  max-width: 488px;
  width: 100%;
}

.mainPage .topBanner .topBannerInfo .topBannerBtnWrapper .animateBtn .button__text {
  color: #440090;
}

.mainPage .topBanner .topBannerInfo .topBannerBtnWrapper .animateBtn .button__border-circle {
  border-color: #440090;
}

.mainPage .topBanner .topBannerInfo .topBannerBtnWrapper .animateBtn .button__small-circle,
.mainPage .topBanner .topBannerInfo .topBannerBtnWrapper .animateBtn .button__arrow {
  background-color: #440090;
}

.mainPage .topBanner .topBannerInfo .topBannerBtnWrapper .animateBtn .button__arrow:after {
  border-left-color: #440090;
}

.mainPage .topBanner .topBannerInfo .mainPageChipMob1,
.mainPage .topBanner .topBannerInfo .mainPageChipMob2 {
  display: none;
}

.mainPage .topBanner .topBannerInfo .videoWrapper .mainPageMobVideo {
  display: none;
}

.mainPage .topBanner .topBannerVideo {
  overflow: visible;
}

.mainPage .topBanner .topBannerVideo .png {
  width: -moz-max-content;
  width: max-content;
  mix-blend-mode: screen;
  z-index: 1;
}

.mainPage .topBanner .topBannerVideo .gif {
  position: relative;
  display: flex;
  justify-content: center;
  margin-left: -490px;
}

.mainPage .topBanner .topBannerVideo .gif .gifPng {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.mainPage .topBanner .topBannerVideo .gif .gifPng img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainPage .topBanner .topBannerVideo .gif video {
  margin-top: -30px;
  max-height: 788px;
  margin-left: 75px;
  clip-path: fill-box;
  overflow: hidden;
  border-radius: 0.01px;
}

.mainPage .topBanner .topBannerVideo .gif .mobile {
  display: none;
}

.mainPage .topBanner .topBannerVideo .imgMobile {
  display: none;
}

.mainPage .mainPageSubTitle {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8980392157);
}

.mainPage .solutionsWrapper .innerItem .maxWidth {
  max-width: 488px;
}

.mainPage .readyToStart {
  background: transparent;
}

.mainPage .footerGrid .item:first-child {
  border-top: none;
}

.mainPage .partners h2 {
  color: rgba(6, 0, 72, 0.9);
}

.mainPage .partners .maxWidth {
  max-width: 488px;
}

.mainPage .partners .btnMore {
  margin-right: -33px;
}

.mainPage .partners .partnersWrapper .partnersLogoWrapper {
  border-radius: 10px;
}

.mainPage .partners .animationsWrapper {
  display: none;
}

.mainPage .blog .blogTitle {
  color: rgba(0, 0, 0, 0.8980392157);
  font-size: 70px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.mainPage .blog .blogArticles {
  display: flex;
  gap: 22px;
  margin-bottom: 22px;
}

.mainPage .blog .blogArticles .blogArticlesMainWrapper {
  max-width: 546px;
}

.mainPage .blog .blogArticles .blogArticlesMainWrapper .blogArticlesMain {
  display: flex;
  background-color: #f5f5f7;
}

.mainPage .blog .blogArticles .blogArticlesMainWrapper .blogArticlesMain .blogArticlesMainContainer {
  background-color: white;
  width: 472px;
  height: 87px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 18px 14px;
}

.mainPage .blog .blogArticles .blogArticlesMainWrapper .blogArticlesMain .blogArticlesMainContainer .blogArticlesMainTopSection {
  display: flex;
  gap: 16px;
}

.mainPage .blog .blogArticles .blogArticlesMainWrapper .blogArticlesMain .blogArticlesMainContainer .blogArticlesMainTopSection .blogArticlesMainTag {
  background: #7c7cfe;
  border-radius: 40px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 3px 16px;
  text-transform: uppercase;
}

.mainPage .blog .blogArticles .blogArticlesMainWrapper .blogArticlesMain .blogArticlesMainRightContainer {
  position: relative;
}

.mainPage .blog .blogArticles .blogArticlesMainWrapper .blogArticlesMain .blogArticlesMainRightContainer .blogArticlesMainRightSection {
  width: 88px;
  height: 87px;
  background-color: #f5f5f7;
  border-bottom-left-radius: 20px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainPage .blog .blogArticles .blogArticlesMainWrapper .blogArticlesMain .blogArticlesMainRightContainer .blogArticlesMainRightSection .blogArticlesMainImgBtn {
  transition: all 0.2s linear;
}

.mainPage .blog .blogArticles .blogArticlesMainWrapper .blogArticlesMain .blogArticlesMainRightContainer .blogArticlesMainRightSection .blogArticlesMainImgBtn:hover {
  transition: all 0.2s linear;
  transform: scale(1.15);
  cursor: pointer;
}

.mainPage .blog .blogArticles .blogArticlesMainWrapper .blogArticlesMain .blogArticlesMainRightContainer .blogArticlesMainRightBg {
  width: 20px;
  height: 20px;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mainPage .blog .blogArticles .blogArticlesMainWrapper .blogArticlesMainBottomSection {
  background-color: white;
  width: 546px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.mainPage .blog .blogArticles .blogArticlesMainWrapper .blogArticlesMainBottomSection .blogArticlesMainTitle {
  padding: 0 14px 22px 14px;
  margin-bottom: 7px;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  color: rgba(0, 0, 0, 0.8980392157);
  text-overflow: ellipsis;
  max-height: 85px;
  overflow: hidden;
  text-transform: none;
}

.mainPage .blog .blogArticles .blogArticlesMainWrapper .blogArticlesMainBottomSection .blogArticlesMainImgWrapper {
  max-width: 546px;
  max-height: 427px;
  overflow: hidden;
  border-radius: 20px;
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
  position: relative;
  transition: all 0.2s linear;
}

.mainPage .blog .blogArticles .blogArticlesMainWrapper .blogArticlesMainBottomSection .blogArticlesMainImgWrapper .blogArticlesMainReadMore {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #fff;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  z-index: 2;
  transform: translateY(100%);
  transition: all 0.2s linear;
}

.mainPage .blog .blogArticles .blogArticlesMainWrapper .blogArticlesMainBottomSection .blogArticlesMainImgWrapper .blogArticlesMainReadMore:hover {
  cursor: pointer;
}

.mainPage .blog .blogArticles .blogArticlesMainWrapper .blogArticlesMainBottomSection .blogArticlesMainImgWrapper .blogArticlesMainImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s linear;
}

.mainPage .blog .blogArticles .blogArticlesMainWrapper .blogArticlesMainBottomSection .blogArticlesMainImgWrapper:hover {
  transition: all 0.2s linear;
}

.mainPage .blog .blogArticles .blogArticlesMainWrapper .blogArticlesMainBottomSection .blogArticlesMainImgWrapper:hover .blogArticlesMainImg {
  transform: scale(1.15);
  transition: all 0.2s linear;
}

.mainPage .blog .blogArticles .blogArticlesMainWrapper .blogArticlesMainBottomSection .blogArticlesMainImgWrapper:hover .blogArticlesMainReadMore {
  transition: all 0.2s linear;
  transform: translateY(0) !important;
}

.mainPage .blog .blogArticles .blogArticlesGroup {
  display: flex;
  gap: 22px 20px;
  flex-wrap: wrap;
}

.mainPage .blog .blogArticles .blogArticlesGroup .blogArticleLink {
  width: 306px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.04);
}

.mainPage .blog .blogArticles .blogArticlesGroup .blogArticle:hover .blogArticleContent .blogArticleImage {
  transition: all 0.2s linear;
  transform: scale(1.15);
}

.mainPage .blog .blogArticles .blogArticlesGroup .blogArticle:hover .blogArticleContent .blogArticleContentReadMore {
  transition: all 0.2s linear;
  transform: translateY(0);
}

.mainPage .blog .blogArticles .blogArticlesGroup .blogArticle .blogArticleTitle {
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin: 14px 14px 18px 14px;
  height: 56px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mainPage .blog .blogArticles .blogArticlesGroup .blogArticle .blogArticleContent {
  width: 306px;
  height: 204px;
  overflow: hidden;
  border-radius: 20px;
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
  position: relative;
  transition: all 0.2s linear;
}

.mainPage .blog .blogArticles .blogArticlesGroup .blogArticle .blogArticleContent .blogArticleDate {
  height: 30px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.8980392157);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  position: absolute;
  left: 14px;
  top: 14px;
  border-radius: 40px;
  z-index: 2;
  padding: 0 10px;
}

.mainPage .blog .blogArticles .blogArticlesGroup .blogArticle .blogArticleContent .blogArticleContentReadMore {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #fff;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  z-index: 2;
  transform: translateY(100%);
  transition: all 0.2s linear;
}

.mainPage .blog .blogArticles .blogArticlesGroup .blogArticle .blogArticleContent .blogArticleImage {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  transition: all 0.2s linear;
}

.mainPage .blog .blogViewMoreBtn {
  width: 100%;
  height: 50px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.9);
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
}

.mainPage .blog .blogViewMoreBtn:hover {
  color: #7C7CFF;
  transition: all 0.3s linear;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.06);
}

.mainPage .blog .noneDecorationLink {
  text-decoration: none;
}

.readyToStartSection .maxWidth {
  max-width: 486px;
}

.readyToStartSection .innerWrap {
  position: relative;
  margin: 0 0 120px 0;
  padding: 68px 80px;
  background: #7C7CFF;
  border-radius: 15px;
}

.readyToStartSection .innerWrap h2 {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

.readyToStartSection .innerWrap .txt,
.readyToStartSection .innerWrap .termsWrapper .termsInnerWrapper .table_wrapper .item,
.termsWrapper .termsInnerWrapper .table_wrapper .readyToStartSection .innerWrap .item,
.readyToStartSection .innerWrap .termsWrapper .termsInnerWrapper p,
.termsWrapper .termsInnerWrapper .readyToStartSection .innerWrap p {
  margin-bottom: 30px;
  margin: 0 auto;
  text-align: center;
}

.readyToStartSection .innerWrap .mainButton {
  margin: 0 auto;
  justify-content: center;
  margin-top: 40px;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  text-decoration: none;
  position: relative;
  border-radius: 10px;
  padding: 16px 30px;
  gap: 10px;
}

.readyToStartSection .innerWrap .mainButton .mainButtonText {
  color: rgba(0, 0, 0, 0.8980392157);
  font-family: Montserrat;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  z-index: 1;
}

.readyToStartSection .innerWrap .mainButton .mainWhyBtnIcon {
  width: 51px;
  height: 16px;
  z-index: 1;
}

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

.readyToStartSection .innerWrap .mainButton:hover:before {
  width: 100%;
  transition: width 0.3s linear;
}

.readyToStartSection .innerWrap .mainButton:active::before {
  width: 100%;
  transition: width 0.3s linear;
}

.readyToStartSection .innerWrap .btnMore {
  color: #ffffff;
}

.readyToStartSection .innerWrap .animationsWrapper {
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.readyToStartSection .innerWrap .animationsWrapper .big_triangle {
  position: absolute;
  right: -80px;
  top: -80px;
  animation: orbit2 4s linear infinite;
}

.readyToStartSection .innerWrap .animationsWrapper .middle_triangle {
  position: absolute;
  left: 68px;
  bottom: -37px;
}

.readyToStartSection .innerWrap .animationsWrapper .middle_triangle img {
  width: 162px;
}

.readyToStartSection .innerWrap .animationsWrapper .small_ball {
  position: absolute;
  left: 50px;
  top: 50px;
  animation: MoveItemsInfinite2 6s linear infinite;
}

.readyToStartSection .innerWrap .animationsWrapper .small_ball img {
  width: 52px;
}

.readyToStartSection .innerWrap .animationsWrapper .polyhex_1 {
  position: absolute;
  right: 250px;
  bottom: 20px;
  animation: MoveItemsInfinite2 6s linear infinite;
}

.readyToStartSection .innerWrap .animationsWrapper .polyhex_1 img {
  width: 66px;
}

.readyToStartSection .innerWrap .animationsWrapper .polyhex_2 {
  position: absolute;
  right: 40%;
  top: 0;
  animation: orbit2 3s linear infinite;
}

.partners {
  position: relative;
  margin: 0 0 120px 0;
  padding: 0;
}

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

.partners .btnMore {
  margin: 30px 0 0 auto;
}

.partners .animationsWrapper {
  width: 281px;
  height: 200px;
  left: 0;
  z-index: 1;
  bottom: 0;
}

.partners .animationsWrapper .big_triangle {
  width: 115px;
  position: absolute;
  bottom: 0;
  left: -15px;
  animation: orbit2 4s linear infinite;
}

.partners .animationsWrapper .middle_triangle {
  position: absolute;
  top: 0%;
  right: 38%;
  animation: MoveItemsInfinite1 7s linear infinite;
}

.partners .animationsWrapper .big_ball {
  position: absolute;
  width: 19px;
  top: 44%;
  right: 26%;
  animation: orbit2 6s linear infinite;
}

.loadMoreBtnAdvanWrp {
  text-align: center;
  margin-top: 10px;
  display: none;
}

.partnersWrapper {
  margin: 50px 0px 30px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 50px;
}

.partnersWrapper .partnersLogoWrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: filter 0.3s ease;
  position: relative;
}

.partnersWrapper .partnersLogoWrapper img {
  width: calc(100% - 48px);
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.partnersWrapper .btnMore {
  margin: 30px 0 0 auto;
  justify-content: flex-end;
}

.partnersWrapper .btnMore svg {
  margin-left: 4px;
}

.readyToStart {
  padding: 120px 0px 230px;
  min-height: 300px;
  background: url("/img/readyToStart.webp") no-repeat center;
  background-size: cover;
  position: relative;
}

.readyToStart.small {
  background-position: 0 0;
  padding: 125px 0px;
  min-height: auto;
}

.readyToStart.small .formWrapper {
  max-width: 777px;
  position: relative;
  margin: 0 auto;
}

.readyToStart.small .formImageWrapper {
  flex-basis: auto;
  width: 100%;
  margin-right: 0;
}

.readyToStart.small .formWrapperInner {
  flex-basis: auto;
}

.readyToStart.small .formWrapperInner .zoho_popup_btn {
  margin-top: 0;
}

.readyToStart.small h2 {
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0;
}

.readyToStart.small h2 span {
  width: 100%;
  display: inline-block;
}

.readyToStart.small h2 span:nth-child(1) {
  padding-left: 0px;
  color: #FFFFFF;
  -webkit-text-fill-color: #FFFFFF;
  -webkit-text-stroke-width: #FFFFFF;
  -webkit-text-stroke-color: #FFFFFF;
}

.readyToStart h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 90px;
  text-transform: uppercase;
  letter-spacing: -3px;
}

.readyToStart h2 span {
  width: 100%;
  display: inline-block;
}

.readyToStart h2 span:nth-child(1) {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFFFFF;
}

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

.readyToStart .animationsWrapper {
  width: 300px;
  height: 300px;
  bottom: -75px;
  left: auto;
  right: 0;
  overflow: hidden;
  z-index: 0;
}

.readyToStart .animationsWrapper .big_triangle {
  max-width: 180px;
  position: absolute;
  right: -24%;
  bottom: -8%;
  animation: MoveItemsInfinite 6s linear infinite;
}

.readyToStart .animationsWrapper .big_triangle img {
  transform: rotate(150.68deg);
}

.readyToStart .animationsWrapper .middle_triangle {
  max-width: 60px;
  position: absolute;
  bottom: 65px;
  left: 100px;
  animation: orbit2 6s linear infinite;
}

.readyToStart .animationsWrapper .middle_triangle img {
  transform: rotate(40deg);
}

.readyToStart .animationsWrapper .xs_triangle {
  max-width: 18px;
  position: absolute;
  bottom: 90px;
  left: 180px;
  animation: MoveItemsInfinite 8s linear infinite;
}

.readyToStart .animationsWrapper .xs_triangle img {
  transform: rotate(-50deg);
}

.readyToStart .animationsWrapper .big_ball {
  max-width: 30px;
  position: absolute;
  left: 40px;
  bottom: 140px;
  animation: MoveItemsInfinite2 6s linear infinite;
}

.readyToStart .animationsWrapper .small_ball {
  max-width: 19px;
  position: absolute;
  right: 60px;
  top: 50px;
  animation: orbit2 6s linear infinite;
}

.readyToStart .formWrapper {
  display: flex;
  justify-content: space-between;
}

.readyToStart .formWrapper label {
  margin-bottom: 6px;
}

.readyToStart .formWrapper form {
  position: relative;
  left: 1px;
  margin-top: 20px;
  align-items: flex-end;
  flex-wrap: nowrap;
}

.readyToStart .formImageWrapper {
  flex-basis: 590px;
}

.readyToStart .formWrapperInner {
  flex-basis: 440px;
  margin-left: 30px;
}

.pricingPage {
  position: relative;
}

.pricingPage .animationsWrapper {
  width: 300px;
  height: 266px;
  bottom: -130px;
  left: auto;
  right: 0;
  overflow: hidden;
  z-index: 0;
}

.pricingPage .animationsWrapper .big_triangle {
  max-width: 180px;
  position: absolute;
  right: -24%;
  bottom: -8%;
  animation: MoveItemsInfinite 6s linear infinite;
}

.pricingPage .animationsWrapper .big_triangle img {
  transform: rotate(150.68deg);
}

.pricingPage .animationsWrapper .middle_triangle {
  max-width: 60px;
  position: absolute;
  bottom: 53px;
  left: 100px;
  animation: orbit2 6s linear infinite;
}

.pricingPage .animationsWrapper .middle_triangle img {
  transform: rotate(40deg);
}

.pricingPage .animationsWrapper .xs_triangle {
  max-width: 18px;
  position: absolute;
  bottom: 70px;
  left: 180px;
  animation: MoveItemsInfinite 8s linear infinite;
}

.pricingPage .animationsWrapper .xs_triangle img {
  transform: rotate(-50deg);
}

.pricingPage .animationsWrapper .big_ball {
  max-width: 30px;
  position: absolute;
  left: 32px;
  bottom: 90px;
  animation: MoveItemsInfinite2 6s linear infinite;
}

.pricingPage .animationsWrapper .small_ball {
  max-width: 19px;
  position: absolute;
  right: 73px;
  top: 16px;
  animation: orbit2 6s linear infinite;
}

.slick-slider .slick-dots {
  max-width: 306px;
  display: flex !important;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 1px;
}

.slick-slider .slick-dots li {
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 1px;
  margin: 0;
}

.slick-slider .slick-dots li.slick-active {
  background: #8244FC;
}

.slick-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

.slick-slider .slick-dots li button::before {
  display: none;
}

.blog {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 100px;
}

.blog .innerRow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.blog .bigContainer {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto !important;
}

.blog_slider {
  margin-bottom: 0 !important;
  display: flex;
  height: auto;
  transition: all 0.1s;
}

.blog_slider:not(.slick-initialized) {
  visibility: hidden;
  height: 0px;
  transition: all 0.1s;
}

.blog_slider .btnMore {
  color: #FFFFFF;
  margin: 0 0 0 auto;
  width: auto;
  padding: 7px 16px;
  background: rgba(3, 1, 43, 0.4);
  border: 1px solid #FFFFFF;
}

.blog_slider .btnMore img {
  position: relative;
  margin: 0;
  padding-left: 16px;
  right: 0px;
}

.blog_slider .btnMore:hover img {
  margin: 0;
  right: -12px;
}

.blog_slider .slick-slide {
  height: 400px;
}

.blog_slider .slick-slide > div {
  width: 100%;
  height: 100%;
  padding: 0 11px;
}

.blog_slider .slick-slide.slick-active .blog_slide {
  pointer-events: auto;
}

.blog_slider .slick-slide.slick-active .blog_slide::after {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s linear;
}

.blog_slider .slick-slide.slick-active .blog_info {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transition: all 0.3s;
}

.blog_slider .slick-slide.slick-active .blog_img::before {
  opacity: 1;
  transition: all 0.3s;
}

.blog_slider .slick-dots {
  bottom: -54px;
}

.blog_slider .blog_img {
  position: relative;
  width: 100%;
  height: 100%;
}

.blog_slider .blog_img img {
  width: 100%;
  height: 100%;
}

.blog_slider .blog_img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 281px;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(180deg, #000000 16.9%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.3s;
  z-index: 1;
}

.blog_slider .blog_slide {
  position: relative;
  max-height: 400px;
  overflow: hidden;
  pointer-events: none;
  cursor: pointer;
  height: 100%;
  width: 100%;
}

.blog_slider .blog_slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s linear;
  z-index: 3;
  cursor: pointer;
  background: linear-gradient(332.47deg, rgba(3, 0, 58, 0.05) 14.92%, rgba(149, 151, 255, 0.05) 97.67%);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.blog_slider .blog_slide .blog_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.popUpBlogWrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(4, 4, 14, 0.5843137255);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}

.popUpBlogWrapper p {
  color: #89889F;
  margin: 20px 15px 20px 15px;
  text-align: center;
  line-height: 30px;
}

.popUpBlogWrapper.show {
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
}

.popUpBlogWrapper .formWrapper {
  padding: 0px 30px;
}

.popUpBlogWrapper .formWrapper form {
  justify-content: center;
  flex-wrap: nowrap;
}

.popUpBlogWrapper .formWrapper .inputWrapper {
  flex-basis: 100%;
  display: block;
  margin-bottom: 15px;
  margin-right: 0px;
}

.popUpBlogWrapper .formWrapper .inputWrapper:last-child {
  margin-bottom: 0px;
  position: relative;
}

.popUpBlogWrapper .formWrapper textarea {
  height: calc(100% - 25px);
  margin-top: 25px;
}

.popUpBlogWrapper .formWrapper .btn {
  margin: 20px 20px 0px;
  align-self: center;
  width: 100px;
  padding: 15px;
}

.popUpBlogWrapper .formWrapperMain {
  position: relative;
  width: 100%;
  max-width: 700px;
  background: linear-gradient(299.9deg, #141521 0%, #1E1F2D 84.48%);
  border-radius: 10px;
  padding: 50px 0px;
}

.popUpBlogWrapper .formWrapperMain .hidePopUpBtn {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #4a4cbd;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfkDBcILjv9IMCjAAAAAW9yTlQBz6J3mgAAAQdJREFUGNNdzz1LwwAQxvE/jTRa+wEEcaibqJDFTyAO4qcQxcW6uVuFCg4iFrIIDg5OLgpaV10dBB1EKIgg6qCQvpiaNCaPQ1rTeNvdwx2/MwAoMEWGOkkVmCYPwN2xU7s6tK1eYlvVyufD/RkA7o0UBNdHcWxb1YrvSq22AbCaHZofMEYn/fzM88LI+OLscjYnOhvdQ+/FIIq3L/Z9V4rkbPYJenHHlSI1tkjX485PJEnSy0E8ySTCmhl+A4TRk5nIAds63/NcSQqjRG4A2BNjS3MrZg6c7ebJ4J8cgMuS9yVJ9XJaDkD7VpKa5bS80QLgYzcIW6V++WvR995Ou82a+e8v1ofhF0LCl1hYMpkaAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIwLTEyLTIzVDA4OjQ1OjQ4KzAwOjAwW+1URgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMC0xMi0yM1QwODo0NTo0OCswMDowMCqw7PoAAAAASUVORK5CYII="), linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
  background-position: center center, center center;
  background-repeat: no-repeat;
  background-size: auto;
  border: none;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  z-index: 2;
  outline: none;
  border-radius: 100%;
  box-shadow: 0px 10px 20px #000000, inset 0px 1px 0px rgba(255, 255, 255, 0.0987885);
  opacity: 0.9;
  transition: opacity 0.3s;
}

.popUpBlogWrapper .formWrapperMain .hidePopUpBtn:hover {
  opacity: 1;
}

.dmca {
  position: relative;
}

.dmca .image_dmca {
  position: absolute;
  top: 0px;
  left: 0;
}

footer {
  background: #E8E5F4;
}

footer .social li {
  margin-right: 8.28px;
}

footer .social li .socialIconWrapper {
  width: 40px;
  height: 40px;
  background-color: #F5F5F7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

footer .social li svg {
  height: 18px;
  width: 18px;
}

footer .social li svg path {
  transition: all 0.3s;
  fill: #060048;
}

footer .social li svg.youtubeIcon {
  width: 24px;
}

footer .social li:hover svg path {
  fill: #fff;
}

footer .social li:hover .socialIconWrapper {
  background-color: #7C7CFF;
}

footer .socialNav {
  margin-bottom: 50px;
}

footer.mainPage {
  background: url("/img/footer/main-footer-1920.webp") no-repeat center;
  background-size: cover;
}

.footerLogo {
  margin-bottom: 50px;
  width: 55%;
}

.footerLogo img {
  max-width: 146px;
  max-height: 52px;
}

.footerGrid {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.footerGrid .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #7C7CFF;
}

.footerGrid .item:first-child {
  border: none;
  padding-top: 50px;
}

.footerGrid .item:nth-child(2) {
  padding: 0 0 40px 0;
  border-top: none;
}

.footerGrid .item:nth-child(3) {
  padding: 40px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 132px;
}

html[lang=ru] .footerGrid .item:nth-child(3) {
  gap: 0 55px;
}

.footerGrid .item:nth-child(3) .footerNav,
.footerGrid .item:nth-child(3) .contacts,
.footerGrid .item:nth-child(3) .privacy {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 10px 40px;
}

.footerGrid .item:nth-child(3) .footerNav li,
.footerGrid .item:nth-child(3) .contacts li,
.footerGrid .item:nth-child(3) .privacy li {
  margin-bottom: 0;
}

.footerGrid .item:nth-child(4) {
  padding: 10px 0;
}

.footerGrid .item:nth-child(5) {
  padding: 40px 0;
}

.footerGrid .item .footerToggleIcon {
  display: none;
}

.footerGrid .col {
  position: relative;
  z-index: 2;
}

.footerGrid .col.flex {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  margin-right: 0;
}

.footerGrid .col.flex .divWrap {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footerGrid .col.flex .divWrap:first-child {
  width: 100%;
}

.footerGrid .col .footerMenuTitle,
.footerGrid .col .socialTitle {
  color: #060048;
  font-size: 18px;
  line-height: 133%;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}

.footerGrid .col .footerMenuTitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.footerGrid .col .txtlowercase {
  text-transform: none;
}

.footerNav li,
.contacts li,
.privacy li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
}

.footerNav li::last-child,
.contacts li::last-child,
.privacy li::last-child {
  margin-bottom: 0;
}

.footerNav a,
.contacts a,
.privacy a,
.footerNav span,
.contacts span,
.privacy span {
  font-size: 14px;
  line-height: 24px;
  color: #060048;
  text-decoration: none;
  transition: color 0.3s;
  cursor: pointer;
}

.footerNav a:hover,
.contacts a:hover,
.privacy a:hover,
.footerNav span:hover,
.contacts span:hover,
.privacy span:hover {
  color: #4F36C9;
}

.footerNav .footerMenuTitle,
.contacts .footerMenuTitle,
.privacy .footerMenuTitle {
  margin-bottom: 30px;
}

.workingHours {
  font-size: 11px;
  color: #89889F;
  margin-top: 5px;
}

.contacts {
  position: relative;
}

.contacts .workingHours {
  margin-top: 7px;
  font-size: 10px;
}

.contacts.phoneFooter:before {
  content: "";
  top: -4px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABGdBTUEAALGPC/xhBQAABelJREFUSA2lV2tsVEUUnrn37u5twhsFEyrEGJ9R5BEjokB5ijwqIUEjorHdlkKJUaPQ7m63uUm73RYx0UgwfaPxkViUCPEBNqXwAzABDQWJhkdbwIhQAhTJdnfvveN3FqbsXZY+dNL0nDnnm3PmznnMLGf/YYTDDeUKZ9OFzb5nCjsRj1ttwWB++2BMaYMBS6wQ9iEbHjlnjzDBnne5tLGV4cZLXNjbI7HYF4ax9oLE3onydIqKis2jOzpc3TU1BfF0+lSZYVTfleF2zxRcrGKcPSwE/yQa7fzQMIyeVKycOxwbRt0oXVc+4ozPYUycYxb3FwVyfpJgScmRprkyurvFlY0bvdeknGg43Pgk56KMCzbMtO3VgUDesWS95Hsdh8NbRnKmb+OcnPaO65Ztr/T7vTt6JWAqKxuqYHiR4Ax//IJgYp9tx7/y+wt+l7hwuP4dBONN5EF+cSB3l5RLmnCMI9EzPOObELQlUiGpEOwy4/bs4mLvESkD3s1Y5hBVVUe7VfY4vC/FVz6NIz5gWpZRUpLXSdjKysalyIFqbOw1ny+3Wa4nmnBcFW7wwWlFssLJi0MXuy5lbdq0/rpTfmtWZdRm2h51PQwugaN3fT7vdtJWVNRnq5xvjplifjDo/UOu4KFQ7VhVUY/iiO+WwrRU2KVFPm8Z6RDHQnzhRCHECcbsVp8v/7BcEw7XLVSYUgNdWbHfW3sTX6QwtjQS7ZyD04qRTNG4OqNfp4TkfA3lAbFwdhKCM3DwhMK0hqrKxuZwuDaLND5f3o+mbWYzhZciF14gGTL8PSSrmeEev4bmNDiUu5Eg829M+/ovrkV6Ig8axrrzyagNG+qHjhrBV3KFr2dCNBb5ckOkR3ItQHLVxC02o6Qk92xVee00pqlbIz1XpxnG21cUBD8R52RjqTyOzWS2KIXTv1N1VE7F/tzqWDz2nOD8ZXxICWEQ4902Yzs1lZXTvKgk/yBqoF13D3+J5gqz7Xpi+hgRbC2nyO/9ABhxJ1wwWHBKiJ4lKLO8UKhuLuGi0UgIYXymrKz+IZrbTGyFrReJV4QSP4gv+ocm6QbqsK64OPezdLpUmc+3tgPdq1RTlDIkkUZhwU5bXSpfSViUZgvIPeXlH49TCIxdOBoEgeRAj/hV8gOhp0+bXyIRM3Q9czrhbZt9g54+Cyz3+3MvglzQuHsispwxy7LDd/xqhb9yo2EQsv9B/R229gihLCS0GjPb0GBGoSJGJFZz0Y7jfyDhmPopciyRBGlMz9U9E6pXr652pdGlFSHOR5Cxj5Ly/NVrl4iapmcMUQT6TyTh4oRjmqPW3kfH2UZ86sBRvX7/fa4tFLdUXbq5KcQZHOll0p07dyCGcj0lcfj6ToRvaK9jGDV7eq7mIwP2SpCDcp6n6+M3r1ixQnXI00wCAe+enmhsHamampqsi11dqyzrLLocfeCZT0+1x2fdVsOG8fEYXfdsxy4TyUFgxxD2lkj07BvYKMrUOaizCZHxmBCxk4FAwV9OrXPW+8VSTK8Hy7KWI0F+ljIH5Uqh7p5ANe3YNN3RuFZ3qQrbp6nuX6oq6t/qKzRpj62lZef12XMWfce5MhMZOM7hmDxy9tS8ecuGjxzpbj5+/LigtjlsiPo5sFk3sUMAWqipwyc/OyN7b2vrDsdjgTCOXd9c1Euo0F2aBzXOp/QKkxicSjMMHEaTWACnk5NUt1ghjsVMvjwYzEnEWCr6dEyg8vKGe10apwYzSS4aNBWsLRKNzTWMgi659rYYS4WkdLPETWsZunSblA2acjbR49Fyktf165jA9JSJmeYyHOlvyYsHx/PMZPyAHNMCerAjptloMkeTDQyEx+UQQ2NOPIUkfsCOaQEebKdNky2GoX3SQH8UmzXx0C/E86g1GZu2nJIBqXxLy7fdU6Zmf63rbCgyeSr0fW0+gjugEA+FhlQ7/WZ16oLkOX5DzUNNb4CRLJSc4xJBSPbjSvTjKtybvEby/8uxNBIK1UxSFNd0bOJVjl5vCfZDR0d8f18/gf4FMtNdZJNkkKgAAAAASUVORK5CYII=") no-repeat center;
}

.contacts li {
  color: #89889F;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.captchaMod {
  display: flex !important;
  flex-wrap: wrap;
}

.captchaMod .inputWrapperInner {
  flex-grow: 1;
  margin-right: 2%;
}

.captchaMod .btn {
  margin-top: 25px;
}

.h-captcha {
  overflow: hidden;
}

.footerIcons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footerIcons li {
  margin-right: 24px;
}

.footerIcons li:last-child {
  margin-right: 0;
}

.footerIcons img {
  display: block;
}

.footerLogos {
  width: 100%;
  min-height: 118px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-column-gap: 60px;
}

.footerLogos .logo {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.social li {
  margin-right: 8px;
}

.social li:last-child {
  margin-right: 0px;
}

.social li:hover svg path {
  fill: #7C7CFF;
  transition: all 0.3s;
}

.social svg path {
  transition: all 0.3s;
}

.footerScript {
  width: 1000px;
  max-width: 100px;
}

.footerAppWrap {
  max-width: 100px;
  width: 40%;
  display: flex;
}

.footerAppWrap img:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.divWrap {
  margin-bottom: 40px;
}

.divWrap:last-child {
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

.scriptContent {
  margin-right: 0px;
  color: #89889F;
  font-size: 11px;
  line-height: 15px;
  margin-top: 0px;
  margin-left: 10px;
  width: 60%;
  padding-top: 10px;
}

.scriptContent .dmca-badge {
  display: inline-block;
  width: 100%;
}

.scriptContent img:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.footerGrid .copyWrites {
  text-align: left;
  max-width: 310px;
  width: 30%;
}

.copyWrites {
  color: #89889F;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: rgba(6, 0, 72, 0.6);
}

.copyWrites:nth-child(2) {
  text-align: center;
}

.copyWrites:nth-child(3) {
  text-align: right;
}

@keyframes toTop {
  0% {
    top: -5px;
  }

  50% {
    top: -7px;
  }

  100% {
    top: -9px;
  }
}

.btnTotop {
  position: fixed;
  bottom: 110px;
  right: 30px;
  z-index: 15;
  cursor: pointer;
  outline: none;
  border: none;
  transition: all 0.3s;
  background: none;
  visibility: hidden;
}

.btnTotop .animArrow {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgOS4zMzU5NEwxMCAxLjc4NzZMMTkgOS4zMzU5NCIgc3Ryb2tlPSIjNDQwMDkwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K") no-repeat center;
  transition: all 0.3s;
}

.btnTotop .animText {
  font-family: "Montserrat", sans-serif;
  border-radius: 100%;
  border: none;
  width: 70px;
  height: 70px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  color: #440090;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  background: #E8E5F4;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}

html[lang=es] .btnTotop .animText {
  font-size: 15px;
}

html[lang=ru] .btnTotop .animText {
  font-size: 14px;
}

html[lang=tr] .btnTotop .animText {
  font-size: 14px;
}

.btnTotop:hover .animArrow,
.btnTotop:focus .animArrow {
  top: -8px;
}

.btnTotop.show {
  visibility: visible;
}

.slick-prev {
  background: url("/img/icons/prevArrows.svg") no-repeat center;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 40px;
  left: -12px;
  right: initial;
  position: absolute;
  cursor: pointer;
  z-index: 5;
  outline: none;
  transition: all 0.3s;
}

.slick-prev:after {
  display: none;
}

.slick-prev:hover {
  border: 1px solid #440090;
  transition: all 0.3s;
}

.slick-prev:before,
.slick-next:before {
  display: none;
  font-size: 0;
}

.cookiesPolicyWrapper {
  max-width: 312px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  background: #440090;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: none;
}

.cookiesPolicyWrapper.hideCookies {
  display: flex;
}

.cookiesPolicyWrapper h3 {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 12px;
}

.cookiesPolicyWrapper .btn {
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.cookiesPolicyWrapper .btn p {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  text-transform: capitalize;
  color: #FFFFFF;
  z-index: 5;
  transition: all 0.3s;
}

.cookiesPolicyWrapper .btn:hover p,
.cookiesPolicyWrapper .btn:focus p {
  color: rgba(255, 255, 255, 0.85);
}

.cookiesPolicyWrapper .btn#setFullCookiesBtn {
  width: 100%;
  height: 45px;
  padding: 10px 14px;
  background: #FFFFFF;
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  border-radius: 30px;
}

.cookiesPolicyWrapper .btn#setFullCookiesBtn p {
  color: #440090;
}

.cookiesPolicyWrapper .btn#setFullCookiesBtn:hover,
.cookiesPolicyWrapper .btn#setFullCookiesBtn:focus {
  background: rgba(255, 255, 255, 0.85);
}

.cookiesPolicyWrapper .btn_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.cookiesPolicyWrapper .acceptCookie {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.cookiesPolicyWrapper .acceptCookie.hide {
  display: none;
}

.cookietxtWrapper {
  margin-right: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.cookietxtWrapper .txt,
.cookietxtWrapper .termsWrapper .termsInnerWrapper .table_wrapper .item,
.termsWrapper .termsInnerWrapper .table_wrapper .cookietxtWrapper .item,
.cookietxtWrapper .termsWrapper .termsInnerWrapper p,
.termsWrapper .termsInnerWrapper .cookietxtWrapper p {
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}

.cookietxtWrapper a {
  color: #7C7CFF;
  transition: color 0.3s;
}

.successCookie {
  width: 100%;
  min-height: 60px;
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 15px 10px 10px 0px;
}

.successCookie .txt,
.successCookie .termsWrapper .termsInnerWrapper .table_wrapper .item,
.termsWrapper .termsInnerWrapper .table_wrapper .successCookie .item,
.successCookie .termsWrapper .termsInnerWrapper p,
.termsWrapper .termsInnerWrapper .successCookie p {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.successCookie a {
  color: #7C7CFF;
  transition: color 0.3s;
}

.successCookie.active {
  display: flex;
}

.successCookie .hideCookieBtn {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  background: url("/img/icons/cross.svg") no-repeat center;
  border: none;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  z-index: 2;
  outline: none;
  border-radius: 100%;
  opacity: 0.9;
  transition: opacity 0.3s;
}

.successCookie .hideCookieBtn:hover {
  opacity: 1;
}

.onlineSection {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-top: 120px;
}

.onlineSection h2 {
  max-width: 480px;
  width: 100%;
}

.onlineSection h2 span {
  width: 100%;
  display: block;
}

.onlineSection h2 span:nth-child(2),
.onlineSection h2 span:nth-child(4) {
  padding-left: 58px;
}

.onlineSection h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 20px;
  max-width: 338px;
  width: 100%;
  text-transform: capitalize;
}

.onlineSection 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;
}

.onlineSection p:last-child {
  margin-bottom: 0;
}

.onlineSection .txt,
.onlineSection .termsWrapper .termsInnerWrapper .table_wrapper .item,
.termsWrapper .termsInnerWrapper .table_wrapper .onlineSection .item,
.onlineSection .termsWrapper .termsInnerWrapper p,
.termsWrapper .termsInnerWrapper .onlineSection p {
  margin-bottom: 20px;
}

.onlineSection .txt:last-child,
.onlineSection .termsWrapper .termsInnerWrapper .table_wrapper .item:last-child,
.termsWrapper .termsInnerWrapper .table_wrapper .onlineSection .item:last-child,
.onlineSection .termsWrapper .termsInnerWrapper p:last-child,
.termsWrapper .termsInnerWrapper .onlineSection p:last-child {
  margin-bottom: 0;
}

.onlineSection .innerRow {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
  position: relative;
  min-height: 455px;
  max-width: 1100px;
}

.onlineSection .innerBtn {
  max-width: 488px;
  width: 46%;
  margin: 0 0 0 auto;
}

.onlineSection .innerBtnText .item {
  position: absolute;
  max-width: 483px;
  width: 44%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.onlineSection .innerBtnText .item.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}

.onlineSection .innerBtnText .item ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.onlineSection .innerBtnText .item ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 10px;
  list-style: disc;
}

.onlineSection .innerBtnText .item ul li:last-child {
  margin-bottom: 0;
}

.onlineSection .itemBtn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000035;
  padding: 30px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
  max-width: 100%;
}

.onlineSection .itemBtn:hover,
.onlineSection .itemBtn:focus,
.onlineSection .itemBtn.active {
  background: #531E8E;
  color: #FFFFFF;
  transition: all 0.3s;
}

.features {
  padding: 120px 0;
}

.features h2 {
  margin-bottom: 60px;
}

.features .innerRow {
  display: grid;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.features .innerRow .item {
  flex-basis: 20%;
  display: flex;
  align-items: center;
  padding-right: 15px;
}

.features .innerRow .item .number {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 40px;
  text-transform: uppercase;
  color: #440090;
  margin-right: 10px;
}

.features .innerRow .item h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
  text-transform: capitalize;
  max-width: 166px;
}

.zohoContactWrapper .zcwf_row.selectOptions,
.zohoWrapper .zcwf_row.selectOptions {
  display: none;
  position: relative;
}

.zohoContactWrapper .zcwf_row.selectOptions.show,
.zohoWrapper .zcwf_row.selectOptions.show {
  display: block;
}

#valid-msg2 {
  color: rgba(0, 0, 0, 0.7);
  padding-left: 50px;
  margin-top: 10px;
  display: inline;
}

#valid-msg2.hide {
  display: none;
}

#error-msg2,
#error-msg1 {
  position: absolute;
  bottom: -20px;
  left: 0;
  margin-left: 0px;
  transition: all 0.3s;
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  color: #C50F0F;
  max-width: 100%;
  display: inline;
}

.contactsPage {
  padding: 50px 0 100px;
  position: relative;
}

.contactsPage .title {
  font-size: 60px;
  line-height: 64px;
  color: rgba(6, 0, 72, 0.8980392157);
  margin-bottom: 30px;
}

.contactsPage .innerRow {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 20px;
}

.contactsPage .innerRow .txt,
.contactsPage .innerRow .termsWrapper .termsInnerWrapper .table_wrapper .item,
.termsWrapper .termsInnerWrapper .table_wrapper .contactsPage .innerRow .item,
.contactsPage .innerRow .termsWrapper .termsInnerWrapper p,
.termsWrapper .termsInnerWrapper .contactsPage .innerRow p {
  margin-bottom: 12px;
  max-width: 488px;
}

.contactsPage .zohoContactWrapper {
  max-width: 670px;
  min-width: 50%;
  width: 100%;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 40px;
  background-color: #FFFFFF;
  border-radius: 15px;
}

.contactsPage .zohoContactWrapper form {
  max-width: 590px;
  margin-top: -5px;
}

.contactsPage .zohoContactWrapper .zcwf_row {
  margin-bottom: 17px;
}

.contactsPage .zohoContactWrapper .zcwf_row .zcwf_col_lab {
  margin-bottom: 0;
  color: #060048;
}

.contactsPage .zohoContactWrapper .zcwf_row:last-child {
  margin-bottom: 0;
}

.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld {
  position: relative;
}

.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld .zcwf_col_help {
  position: absolute;
  bottom: -20px;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  color: #FF0000;
  max-width: 100%;
  margin-left: 0px;
}

.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld .zcwf_col_help.relative.active {
  position: relative;
  bottom: -8px;
}

.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld .zcwf_col_help.active {
  opacity: 1;
}

.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=text],
.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel],
.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld textarea,
.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld select,
.contactsPage .zohoContactWrapper .zcwf_lblRight .select2-container {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  height: 50px;
  padding: 15px;
  background-color: #F5F5F7;
  transition: all 0.3s;
  border-radius: 10px;
  -webkit-appearance: none;
}

.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=text]::-moz-placeholder, .contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel]::-moz-placeholder, .contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld textarea::-moz-placeholder, .contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld select::-moz-placeholder, .contactsPage .zohoContactWrapper .zcwf_lblRight .select2-container::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=text]::placeholder,
.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel]::placeholder,
.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld textarea::placeholder,
.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld select::placeholder,
.contactsPage .zohoContactWrapper .zcwf_lblRight .select2-container::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=text]:focus,
.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel]:focus,
.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld textarea:focus,
.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld select:focus,
.contactsPage .zohoContactWrapper .zcwf_lblRight .select2-container:focus {
  border: 1px solid #440090;
  transition: all 0.3s;
}

.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=text].novalid,
.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=text].error,
.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel].novalid,
.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel].error,
.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld textarea.novalid,
.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld textarea.error,
.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld select.novalid,
.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld select.error,
.contactsPage .zohoContactWrapper .zcwf_lblRight .select2-container.novalid,
.contactsPage .zohoContactWrapper .zcwf_lblRight .select2-container.error {
  border: 1px solid #C50F0F;
}

.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=text].valid,
.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel].valid,
.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld textarea.valid,
.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld select.valid,
.contactsPage .zohoContactWrapper .zcwf_lblRight .select2-container.valid {
  border: 1px solid #00BA39;
}

.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=text].addInfo {
  padding-left: 6px 14px;
  height: 30px;
}

.contactsPage .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld textarea {
  height: 120px;
}

.contactsPage .zohoContactWrapper .zcwf_lblRight .iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}

.contactsPage .zohoContactWrapper .zcwf_lblRight .iti__selected-dial-code {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #440090;
}

.contactsPage .zohoContactWrapper .select2.select2-container.select2-container--focus.select2-container--open {
  border: 1px solid #440090;
  transition: all 0.3s;
}

.contactsPage .zohoContactWrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
}

.contactsPage .zohoContactWrapper .zcwf_col_fld.button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.contactsPage .zohoContactWrapper .zcwf_col_fld.button .zcwf_button {
  width: 100%;
  color: #440090;
  text-decoration: none;
}

.contactsPage .zohoContactWrapper .zcwf_col_fld.button img {
  margin-left: 10px;
  transition: all 0.3s linear;
  transform: translateX(0px);
}

.contactsPage .zohoContactWrapper .zcwf_col_fld.button:hover img {
  transition: all 0.3s linear;
  transform: translateX(10px);
}

.contactsPage .textzohoContactWrapper {
  min-width: 40%;
  max-width: 511px;
  width: 100%;
}

.contactsPage .textzohoContactWrapper .contactStickyWrapper {
  position: sticky;
  top: 75px;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 0 0 0;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.0784313725);
}

.contactsPage .textzohoContactWrapper .contactStickyWrapper .title {
  text-transform: none;
  margin-left: 40px;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  color: rgba(6, 0, 72, 0.8980392157);
}

.contactsPage .textzohoContactWrapper .contactStickyWrapper .customContactTitle {
  font-size: 50px;
  font-weight: 700;
  line-height: 62px;
  color: rgba(0, 0, 0, 0.8980392157);
}

.contactsPage .textzohoContactWrapper .contactStickyWrapper .txt,
.contactsPage .textzohoContactWrapper .contactStickyWrapper .termsWrapper .termsInnerWrapper .table_wrapper .item,
.termsWrapper .termsInnerWrapper .table_wrapper .contactsPage .textzohoContactWrapper .contactStickyWrapper .item,
.contactsPage .textzohoContactWrapper .contactStickyWrapper .termsWrapper .termsInnerWrapper p,
.termsWrapper .termsInnerWrapper .contactsPage .textzohoContactWrapper .contactStickyWrapper p {
  color: rgba(0, 0, 0, 0.6980392157);
  margin: 0 40px 7px 40px;
}

.contactsPage .textzohoContactWrapper .contactStickyWrapper .contactBg {
  background: url("/img/contact_us_bg.webp");
  background-repeat: no-repeat;
  background-position: right 100% bottom 0%;
  border-radius: 15px;
}

.contactsPage .textzohoContactWrapper .contactStickyWrapper .customContactBg {
  background: none;
}

.contactsPage .textzohoContactWrapper .contactStickyWrapper .customContactBg .customContactSubtitle {
  color: rgba(0, 0, 0, 0.6980392157);
}

.contactsPage .textzohoContactWrapper .contactStickyWrapper .customContactBg .customContactImg {
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
}

.contactsPage .textzohoContactWrapper .contactCustomFormStickyWrapper {
  background: url("/img/custom-form-contact_bg.png");
  background-repeat: no-repeat;
  background-position: right 100% bottom 0%;
}

.contactsPage .socialWrapper {
  margin-top: 23px;
}

.contactsPage .socialWrapper .socialTitle {
  display: none;
}

.contactsPage .socialWrapper p {
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
}

.contactsPage .socialWrapper .social {
  margin-bottom: 0;
  margin-top: 10px;
}

.contactsPage .socialWrapper .social li {
  margin-right: 8px;
}

.contactsPage .socialWrapper .social li:last-child {
  margin-right: 0px;
}

.contactsPage .socialWrapper .social li .socialIconWrapper {
  width: 38px;
  height: 38px;
  background-color: #E8E5F4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.contactsPage .socialWrapper .social li svg {
  height: 17px;
  width: 17px;
}

.contactsPage .socialWrapper .social li svg path {
  transition: all 0.3s;
  fill: #060048;
}

.contactsPage .socialWrapper .social li svg.youtubeIcon {
  width: 22px;
}

.contactsPage .socialWrapper .social li a:hover svg path {
  fill: #fff;
}

.contactsPage .socialWrapper .social li a:hover .socialIconWrapper {
  transition: all 0.3s;
  background-color: #7C7CFF;
}

.custom-form {
  padding: 0;
  min-width: 50%;
}

.zohoClass .select2-dropdown {
  background: #FFFFFF !important;
  border: 1px solid #440090 !important;
  color: rgba(0, 0, 0, 0.9) !important;
  z-index: 4;
}

.zohoClass .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.zohoClass .select2-container--default .select2-results__option--selected {
  color: rgba(126, 0, 225, 0.8980392157);
  background: #E8E5F4 !important;
}

.zohoClass .zohoContactWrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
.zohoClass .zohoWrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(0, 0, 0, 0.4);
}

.contactsSection .socialWrapper {
  margin-top: 60px;
}

.baseList,
.termsWrapper .termsInnerWrapper ul {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  line-height: 20px;
  list-style-type: disc;
  padding-left: 18px;
  margin-bottom: 20px;
}

.baseList.decimal,
.termsWrapper .termsInnerWrapper ul.decimal {
  list-style-type: decimal;
}

.baseList .bold,
.termsWrapper .termsInnerWrapper ul .bold {
  font-weight: 700;
}

.baseList li,
.termsWrapper .termsInnerWrapper ul li {
  padding-left: 5px;
}

.baseList.disc,
.termsWrapper .termsInnerWrapper ul.disc {
  list-style-type: disc;
}

.termsWrapper {
  padding-top: 50px;
}

.termsWrapper .title {
  font-size: 40px;
  line-height: 50px;
  text-align: left;
}

.termsWrapper .termsInnerWrapper {
  margin-top: 30px;
  padding-bottom: 20px;
}

.termsWrapper .termsInnerWrapper p {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
}

.termsWrapper .termsInnerWrapper a {
  font-weight: 700;
  color: #440090;
  text-decoration: underline;
}

.termsWrapper .termsInnerWrapper h1 {
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
}

.termsWrapper .termsInnerWrapper h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.8);
  margin: 0px 0px 20px;
  text-transform: none;
}

.termsWrapper .termsInnerWrapper h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.8);
  margin: 20px 0px 15px;
  text-transform: none;
}

.termsWrapper .termsInnerWrapper h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
  color: rgba(0, 0, 0, 0.8);
  margin: 20px 0px 10px;
  text-transform: none;
}

.termsWrapper .termsInnerWrapper span {
  font-size: 16px;
  line-height: 150%;
}

.termsWrapper .termsInnerWrapper p {
  font-size: 16px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.7);
}

.termsWrapper .termsInnerWrapper ol,
.termsWrapper .termsInnerWrapper ul {
  font-size: 16px;
  line-height: 150%;
  margin: 30px 0px;
  padding-left: 18px;
  list-style-type: decimal;
}

.termsWrapper .termsInnerWrapper ol li,
.termsWrapper .termsInnerWrapper ul li {
  margin: 3px 0px;
  padding-left: 5px;
  line-height: 20px;
}

.termsWrapper .termsInnerWrapper ul {
  list-style-type: disc !important;
}

.termsWrapper .termsInnerWrapper b,
.termsWrapper .termsInnerWrapper strong {
  font-weight: 700;
}

.termsWrapper .termsInnerWrapper i {
  font-style: italic;
}

.termsWrapper .termsInnerWrapper em {
  font-style: italic;
}

.termsWrapper .termsInnerWrapper sup {
  vertical-align: super;
  font: revert;
}

.termsWrapper .termsInnerWrapper sub {
  font: revert;
  vertical-align: revert;
}

.termsWrapper .termsInnerWrapper p {
  margin-bottom: 20px;
}

.termsWrapper .termsInnerWrapper p img {
  height: auto !important;
}

.termsWrapper .termsInnerWrapper p em {
  font-style: italic;
}

.termsWrapper .termsInnerWrapper a {
  color: #440090;
  font-weight: 700;
  text-decoration: underline;
}

.termsWrapper .termsInnerWrapper .title {
  text-align: center;
  margin-bottom: 0;
}

.termsWrapper .termsInnerWrapper blockquote {
  padding-left: 100px;
  margin: 30px 0;
  position: relative;
  font-weight: 600;
  font-style: italic;
  font-size: 18px;
  line-height: 139%;
  color: #440090;
}

.termsWrapper .termsInnerWrapper blockquote p {
  font-weight: 600;
  font-style: italic;
  font-size: 18px;
  line-height: 139%;
  color: #440090;
}

.termsWrapper .termsInnerWrapper blockquote::before {
  content: "\201C";
  position: absolute;
  bottom: -20px;
  left: 15px;
  font-weight: 600;
  font-style: italic;
  font-size: 100px;
  line-height: 25%;
  color: #440090;
}

.termsWrapper .termsInnerWrapper iframe {
  position: relative !important;
  width: 100% !important;
  height: 500px !important;
  margin: 30px 0;
}

.termsWrapper .termsInnerWrapper table {
  width: 100% !important;
  min-width: 100% !important;
  margin: 50px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.termsWrapper .termsInnerWrapper table tr:nth-child(even) {
  background: rgba(68, 0, 144, 0.05);
}

.termsWrapper .termsInnerWrapper table tr:first-child td {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
  padding: 14px;
  font-size: 16px;
  line-height: 150%;
}

.termsWrapper .termsInnerWrapper table tr:first-child td p {
  font-weight: 700;
}

.termsWrapper .termsInnerWrapper table th,
.termsWrapper .termsInnerWrapper table td {
  text-align: center;
  font-size: 14px;
  line-height: 171%;
  padding: 8px;
  color: rgba(0, 0, 0, 0.7);
}

.termsWrapper .termsInnerWrapper table th p,
.termsWrapper .termsInnerWrapper table td p {
  margin-bottom: 0;
}

.termsWrapper .termsInnerWrapper table th {
  top: auto;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
  padding: 14px;
  font-size: 16px;
  line-height: 150%;
}

.termsWrapper .termsInnerWrapper table th p {
  font-weight: 700;
}

.termsWrapper .termsInnerWrapper .table_wrapper {
  width: 100%;
  margin-bottom: 50px;
}

.termsWrapper .termsInnerWrapper .table_wrapper .item {
  width: 100%;
  display: flex;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
  background: rgba(68, 0, 144, 0.05);
}

.termsWrapper .termsInnerWrapper .table_wrapper .item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.termsWrapper .termsInnerWrapper .table_wrapper .item:nth-child(odd) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: none;
}

.termsWrapper .termsInnerWrapper .table_wrapper .item strong {
  text-align: center;
}

.termsWrapper .termsInnerWrapper .table_wrapper .item .name {
  width: 25%;
  word-break: break-all;
}

.termsWrapper .termsInnerWrapper .table_wrapper .item .type {
  width: 20%;
}

.termsWrapper .termsInnerWrapper .table_wrapper .item .essential {
  width: 15%;
}

.termsWrapper .termsInnerWrapper .table_wrapper .item .purpose {
  width: 25%;
}

.termsWrapper .termsInnerWrapper .table_wrapper .item .controller {
  width: 15%;
}

.termsWrapper .termsInnerWrapper .table_wrapper .item .border {
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.termsWrapper .termsInnerWrapper .table_wrapper .item .border:last-child {
  border-bottom: none;
}

.termsWrapper .termsInnerWrapper .table_wrapper .item .name,
.termsWrapper .termsInnerWrapper .table_wrapper .item .type {
  display: flex;
  align-items: center;
  justify-content: center;
}

.termsWrapper .termsInnerWrapper .table_wrapper .item .name.no_padding,
.termsWrapper .termsInnerWrapper .table_wrapper .item .type.no_padding {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: initial;
  align-items: initial;
}

.termsWrapper .termsInnerWrapper .table_wrapper .item .essential,
.termsWrapper .termsInnerWrapper .table_wrapper .item .purpose,
.termsWrapper .termsInnerWrapper .table_wrapper .item .controller {
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.termsWrapper .termsInnerWrapper .table_wrapper .item .essential.no_padding,
.termsWrapper .termsInnerWrapper .table_wrapper .item .purpose.no_padding,
.termsWrapper .termsInnerWrapper .table_wrapper .item .controller.no_padding {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.termsWrapper .termsInnerWrapper .table_wrapper .item .type,
.termsWrapper .termsInnerWrapper .table_wrapper .item .purpose {
  padding: 5px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.errorPageWrapper .title {
  margin-bottom: 12px;
  color: #FFFFFF;
}

.errorPageWrapper .subtitle_error {
  margin-bottom: 30px;
}

.errorPageWrapper .errorWrapper {
  text-align: center;
  min-height: calc(100vh - 220px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #FFFFFF;
}

.errorPageWrapper .errorWrapper .btnMore {
  width: 140px;
  margin-top: 0;
  color: #FFFFFF;
}

.errorPageWrapper .errorWrapper .title_error {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.errorPageWrapper .errorWrapper .subtitle_error {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}

.popUpBlogWrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(4, 4, 14, 0.5843137255);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}

.popUpBlogWrapper p {
  color: #89889F;
  margin: 20px 15px 20px 15px;
  text-align: center;
  line-height: 30px;
}

.popUpBlogWrapper.show {
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
}

.popUpBlogWrapper .formWrapper {
  padding: 0px 30px;
}

.popUpBlogWrapper .formWrapper form {
  justify-content: center;
  flex-wrap: nowrap;
}

.popUpBlogWrapper .formWrapper .inputWrapper {
  flex-basis: 100%;
  display: block;
  margin-bottom: 15px;
  margin-right: 0px;
}

.popUpBlogWrapper .formWrapper .inputWrapper:last-child {
  margin-bottom: 0px;
  position: relative;
}

.popUpBlogWrapper .formWrapper textarea {
  height: calc(100% - 25px);
  margin-top: 25px;
}

.popUpBlogWrapper .formWrapper .btn {
  margin: 20px 20px 0px;
  align-self: center;
  width: 100px;
  padding: 15px;
}

.popUpBlogWrapper .formWrapperMain {
  position: relative;
  width: 100%;
  max-width: 700px;
  background: linear-gradient(299.9deg, #141521 0%, #1E1F2D 84.48%);
  border-radius: 10px;
  padding: 50px 0px;
}

.popUpBlogWrapper .formWrapperMain .hidePopUpBtn {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #4a4cbd;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfkDBcILjv9IMCjAAAAAW9yTlQBz6J3mgAAAQdJREFUGNNdzz1LwwAQxvE/jTRa+wEEcaibqJDFTyAO4qcQxcW6uVuFCg4iFrIIDg5OLgpaV10dBB1EKIgg6qCQvpiaNCaPQ1rTeNvdwx2/MwAoMEWGOkkVmCYPwN2xU7s6tK1eYlvVyufD/RkA7o0UBNdHcWxb1YrvSq22AbCaHZofMEYn/fzM88LI+OLscjYnOhvdQ+/FIIq3L/Z9V4rkbPYJenHHlSI1tkjX485PJEnSy0E8ySTCmhl+A4TRk5nIAds63/NcSQqjRG4A2BNjS3MrZg6c7ebJ4J8cgMuS9yVJ9XJaDkD7VpKa5bS80QLgYzcIW6V++WvR995Ou82a+e8v1ofhF0LCl1hYMpkaAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIwLTEyLTIzVDA4OjQ1OjQ4KzAwOjAwW+1URgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMC0xMi0yM1QwODo0NTo0OCswMDowMCqw7PoAAAAASUVORK5CYII="), linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
  background-position: center center, center center;
  background-repeat: no-repeat;
  background-size: auto;
  border: none;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  z-index: 2;
  outline: none;
  border-radius: 100%;
  box-shadow: 0px 10px 20px #000000, inset 0px 1px 0px rgba(255, 255, 255, 0.0987885);
  opacity: 0.9;
  transition: opacity 0.3s;
}

.popUpBlogWrapper .formWrapperMain .hidePopUpBtn:hover {
  opacity: 1;
}

.popUpContactsWrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(4, 4, 14, 0.5843137255);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}

.popUpContactsWrapper.show {
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
}

.popUpContactsWrapper .formWrapper {
  padding: 0px 10px;
}

.popUpContactsWrapper .formWrapper .inputWrapper {
  flex-basis: 100%;
  display: block;
  margin-bottom: 15px;
  margin-right: 0px;
}

.popUpContactsWrapper .formWrapper .inputWrapper:last-child {
  margin-bottom: 0px;
  position: relative;
}

.popUpContactsWrapper .formWrapper textarea {
  height: calc(100% - 25px);
  margin-top: 25px;
}

.popUpContactsWrapper .formWrapper .btn {
  margin: 20px auto 0px;
  align-self: center;
}

.popUpContactsWrapper .formWrapperMain {
  position: relative;
  width: 100%;
  max-width: 700px;
  background: linear-gradient(299.9deg, #141521 0%, #1E1F2D 84.48%);
  border-radius: 10px;
  padding: 30px 0px;
  min-height: 310px;
}

.popUpContactsWrapper .formWrapperMain .hidePopUpBtn {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #4a4cbd;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfkDBcILjv9IMCjAAAAAW9yTlQBz6J3mgAAAQdJREFUGNNdzz1LwwAQxvE/jTRa+wEEcaibqJDFTyAO4qcQxcW6uVuFCg4iFrIIDg5OLgpaV10dBB1EKIgg6qCQvpiaNCaPQ1rTeNvdwx2/MwAoMEWGOkkVmCYPwN2xU7s6tK1eYlvVyufD/RkA7o0UBNdHcWxb1YrvSq22AbCaHZofMEYn/fzM88LI+OLscjYnOhvdQ+/FIIq3L/Z9V4rkbPYJenHHlSI1tkjX485PJEnSy0E8ySTCmhl+A4TRk5nIAds63/NcSQqjRG4A2BNjS3MrZg6c7ebJ4J8cgMuS9yVJ9XJaDkD7VpKa5bS80QLgYzcIW6V++WvR995Ou82a+e8v1ofhF0LCl1hYMpkaAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIwLTEyLTIzVDA4OjQ1OjQ4KzAwOjAwW+1URgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMC0xMi0yM1QwODo0NTo0OCswMDowMCqw7PoAAAAASUVORK5CYII="), linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
  background-position: center center, center center;
  background-repeat: no-repeat;
  background-size: auto;
  border: none;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  z-index: 2;
  outline: none;
  border-radius: 100%;
  box-shadow: 0px 10px 20px #000000, inset 0px 1px 0px rgba(255, 255, 255, 0.0987885);
  opacity: 0.9;
  transition: opacity 0.3s;
}

.popUpContactsWrapper .formWrapperMain .hidePopUpBtn:hover {
  opacity: 1;
}

.formCol {
  flex-basis: 48%;
  width: 48%;
}

.formTitle,
.response h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #FFFFFF;
}

.formSubtitle,
.response p {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #89889F;
  margin: 0px auto 25px;
  max-width: 300px;
}

.responseSuccessImg {
  margin-bottom: 20px;
}

.response {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #89889F;
  visibility: hidden;
  opacity: 0;
  line-height: 22px;
  font-size: 14px;
  padding: 0px 20px;
  transition: opacity 0.3s;
}

.response p.last {
  margin-top: 5px;
}

.response .refresh {
  margin-top: 20px;
}

.response a {
  color: #FFFFFF;
}

.done.showresponse {
  visibility: visible;
  opacity: 1;
}

.fail.showresponse {
  visibility: visible;
  opacity: 1;
}

.partnersMainPage {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.partnersMainPage .formWrapperInner {
  position: relative;
}

.partnersMainPage .marqueeWrapper {
  margin: 140px 0;
}

.partnersMainPage .partnersLogo {
  margin-bottom: 30px;
}

.partnersMainPage .partnersPageWrapper {
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.partnersMainPage .partnersItem a {
  color: #440090;
  font-weight: 500;
}

.partnersMainPage > .animationsWrapper {
  width: 686px;
  height: 405px;
  top: -30px;
  right: -62px;
  z-index: 0;
}

.partnersMainPage > .animationsWrapper .big_triangle {
  max-width: 381px;
  position: absolute;
  top: 10px;
  right: 0px;
  animation: orbit2 4s linear infinite;
}

.partnersMainPage > .animationsWrapper .middle_triangle {
  max-width: 80px;
  position: absolute;
  top: 107px;
  left: 25%;
  animation: MoveItemsInfinite1 7s linear infinite;
}

.partnersMainPage > .animationsWrapper .small_triangle {
  max-width: 18px;
  position: absolute;
  bottom: 120px;
  left: 20px;
  animation: MoveItemsInfinite1 7s linear infinite;
}

.partnersMainPage > .animationsWrapper .small_triangle img {
  transform: rotate(-109deg);
}

.partnersMainPage > .animationsWrapper .big_ball {
  max-width: 31px;
  position: absolute;
  top: 200px;
  left: 44%;
  animation: orbit2 6s linear infinite;
}

.partnersMainPage > .animationsWrapper .small_ball {
  max-width: 14px;
  position: absolute;
  bottom: 70px;
  left: 30%;
  animation: MoveItemsInfinite2 6s linear infinite;
}

.partnersMainPage .partnersWrapper {
  display: block;
}

.partnersMainPage .partnersWrapper h2 {
  margin-bottom: 63px;
}

.partnersMainPage .partnersWrapper .logo {
  margin-bottom: 43px;
}

.partnersMainPage .partnersWrapper .partnersInner {
  max-width: 1100px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 6.5vw;
  grid-row-gap: 50px;
}

.partnersMainPage .partnersWrapper .partnersInner .btnBlogMore {
  margin-bottom: 30px;
}

.partnersMainPage .partnersWrapper .partnersInner .btnBlogMore svg {
  margin-left: 4px;
}

.partnersMainPage .providers_list {
  padding-top: 120px;
  padding-bottom: 113px;
}

.partnersMainPage .providers_list .innerRow {
  display: flex;
  justify-content: space-between;
}

.partnersMainPage .providers_list .providersListWrapper {
  max-width: 100%;
  display: block;
  margin: 80px 0 0 0;
  padding-bottom: 50px;
}

.partnersMainPage .providers_list .providersListWrapper .providersItem {
  max-width: 200px;
  width: 99% !important;
}

.partnersMainPage .providers_list .providersListWrapper .slick-slide {
  height: auto;
}

.partnersMainPage .providers_list .btnMore {
  margin: 30px 0 0 auto;
}

.partnersMainPage .providers_list .btnMore svg {
  margin-left: 4px;
}

.partnersMainPage .paymentsMethods h2 {
  margin-bottom: 50px;
}

.partnersMainPage .paymentsMethods .paymentsInner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-row-gap: 60px;
  grid-column-gap: 70px;
}

.partnersMainPage .paymentsMethods .paymentsInner .paymentsItem {
  display: flex;
  align-items: center;
}

.partnersMainPage .paymentsMethods .btnMore {
  margin: 30px 0 0 auto;
  justify-content: flex-end;
}

.partnersMainPage .paymentsMethods .btnMore svg {
  margin-left: 4px;
}

.partnersMainPage .paymentsMethods .paymentsDescr {
  max-width: 1103px;
  width: 100%;
  display: flex;
  margin-top: 47px;
  display: flex;
  justify-content: space-between;
}

.partnersMainPage .paymentsMethods .paymentsDescr .partnersDescrItem {
  max-width: 488px;
  width: 44%;
}

.partnersMainPage .paymentsMethods .paymentsDescr .partnersDescrItem p {
  margin-bottom: 30px;
}

.partnersMainPage .paymentsMethods .paymentsDescr .partnersDescrItem p:last-child {
  margin-bottom: 0;
}

.newPartnersMainPage .partnersPageWrapper {
  margin: 50px 0 100px;
  padding: 0;
  display: flex;
  gap: 22px;
}

.newPartnersMainPage .partnersPageWrapper .partnersMainImage {
  width: 62%;
  margin-left: -113px;
}

.newPartnersMainPage .partnersPageWrapper .partnersMainText {
  width: 50%;
  padding-top: 50px;
}

.newPartnersMainPage .partnersPageWrapper .partnersMainText .title {
  margin-bottom: 40px;
  line-height: 64px;
}

.newPartnersMainPage .partnersPageWrapper .partnersMainText .txt,
.newPartnersMainPage .partnersPageWrapper .partnersMainText .termsWrapper .termsInnerWrapper p,
.termsWrapper .termsInnerWrapper .newPartnersMainPage .partnersPageWrapper .partnersMainText p,
.newPartnersMainPage .partnersPageWrapper .partnersMainText .termsWrapper .termsInnerWrapper .table_wrapper .item,
.termsWrapper .termsInnerWrapper .table_wrapper .newPartnersMainPage .partnersPageWrapper .partnersMainText .item {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.8980392157);
}

.newPartnersMainPage .partnersPageWrapper .partnersMainText .maxWidth {
  max-width: 488px;
}

.newPartnersMainPage .partnersPageWrapper .partnersMainText .mainButton {
  width: 334px;
  height: 58px;
  padding: 17px 15px;
  justify-content: space-between;
  margin-top: 30px;
  background-color: #7E00E1;
}

.newPartnersMainPage .partnersPageWrapper .partnersMainText .mainButton:before {
  background-color: #6300B0;
}

.newPartnersMainPage .partnersPageWrapper .partnersMainText .mainButton .mainButtonText {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.newPartnersMainPage .partnersPageWrapper .partnersMainText .mainButton .mainBtnIcon {
  z-index: 1;
  display: block;
}

.newPartnersMainPage .partnersSection {
  margin-bottom: 140px;
}

.newPartnersMainPage .partnersSection h2 {
  margin-bottom: 80px;
}

.newPartnersMainPage .partnersSection .partnersList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 22px;
}

.newPartnersMainPage .partnersSection .partnersItem {
  background: #FFFFFF;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s;
}

.newPartnersMainPage .partnersSection .partnersItem:hover {
  transform: scale(1.04);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.0784313725);
}

.newPartnersMainPage .partnersSection .partnersLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  padding: 40px 70px;
  background: #E8E5F4;
  overflow: hidden;
}

.newPartnersMainPage .partnersSection .partnersText {
  padding: 15px;
  text-align: center;
}

.newPartnersMainPage .partnersSection .partnersText h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 36px;
  text-transform: none;
  color: #060048;
}

.newPartnersMainPage .partnersSection .partnersText .txt,
.newPartnersMainPage .partnersSection .partnersText .termsWrapper .termsInnerWrapper p,
.termsWrapper .termsInnerWrapper .newPartnersMainPage .partnersSection .partnersText p,
.newPartnersMainPage .partnersSection .partnersText .termsWrapper .termsInnerWrapper .table_wrapper .item,
.termsWrapper .termsInnerWrapper .table_wrapper .newPartnersMainPage .partnersSection .partnersText .item {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: rgba(6, 0, 72, 0.3);
}

.newPartnersMainPage .testimonials {
  margin: 0 0 140px 0;
  padding: 0;
}

.newPartnersMainPage .testimonials h2 {
  margin-bottom: 50px;
}

.newPartnersMainPage .testimonials .innerRow {
  max-width: 754px;
  margin-bottom: 70px;
}

.newPartnersMainPage .testimonials .maxWidth {
  max-width: 488px;
}

.newPartnersMainPage .testimonials .testimonialsList .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 488px;
  gap: 40px;
  margin-right: 22px;
  padding: 22px;
  background: #FFFFFF;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  box-sizing: content-box;
}

.newPartnersMainPage .testimonials .testimonialsList .itemImg {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 23px;
  width: 200px;
  height: 55px;
  overflow: hidden;
}

.newPartnersMainPage .testimonials .testimonialsList .itemImg img {
  max-height: 100%;
}

.newPartnersMainPage .testimonials .testimonialsList .itemTitle {
  margin-bottom: 2px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 36px;
  color: #060048;
}

.newPartnersMainPage .testimonials .testimonialsList .itemSubtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  color: #060048;
}

.newPartnersMainPage .testimonials .testimonialsList .flickity-viewport {
  overflow: visible;
}

.newPartnersMainPage .providersSection {
  margin: 0 0 140px 0;
  padding: 0;
}

.newPartnersMainPage .providersSection .innerRow {
  margin-bottom: 70px;
}

.newPartnersMainPage .providersSection h2 {
  max-width: 754px;
  margin-bottom: 50px;
}

.newPartnersMainPage .providersSection .maxWidth {
  max-width: 488px;
}

.newPartnersMainPage .providersSection .providersGrid {
  margin: 0 0 34px 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-row-gap: 40px;
  list-style-type: none;
}

.newPartnersMainPage .providersSection .providersGrid .providersItem {
  margin: 0 50px 0 0;
  padding: 15px 25px;
  max-width: 190px;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  text-decoration: none;
  overflow: hidden;
}

.newPartnersMainPage .providersSection .btnMore {
  margin: 30px 20px 0 auto;
}

.newPartnersMainPage .paymentsMethods {
  margin: 0 0 140px 0;
}

.newPartnersMainPage .paymentsMethods h2 {
  margin-bottom: 50px;
}

.newPartnersMainPage .paymentsMethods .innerRow {
  max-width: 754px;
  margin-bottom: 60px;
}

.newPartnersMainPage .paymentsMethods .paymentsItem {
  width: 175px;
  height: 130px;
  margin-right: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E7E6EC;
  box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  overflow: hidden;
}

.newPartnersMainPage .paymentsMethods .flickity-viewport {
  overflow: visible;
}

.newPartnersMainPage .productsWrapper {
  position: relative;
  padding: 70px 0 100px;
  margin: 190px 0 120px 0;
  background: #440090;
  z-index: 0;
}

.newPartnersMainPage .productsWrapper .productsInner h2 {
  font-size: 70px;
  line-height: 64px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 66px;
}

.newPartnersMainPage .productsWrapper .productsInner .innerRow {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 0px;
  justify-content: space-between;
  gap: 22px;
}

.newPartnersMainPage .productsWrapper .productsInner .innerRow .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 372px;
  width: 33.33%;
  background: #FFFFFF;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  box-sizing: border-box;
  overflow: hidden;
}

.newPartnersMainPage .productsWrapper .productsInner .innerRow .linkItem {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

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

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

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

.newPartnersMainPage .productsWrapper .productsInner .innerRow .itemText h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  color: #060048;
  margin-bottom: 30px;
  text-transform: none;
}

.newPartnersMainPage .productsWrapper .productsInner .innerRow .itemText .txt,
.newPartnersMainPage .productsWrapper .productsInner .innerRow .itemText .termsWrapper .termsInnerWrapper p,
.termsWrapper .termsInnerWrapper .newPartnersMainPage .productsWrapper .productsInner .innerRow .itemText p,
.newPartnersMainPage .productsWrapper .productsInner .innerRow .itemText .termsWrapper .termsInnerWrapper .table_wrapper .item,
.termsWrapper .termsInnerWrapper .table_wrapper .newPartnersMainPage .productsWrapper .productsInner .innerRow .itemText .item {
  margin: 0 0 15px 0;
}

.newPartnersMainPage .productsWrapper .productsInner .innerRow .itemImage {
  margin-bottom: 23px;
  max-width: 100%;
  width: 100%;
  max-height: 303px;
  overflow: hidden;
}

.newPartnersMainPage .productsWrapper .productsInner .innerRow .itemImage img {
  max-width: initial;
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.newPartnersMainPage .productsWrapper .animationsWrapper {
  width: 288px;
  height: 345px;
  right: 0;
  top: -120px;
  z-index: 1;
}

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

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

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

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

.newPartnersMainPage .productsWrapper .animationsProducts .relativeWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

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

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

.newPartnersMainPage .contactsPage {
  padding: 0;
  margin: 0 0 120px 0;
}

.prod_slider {
  max-width: 870px;
  width: 56%;
  position: initial;
  margin-bottom: 0 !important;
}

.prod_slider .slick-list,
.prod_slider .slick-track,
.prod_slider .slick-slide > div {
  height: 100%;
}

.prod_slider .prod_slide {
  text-decoration: none;
  display: flex !important;
  justify-content: space-between;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.prod_slider .prod_info {
  max-width: 284px;
  width: 40%;
  padding: 70px 0 0 0;
}

.prod_slider .prod_img {
  max-width: 738px;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: -50px;
  right: -170px;
}

.prod_slider .prod_img.mobile {
  display: none;
}

.prod_slider h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9);
  font-size: 24px;
  line-height: 30px;
  text-transform: none;
  max-width: 282px;
  margin-bottom: 20px;
}

.singleProductsWrapper .prod_slider {
  max-width: 100%;
  width: 100%;
}

.singleProductsWrapper .prod_slider .slick-list,
.singleProductsWrapper .prod_slider .slick-track,
.singleProductsWrapper .prod_slider .slick-slide > div {
  height: auto;
}

.singleProductsWrapper .prod_slider .prod_slide {
  width: 364px !important;
  max-width: 100%;
  flex-direction: column-reverse;
  margin-bottom: 50px;
}

.singleProductsWrapper .prod_slider .prod_slide h3 {
  margin-bottom: 0px;
  padding-left: 5px;
  max-width: 284px;
}

.singleProductsWrapper .prod_slider .prod_info {
  width: 100%;
  padding: 0;
  max-width: inherit;
}

.singleProductsWrapper .prod_slider .prod_info .txt,
.singleProductsWrapper .prod_slider .prod_info .termsWrapper .termsInnerWrapper p,
.termsWrapper .termsInnerWrapper .singleProductsWrapper .prod_slider .prod_info p,
.singleProductsWrapper .prod_slider .prod_info .termsWrapper .termsInnerWrapper .table_wrapper .item,
.termsWrapper .termsInnerWrapper .table_wrapper .singleProductsWrapper .prod_slider .prod_info .item,
.singleProductsWrapper .prod_slider .prod_info .btnMore {
  display: none;
}

.singleProductsWrapper .prod_slider .prod_img {
  max-width: 284px;
  position: relative;
  left: -40px;
  right: auto;
  margin-bottom: 0px;
  top: 0;
}

.singleProductsWrapper .prod_slider.slick-slider .slick-dots {
  left: 50%;
}

.singleProductsWrapper .providersListSlider .slick-slide {
  height: auto;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  src: url(/fonts/Montserrat-VF.woff2?5b4370ea9799a250feb4ad2733a0640c) format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-display: swap;
  src: url(/fonts/Montserrat-Italic-VF.woff2?86ce353c58b375091c13191cc8c0c0d5) format("woff2");
}

.facts {
  position: relative;
  margin-bottom: 120px;
  padding: 133px 0;
  background: #7C7CFF;
}

.facts .innerRow {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.facts .innerText {
  max-width: 488px;
  width: 100%;
}

.facts .innerText h2 {
  color: #fff;
  margin-bottom: 40px;
}

.facts .innerText h2 span {
  display: block;
  width: 100%;
}

.facts .innerText .txt,
.facts .innerText .termsWrapper .termsInnerWrapper p,
.termsWrapper .termsInnerWrapper .facts .innerText p,
.facts .innerText .termsWrapper .termsInnerWrapper .table_wrapper .item,
.termsWrapper .termsInnerWrapper .table_wrapper .facts .innerText .item {
  color: #fff;
}

.facts .innerFacts {
  position: relative;
}

.facts .innerFacts .animationsFacts {
  position: absolute;
  width: 208px;
  height: 192px;
  top: 77px;
  right: -122px;
  transform: rotate(100deg);
  z-index: 0;
}

.facts .innerFacts .animationsFacts .relativeWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.facts .innerFacts .animationsFacts .triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  animation: MoveItemsInfinite1 7s linear infinite;
}

.facts .innerFacts .animationsFacts .ball {
  position: absolute;
  top: 40px;
  left: 0;
  animation: orbit2 5s linear infinite;
}

.facts .numbers_wrap {
  position: relative;
  display: grid;
  grid-template-columns: 297px 297px;
  grid-gap: 22px;
  font-family: "Montserrat", sans-serif;
  z-index: 1;
}

.facts .numbers_wrap .numbers_item {
  max-width: 297px;
  width: 100%;
  padding: 25px;
  background: #FFFFFF;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  transition: transform 0.3s ease;
  will-change: transform;
  overflow: hidden;
}

.facts .numbers_wrap .numbers_item:hover {
  transform: scale(1.025);
}

.facts .numbers_wrap .numbers_item .numbers_title {
  display: flex;
  flex-direction: column;
}

.facts .numbers_wrap .numbers_item .numbers_title .numbers_item_title {
  font-family: "Montserrat", sans-serif;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px auto;
  font-weight: 600;
  font-size: 60px;
  line-height: 80px;
  letter-spacing: -5px;
  text-transform: uppercase;
  background: linear-gradient(112.41deg, #440090 9.74%, #7C7CFF 88.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  transition: all 0.3s linear;
}

.facts .numbers_wrap .numbers_item .numbers_title .numbers_title_lastLetter {
  letter-spacing: 0;
}

.facts .numbers_wrap .numbers_item .numbers_title .numbers_text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: rgba(6, 0, 72, 0.9);
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s linear;
}

.facts .animationsWrapper {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.facts .animationsWrapper .big_hex {
  position: absolute;
  top: 25px;
  left: -10px;
  transform: rotate(101.71deg);
  animation: MoveItemsInfinite 4s linear infinite;
}

.facts .animationsWrapper .small_hex {
  position: absolute;
  top: -67px;
  right: 20px;
  animation: MoveItemsInfinite1 7s linear infinite;
}

.facts .animationsWrapper .polyhex_1 {
  position: absolute;
  bottom: 230px;
  left: 139px;
  animation: MoveItemsInfinite 6s linear infinite;
}

.facts .animationsWrapper .polyhex_2 {
  position: absolute;
  bottom: 298px;
  left: 481px;
  animation: orbit2 5s linear infinite;
}

.facts .animationsWrapper .polyhex_2 img {
  width: 61px;
}

.facts .animationsWrapper .polyhex_3 {
  position: absolute;
  top: 200px;
  right: 50px;
  animation: orbit2 5s linear infinite;
}

@media (max-width: 1639px) {
  .facts .animationsWrapper .big_hex {
    left: -240px;
  }

  .facts .animationsWrapper .polyhex_1 {
    left: 20px;
  }
}

@media (max-width: 1239px) {
  .facts {
    margin-bottom: 70px;
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .facts .innerRow {
    flex-direction: column;
  }

  .facts .innerFacts .animationsFacts {
    display: none;
  }

  .facts .innerText {
    margin-bottom: 50px;
  }

  .facts .animationsWrapper {
    display: none;
  }
}

@media (max-width: 678px) {
  .facts {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .facts .numbers_wrap {
    grid-template-columns: initial;
  }

  .facts .numbers_wrap .numbers_item {
    min-width: 280px;
    padding: 37px 40px;
    margin: 5px 0;
  }

  .facts .numbers_wrap .numbers_item .numbers_title {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    margin: 0 0 22px 0;
  }

  .facts .numbers_wrap .slick-slide {
    padding: 0 6px;
  }

  .facts .innerText {
    margin-bottom: 22px;
  }

  .facts .innerText h2 {
    margin-bottom: 30px;
  }

  .facts .innerFactsMain {
    margin: 0 -15px;
  }
}

.zohoWrapper {
  font-family: "Montserrat-Medium", sans-serif !important;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 7;
}

.zohoWrapper.active {
  display: block;
  z-index: 11;
  overflow-y: auto;
}

.zohoWrapper .inner_wrapper .inner_item {
  width: 100%;
}

.zohoWrapper .inner_wrapper .inner_form {
  width: 100%;
}

.zohoWrapper #crmWebToEntityForm.zcwf_lblRight {
  background: url("/img/formBg.webp") no-repeat center;
  background-size: cover;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.zohoWrapper .zoho_btn_close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}

.zohoContactWrapper #crmWebToEntityForm.zcwf_lblRight,
.zohoWrapper #crmWebToEntityForm.zcwf_lblRight {
  max-width: 714px;
  width: 93%;
  margin: 10vw auto 0;
  padding: 61px 67px 73px;
}

.zohoContactWrapper .zcwf_title,
.zohoWrapper .zcwf_title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 !important;
  margin-bottom: 50px;
}

.zohoContactWrapper .zcwf_title.darkPurple,
.zohoWrapper .zcwf_title.darkPurple {
  color: #060048;
}

.zohoContactWrapper .zcwf_rowWrapper,
.zohoWrapper .zcwf_rowWrapper {
  max-width: 630px;
  display: flex;
  justify-content: space-between;
}

.zohoContactWrapper .zcwf_rowWrapper .zcwf_row:nth-child(2),
.zohoContactWrapper .zcwf_rowWrapper .zcwf_row:nth-child(3),
.zohoContactWrapper .zcwf_rowWrapper .zcwf_row:nth-child(4),
.zohoWrapper .zcwf_rowWrapper .zcwf_row:nth-child(2),
.zohoWrapper .zcwf_rowWrapper .zcwf_row:nth-child(3),
.zohoWrapper .zcwf_rowWrapper .zcwf_row:nth-child(4) {
  margin-left: 22px;
}

.zohoContactWrapper .zcwf_row,
.zohoWrapper .zcwf_row {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.zohoContactWrapper .zcwf_row .zcwf_col_lab,
.zohoContactWrapper .zcwf_row .zcwf_col_fld,
.zohoWrapper .zcwf_row .zcwf_col_lab,
.zohoWrapper .zcwf_row .zcwf_col_fld {
  width: 100%;
}

.zohoContactWrapper .zcwf_row .zcwf_col_lab label,
.zohoContactWrapper .zcwf_row .zcwf_col_fld label,
.zohoWrapper .zcwf_row .zcwf_col_lab label,
.zohoWrapper .zcwf_row .zcwf_col_fld label {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.zohoContactWrapper .zcwf_row .zcwf_col_lab,
.zohoWrapper .zcwf_row .zcwf_col_lab {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 5px;
  text-align: left;
}

.zohoContactWrapper .zcwf_row .zoho_label,
.zohoWrapper .zcwf_row .zoho_label {
  display: flex;
}

.zohoContactWrapper .zcwf_row .zoho_label .zcwf_col_help,
.zohoWrapper .zcwf_row .zoho_label .zcwf_col_help {
  display: flex;
  align-items: center;
  justify-content: center;
}

.zohoContactWrapper .zcwf_row .zoho_label .zcwf_col_help .zcwf_tooltip_over,
.zohoWrapper .zcwf_row .zoho_label .zcwf_col_help .zcwf_tooltip_over {
  display: none;
}

.zohoContactWrapper .zcwf_row .zoho_label .zcwf_col_help:hover .zcwf_tooltip_over,
.zohoWrapper .zcwf_row .zoho_label .zcwf_col_help:hover .zcwf_tooltip_over {
  display: block;
}

.zohoContactWrapper .zcwf_col_fld.button,
.zohoWrapper .zcwf_col_fld.button {
  position: relative;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 2px;
}

.zohoContactWrapper .zcwf_col_fld.button .zcwf_button,
.zohoWrapper .zcwf_col_fld.button .zcwf_button {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 100%;
  align-self: baseline;
  font-size: 19px;
  line-height: 100%;
  cursor: pointer;
  border: none;
  text-transform: none;
  background: transparent;
  text-align: left;
  color: #FFFFFF;
  position: relative;
  text-decoration: none;
}

.zohoContactWrapper .zcwf_col_fld.button img,
.zohoWrapper .zcwf_col_fld.button img {
  margin-left: 10px;
  transform: translateX(0px);
  transition: all 0.3s linear;
}

.zohoContactWrapper .zcwf_col_fld.button:hover img,
.zohoWrapper .zcwf_col_fld.button:hover img {
  transform: translateX(10px);
  transition: all 0.3s linear;
}

.zohoContactWrapper .zcwf_col_fld_slt,
.zohoWrapper .zcwf_col_fld_slt {
  position: relative;
}

.zohoContactWrapper .zcwf_col_fld_slt::after,
.zohoWrapper .zcwf_col_fld_slt::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

.zohoContactWrapper .selectWrapper,
.zohoWrapper .selectWrapper {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
}

.zohoContactWrapper .selectWrapper select,
.zohoWrapper .selectWrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=text],
.zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel],
.zohoContactWrapper .zcwf_lblRight .zcwf_col_fld textarea,
.zohoContactWrapper .zcwf_lblRight .zcwf_col_fld select,
.zohoContactWrapper .zcwf_lblRight .select2-container,
.zohoWrapper .zcwf_lblRight .zcwf_col_fld input[type=text],
.zohoWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel],
.zohoWrapper .zcwf_lblRight .zcwf_col_fld textarea,
.zohoWrapper .zcwf_lblRight .zcwf_col_fld select,
.zohoWrapper .zcwf_lblRight .select2-container {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  width: 100% !important;
  display: block;
  height: 40px;
  color: #FFFFFF;
  font-size: 14px;
  padding: 5px 15px;
  outline: none;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  -webkit-appearance: none;
}

.zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=text]::-moz-placeholder, .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel]::-moz-placeholder, .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld textarea::-moz-placeholder, .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld select::-moz-placeholder, .zohoContactWrapper .zcwf_lblRight .select2-container::-moz-placeholder, .zohoWrapper .zcwf_lblRight .zcwf_col_fld input[type=text]::-moz-placeholder, .zohoWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel]::-moz-placeholder, .zohoWrapper .zcwf_lblRight .zcwf_col_fld textarea::-moz-placeholder, .zohoWrapper .zcwf_lblRight .zcwf_col_fld select::-moz-placeholder, .zohoWrapper .zcwf_lblRight .select2-container::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}

.zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=text]::placeholder,
.zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel]::placeholder,
.zohoContactWrapper .zcwf_lblRight .zcwf_col_fld textarea::placeholder,
.zohoContactWrapper .zcwf_lblRight .zcwf_col_fld select::placeholder,
.zohoContactWrapper .zcwf_lblRight .select2-container::placeholder,
.zohoWrapper .zcwf_lblRight .zcwf_col_fld input[type=text]::placeholder,
.zohoWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel]::placeholder,
.zohoWrapper .zcwf_lblRight .zcwf_col_fld textarea::placeholder,
.zohoWrapper .zcwf_lblRight .zcwf_col_fld select::placeholder,
.zohoWrapper .zcwf_lblRight .select2-container::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}

.zohoContactWrapper .zcwf_lblRight .zcwf_col_fld textarea,
.zohoWrapper .zcwf_lblRight .zcwf_col_fld textarea {
  height: 100px;
  resize: none;
}

.zohoContactWrapper .select2-container--default .select2-selection--single,
.zohoWrapper .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
}

.zohoContactWrapper .select2-container--default .select2-selection--single:focus,
.zohoWrapper .select2-container--default .select2-selection--single:focus {
  outline: none;
}

.zohoContactWrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
.zohoWrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  color: #FFFFFF;
  padding: 0;
}

.zohoContactWrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.zohoWrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: block;
  background: url("/img/icons/zoho_down.svg") no-repeat center;
  background-size: contain;
  height: 8px;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.zohoContactWrapper .select2-container--default .select2-selection--single .select2-selection__arrow b,
.zohoWrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.zohoContactWrapper .select2-container--default.select2-container--open.select2-container--focus .select2-selection--single .select2-selection__arrow,
.zohoWrapper .select2-container--default.select2-container--open.select2-container--focus .select2-selection--single .select2-selection__arrow {
  transform: translateY(-50%) rotate(-180deg);
  transition: all 0.3s;
}

.zohoWrapper #crmWebToEntityForm.zcwf_lblRight {
  margin: 0 auto;
}

.zohoWrapper .zohoPopWrapper {
  height: auto;
  min-height: 100vh;
  background: url("/img/overlayBg.webp") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.zohoWrapper .zohoPopWrapper #error-msg2,
.zohoWrapper .zohoPopWrapper #error-msg1 {
  bottom: 3px;
}

.zohoWrapper .zohoPopWrapper .zcwf_lblRight {
  position: relative;
}

.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld {
  position: relative;
  margin-bottom: 22px;
}

.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_help {
  position: absolute;
  bottom: -23px;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  color: #FF0000;
  max-width: 100%;
  margin-left: 0px;
}

.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_help.active {
  opacity: 1;
}

.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld input[type=text],
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel],
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld textarea,
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld select,
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .select2-container {
  background: rgba(255, 255, 255, 0.9);
  color: rgba(0, 0, 0, 0.4);
  border-radius: 0;
  -webkit-appearance: none;
}

.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld input[type=text]::-moz-placeholder, .zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel]::-moz-placeholder, .zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld textarea::-moz-placeholder, .zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld select::-moz-placeholder, .zohoWrapper .zohoPopWrapper .zcwf_lblRight .select2-container::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld input[type=text]::placeholder,
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel]::placeholder,
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld textarea::placeholder,
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld select::placeholder,
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .select2-container::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld input[type=text]:focus,
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel]:focus,
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld textarea:focus,
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld select:focus,
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .select2-container:focus {
  border: 1px solid #7C7CFF;
  transition: all 0.3s;
}

.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld input[type=text].novalid:not(.language-error-style),
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld input[type=text].error,
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel].novalid:not(.language-error-style),
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel].error,
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld textarea.novalid:not(.language-error-style),
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld textarea.error,
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld select.novalid:not(.language-error-style),
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld select.error,
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .select2-container.novalid:not(.language-error-style),
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .select2-container.error {
  border: 1px solid #FF0000;
}

.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld input[type=text].valid,
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel].valid,
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld textarea.valid,
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld select.valid,
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .select2-container.valid {
  border: 1px solid #00BA39;
}

.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld input[type=text].language-error-style,
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel].language-error-style,
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld textarea.language-error-style,
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld select.language-error-style,
.zohoWrapper .zohoPopWrapper .zcwf_lblRight .select2-container.language-error-style {
  border: none !important;
}

.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld.button {
  transform: translateX(0px);
}

.zohoWrapper .zohoPopWrapper .zcwf_lblRight .zcwf_col_fld.button:hover img {
  transition: all 0.3s;
  transform: translateX(10px);
}

.zohoWrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url("/img/icons/zoho_down.svg") no-repeat center;
}

.zohoWrapper .select2.select2-container.select2-container--focus.select2-container--open {
  border: 1px solid #7C7CFF;
}

.select2.zohoSelect .select2-dropdown {
  background: #FFFFFF !important;
  border: 1px solid #7C7CFF;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px !important;
}

.zohoForm .iti--separate-dial-code .iti__selected-flag {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #440090;
  background: #FFFFFF;
}

.zohoForm .iti__arrow,
.zohoForm .iti__arrow--up {
  border-top-color: #440090;
}

.zohoForm .iti__flag-container {
  border-right: 1px solid #7C7CFF;
}

.zohoForm .iti__country-list {
  width: 300px;
}

.zohoForm #select2-LEADCF6-results {
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.9);
}

.zohoForm .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.zohoForm .select2-container--default .select2-results__option--selected {
  background: #531E8E !important;
}

.zohoForm .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.zohoForm .select2-container--default .select2-results__option--selected {
  color: #FFFFFF;
}

.zohoForm .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(0, 0, 0, 0.4);
}

.select2-container--default .select2-results__option--selected:first-child {
  display: none !important;
  padding: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
  background: #B9B5D3 !important;
  font-weight: 700;
  padding: 11px 10px;
}

.select2-container--default .select2-results__option--selectable {
  padding: 11px 10px;
}

.select2-dropdown {
  background: #8277B4 !important;
  border: none !important;
  font-size: 14px !important;
  line-height: 19px !important;
  color: #FFFFFF !important;
  overflow: hidden;
  border-radius: 0 !important;
}

.select2-search--dropdown {
  display: none !important;
}

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

.zoho_btn_close {
  position: absolute;
  top: 16px;
  right: 14px;
  width: 14px;
  height: 14px;
  background-image: url("/img/icons/cross.svg");
  background-position: center center, center center;
  background-repeat: no-repeat;
  background-size: auto;
  border: none;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  z-index: 2;
  outline: none;
  transition: opacity 0.3s;
}

.zohoContactWrapper #crmWebToEntityForm.zcwf_lblRight {
  max-width: 100%;
  width: 100%;
  margin: 0;
  background: transparent;
  padding: 0;
}

.zohoContactWrapper .zcwf_title {
  text-align: center;
}

.zohoContactWrapper form {
  max-width: 580px;
}

.topHeader.zohoThanksPage .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.topHeader.zohoThanksPage p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}

.topHeader.zohoThanksPage .btnMore {
  width: 140px;
  color: #FFFFFF;
}

.zohoContact {
  margin: 0 0 100px 0;
}

.zohoContact h2 {
  margin-bottom: 50px;
}

.zohoContact .innerRow {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.zohoContact .zohoContactWrapper {
  min-width: 55%;
  width: 100%;
}

.zohoContact .zohoContactWrapper .form,
.zohoContact .zohoContactWrapper .zcwf_rowWrapper {
  max-width: 590px;
}

.zohoContact .zohoContactWrapper .zcwf_row {
  margin-bottom: 17px;
}

.zohoContact .zohoContactWrapper .zcwf_row .zcwf_col_lab {
  font-size: 16px;
  color: #060048;
}

.zohoContact .zohoContactWrapper .zcwf_row:last-of-type {
  margin-bottom: 0;
}

.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld {
  position: relative;
}

.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld .zcwf_col_help {
  position: absolute;
  bottom: -23px;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  color: #FF0000;
  max-width: 100%;
  margin-left: 0px;
}

.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld .zcwf_col_help.active {
  opacity: 1;
}

.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=text],
.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel],
.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld textarea,
.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld select,
.zohoContact .zohoContactWrapper .zcwf_lblRight .select2-container {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 15px;
  height: 50px;
  color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s;
  background: #ffffff;
  border-radius: 10px;
  -webkit-appearance: none;
}

.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=text]::-moz-placeholder, .zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel]::-moz-placeholder, .zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld textarea::-moz-placeholder, .zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld select::-moz-placeholder, .zohoContact .zohoContactWrapper .zcwf_lblRight .select2-container::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=text]::placeholder,
.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel]::placeholder,
.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld textarea::placeholder,
.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld select::placeholder,
.zohoContact .zohoContactWrapper .zcwf_lblRight .select2-container::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=text]:focus,
.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel]:focus,
.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld textarea:focus,
.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld select:focus,
.zohoContact .zohoContactWrapper .zcwf_lblRight .select2-container:focus {
  border: 1px solid #440090;
  transition: all 0.3s;
}

.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=text].novalid,
.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=text].error,
.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel].novalid,
.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel].error,
.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld textarea.novalid,
.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld textarea.error,
.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld select.novalid,
.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld select.error,
.zohoContact .zohoContactWrapper .zcwf_lblRight .select2-container.novalid,
.zohoContact .zohoContactWrapper .zcwf_lblRight .select2-container.error {
  border: 1px solid #FF0000;
}

.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=text].valid,
.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel].valid,
.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld textarea.valid,
.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld select.valid,
.zohoContact .zohoContactWrapper .zcwf_lblRight .select2-container.valid {
  border: 1px solid #00BA39;
}

.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=text].language-error-style,
.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld input[type=tel].language-error-style,
.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld textarea.language-error-style,
.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld select.language-error-style,
.zohoContact .zohoContactWrapper .zcwf_lblRight .select2-container.language-error-style {
  border: none !important;
}

.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld.select {
  position: relative;
  box-sizing: border-box;
}

.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld.select::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #440090;
}

.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld.select select {
  padding-right: 28px;
}

.zohoContact .zohoContactWrapper .zcwf_lblRight .zcwf_col_fld textarea {
  height: 120px;
}

.zohoContact .zohoContactWrapper .zcwf_lblRight .iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}

.zohoContact .zohoContactWrapper .zcwf_lblRight .iti__selected-dial-code {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #440090;
}

.zohoContact .zohoContactWrapper .select2.select2-container.select2-container--focus.select2-container--open {
  border: 1px solid #440090;
  transition: all 0.3s;
}

.zohoContact .zohoContactWrapper .zcwf_col_fld.button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.zohoContact .zohoContactWrapper .zcwf_col_fld.button .zcwf_button {
  width: 100%;
  text-decoration: none;
}

.zohoContact .zohoContactWrapper .zcwf_col_fld.button img {
  margin-left: 10px;
  transition: all 0.3s linear;
  transform: translateX(0px);
}

.zohoContact .zohoContactWrapper .zcwf_col_fld.button:hover img {
  transform: translateX(10px);
  transition: all 0.3s linear;
}

.zohoContact .textzohoContactWrapper {
  max-width: 511px;
  min-width: 40%;
  width: 100%;
}

.zohoContact .textzohoContactWrapper .txt,
.zohoContact .textzohoContactWrapper .termsWrapper .termsInnerWrapper p,
.termsWrapper .termsInnerWrapper .zohoContact .textzohoContactWrapper p,
.zohoContact .textzohoContactWrapper .termsWrapper .termsInnerWrapper .table_wrapper .item,
.termsWrapper .termsInnerWrapper .table_wrapper .zohoContact .textzohoContactWrapper .item {
  margin-bottom: 60px;
}

.zohoContact .textzohoContactWrapper .socialWrapper p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: lowercase;
  color: rgba(0, 0, 0, 0.8);
}

.zohoContact .textzohoContactWrapper .socialWrapper .socialTitle {
  display: none;
}

.zohoContact .textzohoContactWrapper .socialWrapper .social a:hover {
  opacity: 0.7;
}

.zohoContact .textzohoContactWrapper .socialWrapper .social svg path {
  fill: #440090;
}

.innerRowImage {
  display: flex;
  justify-content: flex-end;
  margin-top: -115px;
}

.innerRowImage img {
  max-width: 516px;
}

.innerRowImage .contactImgDesc {
  display: block;
}

.innerRowImage .contactImgMobile {
  display: none;
}

.contactInfoBlock {
  margin: 16px 0 0 40px;
}

.contactInfoBlock .socialIconWrapper {
  width: 38px;
  height: 38px;
  background-color: #E8E5F4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  z-index: 1;
}

.contactFormButton {
  border-radius: 10px;
  background: #440090;
  padding: 12px 30px;
  transition: all 0.4s linear;
}

.contactFormButton:hover,
.contactFormButton:active {
  background: rgba(68, 0, 144, 0.6980392157);
}

.contactFormSubmit {
  color: #FFF !important;
}

.contactInfoBlockTitle {
  color: #060048;
  margin-bottom: 48px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.contactInfoBlockSocial {
  display: flex;
  align-items: flex-end;
  margin-left: 40px;
}

.contactInfoBlockSocial .social {
  z-index: 1;
}

.contactInfoBlockSocialTitle {
  color: #060048;
  font-size: 18px;
  font-style: normal;
  margin-right: 14px;
  font-weight: 700;
  line-height: 26px;
}

.contactInfoBlockMail {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.contactInfoBlockMail:hover .socialIconWrapper {
  transition: all 0.3s;
  background-color: #7C7CFF;
}

.contactInfoBlockMail:hover svg path {
  transition: all 0.3s;
  fill: #fff;
}

.contactInfoBlockMailLabel {
  margin: 0 0 0 8px;
  color: #060048;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  z-index: 1;
}

.novalid .addInfo {
  border-bottom: 1px solid #FF0000 !important;
}

.novalid .select2 {
  border: 1px solid #FF0000 !important;
}

.novalid textarea:not(.language-error-style) {
  border: 1px solid #FF0000 !important;
}

.novalid textarea.language-error-style {
  border: none !important;
  border-bottom: 4px solid #7E00E1 !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.novalid .input-text {
  border: 1px solid #FF0000 !important;
}

.novalid .radio-box {
  border: 2px solid #FF0000 !important;
}

.novalid .checkbox-box.active {
  border: 2px solid #FF0000 !important;
}

.checkbox-box {
  margin-top: 1px;
}

.custom-radio input[type=radio] {
  display: none;
}

.custom-radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
}

.custom-radio .radio-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #060048;
  border-radius: 50%;
  background-color: #fff;
}

.radio-box {
  margin-top: 1px;
}

.custom-radio input[type=radio]:checked + label .radio-box::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  background-color: #26D76D;
  border-radius: 50%;
}

.custom-checkbox input[type=checkbox] {
  display: none;
}

.custom-checkbox label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
}

.custom-checkbox .checkbox-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #060048;
  border-radius: 4px;
  background-color: #fff;
}

.custom-checkbox input[type=checkbox]:checked + label .checkbox-box::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  background-color: #26D76D;
}

.custom-checkbox input[type=checkbox]:checked + label .checkbox_licence {
  border: 2px solid #7E00E1;
  background-color: #7E00E1;
}

.custom-checkbox input[type=checkbox]:checked + label .checkbox_licence::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  width: 12px;
  height: 9px;
  background-color: transparent;
  background-image: url(/img/icons/checkbox-mark.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-checkbox {
  margin: 8px 0;
}

.custom-radio {
  margin: 10px 0;
}

.custom-radio-vert {
  display: flex;
  flex-direction: column;
}

.chips-selector {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7px;
}

.custom-radio:hover .addInfo,
.custom-checkbox:hover .addInfo,
.chips-selector:hover .addInfo {
  border-bottom: 1px solid #7E00E1 !important;
  border-radius: 1px !important;
}

.chip {
  border-radius: 10px;
  background: #E8E5F4;
  color: #060048;
  margin-right: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 8px 30px;
  cursor: pointer;
  transition: all 0.5s;
}

.chip.active {
  background: #7E00E1;
  color: #FFF;
  transition: all 0.5s;
}

.leftBlockImage {
  max-width: 334px;
  margin: 0 auto;
}

.addInfo {
  width: 100%;
  border: none !important;
  background: none !important;
  border-bottom: 1px solid rgba(6, 0, 72, 0.3019607843) !important;
  border-radius: 0 !important;
}

.headLabel {
  color: #060048;
  margin-bottom: 12px;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 26px !important;
}

.normalLabel {
  color: #060048;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
}

.normalLabel-licence {
  color: #060048;
  font-size: 12px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 24px;
  margin-bottom: 10px;
}

.requiredText {
  color: #FF0000;
}

.warning textarea {
  border-bottom: 2px solid #7E00E1 !important;
}

.zcwf_col_help.warning-text {
  color: #7E00E1 !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.classLang {
  display: flex;
  border-radius: 15px;
  background: #F5F5F7;
  padding: 7px 15px;
}

.pulse {
  position: relative;
  margin: auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 18px;
  color: #ffd9de;
  animation: playShadow 5s ease-out infinite;
  display: flex;
  cursor: pointer;
  text-decoration: none;
}

.pulse span {
  margin: auto;
  padding-left: 3px;
}

.pulse:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
  transition: 0.35s;
}

.pulse:hover:after {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.3), 0 0 0 8px rgba(0, 0, 0, 0.2);
}

.pulse-text-color {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  padding: 0 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

@keyframes playShadow {
  0% {
    box-shadow: 0 0 0 0px rgba(146, 144, 154, 0.3), 0 0 0 0px rgba(146, 144, 154, 0.2);
    transform: scale(1);
  }

  18% {
    box-shadow: 0 0 0 0px rgba(146, 144, 154, 0.3), 0 0 0 0px rgba(146, 144, 154, 0.2);
  }

  35% {
    transform: scale(1.08);
  }

  76% {
    transform: scale(0.96);
  }

  100% {
    box-shadow: 0 0 0 16px rgba(146, 144, 154, 0), 0 0 0 27px rgba(146, 144, 154, 0);
    transform: scale(1);
  }
}

.siqico-chat:before,
.siqico-chat #zsiq_maintitle {
  color: #fff !important;
}

@media (max-width: 1024px) {
  .template .zsiq_theme11.siq_bR {
    bottom: 60px;
  }
}

@media (max-width: 1023px) {
  .zohoContact .zohoContactWrapper h2 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .zohoContact {
    margin: 0 0 50px 0;
  }

  .zohoContact .innerRow {
    flex-direction: column;
    gap: 50px;
  }

  .zohoContact .textzohoContactWrapper .txt,
  .zohoContact .textzohoContactWrapper .termsWrapper .termsInnerWrapper p,
  .termsWrapper .termsInnerWrapper .zohoContact .textzohoContactWrapper p,
  .zohoContact .textzohoContactWrapper .termsWrapper .termsInnerWrapper .table_wrapper .item,
  .termsWrapper .termsInnerWrapper .table_wrapper .zohoContact .textzohoContactWrapper .item {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .zohoWrapper .zcwf_title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 50px;
  }

  .zohoWrapper .inner_wrapper {
    flex-wrap: wrap;
  }

  .zohoWrapper .inner_wrapper .inner_item,
  .zohoWrapper .inner_wrapper .inner_form {
    max-width: 100%;
    width: 100%;
  }

  .readyToStart .btn.zoho_popup_btn {
    margin: 20px 0 0 0;
  }

  .innerRowImage {
    margin-top: -65px;
  }

  .innerRowImage .contactImgDesc {
    display: none;
  }

  .innerRowImage .contactImgMobile {
    display: block;
  }
}

@media (max-width: 600px) {
  .readyToStart .btn.zoho_popup_btn {
    margin: 20px 0 0 0;
  }

  .zohoWrapper #crmWebToEntityForm.zcwf_lblRight {
    padding: 50px 20px;
  }
}

@media (max-width: 480px) {
  .zohoContact {
    margin-bottom: 10px;
  }

  .zohoContact .textzohoContactWrapper .txt,
  .zohoContact .textzohoContactWrapper .termsWrapper .termsInnerWrapper p,
  .termsWrapper .termsInnerWrapper .zohoContact .textzohoContactWrapper p,
  .zohoContact .textzohoContactWrapper .termsWrapper .termsInnerWrapper .table_wrapper .item,
  .termsWrapper .termsInnerWrapper .table_wrapper .zohoContact .textzohoContactWrapper .item {
    margin-bottom: 30px;
  }

  .zohoWrapper .zohoPopWrapper {
    background: url("/img/overlayBgMob.webp") no-repeat center;
    background-size: cover;
  }

  .zohoWrapper #crmWebToEntityForm.zcwf_lblRight {
    background: url("/img/formBgMob.webp") no-repeat center;
    background-size: cover;
  }

  .zohoWrapper .zcwf_rowWrapper,
  .zohoContactWrapper .zcwf_rowWrapper {
    flex-wrap: wrap;
  }

  .zohoWrapper .zcwf_rowWrapper .zcwf_row:nth-child(2) {
    margin-left: 0;
  }

  .zohoWrapper .zcwf_title {
    font-size: 42px;
    line-height: 42px;
  }
}

