@charset "UTF-8";

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

.checkbox-label .wpcf7-list-item,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.pagination .nav-links,
.site-container {
  display: -webkit-box;
  display: -ms-flexbox;
}

.section,
.section>*,
body {
  position: relative;
}

.btn,
.centered {
  text-align: center;
}

.btn--gradient,
.footer-newsletter .input-submit {
  -webkit-box-shadow: 5px 20px 32px rgba(71, 72, 79, 0.15);
}

.footer__col,
.section-calltoaction__col,
.section-grid2col__col,
.section-hero__right,
.site-container,
.solution-card__inner,
.why-card__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.blog-hot-post:hover .blog-hot-post__title,
.career__list ul li a:hover,
.checkbox-label a,
.glossary__list ul li a:hover,
.logged-in-as a:nth-child(2) {
  text-decoration: underline;
}

.section-steps__list-item::before,
.section-steps__list-item__counter:before {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #ffffff;
  text-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

.section-benefits__grid.section-cases__grid,
.section-how-to-otp__wrapper,
.section-opportunities__wrapper,
.section-steps-without {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

:root {
  --font-family: "Nunito Sans", sans-serif;
  --font-size: 14px;
  --content-width: 1200px;
  --container-offset: 20px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --transition: all 150ms ease-in;
  --header-height: 83px;
  --color-white: #fff;
  --color-black: #222;
  --color-primary: #36a4dc;
  --color-text: #63646f;
}

.section-subtitle,
.section-title {
  line-height: 140%;
  color: var(--color-black);
}

html {
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth;
}

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

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

html :where(.wp-block) {
  max-width: 100%;
}

body {
  font-family: var(--font-family, sans-serif);
  font-size: var(--font-size);
  min-width: calc(320px - var(--container-offset));
  min-height: 100%;
  background-color: var(--color-white);
  overflow-x: hidden;
}

body.overflow-hidden {
  overflow: hidden;
}

.single-post__share-item svg,
.team-member__social svg {
  overflow: visible;
}

textarea {
  resize: none;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
  color: inherit;
}

.site-container {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.breadcrumbs a,
.breadcrumbs span,
.btn {
  display: inline-block;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
  width: 100%;
}

.v2-title-28 {
  font-weight: 700;
  line-height: 140%;
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .v2-title-28 {
    font-size: 28px;
  }
}

.v2-title-36 {
  font-weight: 700;
  line-height: 140%;
  font-size: 28px;
}

@media only screen and (min-width: 768px) {
  .v2-title-36 {
    font-size: 36px;
  }
}

.v2-text-18 {
  font-size: 18px;
  line-height: 26px;
}

.v2-text-18>* {
  margin-bottom: 20px;
}

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

body .v2-m-b--12 {
  margin-bottom: 12px;
}

body .v2-m-b--20 {
  margin-bottom: 20px;
}

body .v2-m-b--40 {
  margin-bottom: 40px;
}

body .v2-m-b--50 {
  margin-bottom: 50px;
}

body .v2-m-t--20 {
  margin-top: 20px;
}

body .v2-m-t--30 {
  margin-top: 30px;
}

@media only screen and (min-width: 992px) {
  body .v2-m-lg-b--80 {
    margin-bottom: 80px;
  }
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}

.section-title {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 46px;
}

.section-subtitle {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 20px;
}

.section>* {
  z-index: 2;
}

.blog-hot-post__bg,
.section__bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.btn {
  border: 4px solid currentColor;
  color: currentColor;
  padding: 12px 38px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  border-radius: 64px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  position: relative;
}

.btn--gradient {
  border-color: var(--color-white);
  background: -o-linear-gradient(215.85deg, #eee574 31.09%, #dc7820 83.52%);
  background: linear-gradient(234.15deg, #eee574 31.09%, #dc7820 83.52%);
  box-shadow: 5px 20px 32px rgba(71, 72, 79, 0.15);
  color: var(--color-black);
}

.btn--gradient:hover,
.pagination .page-numbers.current {
  background: -o-linear-gradient(358.71deg, #26ab87 0, #04aaf5 100%);
  background: linear-gradient(91.29deg, #26ab87 0, #04aaf5 100%);
  color: var(--color-white);
}

.btn--out-gradient {
  color: var(--color-black);
  -webkit-box-shadow: 5px 20px 32px 0 rgba(71, 72, 79, 0.15);
  box-shadow: 5px 20px 32px 0 rgba(71, 72, 79, 0.15);
  background: -o-linear-gradient(var(--color-white), var(--color-white)) padding-box, -o-linear-gradient(#eee574, #dc7820) border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-white)), to(var(--color-white))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#eee574), to(#dc7820)) border-box;
  background: linear-gradient(var(--color-white), var(--color-white)) padding-box, linear-gradient(#eee574, #dc7820) border-box;
  border: 4px solid transparent;
}

.btn--out-gradient:hover {
  background: -o-linear-gradient(var(--color-white), var(--color-white)) padding-box, -o-linear-gradient(#26ab87, #04aaf5) border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-white)), to(var(--color-white))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#26ab87), to(#04aaf5)) border-box;
  background: linear-gradient(var(--color-white), var(--color-white)) padding-box, linear-gradient(#26ab87, #04aaf5) border-box;
}

.btn--light {
  border-color: var(--color-white);
  background-color: transparent;
  color: var(--color-white);
}

.btn--light:hover,
.header--nav-active {
  background-color: var(--color-white);
  color: var(--color-black);
}

.btn--dark {
  border-color: var(--color-black);
  background-color: transparent;
  color: var(--color-black);
}

@media (max-width: 576.98px) {
  .btn {
    font-size: 16px;
  }
}

.breadcrumbs {
  font-size: 13px;
  line-height: 18px;
  text-align: left;
}

.breadcrumbs a {
  margin-right: 12px;
  color: var(--color-text);
}

.breadcrumbs span {
  color: rgba(99, 100, 111, 0.5);
}

.breadcrumbs *+span,
.pagination .page-numbers+.page-numbers {
  margin-left: 12px;
}

.pagination {
  margin-bottom: 100px;
}

.pagination .nav-links {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination .page-numbers,
.tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
}

.pagination .page-numbers {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 42px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #001428;
  width: 40px;
  height: 40px;
}

.pagination .page-numbers.dots {
  background: 0 0;
}

.sidebar__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
  padding-top: 28px;
  position: relative;
}

.sidebar__list,
.tabs-header {
  padding: 0;
  list-style-type: none;
}

.sidebar__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 8px;
  background: -o-linear-gradient(358.71deg, #26ab87 0, #04aaf5 100%);
  background: linear-gradient(91.29deg, #26ab87 0, #04aaf5 100%);
  left: 0;
  top: 0;
}

.sidebar__list {
  font-size: 13px;
  line-height: 18px;
  margin: 19px 0 0;
}

.header-menu,
.header__btn,
.mega-menu__group>ul>li>a>div {
  font-size: 16px;
  line-height: 24px;
}

.sidebar__list li+li {
  margin-top: 18px;
}

.tabs-header {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.accordion__btn,
.tabs-header__item {
  cursor: pointer;
}

.tabs-content__item {
  display: none;
}

.header__inner,
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
}

.footer-newsletter label,
.tabs-content__item._open {
  display: block;
}

.header {
  background-color: transparent;
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  height: var(--header-height);
  color: var(--color-white);
}

.header--fixed,
body:not(.page-template-front-page):not(.page-template-page-product):not(.page-template-page-pricing):not(.page-template-page-bot):not(.page-template-page-2fa):not(.page-template-page-white) .header {
  color: var(--color-black);
}

body:not(.page-template-front-page):not(.page-template-page-product):not(.page-template-page-pricing):not(.page-template-page-bot):not(.page-template-page-2fa):not(.page-template-page-white) .header__inner {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.header--fixed {
  background-color: var(--color-white);
  top: 0 !important;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.header--fixed .header__inner {
  border: none !important;
}

@media (min-width: 992px) {
  .main {
    padding: 20px;
  }

  .header {
    padding: 0 40px !important;
    top: 20px;
  }

  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.header__inner {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding: 12px 0;
}

.header__logo {
  margin-right: 92px;
  display: flex;
}

.header__logo img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: unset;
  object-fit: unset;
}

.author-single__link,
.header__logo .logo-img,
.mega-menu__grid,
.section-calltoaction__inner,
.section-preparing__tabs .tabs-content__item._open,
.team-member__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__btn {
  font-weight: 700;
  cursor: pointer;
  color: currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .header__burger {
    display: none;
  }

  .header__btn {
    padding: 5px 14px;
  }

  .header__btn--signup {
    border: 3px solid currentColor;
    border-radius: 64px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
  }

  .header--fixed .header__btn--signup:hover {
    background-color: var(--color-black);
    color: var(--color-white);
    border-color: var(--color-black);
  }

  .header:not(.header--fixed) .header__btn--signup:hover {
    background-color: var(--color-white);
    color: var(--color-black);
    border-color: var(--color-white);
  }

  .header__btn>svg {
    margin-right: 12px;
  }

  .header__btn+.header__btn {
    margin-left: 40px;
  }

  .header__actions {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-menu>.menu-item:not(:last-child) {
    margin-right: 28px;
  }
}

.header__burger .burger {
  --burger-width: 32px;
  --burger-height: 19px;
  --burger-line-height: 3px;
  position: relative;
  border: none;
  padding: 0;
  width: var(--burger-width);
  height: var(--burger-height);
  color: var(--primary-light);
  background-color: transparent;
  cursor: pointer;
}

.header__burger .burger::after,
.header__burger .burger::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}

.header__burger .burger::before {
  top: 0;
  width: var(--burger-width);
}

.header__burger .burger::after {
  top: calc(100% - var(--burger-line-height));
}

.header__burger .burger__line {
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.header__burger ._active::before {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 100%;
}

.header__burger ._active::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}

.header__burger ._active .burger__line {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 100%;
}

.header-menu {
  list-style-type: none;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

.header-menu>.menu-item {
  position: relative;
}

.footer__career::after,
.footer__soon::after {
  position: absolute;
  top: -10px;
  font-weight: 700;
  margin-left: 10px;
  font-size: 10px;
  color: #fa4949;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  pointer-events: none;
}

.header-menu>.menu-item.js-open-nav>a::after,
.header-menu>.menu-item.menu-item-has-children>a::after {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  margin-left: 8px;
  margin-top: -3px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.checkbox-label .wpcf7-list-item-label,
.clients-slider .swiper-button-next::after,
.clients-slider .swiper-button-prev::after,
.footer-newsletter .wpcf7-response-output,
.header-menu>.menu-item-has-children .sub-menu,
.simple-slider .swiper-button-next::after,
.simple-slider .swiper-button-prev::after {
  display: none;
}

.circle-row,
.comment-header-left,
.header-menu>.menu-item>a,
.single-post__author,
.tool-item,
.tools-row,
.wholesales-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mega-menu {
  background: var(--color-white);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  position: fixed;
  top: var(--header-height);
  left: 20px;
  color: #999;
  max-width: 1260px;
  margin-right: 20px;
  width: auto;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: visibility 0.2s;
  -o-transition: visibility 0.2s;
  transition: visibility 0.2s;
}

.mega-menu__group>ul>li>a>div,
.solution-card__pill {
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
}

.mega-menu._active {
  opacity: 1;
  visibility: visible;
}

.mega-menu__col {
  max-width: 314px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mega-menu__col--grey {
  background: #f8f8f8;
}

.mega-menu__col:not(:last-child) {
  border-right: 1px solid #e1e1e1;
}

.mega-menu__title {
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  color: #999;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (max-width: 1440.98px) and (min-width: 992px) {
  .mega-menu:not(.mega-menu--simple) {
    left: 0 !important;
    width: 100%;
    max-width: 100%;
  }

  .mega-menu:not(.mega-menu--simple) .mega-menu__col {
    max-width: none;
  }
}

.mega-menu__group {
  padding: 30px;
}

.mega-menu__group+.mega-menu__group {
  border-top: 1px solid #e1e1e1;
}

.mega-menu__group ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer__contacts>li:not(:last-child),
.footer__menu>li:not(:last-child),
.global-text ol,
.global-text p,
.global-text ul {
  margin-bottom: 12px;
}

.mega-menu__group>ul>li>a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 47px 1fr;
  grid-template-columns: 47px 1fr;
}

.mega-menu__group>ul>li>a .soon {
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fa4949;
  margin-left: 10px;
  display: inline-block;
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}

/* Voice bot "Beta" */
/* .mega-menu__group > ul > li > a[href*="voice-bot"] > div::after {
      content: 'Beta';
      font-weight: 700;
      font-size: 10px;
      line-height: 16px;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #fa4949;
      margin-left: 10px;
      display: inline-block;
      -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
      transform: translateY(-7px);
  } */
.mega-menu--simple .mega-menu__group>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.contacts-header__title,
.mega-menu__group>ul>li:not(:last-child) {
  margin-bottom: 24px;
}

.mega-menu__group>ul>li>a>img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.mega-menu__group>ul>li>a:hover>div {
  color: #51b3fa;
}

.mega-menu__group>ul>li>a>div {
  font-weight: 700;
  color: var(--color-black);
  transition: var(--transition);
}

.mega-menu__group>ul>li>a>span {
  font-size: 13px;
  line-height: 18px;
}

@media (min-width: 992px) {
  .mega-menu {
    margin-top: 20px;
  }

  .mega-menu--fixed {
    margin-top: 0;
  }

  .mega-menu__heading {
    display: none;
  }

  .footer__logo:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.api-frame,
.blog-hot-post,
.blog-post,
.blog-post__thumb,
.solution-card,
.why-card {
  overflow: hidden;
}

.footer__contacts,
.footer__logo-text,
.footer__menu {
  color: var(--color-text);
}

.footer {
  padding: 60px 0 40px;
}

.footer__inner {
  height: 100%;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.footer__col,
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
}

.footer__col {
  width: 50%;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 42px;
}

.footer__middle {
  text-align: right;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 40px;
  border-top: 1px solid #e1e1e1;
}

.footer__soon::after {
  content: "soon!";
}

.footer__career::after {
  content: "We are hiring";
}

.footer-newsletter .form-label,
.footer__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}

.footer__title {
  text-transform: uppercase;
  margin-bottom: 28px;
}

.footer__logo {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__contacts>li>a,
.form-submit__wrap .checkbox-label,
.form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
}

.footer__logo-img {
  margin-right: 5px;
  width: auto;
  height: auto;
}

.footer__logo-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
}

.footer__logo-subtitle {
  font-size: 14px;
  line-height: 100%;
  margin-top: 4px;
}

.footer__newsletter {
  margin-top: auto;
}

.footer__menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.benefit-item,
.footer__menu li,
.section-preparing__tabs .section-preparing__right,
.steps-video {
  position: relative;
}

.footer__bottom {
  padding-top: 42px;
  border-top: 1px solid #e1e1e1;
}

.career__text,
.footer__copyright,
.team-member__position {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-text);
}

.form-submit__wrap {
  max-width: 184px;
}

@media screen and (max-width: 576px) {
  .form-submit__wrap {
    max-width: 100%;
  }
}

.form-submit__wrap .checkbox-label {
  margin-top: 24px;
  cursor: pointer;
  text-align: left;
  display: flex;
}

.footer__contacts {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.section-hero,
.section-hero__breadcrumbs a,
.section-hero__breadcrumbs.breadcrumbs a {
  color: var(--color-white);
}

.footer__contacts>li>a {
  font-size: 16px;
  line-height: 24px;
  color: inherit;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-hot-post__category,
.footer__contacts>li>a>img {
  margin-right: 12px;
}

.form-wrap {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-newsletter .form-label {
  display: block;
  color: var(--color-black);
  margin-bottom: 15px;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .form-submit__wrap {
    margin-top: 20px;
    max-width: 275px;
    width: 100%;
  }

  .footer-newsletter .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-newsletter .input-email {
    margin-top: 22px;
  }

  .footer__form-group {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-newsletter .footer__form-group .wpcf7-form-control-wrap {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .footer-newsletter .form-input {
    max-width: 100%;
    width: 100%;
  }

  .footer-newsletter .checkbox-label .wpcf7-form-control-wrap {
    width: auto;
    padding-right: 10px;
  }

  .form-submit__wrap .input-submit {
    width: 100%;
  }
}

.footer-newsletter .input-email {
  max-width: 286px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 9px 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.footer-newsletter .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.footer__form-group .wpcf7-not-valid-tip {
  right: 8px;
}

.checkbox-label .wpcf7-not-valid-tip {
  white-space: pre;
  right: -93px;
}

.checkbox-label a {
  display: inline;
}

.checkbox-label input[type=checkbox] {
  margin-top: 2px;
  opacity: 0.6;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.checkbox-label .wayform-check {
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #a1a1a1;
}

.checkbox-label .wayform-check.active {
  border: 1px solid #fff;
  background-color: #0b76ef;
  background-image: url(//bsg2.portfolioserver.xyz/wp-content/themes/bsg/assets/css/../img/checkbox.svg);
  background-repeat: no-repeat;
  background-size: 78%;
  background-position: center;
}

.checkbox-label .wayform-check input[type=checkbox] {
  opacity: 0;
  cursor: pointer;
}

.section-hero__animation,
.solution-card {
  max-width: 488px;
}

.footer-newsletter .input-email:focus::-webkit-input-placeholder {
  font-size: 0;
}

.footer-newsletter .input-email:focus::-moz-placeholder {
  font-size: 0;
}

.footer-newsletter .input-email:focus:-ms-input-placeholder {
  font-size: 0;
}

.footer-newsletter .input-email:focus::-ms-input-placeholder {
  font-size: 0;
}

.footer-newsletter .input-email:focus::placeholder {
  font-size: 0;
}

.footer-newsletter .input-submit {
  height: auto;
  min-width: 38px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 64px;
  background: -o-linear-gradient(358.71deg, #26ab87 0, #04aaf5 100%);
  background: linear-gradient(91.29deg, #26ab87 0, #04aaf5 100%);
  border: 3px solid var(--color-white);
  box-shadow: 5px 20px 32px rgba(71, 72, 79, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 9px 55px;
}

.section-calltoaction,
.solution-card {
  -webkit-box-shadow: 5px 20px 32px rgba(71, 72, 79, 0.15);
}

.footer-newsletter .wpcf7-spinner {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-newsletter .wpcf7-form-control-wrap {
  max-width: calc(100% - 38px);
  padding-right: 10px;
  position: relative;
}

.footer-newsletter .wpcf7-not-valid-tip {
  font-size: 13px;
  line-height: 18px;
  color: rgba(255, 0, 0, 0.75);
  text-align: right;
  position: absolute;
  top: 100%;
  right: auto;
  padding-top: 2px;
}

@media (min-width: 992px) {
  .footer__col {
    width: 25%;
    margin-bottom: 0;
  }

  .footer__col .lang {
    margin-right: 147px;
  }

  .footer__col--copyright {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer__col--copyright .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__bottom {
    margin-top: 30px;
  }
}

@media (max-width: 991.98px) {
  .footer__col .lang {
    margin-bottom: 12px;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 110%;
  }

  .section-subtitle {
    font-size: 22px;
    line-height: 130%;
  }

  .footer__bottom .footer__col{
    width: 100%;
  }

  .footer__col--mobile-first {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.section-hero {
  background: #333C5F;
  padding-top: var(--header-height);
  margin-bottom: 42px;
}

.section-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: calc(625px - var(--header-height));
}

.section-hero__breadcrumbs {
  width: 100%;
  margin-top: 20px;
}

.section-hero__breadcrumbs span {
  color: rgba(255, 255, 255, 0.5);
}

.section-hero__left {
  padding: 100px 0;
  max-width: 488px;
  width: 100%;
}

.section-hero__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
}

.section-hero__title,
.thanks-section__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
}

.section-hero__text {
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 20px;
}

.section-hero__btn {
  margin-top: 42px;
}

.hero-slider {
  width: 488px;
  height: 366px;
  position: relative;
  padding-top: 50px;
}

.hero-slider__comments {
  position: absolute;
  width: 100%;
  top: 0;
  left: 200px;
}

.hero-slider__comment {
  margin-bottom: 6px;
  display: inline-block;
  position: absolute;
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.hero-slider__comment:first-child {
  -webkit-animation-name: heroSlideComment1;
  animation-name: heroSlideComment1;
}

.hero-slider__comment:nth-child(2) {
  opacity: 0;
  visibility: hidden;
  -webkit-animation-name: heroSlideComment2;
  animation-name: heroSlideComment2;
}

.hero-slider__comment:nth-child(3) {
  opacity: 0;
  visibility: hidden;
  -webkit-animation-name: heroSlideComment3;
  animation-name: heroSlideComment3;
}

.hero-slider__comment:nth-child(4) {
  opacity: 0;
  visibility: hidden;
  -webkit-animation-name: heroSlideComment4;
  animation-name: heroSlideComment4;
}

.benefits-modal._active,
.cookies._active,
.pricing-tabs__list li.other-wrap:hover ul {
  opacity: 1;
  visibility: visible;
}

.hero-slider__comment-label {
  font-size: 11px;
  line-height: 15px;
  color: var(--color-white);
  margin-bottom: 6px;
  padding-left: 18px;
  display: inline-block;
}

.hero-slider__comment-frame {
  background: -o-linear-gradient(358.71deg, #26ab87 0, #04aaf5 100%);
  background: linear-gradient(91.29deg, #26ab87 0, #04aaf5 100%);
  border-radius: 43.0335px;
  padding: 10px 18px;
  color: var(--color-white);
  position: relative;
}

.hero-slider__comment-frame::before {
  content: "";
  display: block;
  position: absolute;
  left: -8px;
  bottom: 10px;
  z-index: -1;
  background-image: url("../img/hero-frame-decor.svg");
  width: 16px;
  height: 13px;
}

.hero-slider__wrapper {
  position: relative;
  height: 100%;
}

.hero-slide {
  position: absolute;
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  pointer-events: none;
}

.hero-slide:first-child {
  top: 0;
  left: 0;
  -webkit-animation-name: heroSlideAnim1;
  animation-name: heroSlideAnim1;
}

.hero-slide:nth-child(2) {
  right: -68px;
  top: 11px;
  -webkit-transform: scale(0.45);
  -ms-transform: scale(0.45);
  transform: scale(0.45);
  -webkit-animation-name: heroSlideAnim2;
  animation-name: heroSlideAnim2;
  -webkit-filter: contrast(0.5);
  filter: contrast(0.5);
}

.hero-slide:nth-child(3) {
  right: 36px;
  bottom: 5px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-animation-name: heroSlideAnim3;
  animation-name: heroSlideAnim3;
  -webkit-filter: contrast(0.5);
  filter: contrast(0.5);
}

.hero-slide:nth-child(4) {
  left: 74px;
  bottom: -40px;
  -webkit-transform: scale(0.45);
  -ms-transform: scale(0.45);
  transform: scale(0.45);
  -webkit-animation-name: heroSlideAnim4;
  animation-name: heroSlideAnim4;
  -webkit-filter: contrast(0.5);
  filter: contrast(0.5);
}

.blog-post::before,
.solution-card::before,
.why-card::before {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  content: "";
}

.section-hero__subtitle {
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}

.career__item,
.section-hero__left.section-hero-solutions__left {
  padding-top: 42px;
}

.btn-solutions {
  margin-left: 24px;
}

.section-hero__title.section-hero-solutions__title,
.section-title--pricing {
  font-size: 36px;
}

@-webkit-keyframes heroSlideAnim1 {

  10%,
  30% {
    -webkit-transform: translate(325px, 10px) scale(0.45);
    transform: translate(325px, 10px) scale(0.45);
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
  }

  40%,
  60% {
    -webkit-transform: translate(220px, 117px) scale(0.8);
    transform: translate(220px, 117px) scale(0.8);
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
  }

  70%,
  90% {
    -webkit-transform: translate(73px, 163px) scale(0.45);
    transform: translate(73px, 163px) scale(0.45);
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
  }

  100% {
    -webkit-transform: none;
    transform: none;
    -webkit-filter: contrast(1);
    filter: contrast(1);
  }
}

@keyframes heroSlideAnim1 {

  10%,
  30% {
    -webkit-transform: translate(325px, 10px) scale(0.45);
    transform: translate(325px, 10px) scale(0.45);
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
  }

  40%,
  60% {
    -webkit-transform: translate(220px, 117px) scale(0.8);
    transform: translate(220px, 117px) scale(0.8);
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
  }

  70%,
  90% {
    -webkit-transform: translate(73px, 163px) scale(0.45);
    transform: translate(73px, 163px) scale(0.45);
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
  }

  100% {
    -webkit-transform: none;
    transform: none;
    -webkit-filter: contrast(1);
    filter: contrast(1);
  }
}

@-webkit-keyframes heroSlideAnim2 {

  10%,
  30% {
    -webkit-transform: translate(-104px, 106px) scale(0.8);
    transform: translate(-104px, 106px) scale(0.8);
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
  }

  40%,
  60% {
    -webkit-transform: translate(-250px, 153px) scale(0.45);
    transform: translate(-250px, 153px) scale(0.45);
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
  }

  70%,
  90% {
    -webkit-transform: translate(-324px, -9px) scale(1);
    transform: translate(-324px, -9px) scale(1);
    -webkit-filter: contrast(1);
    filter: contrast(1);
  }

  100% {
    -webkit-transform: scale(0.45);
    transform: scale(0.45);
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
  }
}

@keyframes heroSlideAnim2 {

  10%,
  30% {
    -webkit-transform: translate(-104px, 106px) scale(0.8);
    transform: translate(-104px, 106px) scale(0.8);
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
  }

  40%,
  60% {
    -webkit-transform: translate(-250px, 153px) scale(0.45);
    transform: translate(-250px, 153px) scale(0.45);
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
  }

  70%,
  90% {
    -webkit-transform: translate(-324px, -9px) scale(1);
    transform: translate(-324px, -9px) scale(1);
    -webkit-filter: contrast(1);
    filter: contrast(1);
  }

  100% {
    -webkit-transform: scale(0.45);
    transform: scale(0.45);
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
  }
}

@-webkit-keyframes heroSlideAnim3 {

  10%,
  30% {
    -webkit-transform: translate(-147px, 46px) scale(0.45);
    transform: translate(-147px, 46px) scale(0.45);
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
  }

  40%,
  60% {
    -webkit-transform: translate(-220px, -116px) scale(1);
    transform: translate(-220px, -116px) scale(1);
    -webkit-filter: contrast(1);
    filter: contrast(1);
  }

  70%,
  90% {
    -webkit-transform: translate(104px, -108px) scale(0.45);
    transform: translate(104px, -108px) scale(0.45);
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
  }
}

@keyframes heroSlideAnim3 {

  10%,
  30% {
    -webkit-transform: translate(-147px, 46px) scale(0.45);
    transform: translate(-147px, 46px) scale(0.45);
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
  }

  40%,
  60% {
    -webkit-transform: translate(-220px, -116px) scale(1);
    transform: translate(-220px, -116px) scale(1);
    -webkit-filter: contrast(1);
    filter: contrast(1);
  }

  70%,
  90% {
    -webkit-transform: translate(104px, -108px) scale(0.45);
    transform: translate(104px, -108px) scale(0.45);
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
  }
}

@-webkit-keyframes heroSlideAnim4 {

  10%,
  30% {
    -webkit-transform: translate(-74px, -163px) scale(1);
    transform: translate(-74px, -163px) scale(1);
    -webkit-filter: contrast(1);
    filter: contrast(1);
  }

  40%,
  60% {
    -webkit-transform: translate(250px, -153px) scale(0.45);
    transform: translate(250px, -153px) scale(0.45);
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
  }

  70%,
  90% {
    -webkit-transform: translate(146px, -46px) scale(0.8);
    transform: translate(146px, -46px) scale(0.8);
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
  }

  100% {
    -webkit-transform: scale(0.45);
    transform: scale(0.45);
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
  }
}

@keyframes heroSlideAnim4 {

  10%,
  30% {
    -webkit-transform: translate(-74px, -163px) scale(1);
    transform: translate(-74px, -163px) scale(1);
    -webkit-filter: contrast(1);
    filter: contrast(1);
  }

  40%,
  60% {
    -webkit-transform: translate(250px, -153px) scale(0.45);
    transform: translate(250px, -153px) scale(0.45);
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
  }

  70%,
  90% {
    -webkit-transform: translate(146px, -46px) scale(0.8);
    transform: translate(146px, -46px) scale(0.8);
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
  }

  100% {
    -webkit-transform: scale(0.45);
    transform: scale(0.45);
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
  }
}

@-webkit-keyframes heroSlideComment1 {

  10%,
  30%,
  40%,
  60%,
  70%,
  90% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes heroSlideComment1 {

  10%,
  30%,
  40%,
  60%,
  70%,
  90% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes heroSlideComment2 {

  10%,
  100%,
  30%,
  40%,
  60% {
    opacity: 0;
    visibility: hidden;
  }

  70%,
  90% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes heroSlideComment2 {

  10%,
  100%,
  30%,
  40%,
  60% {
    opacity: 0;
    visibility: hidden;
  }

  70%,
  90% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes heroSlideComment3 {

  10%,
  100%,
  30%,
  70%,
  90% {
    opacity: 0;
    visibility: hidden;
  }

  40%,
  60% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes heroSlideComment3 {

  10%,
  100%,
  30%,
  70%,
  90% {
    opacity: 0;
    visibility: hidden;
  }

  40%,
  60% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes heroSlideComment4 {

  10%,
  30% {
    opacity: 1;
    visibility: visible;
  }

  100%,
  40%,
  60%,
  70%,
  90% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes heroSlideComment4 {

  10%,
  30% {
    opacity: 1;
    visibility: visible;
  }

  100%,
  40%,
  60%,
  70%,
  90% {
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 991.98px) {
  .header {
    padding: 0 20px !important;
    top: 0;
  }

  .header__nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    -o-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
    color: var(--color-black);
    overflow-y: auto;
    z-index: 998;
    left: 0;
    top: var(--header-height);
    width: 100%;
    padding: 0 20px;
    height: calc(100% - var(--header-height));
    background-color: var(--color-white);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }

  .header__nav._active {
    opacity: 1;
    visibility: visible;
  }

  .header__burger {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__logo {
    margin-right: auto;
  }

  .header__btn {
    padding: 18px 0 20px;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
  }

  .header__btn>svg {
    display: none;
  }

  .header-menu {
    width: 100%;
  }

  .header-menu>.menu-item>a {
    padding: 18px 0 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-menu>.menu-item:not(:last-child)>a {
    border-bottom: 1px solid #e1e1e1;
  }

  .header-menu>.menu-item.js-open-nav>a::after,
  .header-menu>.menu-item.menu-item-has-children>a::after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    margin: 0 4px;
  }

  .header__actions {
    width: calc(100% + 40px);
    margin: 0 -20px;
    border-top: 12px solid #f0f0f0;
    padding: 0 20px;
  }

  .mega-menu--simple .mega-menu__group {
    padding-bottom: 0;
    padding-top: 0;
  }

  .mega-menu--simple .mega-menu__col:first-child .mega-menu__group {
    padding-top: 30px;
  }

  .mega-menu--simple .mega-menu__col:not(:first-child) .mega-menu__group {
    border-top: none;
    padding-top: 24px;
  }

  .mega-menu {
    top: 0;
    bottom: 0;
    width: 100%;
    right: 0;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 20px;
  }

  .mega-menu__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 27.2px 25px;
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    color: var(--color-black);
  }

  .mega-menu__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mega-menu__col {
    max-width: 100%;
  }

  .mega-menu__group {
    padding: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }

  .mega-menu__back {
    border: none;
    cursor: pointer;
    background-color: transparent;
    margin-right: 20px;
  }

  .section-hero__breadcrumbs {
    margin-top: -60px;
    margin-bottom: 42px;
  }

  .section-hero__inner {
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-hero__left {
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 80px;
  }

  .section-hero__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .section-hero--main .section-hero__right {
    margin-bottom: 0;
  }

  .section-hero:not(.section-hero__right) {
    margin-bottom: 50px;
    margin-top: 0;
  }

  .section-hero__title {
    font-size: 28px;
  }

  .section-hero__text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 560.98px) {
  body .cmplz-cookiebanner {
    padding: 10px max((100vw - 1200px)/2, 15px) !important;
  }

  body .cmplz-cookiebanner .cmplz-body {
    max-height: 120px !important;
  }

  body .cmplz-cookiebanner .cmplz-category {
    margin-bottom: 5px !important;
  }

  body .cmplz-cookiebanner .cmplz-buttons {
    margin: 10px auto 0 !important;
  }

  body .cmplz-cookiebanner .cmplz-message.cmplz-message {
    font-size: 13px !important;
  }

  .section-hero--main .section-hero__right {
    margin-top: -80px;
  }

  /* .hero-slider {
    transform: translateX(-20%);
  } */

  .hero-slider__wrapper {
    -webkit-transform: scale(0.55) translateY(30px);
    -ms-transform: scale(0.55) translateY(30px);
    transform: scale(0.55) translateY(30px);
  }

  .hero-slider__comments {
    max-width: 136px;
    left: 235px !important;
  }

  .hero-slider__comment-label {
    font-size: 6px;
    line-height: 9px;
  }

  .hero-slider__comment-frame {
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
  }

  .hero-slider__comments {
    left: 115px;
    top: 75px;
  }

  .section-hero__left.section-hero-solutions__left {
    padding-top: 0;
  }

  .section-hero__title.section-hero-solutions__title {
    font-size: 28px;
  }
}

.section-solutions {
  padding: 110px 0 160px;
}

.section-solutions__row,
.section-why__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -20px;
}

.section-solutions__col {
  width: 50%;
  padding: 0 20px;
}

.solution-card {
  padding: 8px;
  width: 100%;
  box-shadow: 5px 20px 32px rgba(71, 72, 79, 0.15);
  position: relative;
}

.blog-post::before,
.solution-card::before {
  position: absolute;
  display: block;
  background-image: -o-linear-gradient(244.17deg, rgba(35, 171, 147, 0.55) 32.85%, #fbfcfe 83.69%);
  background-image: linear-gradient(205.83deg, rgba(35, 171, 147, 0.55) 32.85%, #fbfcfe 83.69%);
  width: 200%;
  height: 200%;
  left: -50%;
  top: -50%;
  right: -50%;
  bottom: -50%;
  z-index: 1;
  -webkit-animation: 5s linear infinite infiniteRotating;
  animation: 5s linear infinite infiniteRotating;
  transform-origin: center;
}

.solution-card__inner {
  background-color: #f6f6f6;
  padding: 52px 96px 28px 17px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.solution-card__content {
  height: 200px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

.solution-card__content._active {
  visibility: visible;
  opacity: 1;
  position: static;
}

.solution-card__icon {
  position: absolute;
  top: 22px;
  right: 26px;
}

.section-calltoaction__title,
.section-preparing__tabs .section-preparing__tabs-title,
.solution-card__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
}

.solution-card__text,
.why-card__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-text);
  margin-top: 20px;
}

.solution-card__pills {
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.solution-card__pill {
  border-radius: 100px;
  padding: 8px 18px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-black);
  background-color: var(--color-white);
  transition: var(--transition);
  cursor: pointer;
}

.blog-heading__cat,
.client-slide__img {
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
}

.solution-card__pill._active {
  background: -o-linear-gradient(358.71deg, #26ab87 0, #04aaf5 100%);
  background: linear-gradient(91.29deg, #26ab87 0, #04aaf5 100%);
  color: var(--color-white);
}

.section-calltoaction {
  background: -o-linear-gradient(bottom, rgba(62, 101, 242, 0.85), rgba(62, 101, 242, 0.85));
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(62, 101, 242, 0.85)), to(rgba(62, 101, 242, 0.85)));
  background: linear-gradient(0deg, rgba(62, 101, 242, 0.85), rgba(62, 101, 242, 0.85));
  box-shadow: 5px 20px 32px rgba(71, 72, 79, 0.15);
  border: 8px solid var(--color-white);
  color: var(--color-white);
  padding: 80px 0;
}

.section-calltoaction .btn{
  margin-top: 42px;
}

.section-calltoaction__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-2way-form .section-calltoaction__text {
  text-align: center;
  width: 100%;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}

.section-calltoaction__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}

.section-calltoaction__btn {
  margin-top: 20px;
}

.section-calltoaction--v1 {
  padding: 80px 0;
  -webkit-box-shadow: 5px 20px 32px rgba(71, 72, 79, 0.15);
  box-shadow: 5px 20px 32px rgba(71, 72, 79, 0.15);
}

.section-calltoaction--v1 .section-calltoaction__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-calltoaction--v1 .section-calltoaction__col {
  max-width: 500px;
}

.section-calltoaction--v1 .section-calltoaction__img {
  border-radius: 40px;
}

.section-calltoaction--v2 {
  padding: 0;
  margin-top: 44px;
  -webkit-box-shadow: 0 20px 40px rgba(85, 85, 85, 0.35);
  box-shadow: 0 20px 40px rgba(85, 85, 85, 0.35);
}

.section-calltoaction--v2 .section-calltoaction__img {
  margin-top: -44px;
}

.section-calltoaction--v2 .section-calltoaction__btn {
  min-width: 211px;
  margin-top: 42px;
}

.section-calltoaction--simple .section-calltoaction__col {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.btn-main-block-solutions,
.section-calltoaction--simple .section-calltoaction__btn {
  margin-top: 42px;
  color: var(--color-black);
}

.btn-main-block-solutions:hover,
.section-calltoaction--simple .section-calltoaction__btn:hover {
  color: var(--color-white);
}

@media (min-width: 992px) {
  .section-calltoaction__col+.section-calltoaction__col {
    margin-left: 100px;
  }

  .section-calltoaction__img {
    margin-left: auto;
  }

  .section-calltoaction--v2 .section-calltoaction__col:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 589px;
    padding: 96px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.section-grid2col {
  padding: 80px 0;
}

.section-grid2col__inner {
  /* max-width: 1035px; */
  margin: 0 auto;
}

.section-grid2col__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px;
  margin-top: 80px;
  flex-direction: row-reverse;
}
.section-grid2col--video .section-grid2col__row {
  flex-direction: row;
}
.section-grid2col__row+.section-grid2col__row {
  margin-top: 80px;
}
.section-grid2col__img-wrap {
  position: relative;
  border-radius: 60px;
  display: flex;
}
.section-grid2col__img-wrap::after {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzg0IiBoZWlnaHQ9Ijc3OCIgdmlld0JveD0iMCAwIDc4NCA3NzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIG9wYWNpdHk9IjAuOCIgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZl80Njk2XzE3NzIpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02MzguNjc1IDUzOC42NjNDNjA4LjMxOSA1ODIuNTczIDU0My4yMzMgNTg3LjAwNyA0OTAuODI3IDYwNi4wODRDNDQxLjMxMyA2MjQuMTA4IDM5NC42NjEgNjQ1Ljc4NyAzNDEuNDg4IDY0Ni44NDZDMjc1LjQ5MSA2NDguMTYgMTk0LjM4MSA2NTkuNTI5IDE1MS44NzEgNjEyLjgzMUMxMDkuMjMgNTY1Ljk4OSAxMzcuNDM5IDQ5NC4xMzggMTQ3LjI5OCA0MzMuNTIzQzE1NC44NjUgMzg2Ljk5OSAxNzMuNjY5IDM0NC41NjEgMjAxLjg3NiAzMDUuNEMyMjguMzk1IDI2OC41ODIgMjY1LjExMyAyNDIuNzI1IDMwMy42MTggMjE2LjQ5N0MzNTQuMDU3IDE4Mi4xMzggMzk4LjE3MyAxMjYuMzc0IDQ2MC42OTMgMTI5LjA5NkM1MjQuMTYzIDEzMS44NTkgNTc2LjI1NiAxODAuODc1IDYxMS4zMTEgMjI5Ljg5MkM2NDMuNDg2IDI3NC44ODIgNjM4LjkxOSAzMzEuMTc3IDY0My42ODcgMzg0Ljk3NEM2NDguMzI3IDQzNy4zMyA2NjkuMjg0IDQ5NC4zODcgNjM4LjY3NSA1MzguNjYzWiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzQ2OTZfMTc3MikiIGZpbGwtb3BhY2l0eT0iMC40NSIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2ZfNDY5Nl8xNzcyIiB4PSIwLjQ2NDg0NCIgeT0iMC40NjQ4NDQiIHdpZHRoPSI3ODMuMDciIGhlaWdodD0iNzc3LjA3IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjY0LjI2NzYiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl80Njk2XzE3NzIiLz4KPC9maWx0ZXI+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl80Njk2XzE3NzIiIHgxPSIxMjkiIHkxPSIxMjkiIHgyPSI2NjYuNTU3IiB5Mj0iMTQxLjIzNSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMjZBQjg3Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzA0QUFGNSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.8);
  transform-origin: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/* .section-grid2col__img-wrap::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  pointer-events: none;
  border-radius: 60px;
} */
.section-grid2col__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 0;
  z-index: 2;
  border: none;
  cursor: pointer;
}
.section-grid2col__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 40px;
  width: 50%;
}

.section-grid2col__img {
  width: auto;
  height: auto;
  border-radius: 25px;
}
.section-grid2col--video .section-grid2col__img,
.section-grid2col__img--wblur {
  filter: brightness(0.5);
}
.section-grid2col__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  color: var(--color-black);
}

.about-culture__text,
.section-grid2col__text {
  font-size: 18px;
  line-height: 26px;
  color: var(--color-text);
  margin-top: 42px;
}
.section-grid2col__text *:last-child {
  margin-bottom: 0;
}
.section-grid2col__text ul {
  padding-left: 30px;
}
.section-grid2col__text ul li::marker {
  color: #04AAF5;
  font-size: 24px;
}
@media (max-width: 567.98px) {
  .section-grid2col {
    padding: 60px 0;
  }
}

.section-clients,
.section-faq,
.section-needs,
.section-preparing,
.section-steps,
.section-testimonials,
.section-why {
  padding: 80px 0;
}

.section-why__title {
  font-size: 36px;
  max-width: 590px;
}

.section-why__col {
  max-width: 258px;
  min-height: 400px;
  margin-right: 22px;
}

.why-card {
  padding: 8px;
  width: 100%;
  -webkit-box-shadow: 5px 20px 32px rgba(71, 72, 79, 0.15);
  box-shadow: 5px 20px 32px rgba(71, 72, 79, 0.15);
  position: relative;
  display: block;
  height: 100%;
}

.why-card::before {
  position: absolute;
  display: block;
  border: 8px solid;
  background-image: -o-linear-gradient(top, #fff 0, rgba(26, 170, 174, 0.55) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(26, 170, 174, 0.55)));
  background-image: linear-gradient(180deg, #fff 0, rgba(26, 170, 174, 0.55) 100%);
  width: 250%;
  height: 250%;
  left: -75%;
  top: -75%;
  right: -75%;
  bottom: -75%;
  z-index: -1;
  -webkit-animation: 4s linear infinite infiniteRotating;
  animation: 4s linear infinite infiniteRotating;
  transform-origin: center;
  border: none;
}

.why-card__inner {
  background-color: #f6f6f6;
  padding: 67px 17px 17px;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 429px;
  height: 100%;
}

.info-text h3,
.why-card__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
}

.why-card__title--colored {
  background: -o-linear-gradient(217.88deg, rgba(3, 169, 244, 0.85) 17.72%, rgba(72, 171, 23, 0.85) 100%);
  background: linear-gradient(232.12deg, rgba(3, 169, 244, 0.85) 17.72%, rgba(72, 171, 23, 0.85) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 26px;
}

@media (max-width: 1024.98px) {
  .why-card--mobile-small .why-card__inner {
    min-height: 0px !important;
  }

  .why-card--mobile-small .other-products__descr {
    margin-top: 50px !important;
  }
}

.simple-slider {
  padding: 50px;
  margin: -50px;
}

.simple-slider .swiper-slide {
  height: auto;
}

.clients-slider {
  padding: 45px 0;
}

.clients-slider .swiper-button-next,
.clients-slider .swiper-button-prev,
.simple-slider .swiper-button-next,
.simple-slider .swiper-button-prev {
  position: static;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
}

.clients-slider .swiper-button-prev,
.simple-slider .swiper-button-prev {
  margin-right: 8px;
}

.clients-slider .swiper-controls,
.simple-slider .swiper-controls {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.clients-slider .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-testimonials__title {
  margin-bottom: 30px;
}

.section-api__inner,
.section-testimonials__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-testimonials__col,
.testimonials-card {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.section-testimonials__col {
  width: 50%;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 10px;
}

.testimonials-card {
  max-width: 490px;
  padding-right: 30px;
  width: 100%;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.testimonials-card__img {
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: drop-shadow(0px 20px 40px rgba(85, 85, 85, 0.35));
  filter: drop-shadow(0px 20px 40px rgba(85, 85, 85, 0.35));
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.testimonials-card__socials {
  margin-top: 18px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.testimonials-card__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.section-api__left,
.section-api__right {
  display: -webkit-box;
  display: -ms-flexbox;
}

.testimonials-card__social+.testimonials-card__social {
  margin-left: 15px;
}

.testimonials-card__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  margin-top: 30px;
  color: var(--color-black);
}

.testimonials-card__position,
.testimonials-card__text {
  font-size: 16px;
  line-height: 26px;
  color: var(--color-text);
}

.testimonials-card__position {
  margin-top: 4px;
}

.testimonials-card__text {
  margin-top: 20px;
}

.section-clients__title {
  margin-bottom: 26px;
}

.client-slide {
  width: auto;
}

.client-slide__img {
  width: auto;
  height: auto;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: var(--transition);
}

.client-slide__img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.section-api {
  padding: 80px 0 116px;
}

.section-api__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 62px;
}

.section-api__title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
}

.section-api__text {
  margin-top: 42px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--color-text);
}

.section-api__right {
  max-width: 700px;
  padding-left: 100px;
  width: 100%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.api-frame__inner,
.blog-heading__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}

.section-api__bottom {
  width: 100%;
}

.api-frame {
  padding: 8px;
  max-width: 600px;
  width: 100%;
  -webkit-box-shadow: 0 20px 40px rgba(85, 85, 85, 0.35);
  box-shadow: 0 20px 40px rgba(85, 85, 85, 0.35);
  position: relative;
  color: var(--color-white);
}

.blog-post,
.contacts-header__comment-frame {
  -webkit-box-shadow: 5px 20px 32px rgba(71, 72, 79, 0.15);
}

.api-frame::before {
  content: "";
  position: absolute;
  display: block;
  background-image: -o-linear-gradient(204.98deg, rgba(35, 171, 147, 0.55) 10.04%, var(--color-white) 87.81%), -o-linear-gradient(bottom, var(--color-white), var(--color-white));
  background-image: linear-gradient(245.02deg, rgba(35, 171, 147, 0.55) 10.04%, var(--color-white) 87.81%), linear-gradient(0deg, var(--color-white), var(--color-white));
  width: 200%;
  height: 300%;
  left: -50%;
  top: -100%;
  right: -50%;
  bottom: -100%;
  z-index: 1;
  -webkit-animation: 5s linear infinite infiniteRotating;
  animation: 5s linear infinite infiniteRotating;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.api-frame__inner {
  background-color: var(--color-black);
  padding: 27px 42px;
  position: relative;
  z-index: 2;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 273px;
}

.api-frame .tabs {
  font-family: "PT Mono", monospace;
}

.api-frame .tabs-header,
.needs-item__img {
  margin-bottom: 20px;
}

.api-frame .tabs-header__item {
  padding: 9px 18px;
  font-size: 15px;
  line-height: 25px;
  border-radius: 6px;
}

.api-frame .tabs-header__item+.api-frame .tabs-header__item {
  margin-left: 8px;
}

.api-frame .tabs-header__item._open {
  background-color: var(--color-text);
}

.api-frame .tabs-content__item {
  font-size: 14px;
  line-height: 22px;
}

.api-frame .tabs-content__item .simplebar-content {
  padding-bottom: 0 !important;
}

.blog-heading {
  padding-top: var(--header-height);
  padding-bottom: 80px;
  text-align: center;
}

.blog-heading__inner {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-heading__title {
  max-width: 796px;
  margin-top: 52px;
  margin-bottom: 20px;
}

.blog-heading__text {
  max-width: 796px;
  font-size: 18px;
  line-height: 26px;
  color: var(--color-text);
}

.blog-heading__cat,
.blog-heading__mobile-cats {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-black);
}

.blog-heading__breadcrumbs {
  margin-top: 20px;
  margin-bottom: 52px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.blog-heading__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  position: relative;
}

.blog-heading__cat {
  font-weight: 700;
  background: #f2f2f2;
  border-radius: 42px;
  padding: 12px 18px;
  margin-bottom: 10px;
  transition: var(--transition);
}

.blog-hot-post__thumb>img,
.blog-post__thumb>img {
  max-height: 100%;
  height: 100%;
  -o-object-fit: cover;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  max-width: 100%;
}

.blog-heading__cat+.blog-heading__cat {
  margin-left: 10px;
}

.blog-heading__cat:not(._active):hover {
  background: #e4e4e4;
}

.blog-heading__cat._active {
  background: -o-linear-gradient(358.71deg, #26ab87 0, #04aaf5 100%);
  background: linear-gradient(91.29deg, #26ab87 0, #04aaf5 100%);
  color: var(--color-white);
}

.benefits-modal input[type=checkbox]:checked~.custom-check,
.benefits-modal input[type=radio]:checked~.custom-check,
.blog-heading__cat._active:hover {
  background: var(--color-primary);
}

.blog-heading__mobile-cats {
  width: 100%;
  padding: 12px;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}

.blog-heading__mobile-cats-wrap {
  position: relative;
  width: 100%;
  display: none;
  margin-top: 40px;
}

.blog-heading__mobile-cats-wrap>svg {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px 20px;
  margin-bottom: 100px;
}

.blog-post {
  padding: 8px;
  width: 100%;
  box-shadow: 5px 20px 32px rgba(71, 72, 79, 0.15);
  position: relative;
  height: 100%;
}

.blog-hot-post:hover .blog-hot-post__thumb>img,
.blog-post:hover .blog-post__thumb>img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-post:hover .blog-post__title,
.sidebar__list a:hover,
.why-card:hover .other-products__descr .why-card__title {
  background: -o-linear-gradient(358.71deg, #26ab87 0, #04aaf5 100%);
  background: linear-gradient(91.29deg, #26ab87 0, #04aaf5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.blog-post__inner {
  background: #f6f6f6;
  position: relative;
  z-index: 2;
  height: 100%;
}

.blog-post__thumb {
  display: block;
  height: 268px;
  background-color: var(--color-text);
}

.blog-post__category,
.blog-post__feature {
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.blog-post__thumb>img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  object-fit: cover;
  transition: var(--transition);
  width: 100%;
}

.blog-post__content {
  padding: 17px;
}

.blog-post__category {
  color: var(--color-primary);
  margin-right: 15px;
}

.blog-post__feature {
  color: #999;
}

.blog-post__excerpt,
.single-post__date {
  color: var(--color-text);
}

.blog-post__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  margin-top: 10px;
  display: block;
}

.blog-post__excerpt {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}

.single-post__author-name,
.single-post__category,
.single-post__date,
.single-post__feature {
  font-size: 13px;
  line-height: 18px;
}

.single-post__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 122px 286px;
  grid-template-columns: 1fr 286px;
  grid-gap: 60px 122px;
}

.single-post__header {
  padding-top: var(--header-height);
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

.single-post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.single-post__author-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 20px;
}

.single-post__author-name {
  color: var(--color-text);
  margin-right: 20px;
  display: inline-block;
}

.single-post__share {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.global-text+.single-post__share {
  margin-top: 32px;
}

.single-post__share-item+.single-post__share-item {
  margin-left: 15px;
}

.single-post__category {
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 15px;
  color: var(--color-primary);
}

.single-post__feature {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-text);
}

.single-post__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  color: var(--color-black);
  width: 100%;
  margin-top: 10px;
}

.single-post__breadcrumbs {
  margin-top: 20px;
  margin-bottom: 70px;
}

.single-post__content {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--color-black);
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

.related-posts {
  margin-top: 160px;
}

.related-posts__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  color: var(--color-black);
  position: relative;
  padding-top: 28px;
  margin-bottom: 60px;
}

.related-posts__title::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 8px;
  display: block;
  top: 0;
  left: 0;
  background: -o-linear-gradient(358.71deg, #26ab87 0, #04aaf5 100%);
  background: linear-gradient(91.29deg, #26ab87 0, #04aaf5 100%);
}

.related-posts__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 22px 1fr 22px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 22px;
  margin-bottom: 42px;
}

.blog-hot-post {
  grid-column: 1/-1;
  -ms-grid-row: 2;
  grid-row: 2;
  background: -o-linear-gradient(bottom, rgba(62, 101, 242, 0.8), rgba(62, 101, 242, 0.8));
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(62, 101, 242, 0.8)), to(rgba(62, 101, 242, 0.8)));
  background: linear-gradient(0deg, rgba(62, 101, 242, 0.8), rgba(62, 101, 242, 0.8));
  padding: 20px 28px;
  color: var(--color-white);
  position: relative;
}

.blog-hot-post__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

.blog-hot-post__thumb {
  max-width: 524px;
  width: 100%;
  display: block;
  overflow: hidden;
  background-color: var(--color-text);
  height: 379px;
}

.blog-hot-post__thumb>img {
  width: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.blog-hot-post__content {
  margin-left: 88px;
  max-width: 410px;
  padding-top: 46px;
}

.blog-hot-post__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
  margin-top: 10px;
  display: block;
}

.blog-hot-post__excerpt,
.thanks-section__content {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}

.blog-hot-post__category,
.blog-hot-post__feature {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}

.blog-hot-post__date {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1024.98px) {
  .blog-grid {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .single-post__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .single-post__header {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .single-post__sidebar {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .single-post__content {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .related-posts__grid {
    -ms-grid-columns: 1fr 22px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.section-newsletter {
  background: #3e65f2;
  border-radius: 18px;
  color: var(--color-white);
  padding: 66px 40px;
  overflow: hidden;
}

.about-header,
.about-team,
.contacts-header {
  background: #f7f9fe;
}

.section-newsletter__inner {
  max-width: 654px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-newsletter__title {
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
}

.section-newsletter__text {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  margin-top: 7px;
}

.section-newsletter__form {
  margin-top: 30px;
  max-width: 514px;
}

.section-newsletter__info {
  font-size: 13px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  max-width: 367px;
}

.section-newsletter__form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.section-newsletter__form .input-email {
  padding: 16px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
  border: none;
  width: 367px;
  max-width: 100%;
}

.developer-heading__right-part.developer-button-down,
.section-newsletter__form .wpcf7-response-output {
  display: none;
}

.section-newsletter__form .wpcf7-not-valid-tip {
  font-size: 13px;
  line-height: 18px;
  color: rgba(255, 0, 0, 0.75);
  text-align: right;
  position: absolute;
  right: 20px;
  padding-top: 2px;
  top: 100%;
}

.section-newsletter__form .wpcf7-spinner {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-newsletter__form .wpcf7-form-control-wrap {
  padding-right: 20px;
  position: relative;
}

.wpcf7-form-control.wpcf7-acceptance {
  height: 16px;
  width: 16px;
}

.global-text a strong,
.global-text b,
.global-text li strong,
.global-text p strong,
.global-text strong strong {
  font-weight: 700;
}

.global-text h1,
.global-text h2,
.global-text h3,
.global-text h4,
.global-text h5,
.global-text h6 {
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 40px;
}

.global-text h1,
.global-text h1 * {
  font-size: 32px;
  line-height: 130%;
}

.global-text h2,
.global-text h2 * {
  font-size: 28px;
  line-height: 140%;
}

.global-text h2 {
  margin-top: 80px;
}

.section-benefits.section-cases {
  margin-top: 0;
}

.global-text h3,
.global-text h3 * {
  font-size: 24px;
  line-height: 130%;
}

.global-text h4,
.global-text h4 * {
  font-size: 22px;
  line-height: 130%;
}

.global-text h5,
.global-text h5 * {
  font-size: 20px;
  line-height: 130%;
}

.global-text h6,
.global-text h6 * {
  font-size: 18px;
  line-height: 130%;
}

.global-text ol,
.global-text ul {
  padding-left: 1.5rem;
}

.global-text ol {
  list-style-type: decimal;
}

.global-text ul {
  list-style-type: disc;
}

.global-text li+li {
  margin-top: 15px;
}

.global-text a {
  color: var(--color-primary);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.global-text a:hover {
  color: #3e65f2;
}

.global-text a,
.global-text li,
.global-text p,
.global-text strong {
  font-size: 18px;
  line-height: 26px;
}

.global-text img:not(.section__bg) {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}

.global-text .section-calltoaction {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 80px;
  -webkit-box-shadow: 0 20px 40px rgba(85, 85, 85, 0.35);
  box-shadow: 0 20px 40px rgba(85, 85, 85, 0.35);
  max-width: 792px;
}
.global-text .section-calltoaction.blog-cta {
  padding: 40px 20px;
} 
.section-calltoaction.blog-cta .section-calltoaction__img {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 242px;
}
.blog-cta .section-calltoaction__col + .section-calltoaction__col {
  margin-left: 38px;
}
.blog-cta .section-calltoaction__col:nth-child(1) {
  justify-content: center;
}
.blog-cta .section-calltoaction__col:nth-child(2) {
  flex: 1;
}
.global-text .blog-cta .btn {
  border-color: var(--color-white);
  background: -o-linear-gradient(215.85deg, #eee574 31.09%, #dc7820 83.52%);
  background: linear-gradient(234.15deg, #eee574 31.09%, #dc7820 83.52%);
  box-shadow: 5px 20px 32px rgba(71, 72, 79, .15);
  color: var(--color-black);
  margin-top: 10px;
}
.global-text .blog-cta .btn:hover {
  background: linear-gradient(91.29deg, #26ab87 0, #04aaf5 100%);
  color: var(--color-white);
}
.blog-cta .section-calltoaction__title {
  font-size: 28px;
  font-weight: 700;
  margin-top: 0;
}
.blog-cta .section-calltoaction__text {
  color: #B7C7FF;
}
@media (max-width: 991.98px) {
  .blog-cta .section-calltoaction__col+.section-calltoaction__col {
    margin-left: 0;
  }
  .blog-cta .section-calltoaction__col:nth-child(1) {
    margin: 0 auto;
  }
  .blog-cta .section-calltoaction__title {
    padding: 0;
  }
}
@media (min-width: 731px) {
  .global-text .section-calltoaction .form-2way {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.global-text .section-calltoaction .form-2way input[type=email],
.global-text .section-calltoaction .form-2way input[type=text] {
  max-width: 240px;
}

.global-text .wp-block-code {
  padding: 0;
  border: none;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow-y: hidden;
}

.global-text .wp-block-table td,
.global-text .wp-block-table th {
  border: none;
  border-bottom: 2px solid #dadada;
  padding: 0.7rem;
  text-align: left;
}

.global-text .wp-block-table thead {
  border-bottom: none;
  background: #f3f3f3;
}

.global-text code {
  background: #000;
  font-family: "PT Mono", serif;
}

.global-text code.hljs {
  border-radius: 4px;
  padding: 5px 10px;
}

.global-text table {
  margin: 20px 0;
}

.info-page-header {
  padding-top: var(--header-height);
}

.info-page-header__breadcrumbs {
  margin-top: 20px;
  margin-bottom: 15px;
}

.about-culture__title,
.about-header__title,
.price-calc__title {
  margin-bottom: 0;
}

.about-header__text {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-text);
  margin-top: 20px;
}

.about-culture__img,
.about-header__img {
  width: auto;
  height: auto;
  border-radius: 24px;
}

.about-culture {
  padding: 123px 0 80px;
}

.about-reasons {
  padding: 80px 0 160px;
}

.about-reasons__title {
  margin-bottom: 42px;
  text-align: center;
}

.about-reasons__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 44px 36px;
  max-width: 780px;
  margin: 0 auto 80px;
}

.about-reason {
  position: relative;
  padding-left: 53px;
}

.about-reason__icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
}

.about-reason__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}

.about-reason__text,
.about-team__text {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-text);
}

.about-reason__text {
  margin-top: 5px;
}

.about-reasons__gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.about-reasons__gallery-item,
.career__info,
.glossary__info {
  width: 100%;
}

.about-reasons__gallery-item:nth-of-type(2) {
  margin-top: 67px;
}

.about-reasons__gallery-item:nth-of-type(4) {
  margin-top: 119px;
}

.about-team {
  padding: 80px 0;
}

.about-team__title {
  margin-bottom: 20px;
  max-width: 500px;
}

.about-team__text {
  max-width: 500px;
}

.about-team__grid {
  margin-top: 46px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 66px 1fr 66px 1fr 66px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 42px 66px;
}

.contacts-header__list>li>a,
.section-steps__inner,
.team-member__socials {
  display: -webkit-box;
  display: -ms-flexbox;
}

.team-member__img {
  border-radius: 50%;
}

.team-member__title {
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}

.team-member__socials {
  margin-top: 10px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .just-cards .swiper-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .just-cards .simple-slider {
    padding-left: calc(50px + 8%);
  }

  .clients-slider .swiper-controls {
    display: none;
  }

  .section-api__btn {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .api-frame .tabs-content {
    height: 154px;
    overflow: hidden;
    position: relative;
  }

  .api-frame .tabs-content__item {
    overflow-x: hidden;
    overflow-y: auto;
    height: 154px;
    padding-bottom: 74px;
  }

  .api-frame .tabs-content::before {
    content: "";
    position: absolute;
    left: 0;
    right: 17px;
    bottom: 0;
    height: 74px;
    width: calc(100% - 17px);
    background: -webkit-gradient(linear, left top, left bottom, from(#222), to(rgba(34, 34, 34, 0)));
    background: -o-linear-gradient(top, #222 0, rgba(34, 34, 34, 0) 100%);
    background: linear-gradient(180deg, #222 0, rgba(34, 34, 34, 0) 100%);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    -ms-transform: matrix(1, 0, 0, -1, 0, 0);
    transform: matrix(1, 0, 0, -1, 0, 0);
    pointer-events: none;
  }

  .single-post__sidebar {
    overflow: visible;
  }

  .sidebar {
    position: sticky;
    top: calc(var(--header-height) + 30px);
  }

  .about-header,
  .contacts-header {
    margin-bottom: 20px;
  }

  .about-culture__inner,
  .about-header__inner,
  .contacts-locations__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .about-header__left {
    max-width: 500px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 30px;
    padding: 62px 0 79px;
  }

  .about-culture__left,
  .about-header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .about-header__right {
    max-width: 488px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .about-header__img {
    margin-bottom: -42px;
  }

  .about-culture__left {
    max-width: 579px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 30px;
  }

  .about-culture__right {
    max-width: 488px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contacts-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .contacts-header__left,
  .contacts-header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .contacts-header__left {
    max-width: 592px;
    width: 100%;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 20px;
  }

  .contacts-header__right {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .contacts-locations__left {
    max-width: 400px;
    width: 100%;
    margin-left: 50px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .contacts-locations__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.contacts-header__img-wrap {
  position: relative;
  padding-top: 58px;
  width: 100%;
  max-width: 592px;
}

.contacts-header__comment {
  position: absolute;
  top: 0;
  right: 0;
}

.contacts-header__comment-label {
  padding-left: 22px;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
  color: rgba(153, 153, 153, 0.96);
}

.contacts-header__comment-frame {
  max-width: 236px;
  width: 100%;
  background: -o-linear-gradient(358.71deg, #26ab87 0, #04aaf5 100%);
  background: linear-gradient(91.29deg, #26ab87 0, #04aaf5 100%);
  box-shadow: 5px 20px 32px rgba(71, 72, 79, 0.15);
  border-radius: 24px;
  padding: 12px 22px;
  color: var(--color-white);
  font-size: 13px;
  line-height: 21px;
}

.contacts-header__comment-frame svg {
  position: absolute;
  left: 0;
  bottom: 0;
}

.contacts-header__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.contacts-header__list>li+li {
  margin-top: 24px;
}

.contacts-header__list>li>a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}

.contacts-header__list>li>a>img {
  margin-right: 15px;
}

.contacts-locations,
.pricing-main {
  padding-top: 80px;
}

.contacts-locations__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(170px, 1fr) 45px minmax(170px, 1fr) 45px minmax(170px, 1fr);
  grid-template-columns: repeat(3, minmax(170px, 1fr));
  grid-gap: 45px;
}

.contacts-location__img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.contacts-location__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  margin-top: 25px;
  color: #001428;
}

.contacts-location__text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
}

.contacts-location__text a,
.contacts-location__text a:not([class]) {
  color: inherit;
  display: block;
}

.section-preparing__title {
  margin-bottom: 20px;
  max-width: 485px;
}

.section-preparing__tabs .tabs-header {
  margin-bottom: -68px;
  position: relative;
}

.section-preparing__tabs .tabs-header__item {
  font-size: 15px;
  line-height: 56px;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 16px;
}

.section-preparing__tabs .tabs-header__item:first-child {
  padding-left: 0;
}

.section-preparing__tabs .tabs-header__item:last-child {
  padding-right: 0;
}

.section-preparing__tabs .tabs-header__item._open {
  border-color: var(--color-primary);
}

.section-preparing__tabs .section-preparing__left {
  max-width: 488px;
  padding-top: 120px;
  margin-right: 122px;
}

.section-preparing__tabs .section-preparing__tabs-text {
  font-size: 18px;
  line-height: 26px;
  color: var(--color-text);
  margin-top: 20px;
}

.section-preparing__tabs .section-preparing__right svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 1100.98px) {
  .section-preparing__tabs .section-preparing__left {
    margin-top: 80px;
  }
}

@media (max-width: 992.98px) {
  .section-preparing__tabs .tabs-content__item._open {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-preparing__tabs .section-preparing__right svg {
    left: 30%;
  }
}

@media (max-width: 767.98px) {

  .section-grid2col__col,
  .section-hero__btn,
  .section-testimonials__col {
    width: 100%;
  }

  .btn-solutions {
    margin-left: 0;
  }

  .section-solutions {
    padding-bottom: 100px;
    padding-top: 50px;
  }

  .solution-card::before {
    background-image: -o-linear-gradient(top, #23ab93 0, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#23ab93), to(#fff));
    background-image: linear-gradient(180deg, #23ab93 0, #fff 100%);
    width: 300%;
    height: 300%;
    left: -100%;
    top: -100%;
    right: -100%;
    bottom: -100%;
  }

  .solution-card__inner {
    padding: 17px;
  }

  .solution-card__content {
    height: auto;
    margin-bottom: 40px;
  }

  .solution-card__icon {
    position: static;
    margin-bottom: 18px;
    margin-left: auto;
  }

  .section-grid2col__title,
  .solution-card__title {
    font-size: 28px;
  }

  .solution-card__pills {
    margin-top: 47px;
  }

  .solution-card__pill {
    padding: 8px 16px;
  }

  .section-calltoaction__title {
    font-size: 24px;
  }

  .section-grid2col {
    padding: 60px 0;
  }

  .section-grid2col__row+.section-grid2col__row {
    margin-top: 60px;
  }

  .section-grid2col__col+.section-grid2col__col {
    margin-top: 42px;
  }

  .section-grid2col__text {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .section-testimonials,
  .section-why {
    padding: 50px 0;
  }

  .why-card__title {
    font-size: 26px;
  }

  .about-culture__text,
  .why-card__text {
    font-size: 16px;
    line-height: 24px;
  }

  .section-testimonials__title {
    margin-bottom: 32px;
  }

  .section-testimonials__col+.section-testimonials__col {
    margin-top: 40px;
  }

  .testimonials-card__name {
    font-size: 28px;
    margin-top: 20px;
  }

  .testimonials-card__position,
  .testimonials-card__text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .section-clients {
    padding: 50px 0 0;
  }

  .client-slide__img {
    max-height: 35px;
  }

  .api-frame .tabs-content__item,
  .api-frame .tabs-header__item {
    font-size: 12px;
    line-height: 18px;
  }

  .section-api {
    padding: 50px 0 58px;
  }

  .section-api__text {
    margin-top: 20px;
  }

  .api-frame__inner {
    padding: 22px;
  }

  .api-frame .tabs-header {
    height: 38px;
    overflow: hidden;
    border-radius: 62px;
    border: 2px solid rgba(255, 255, 255, 0.25);
  }

  .api-frame .tabs-header._open {
    height: auto;
    border-radius: 22px;
  }

  .api-frame .tabs-header__item {
    width: 100%;
    padding: 10px 18px;
  }

  .api-frame .tabs-header__item._open {
    background-color: transparent;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .api-frame .tabs-header__item._open::after {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -5px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }

  .related-posts__title {
    font-size: 24px;
    margin: 46px;
  }

  .blog-heading__cats {
    margin-top: 20px;
    width: 100%;
  }

  .blog-heading__cat {
    display: none;
  }

  .blog-heading__mobile-cats-wrap {
    display: block;
  }

  .blog-grid,
  .related-posts__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .single-post__title {
    font-size: 28px;
    line-height: 140%;
  }

  .single-post__share {
    width: 100%;
    margin-top: 30px;
  }

  .related-posts {
    margin-top: 80px;
  }

  .global-text .section-calltoaction {
    margin: 0 -20px;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-culture__title,
  .about-header__title {
    font-size: 32px;
    line-height: 120%;
    font-weight: 700;
  }

  .about-reasons__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }

  .about-reasons__gallery {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .about-reasons__gallery-item:nth-of-type(2) {
    margin-top: 39px;
  }

  .about-reasons__gallery-item:nth-of-type(3) {
    margin-top: -39px;
  }

  .about-reasons__gallery-item:nth-of-type(4),
  .contacts-location__title {
    margin-top: 0;
  }

  .about-team__grid {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px 20px;
  }

  .about-team__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 140%;
  }

  .contacts-header__left,
  .contacts-header__right {
    padding-top: 32px;
  }

  .contacts-header__img {
    width: 230px;
  }

  .contacts-header__comment-label {
    font-size: 6px;
    line-height: 8px;
    padding-left: 10px;
    margin-bottom: 5px;
  }

  .contacts-header__img-wrap {
    max-width: 300px;
    padding-top: 30px;
  }

  .contacts-header__comment-frame {
    padding: 5px 10px;
    font-size: 6px;
    line-height: 10px;
    max-width: 111px;
    margin-left: auto;
  }

  .contacts-header__list>li>a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }

  .contacts-header__list>li>a>img {
    margin-right: 14px;
    width: 24px;
    height: 24px;
  }

  .contacts-header__title {
    font-weight: 700;
  }

  .contacts-locations__grid {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .contacts-location {
    position: relative;
    padding-left: 79px;
  }

  .contacts-location__img {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .section-preparing__tabs .tabs-header {
    height: 38px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    border-radius: 62px;
  }

  .section-preparing__tabs .tabs-header__item {
    width: 100%;
    padding: 12px 18px;
    font-size: 16px;
    line-height: 24px;
  }

  .section-preparing__tabs .tabs-header__item._open {
    background-color: transparent;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 18px;
    padding-top: 7px;
  }

  .section-preparing__tabs .tabs-header._open {
    height: auto;
    border-radius: 22px;
  }

  .section-preparing__tabs .tabs-header__item:first-child {
    padding-left: 18px;
  }

  .section-preparing__tabs .section-preparing__right svg {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    -ms-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
    left: 30%;
  }

  .section-preparing__tabs .tabs-header__item._open::after {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -5px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
}

@media (max-width: 600.98px) {
  .section-newsletter {
    padding: 40px 0 38px;
  }

  .section-newsletter__title {
    font-size: 22px;
    line-height: 130%;
  }

  .section-newsletter__text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }

  .section-newsletter__form .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-newsletter__form .wpcf7-form-control-wrap {
    padding-right: 0;
  }

  .section-newsletter__form .input-submit {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
  }

  .section-newsletter__form .input-email {
    border-radius: 64px;
    width: 100%;
    max-width: 100%;
  }

  .contacts-locations__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }

  .section-preparing__tabs .section-preparing__right svg {
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    -ms-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.4);
    left: 40%;
  }

  .section-preparing__tabs .section-preparing__right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 82px;
  }

  .section-preparing__tabs .section-preparing__left {
    margin-top: 0;
    margin-right: 0;
  }
}

.section-faq .accordion__item {
  line-height: 26px;
  color: var(--color-black);
  max-width: 1200px;
  min-height: 60px;
  background: var(--color-white);
  -webkit-box-shadow: 5px 20px 32px rgba(71, 72, 79, 0.15);
  box-shadow: 5px 20px 32px rgba(71, 72, 79, 0.15);
  margin-bottom: 10px;
  padding: 17px 15px 17px 32px;
  position: relative;
}

.section-faq .accordion__item span {
  position: absolute;
  top: 20px;
  right: 32px;
  pointer-events: none;
}

.section-faq .accordion__item span:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  top: 0;
  right: 16px;
  background-color: rgba(35, 171, 147, 0.8);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.other-products__descr .why-card__title,
.steps-video__btn {
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
}

.section-faq .accordion__item span:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  top: 9px;
  right: 8px;
  background-color: rgba(35, 171, 147, 0.8);
}

.section-faq .accordion__item .accordion-title {
  font-weight: 700;
  font-size: 18px;
}

.section-faq .accordion__panel {
  display: none;
  font-weight: 400;
  font-size: 14px;
  margin-top: 10px;
  max-width: 1088px;
}

.section-faq .accordion__item.active .accordion__panel {
  display: block;
}

.section-faq .accordion__item.active span:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.section-steps__inner {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-steps__title {
  width: 100%;
  margin-bottom: 60px;
}

.section-steps__left {
  max-width: 488px;
  width: 100%;
}

.steps-video__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  transition: var(--transition);
}

.steps-video__thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-steps__right {
  padding-left: 20px;
  max-width: 620px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-steps__list {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: steps-counter;
}

.section-steps__list-item {
  font-size: 18px;
  line-height: 26px;
  color: var(--color-text);
  counter-increment: steps-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-grid-heading.developer-heading,
.developer-heading__left-part,
.video-modal {
  display: -webkit-box;
  display: -ms-flexbox;
}

.section-steps__list-item::before {
  content: counter(steps-counter);
  font-size: 48px;
  line-height: 1;
  min-width: 60px;
  height: 60px;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -o-linear-gradient(358.71deg, #26ab87 0, #04aaf5 100%);
  background: linear-gradient(91.29deg, #26ab87 0, #04aaf5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 15px;
}

.section-steps__list-item+.section-steps__list-item {
  margin-top: 20px;
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-modal__inner {
  position: relative;
  z-index: 1;
  max-width: 90%;
}

.benefits-modal__overlay,
.video-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.video-modal__close {
  position: absolute;
  left: 100%;
  bottom: 100%;
  font-size: 50px;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 50px;
  color: var(--color-white);
  background: 0 0;
  cursor: pointer;
}

.video-modal__iframe {
  max-width: 100%;
}

@media (max-width: 1205px) {
  .section-steps__left {
    width: 40%;
  }

  .section-steps__right {
    width: 60%;
    margin-top: 20px;
  }

  .section-steps {
    padding-bottom: 160px;
  }
}

@media (max-width: 450.98px) {
  .section-steps {
    padding-top: 50px;
  }
}

.why-card__inner.other-products__wrapper {
  padding: 20px 25px 40px;
  background-color: var(--color-white);
}

.why-card__inner.other-products__wrapper .other-products__descr {
  margin-top: 94px;
  min-height: 174px;
}

.other-products__descr .why-card__title {
  color: var(--color-black);
  font-size: 24px;
  transition: var(--transition);
}

@media (max-width: 1180.98px) {
  .why-card__inner.other-products__wrapper {
    min-height: 470px;
  }
}

@media (max-width: 1024.98px) {
  .why-card__inner.other-products__wrapper {
    min-height: 495px;
  }
}

@media (max-width: 425.98px) {
  .section-hero:not(.section-hero--main) .section-hero__right {
    margin-bottom: 60px;
  }

  .section-hero__left {
    margin-top: 40px;
  }

  .section-preparing__tabs .section-preparing__right {
    margin-top: 100px;
  }

  .section-preparing__tabs .section-preparing__right svg {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }

  .section-preparing__tabs .section-preparing__tabs-title {
    font-size: 20px;
    line-height: 130%;
  }

  .section-preparing__tabs .section-preparing__tabs-text {
    font-size: 16px;
    line-height: 24px;
  }

  .section-preparing__title.section-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
  }

  .why-card__inner.other-products__wrapper {
    min-height: 480px;
  }
}

.section-benefits {
  padding: 120px 0;
  background: #f7f7f7;
  margin-top: 160px;
}

.section-benefits__title {
  margin-bottom: 60px;
}

.benefit-item__title,
.benefits-modal__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 20px;
}

.benefit-item__text,
.needs-item__text {
  font-size: 18px;
  line-height: 26px;
  color: var(--color-text);
}
.solution-card.solution-card--benefit::before {
  height: 300%;
}
.solution-card.solution-card--benefit {
  height: 100%;
  max-width: 100%;
}
.solution-card.solution-card--benefit .solution-card__inner {
  height: 100%;
  padding: 20px 28px;
}
.solution-card.solution-card--benefit .benefit-item__icon {
  margin-bottom: 13px;
}
.solution-card.solution-card--benefit .benefit-item__title {
  font-size: 22px;
}
.section-needs__title {
  margin-bottom: 61px;
  font-size: 36px;
}

.section-needs__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 120px 1fr 120px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 120px;
}

.needs-item__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 24px;
}

.packages__wrap,
.price-pack__inner {
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.title-info {
  font-size: 36px;
  margin-top: 55px;
  margin-bottom: 20px;
}

.info-text {
  max-width: 692px;
}

.info-text li {
  margin-bottom: 18px;
}

@-webkit-keyframes infiniteRotating {
  from {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes infiniteRotating {
  from {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.blog-heading__title.developers-section__title {
  margin-top: 0;
  font-size: 36px;
  font-weight: 700;
}

.blog-heading.developers-heading {
  padding-bottom: 60px;
}

.blog-grid-heading.developer-heading {
  padding-top: 60px;
  padding-bottom: 40px;
  border-top: 1px solid #e1e1e1;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.developer-heading__left-part {
  display: flex;
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  color: var(--color-black);
}

.developer-heading__left-part img {
  margin-right: 15px;
}

.benefits-modal__text,
.developer-heading__right-part .btn,
.developer-library-item__wrapper .btn {
  font-size: 16px;
  line-height: 24px;
}

.developer-heading__right-part .btn {
  margin-top: 0;
}

.developer-library-item__wrapper {
  padding: 40px 20px;
  max-width: 388px;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cancel-comment-reply-link,
.developer-library-item__wrapper img,
.section-steps__list-item::before {
  display: block;
}

.developer-library-item__title {
  margin-top: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--color-black);
  display: block;
}

.developer-library-item__descr {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-text);
  margin-bottom: 35px;
  max-width: 318px;
}

.blog-grid.developer-grid__external .developer-library-item__wrapper {
  max-width: 388px;
  min-height: 100%;
}

@media (max-width: 1200.98px) {
  .section-api__right {
    padding-left: 30px;
    max-width: 630px;
  }

  .contacts-locations__grid,
  .section-needs__grid {
    grid-gap: 40px;
  }

  .developer-library-item__descr {
    max-width: 274px;
  }
}

@media (max-width: 1024.98px) {
  .developer-library-item__descr {
    max-width: 100%;
  }

  .blog-grid.blog-grid-developer {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767.98px) {
  .section-faq .accordion__item span {
    left: 52px;
    right: unset;
  }

  .section-faq .accordion__item {
    padding-left: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }

  .section-steps {
    padding-bottom: 80px;
  }

  .section-steps__title {
    margin-bottom: 40px;
  }

  .section-benefits {
    padding: 80px 0;
    margin-top: 80px;
  }

  /* .section-benefits__col+.section-benefits__col {
    margin-top: 40px;
  } */
  .benefit-item__icon {
    margin-bottom: 30px;
  }

  .benefit-item__title {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .benefit-item__text,
  .needs-item__text {
    font-size: 16px;
    line-height: 24px;
  }

  .section-needs {
    padding: 100px 0 50px;
  }

  .section-needs__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 61px;
  }

  .needs-item__img {
    margin-bottom: 0;
    margin-left: -20px;
  }

  .needs-item__title {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 15px;
  }

  .blog-grid.blog-grid-developer {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 610.98px) {
  .blog-grid.blog-grid-developer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 475.98px) {
  .developer-heading__right-part {
    display: none;
  }

  .developer-heading__right-part.developer-button-down {
    display: block;
    margin-top: 33px;
  }

  .developer-heading__right-part.developer-button-down .btn {
    width: 100%;
  }

  .developer-heading__left-part img {
    width: 39px;
    height: 39px;
  }

  .blog-heading__title.developers-section__title,
  .developer-heading__left-part {
    font-size: 28px;
  }

  .developers-section__title .blog-heading__text {
    font-size: 16px;
    line-height: 24px;
  }

  .developer-library-item__title {
    font-size: 20px;
    line-height: 130%;
  }

  .developer-library-item__wrapper {
    padding: 15px 15px 30px;
  }
}

.search-form,
.search-form__close {
  display: -webkit-box;
  display: -ms-flexbox;
}

.search-form__close,
.search-form__input {
  border-radius: 42px;
  width: 0;
  padding: 0;
  overflow: hidden;
}

@media (max-width: 330.98px) {
  .developer-library-item__descr {
    max-width: 230px;
  }
}

.search-form {
  height: 48px;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}

.search-form__input {
  background: #f2f2f2;
  color: var(--color-text);
  border: none;
  font-size: 16px;
  line-height: 24px;
}

.search-form__close,
.search-form__submit {
  background: #f2f2f2;
  color: var(--color-black);
  cursor: pointer;
}

.search-form__close {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
}

.search-form__submit {
  border-radius: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 12px 18px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  border: none;
  width: 113px;
  margin-left: 10px;
}

.search-form__submit svg {
  margin-right: 12px;
}

.search-form._active {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: var(--color-white);
}

.search-form._active .search-form__close {
  margin-left: 10px;
  width: 48px;
  min-width: 48px;
  height: 48px;
}

.search-form._active .search-form__submit {
  background: -o-linear-gradient(358.71deg, #26ab87 0, #04aaf5 100%);
  background: linear-gradient(91.29deg, #26ab87 0, #04aaf5 100%);
  color: var(--color-white);
}

#checkbox-custom+label::before,
#comments-checkbox-custom+label::before,
.wpcf7-form-control.wpcf7-acceptance.active {
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 78%;
  background-position: center;
}

.search-form._active .search-form__input {
  padding: 12px 24px;
  width: 100%;
  min-width: 200px;
}

@media (max-width: 991.98px) {

  .section-solutions__col,
  .section-solutions__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .section-solutions__row {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-solutions__col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-solutions__col+.section-solutions__col {
    margin-top: 20px;
  }

  .blog-hot-post__inner,
  .section-calltoaction__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-calltoaction--v1 {
    padding: 40px 0 62px;
  }

  .section-calltoaction--v1 .section-calltoaction__col+.section-calltoaction__col {
    margin-top: 30px;
  }

  .section-calltoaction--v2 .section-calltoaction__col+.section-calltoaction__col,
  .section-calltoaction--v2 .section-calltoaction__text {
    margin-top: 42px;
  }

  .section-calltoaction--v1 .section-calltoaction__btn {
    min-width: 163px;
  }

  .section-calltoaction--v2 .section-calltoaction__btn {
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    padding: 16px 46px;
  }

  .section-calltoaction--v2 .section-calltoaction__col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .section-calltoaction--v2 .section-calltoaction__col:nth-child(2) {
    padding-bottom: 55px;
  }

  .section-api__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-api__right {
    padding-bottom: 42px;
    padding-left: 0;
  }

  .about-header,
  .section-api__bottom {
    text-align: center;
  }

  .blog-heading__title {
    margin-top: 0;
    font-size: 28px;
  }

  .blog-hot-post {
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
  }

  .blog-hot-post__thumb {
    max-width: 100%;
    width: 100%;
    display: block;
    height: 209px;
  }

  .blog-hot-post__content {
    margin-left: 0;
    padding: 20px 25px;
    max-width: 100%;
    width: 100%;
  }

  .blog-hot-post__title {
    font-weight: 700;
    font-size: 24px;
    margin-top: 0;
  }

  .blog-hot-post__excerpt {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }

  .blog-hot-post__category,
  .blog-hot-post__feature,
  .search-form__close {
    display: none;
  }

  .blog-hot-post__date {
    margin-top: 10px;
  }

  .section-newsletter {
    margin: 0 20px;
  }

  .about-header__right {
    padding-top: 20px;
  }

  .about-header__left {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .about-culture__right {
    padding-top: 52px;
  }

  .about-culture {
    padding: 100px 0 47px;
  }

  .about-reasons {
    padding: 47px 0 100px;
  }

  .about-reasons__grid {
    margin-bottom: 40px;
  }

  .contacts-locations__left {
    margin-bottom: 60px;
    text-align: center;
  }

  .section-steps__left {
    width: 100%;
    margin: 0 auto;
  }

  .section-steps__right {
    padding-left: 0;
    padding-top: 40px;
    width: 100%;
  }

  .video-modal__close {
    left: auto;
    right: 0;
  }

  .search-form {
    width: 100%;
    margin-top: 10px;
  }

  .search-form__input {
    width: 100%;
    padding: 12px 42px 12px 12px;
    border-radius: 8px;
    font-size: 16px;
    color: #999;
  }

  .search-form__submit {
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    color: var(--color-white);
    border-radius: 50%;
    font-size: 0;
    background: -o-linear-gradient(358.71deg, #26ab87 0, #04aaf5 100%);
    background: linear-gradient(91.29deg, #26ab87 0, #04aaf5 100%);
    padding: 0;
  }

  .search-form__submit svg {
    margin-right: 0;
  }
}

.career__list ul,
.glossary__list ul {
  margin: 14px 0;
  list-style-type: none;
}

.search-results {
  padding-top: var(--header-height);
  padding-bottom: 80px;
}

.search-results__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.search-results__header .search-form__submit {
  margin-left: 0px;
}

#respond,
.blog-section.author-list,
.glossary__list,
.search-results__header_none {
  margin-top: 80px;
}

.search-results__form {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: left;
  position: relative;
}

.search-results__count {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: right;
  line-height: 50px;
  text-transform: uppercase;
}

.search-results__form form {
  width: 100%;
  max-width: 450px;
}

.search-form__query {
  width: 100%;
  height: 50px;
  background: url(../img/search-icon.svg) 10px center no-repeat;
  padding-left: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.search-results__list {
  margin-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.search-results__link {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  display: block;
}

.search-results__link:hover {
  background: rgba(0, 0, 0, 0.05);
  padding-left: 20px;
}

.price-calc__free,
.search-results__pagination .nav-links {
  padding-top: 20px;
}

.career__item:first-child,
.glossary__item:first-child {
  padding-top: 0;
}

.search-results__none {
  margin-top: 50px;
}

.author-single {
  background: #f7f9fe;
  padding-bottom: 1px;
}

.author-single__info {
  text-align: center;
  max-width: 592px;
  width: 100%;
}

.author-single__avatar {
  border-radius: 50%;
  display: block;
  margin: 40px auto 0;
}

.author-single__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  margin: 20px auto;
}

.author-single__message {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-text);
}

.author-single__list {
  margin: 35px 0 64px;
  padding: 0;
  list-style-type: none;
}

.author-single__item {
  display: inline-block;
  margin: 0 6px;
}

.author-single__list a svg path {
  fill: #0b8cea;
}

.author-single__list a:hover svg path {
  fill: #2451ae;
}

.career__top,
.glossary__top {
  background: #f7f9fe;
  padding-bottom: 1px;
  position: relative;
}

.career__header,
.glossary__header {
  margin-bottom: 150px;
}

.glossary__title {
  margin-top: 20px;
  font-size: 36px;
  line-height: 50px;
}

.glossary .search-form__query {
  width: 100%;
  max-width: 361px;
  height: 48px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 48px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-text);
}

.glossary .search-form__submit {
  border-radius: 42px;
  width: 107px;
  height: 48px;
  background: url(../img/search-w.svg) 10px center no-repeat, -o-linear-gradient(358.71deg, #26ab87 0, #04aaf5 100%) no-repeat;
  background: url(../img/search-w.svg) 10px center no-repeat, linear-gradient(91.29deg, #26ab87 0, #04aaf5 100%) no-repeat;
  color: var(--color-white);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  border: 0;
  margin-left: 16px;
}

.career__image,
.glossary__image {
  position: absolute;
  bottom: -55px;
  right: 12%;
}

.career__bottom,
.glossary__bottom,
.section-benefits.section-cases {
  background: var(--color-white);
}

.glossary__item {
  padding-top: 42px;
  border-bottom: 1px solid #e1e1e1;
}

.glossary__item .entry-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}

.glossary__list ul li {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  margin: 9px 0;
}

.glossary__list ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-black);
}

.glossary-single__content {
  margin-top: 70px;
}

.glossary-single__title {
  max-width: 692px;
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
}

.glossary-single__text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 26px;
  color: var(--color-black);
  max-width: 692px;
}

.glossary-single__text p+p,
.price-calc__option {
  margin-top: 10px;
}

.career__title {
  margin-top: 77px;
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 5px;
}

.career__list {
  margin-top: 80px;
  max-width: calc(800px + var(--container-offset) * 2);
}

.career__item .entry-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
}

.career__list .career__speciality-name,
.career__salary {
  font-size: 18px;
  line-height: 26px;
  color: var(--color-black);
  font-family: "Nunito Sans";
  font-style: normal;
}

.career__item-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.career__salary {
  font-weight: 700;
  width: 69px;
  text-align: center;
  padding-top: 3px;
}

.career__location,
.career__speciality {
  font-size: 13px;
  line-height: 18px;
  color: #999;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.career__list ul {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  padding-left: 0;
}

.career__list ul li {
  display: block;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 30px;
}

.career__list ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-black);
}

.career__list .career__speciality-name {
  font-weight: 700;
  -webkit-font-feature-settings: "ss01" on, "salt" on;
  font-feature-settings: "ss01" on, "salt" on;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
}

.career__location {
  font-family: "Nunito Sans";
  font-style: normal;
  padding-left: 24px;
  background: url(../img/map.svg) no-repeat;
}

.career__list ul li a.career__link {
  text-decoration: none;
  margin-left: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 32px;
  white-space: nowrap;
}

.career__info-block {
  width: calc(100% - 178px);
}

@media only screen and (max-width: 1300px) {
  .glossary__image {
    position: absolute;
    right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .glossary__image {
    display: none;
  }

  .glossary__header {
    margin-bottom: 50px;
  }

  .career__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 45px;
  }

  .career__title {
    margin-top: 0;
    font-size: 28px;
    line-height: 140%;
  }

  .career__image {
    position: relative;
    bottom: 0;
    right: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .career__info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media only screen and (max-width: 992px) {
  .glossary .search-form__query {
    margin-right: 140px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 590px) {
  .search-form {
    display: block;
  }

  .glossary .search-form__query {
    max-width: 100%;
  }

  .glossary .search-form__submit {
    position: relative;
    right: 0;
    width: 100%;
    margin: 20px auto 0;
    max-width: 100%;
    background: -o-linear-gradient(358.71deg, #26ab87 0, #04aaf5 100%) no-repeat;
    background: linear-gradient(91.29deg, #26ab87 0, #04aaf5 100%) no-repeat;
  }

  .glossary .search-form__submit::before {
    content: url(../img/search-w.svg);
    margin-right: 10px;
    margin-top: 2px;
  }

  .glossary__top {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 480px) {

  .blog .blog-hot-post__inner,
  .career__item-inner,
  .search-results__header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .search-results__count,
  .search-results__form {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .search-results__list,
  .search-results__none {
    margin-top: 30px;
  }

  .glossary .search-form {
    text-align: center;
  }

  .glossary .search-form__query {
    margin: 0 auto;
  }

  .glossary__list ul li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 9px 0;
  }

  .glossary-single__title {
    font-size: 28px;
    line-height: 140%;
  }

  .glossary-single__text {
    font-size: 16px;
    line-height: 24px;
  }

  .glossary-single__content {
    margin-top: 42px;
  }

  .career__info-block {
    width: 100%;
  }

  .career__salary {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.section-pricing__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  min-height: calc(480px - var(--header-height));
  text-align: center;
}

.section-pricing__inner .section-hero__title {
  padding-top: 90px;
}

.pricing-tabs {
  position: relative;
  z-index: 3;
  top: -75px;
}

.pricing-tabs__list {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: var(--color-white);
}

.pricing-tabs__list li {
  position: relative;
  width: 100%;
  font-weight: 700;
  text-align: center;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.pricing-tabs__item--free,
.pricing-tabs__list li.other-wrap,
.section-2way-form,
.section-grid2col.section-main-advantages .section-grid2col__col-img {
  position: relative;
}

@media (min-width: 992px) {
  .pricing-tabs__list>li:not(.other-wrap):nth-child(n+9) {
    display: none;
  }
}

.pricing-tabs__list li.other-wrap>a {
  color: inherit;
  cursor: pointer;
}

.pricing-tabs__list li.other-wrap ul {
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  padding: 0;
  position: absolute;
  min-width: 100%;
  top: 100%;
  right: 0;
  left: 0;
}

.pricing-tabs__list li.other-wrap ul>li,
figure.wp-block-image {
  margin: 0;
}

.benefits-modal br,
.benefits-modal__content:not([data-step=start]),
.benefits-modal__form .wpcf7-spinner,
.form-2way .wpcf7-spinner,
.form-2way br,
.pricing-tabs__list li:not(.other-wrap) .current-menu-item,
.section-steps__list-item-without.section-steps__list-item::before,
.wholesale-more {
  display: none;
}

.price-calc,
.price-calc__btn,
.pricing-tabs__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
}

.pricing-tabs__list li:first-child {
  border-left: 2px solid #fff;
}

.pricing-tabs__list li:last-child {
  border-right: 2px solid #fff;
}

.pricing-tabs__list li a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 25px;
  min-height: 64px;
  background: #e8f4f7;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 16px;
}

.pricing-tabs__list .current-menu-item a,
.pricing-tabs__list li a:hover {
  color: var(--color-white);
  background: var(--color-primary);
}

.pricing-tabs__item--free::after {
  content: "free";
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  letter-spacing: 0.04em;
  color: #fa4949;
  text-transform: uppercase;
  pointer-events: none;
}

.section-calltoaction--simple .section-calltoaction__btn--pricing {
  margin-top: 88px;
}

.pricing-tabs__active {
  font-size: 16px;
  background: #e8f4f7;
  border: 2px solid #fff;
  width: 100%;
  padding: 12px 18px;
  line-height: 24px;
  position: relative;
}

.pricing-tabs__active:after {
  content: url(../img/icon/caret-grey.svg);
  position: absolute;
  right: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pricing-tabs__active--click:after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.price-info__inner {
  background: #f6f6f6;
  padding: 30px 50px;
}

.price-info__title {
  margin-top: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

.price-info__title:first-child {
  margin-top: 0;
}

.price-info__text {
  margin-top: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #63646f;
}

.price-calc {
  margin-top: 40px;
  padding-bottom: 80px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.price-calc__left {
  position: relative;
}

.price-calc__right {
  position: relative;
}

.pricing-loader {
  position: absolute;
  background: #fff;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  left: -10px;
  top: -10px;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.pricing-loader._hidden {
  opacity: 0;
  visibility: hidden;
}

.documentations-list p,
.price-calc__item-title {
  font-size: 16px;
  margin-top: 20px;
}

.price-calc__btn {
  margin-top: 60px;
  font-size: 16px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.price-calc__card-country,
.price-calc__card-country--price {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}

.price-calc__card {
  padding: 50px 20px;
  width: 591px;
  font-size: 16px;
  min-height: 230px;
}

.packages__card,
.price-calc__card-free {
  min-height: auto;
}

.price-calc__card-country {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
}

.price-calc__card-country--price {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.price-calc__card-country--price .price-calc__card-price {
  font-weight: 400;
  padding-bottom: 20px;
  font-size: 32px;
}

.price-calc__card-country--text {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  margin-left: 10px;
}

.price-calc__card-inner {
  margin-top: 22.5px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.price-calc__card-inner:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

.price-calc__card-inner--jcsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.price-calc__card-inner--sender {
  border-top: 0;
  margin-top: 0;
}

.price-calc__card-price {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: var(--color-black);
  margin-right: 3px;
}

.price-calc__card-b {
  font-size: 20px;
}

.price-calc__card-light {
  color: #999;
}

.blog-heading__breadcrumbs.breadcrumbs a,
.info-page-header .info-page-header__breadcrumbs.breadcrumbs a,
.price-calc__card-dark,
.single-post__breadcrumbs.breadcrumbs a {
  color: var(--color-text);
}

.price-calc__select {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  outline: 0;
  margin-top: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.price-calc__select-wrap {
  position: relative;
  width: 387px;
}

.price-calc__select-wrap::after {
  content: url(../img/icon/caret-grey.svg);
  padding: 0 8px;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 25px;
  width: 10%;
  height: 100%;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.price-calc__select:active,
.price-calc__select:focus {
  border-color: var(--color-primary);
}

.price-calc__btn-icon {
  width: 14px;
  margin-left: 10px;
}

.price-calc__card-title {
  font-size: 32px;
  line-height: 95%;
}

.price-calc__inner-free .why-card::before {
  height: 1050%;
  top: -425%;
  bottom: -425%;
  border: none;
}

.price-calc__list {
  list-style: none;
  padding-left: 5.25px;
}

.price-calc__list-item {
  margin-top: 10px;
  color: var(--color-text);
  font-size: 18px;
}

.price-calc__list-item::before {
  content: url(../img/icon/check-orange.svg);
  margin-right: 9.25px;
}

.price-calc__list-item:first-child {
  margin-top: 0;
}

.price-calc__card-inner .price-calc__list-item {
  margin-top: 16px;
}

.price-calc__card-link {
  color: #3e65f2;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.price-calc__card-link:hover {
  color: #df7f20;
}

.price-info__phrase {
  color: var(--color-text);
  max-width: 590px;
  font-size: 18px;
  line-height: 26px;
  margin-top: 20px;
}

.price-pack__container {
  padding-top: 40px;
  padding-bottom: 160px;
  border-top: 1px solid #e1e1e1;
}

.price-pack__content {
  position: relative;
}

.price-pack__title {
  font-size: 28px;
}

.price-pack__inner {
  display: -ms-grid;
  display: grid;
  gap: 34px 20px;
  margin-top: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.price-pack__inner .price-calc__card {
  width: 100%;
  padding-bottom: 45px;
  min-height: auto;
}

.price-pack__inner .price-calc__card-b,
.section-newsletter__form .input-email:focus {
  font-size: 16px;
}

.price-pack__inner .price-calc__card-price {
  font-size: 18px;
}

.price-pack__calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-pack__calc-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price-pack__calc-inner .price-calc__select-wrap {
  width: 285px;
}

.price-pack__calc-inner .price-calc__item {
  margin-right: 20px;
}

.price-pack__price {
  font-size: 32px;
  line-height: 95%;
  margin-top: 15px;
}

.price-pack__inner-calc .price-calc__card-country {
  padding-bottom: 0;
}

.price-calc__wrap::before {
  height: 450%;
}

.packages__container {
  padding-top: 80px;
  padding-bottom: 150px;
}

.packages__wrap {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.packages__card {
  position: relative;
  padding: 50px 20px;
}

.packages__card-list,
.packages__card-sub {
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.packages__card-wrap {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.packages__card-name {
  font-size: 20px;
  font-weight: 700;
}

.packages__card-price {
  margin-top: 14px;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.packages__card-sale {
  color: #fa4949;
  text-align: right;
  font-weight: 700;
  font-size: 16px;
}

.packages__card-list {
  padding-left: 5px;
  list-style: none;
  margin: 20px 0 0;
}

.packages__card-item {
  color: var(--color-text);
  margin-top: 16px;
}

.packages__card-item:first-child {
  margin-top: 0;
}

.packages__card-item::before {
  content: url(../img/icon/check-orange.svg);
  margin-right: 13px;
}

.packages__card-sub {
  margin-top: 20px;
  font-size: 16px;
}

.packages__card-sub--text {
  margin-top: 2px;
  color: #999;
}

.packages__card-aveil {
  text-align: center;
  color: var(--color-text);
  margin-top: 30px;
}

.packages__card-btn {
  position: absolute;
  bottom: 0;
  width: 80%;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(60%);
  -ms-transform: translateX(50%) translateY(60%);
  transform: translateX(50%) translateY(60%);
  z-index: 10;
  font-size: 20px;
}

.packages__card-btn--free {
  border: 4px solid transparent;
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), -o-linear-gradient(349deg, #eee574, #dc7820);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #eee574, #dc7820);
  background-origin: border-box;
  background-clip: content-box, border-box;
  -webkit-box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  -webkit-box-shadow: 2px 1000px 1px #fff inset;
  box-shadow: 2px 1000px 1px #fff inset;
}

.packages__card-btn--free:hover {
  color: var(--color-black);
}

@media screen and (max-width: 1200px) {
  .footer-newsletter .input-email {
    max-width: 216px;
  }

  .pricing-tabs__list li a {
    padding: 10px 15px;
  }

  .price-calc__card {
    padding: 50px 15px;
    width: 491px;
  }

  .price-pack__inner {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .packages__wrap {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 43px 20px;
  }

  .packages__card-btn {
    /* bottom: -21px; */
  }
}

.benefits-modal,
.cookies {
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 991.98px) {
  .price-calc__card {
    width: 391px;
  }

  .price-pack__inner {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 34px 40px;
  }

  .price-calc__select-wrap {
    width: 287px;
  }

  .pricing-tabs__item a {
    font-size: 14px;
    padding: 10px 13px;
  }

  .price-pack__calc-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-tabs__list .current-menu-item {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    pointer-events: none;
    cursor: pointer;
  }

  .pricing-tabs__list {
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 54px;
    border: 2px solid #fff;
  }

  .pricing-tabs__list::after {
    content: url(../img/icon/caret-grey.svg);
    position: absolute;
    right: 37px;
    top: 18px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .pricing-tabs__list--open {
    height: auto;
  }

  .pricing-tabs__list--open::after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }

  .pricing-tabs__list li {
    border-top: 0;
  }

  .pricing-tabs__list li a {
    padding: 12px 18px;
    font-weight: 400;
    min-height: 50px;
    font-size: 16px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pricing-tabs__list .current-menu-item a {
    color: #000;
    background: #e8f4f7;
  }

  .pricing-tabs__item--free::after {
    top: 10px;
    left: 110px;
    right: auto;
  }
}

@media screen and (max-width: 768px) {

  .price-calc,
  .price-pack__calc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .section-title--pricing {
    font-size: 28px;
  }

  .price-info {
    padding: 0;
  }

  .price-calc {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .price-calc__inner {
    margin-top: 40px;
  }

  .price-calc__card {
    width: 100%;
    padding: 50px 15px 25px;
    min-height: auto;
  }

  .price-pack__title {
    font-size: 24px;
  }

  .price-pack__inner {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 34px 15px;
  }

  .price-pack__calc {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .packages__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .pricing-tabs__active {
    display: block;
  }

  .price-calc__card-free {
    padding: 50px 20px;
  }

  .price-info__title {
    font-size: 16px;
    line-height: 24px;
  }

  .price-info__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.section-main-advantages {
  background: #f7f7f7;
  padding-bottom: 120px;
  margin-top: 160px;
}

.section-title.section-main-advantages__title {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 60px;
}

/* .section-grid2col.section-main-advantages .section-grid2col__row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
} */

.section-grid2col.section-main-advantages .section-grid2col__title {
  font-weight: 700;
  font-size: 28px;
}

.section-grid2col.section-main-advantages .section-grid2col__text {
  margin-top: 20px;
  margin-bottom: 40px;
}

.section-grid2col.section-main-advantages .section-grid2col__col-img svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.section-grid2col.section-main-advantages-reverse .section-grid2col__row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.section-main-advantages.section-main-advantages-reverse {
  padding-top: 0;
  background-color: var(--color-white);
  margin-top: 120px;
}

@media (max-width: 1300.98px) {
  .section-title.section-main-advantages__title {
    margin-left: 0;
  }
}

.section-steps-without {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 140px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 140px;
}

.section-steps-without> :first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.section-steps-without> :nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.section-how-to-otp__wrapper> :first-child,
.section-steps__list-item-without.section-steps__list-item> :first-child {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.section-step-without__title.section-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  margin-bottom: 80px;
}

.section-steps__list-item-without.section-steps__list-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.1fr 25px 0.8fr;
  grid-template-columns: 0.1fr 0.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 0;
}

.section-steps__list-item-without.section-steps__list-item> :nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.section-steps__list-item__counter {
  position: relative;
  height: 60px;
}

.section-steps__list-item__counter:before {
  content: counter(steps-counter);
  position: absolute;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  top: 0;
  height: 60px;
  background: -o-linear-gradient(358.71deg, #26ab87 0, #04aaf5 100%);
  background: linear-gradient(91.29deg, #26ab87 0, #04aaf5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #04aaf5;
}

.section-steps__list-item__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  color: var(--color-black);
  margin-bottom: 20px;
}

.section-steps__list-item__descr {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--color-text);
}

.section-steps-without-title {
  gap: 72px 140px;
}

.section-steps-without-title__title.section-title,
.section-title.section-how-to-otp__title {
  margin-bottom: 60px;
}

.section-steps__list-item-without-number.section-steps__list-item {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.section-step-without-number__title.section-title {
  margin-bottom: 80px;
}

.section-steps-without-number {
  gap: 80px 122px;
}

.section-steps__list-item__more a {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--color-primary);
  margin-top: 12px;
  text-decoration: none;
}

@media (max-width: 700.98px) {
  .section-steps-without {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 490.98px) {
  .section-steps__list-item-without.section-steps__list-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 25px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .section-steps__list-item__counter:before {
    text-align: center;
    width: 60px;
  }

  .section-steps-without {
    row-gap: 84px;
  }

  .section-step-without__title.section-title {
    font-size: 28px;
  }

  .section-steps__list-item__title {
    font-size: 24px;
  }

  .section-steps__list-item__descr {
    font-size: 16px;
    line-height: 24px;
  }
}

.section-choose-sms__title {
  -webkit-text-stroke: 1.5px #ffffff;
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
}

.section-choose-sms__text {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--color-black);
}

.section-choose-sms__inner {
  padding: 70px 25px 25px;
}

.section-choose-sms .simple-slider {
  padding-top: 60px;
}

.section-how-to-otp {
  padding-bottom: 120px;
  padding-top: 80px;
}

.section-how-to-otp+.price-pack .price-pack__container {
  border-top: none;
}

.section-how-to-otp+.price-pack .price-pack__title {
  font-size: 36px;
}

.section-how-to-otp__wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1102px;
  /* display: -ms-grid; */
  /* -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
      grid-template-columns: repeat(3, 1fr); */
  gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-how-to-otp__wrapper> :nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.form-2way> :nth-child(3),
.section-how-to-otp__wrapper> :nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.form-2way> :first-child,
.section-benefits__grid.section-cases__grid> :first-child,
.section-opportunities__wrapper> :first-child {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.section-how-to-otp__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  max-width: 590px;
}

.section-how-to-otp__item-img {
  width: 285px;
  height: 250px;
  background: #fafafa;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-how-to-otp__item-descr {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--color-text);
  margin-top: 21px;
  max-width: 286px;
}

@media (max-width: 992.98px) {
  .section-steps-without {
    gap: 80px 0;
  }

  .section-main-advantages,
  .section-main-advantages.section-main-advantages-reverse {
    margin-top: 20px;
  }

  .section-how-to-otp__wrapper {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 660.98px) {
  .section-how-to-otp__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-title.section-how-to-otp__title {
    font-size: 32px;
  }
}

.section-benefits__grid.section-cases__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.section-benefits__grid.section-cases__grid> :nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.section-wholesales {
  padding: 120px 0;
  background: #f7f9fe;
}

.section-wholesales__circle,
.wholesale-item__title:before {
  width: 12px;
  height: 12px;
  background: -o-linear-gradient(358.71deg, #26ab87 0, #04aaf5 100%);
}

.section-wholesales__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  color: var(--color-black);
}

.wholesale-item__text,
.wholesale-item__title,
.wholesales__descr {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

.section-opportunities-item,
.wholesale-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wholesale-item__title {
  color: var(--color-text);
  position: relative;
  padding-left: 48px;
}

.comment-author.vcard,
.wholesale-item__title:not(:last-child) {
  margin-bottom: 20px;
}

.wholesale-item__title:before {
  content: "";
  border-radius: 50%;
  vertical-align: middle;
  background: linear-gradient(91.29deg, #26ab87 0, #04aaf5 100%);
  position: absolute;
  left: 17px;
  top: 7px;
}

.wholesale-item__text {
  color: var(--color-primary);
  padding-left: 48px;
  cursor: pointer;
}

.wholesale-item__text.steps-less,
.wholesale-item__text.steps-more {
  padding-left: 0;
}

.wholesale-more.steps-more-block .wholesale-item__title:before {
  left: 7px;
}

.wholesale-more.steps-more-block .wholesale-item__title {
  padding-left: 38px;
}

.wholesale-more.steps-more-block {
  margin-top: 20px;
}

.section-wholesales__circle {
  background: linear-gradient(91.29deg, #26ab87 0, #04aaf5 100%);
  border-radius: 60px;
}

.wholesales__descr {
  color: #63646f;
}

.section-tools {
  padding: 100px 0 80px;
}

.section-tools__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  color: var(--color-black);
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .section-tools__title {
    margin-bottom: 0;
  }
}

.section-tools__text {
  max-width: 591px;
  font-size: 18px;
  line-height: 26px;
  color: #63646f;
  margin-top: 20px;
}

@media screen and (max-width: 576px) {
  .section-tools__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.section-tools__grid {
  margin-top: 40px;
}

.tool-item__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-text);
}

.tool-item__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--color-primary);
  padding-top: 8px;
}

.section-tools__circle {
  width: 60px;
  height: 60px;
  background: #d9d9d9;
  border-radius: 60px;
}

.section-tools__col .row-info {
  padding-left: 15px;
}

.section-main-blocks-solutions {
  background-color: var(--color-white);
  margin-top: 0;
}

.section-grid2col__row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row-reverse;
}

.section-grid2col.section-main-advantages.section-main-blocks-solutions {
  padding-top: 50px;
}

@media (max-width: 992.98px) {
  .section-benefits__grid.section-cases__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-grid2col.section-main-advantages.section-main-blocks-solutions {
    padding-top: 0;
  }
}

.section-opportunities {
  margin-top: 70px;
  margin-bottom: 60px;
}

.section-opportunities__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 488px 122px 488px;
  grid-template-columns: repeat(2, 488px);
  gap: 122px;
}

.form-2way> :nth-child(2),
.section-opportunities__wrapper> :nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.section-opportunities-item__title {
  font-weight: 700;
  font-size: 25px;
  line-height: 140%;
  margin-bottom: 20px;
}

.section-opportunities-item__subtitle {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: var(--color-text);
}

.section-opportunities-item__subtitle,
.section-opportunities-item__title {
  max-width: 436px;
}

.section-title.section-opportunities__title {
  margin-bottom: 60px;
  max-width: 592px;
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
}

@media (max-width: 1130.98px) {
  .section-opportunities__wrapper {
    -ms-grid-columns: 488px;
    grid-template-columns: 488px;
  }
}

@media (max-width: 500.98px) {
  .section-main-blocks-solutions .section-title.section-main-advantages__title {
    font-size: 32px;
  }

  .section-opportunities {
    margin-top: 0;
  }

  .section-opportunities__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .section-title.section-opportunities__title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .section-opportunities-item__title {
    font-size: 20px;
    line-height: 130%;
  }
}

@media screen and (max-width: 576px) {
  .form-submit__wrap {
    max-width: 100%;
  }

  .footer-newsletter .form-label {
    margin-bottom: 10px;
  }

  .footer-newsletter .footer__form-group .wpcf7-not-valid-tip {
    right: auto;
    top: auto;
    font-size: 12px;
    z-index: 1;
  }

  .footer__middle {
    padding-bottom: 43px;
    padding-top: 40px;
    margin-top: 0;
  }

  .footer {
    padding-top: 80px;
  }

  .price-calc__wrap::before {
    height: 250%;
  }

  .price-pack__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .price-calc__select-wrap,
  .price-pack__calc-inner,
  .price-pack__calc-inner .price-calc__select-wrap {
    width: 100%;
  }

  .price-calc__btn {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-opportunities-item__img {
    height: 196px;
  }

  .breadcrumbs span {
    display: inline;
  }
}

.comment-reply-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#cancel-comment-reply-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.says {
  display: none;
  font-size: 0;
}

.children {
  list-style-type: none;
  padding: 0;
}

.comment-edit-link {
  margin-left: 10px;
  color: var(--color-black);
}

.comment-notes,
.logged-in-as {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #63646f;
  margin-bottom: 31px;
}

.comment-notes {
  display: none;
}

.comment-form-comment {
  max-width: 592px;
  position: relative;
}

textarea#comment {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
}

.comment-form-author label,
.comment-form-comment label,
.comment-form-email label {
  position: absolute;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
  top: 12px;
  left: 16px;
}

.form-submit {
  width: 213px;
  height: 58px;
  -webkit-box-shadow: 5px 20px 32px rgba(71, 72, 79, 0.15);
  box-shadow: 5px 20px 32px rgba(71, 72, 79, 0.15);
  border-radius: 64px;
  background: -o-linear-gradient(215.85deg, #eee574 31.09%, #dc7820 83.52%);
  background: linear-gradient(234.15deg, #eee574 31.09%, #dc7820 83.52%);
  padding: 16px 42px;
  position: relative;
  margin-top: 40px;
}

.form-submit:hover {
  background: -o-linear-gradient(#26ab87, #04aaf5);
  background: -webkit-gradient(linear, left top, left bottom, from(#26ab87), to(#04aaf5));
  background: -o-linear-gradient(#26ab87, #04aaf5);
  background: linear-gradient(#26ab87, #04aaf5);
}

.form-submit input[type=submit] {
  position: absolute;
  background: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  border: none;
  border-radius: 64px;
  width: 204px;
  height: 48px;
  top: 5px;
  left: 5px;
  cursor: pointer;
}

.comment-form-author,
.comment-form-email {
  position: relative;
  margin-right: 20px;
  display: inline-block;
}

.comment-form-email {
  margin-right: 0;
}

.comment-form-author input,
.comment-form-email input {
  width: 286px;
  height: 48px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 12px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 100%;
  margin-bottom: 20px;
}

form#commentform {
  width: 600px;
}

.comment-form-cookies-consent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.comment-form-cookies-consent label {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #63646f;
}

.comment-form-cookies-consent input {
  width: 16px;
  height: 16px;
}

.comments-count,
.comments-title {
  margin-top: 100px;
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  max-width: 692px;
}

.comments-count {
  margin-top: 31px;
  padding-bottom: 31px;
  border-bottom: 1px solid #e1e1e1;
}

.comment-body,
ol.comment-list li article {
  border-bottom: 1px solid #e1e1e1;
  padding-top: 42px;
  padding-bottom: 48px;
}

ol.comment-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-width: 692px;
}

.comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comment-author.vcard,
.comment-metadata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comment-author.vcard img {
  border-radius: 100%;
  margin-right: 15px;
  width: 48px;
  height: 48px;
}

.comment-author.vcard .fn {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  margin-right: 6px;
  font-style: normal;
}

.comment-content {
  max-width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.comment-date,
.comment-list .reply,
.comment-metadata {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #999;
}

.comment-list .reply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: var(--color-black);
}

@media (max-width: 640.98px) {

  .comment-reply-title,
  .comments-count,
  .comments-title {
    font-size: 24px;
    line-height: 140%;
  }

  .comment-form-comment {
    max-width: 100%;
  }

  .comment-form-author input,
  .comment-form-email input,
  form#commentform {
    width: 100%;
  }

  .comment-reply-title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-submit {
    width: 100%;
    background: -o-linear-gradient(358.71deg, #26ab87 0, #04aaf5 100%);
    background: linear-gradient(91.29deg, #26ab87 0, #04aaf5 100%);
    border-radius: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 34px;
  }

  .form-submit input[type=submit] {
    background: 0 0;
    position: static;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
  }

  .comment-form-author,
  .comment-form-email {
    display: block;
    width: 100%;
  }

  .comment-date,
  .comment-metadata {
    font-size: 13px;
    line-height: 18px;
  }

  ol.comment-list li article {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .comment-form-cookies-consent input {
    width: auto;
    height: auto;
    margin-top: 2.5px;
    margin-right: 4px;
  }

  .comment-form-cookies-consent {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

#checkbox-custom,
#comments-checkbox-custom {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

#checkbox-custom+label,
#comments-checkbox-custom+label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#checkbox-custom+label::before,
#comments-checkbox-custom+label::before {
  content: "";
  display: inline-block;
  min-width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #adb5bd;
  margin-left: 0;
  margin-right: 8px;
}

#checkbox-custom:checked+label::before,
#comments-checkbox-custom:checked+label::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url("../img/checkbox.svg");
  cursor: pointer;
}

@media (max-width: 520.98px) {

  #checkbox-custom+label,
  #comments-checkbox-custom+label {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #checkbox-custom+label::before,
  #comments-checkbox-custom+label::before {
    margin-top: 4px;
  }
}

.docs-item li a:hover,
.docs-item li.active>a,
a:not([class]) {
  color: #36a4dc;
}

.comment-date a,
.contacts-header__list a,
.header__nav a,
.logged-in-as a,
.menu-item a,
.section-opportunities__wrapper a,
.sidebar__list a {
  color: inherit;
}

.form-2way a,
.form-2way label {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5);
}

.section-2way-form .section__bg {
  z-index: -1;
}

.section-2way-form .container {
  max-width: 1000px;
  padding: 0;
}

.section-2way-form .section-calltoaction__title {
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
}

.form-2way {
  max-width: 100%;
  margin-top: 27px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 388px 20px 388px 20px 184px;
  grid-template-columns: 388px 388px 184px;
  -ms-grid-rows: 48px;
  grid-template-rows: 48px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 15px;
  position: relative;
}

.form-2way input[type=email],
.form-2way input[type=text] {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}

.form-2way .btn {
  line-height: 16px;
  font-size: 16px;
}

.wpcf7-form-control.wpcf7-acceptance {
  display: inline-block;
  /* top: 5px; */
  left: 0;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  margin-right: 8px;
  position: absolute;
  margin-top: 5px;
}

.wpcf7-form-control.wpcf7-acceptance.active {
  border-color: #fff;
  background-color: #0b76ef;
  background-image: url(//bsg2.portfolioserver.xyz/wp-content/themes/bsg/assets/css/../img/checkbox.svg);
}

.wayform-check#checkbox-custom {
  top: 0;
  left: 0;
}

.form-2way label {
  position: absolute;
  left: 25px;
  top: 68px;
}

.form-2way a {
  margin-left: 5px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.section-opportunities-item__img {
  margin: 0 0 29px;
  -webkit-filter: drop-shadow(5px 20px 32px rgba(71, 72, 79, 0.15));
  filter: drop-shadow(5px 20px 32px rgba(71, 72, 79, 0.15));
  border-radius: 24px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
  height: 342px;
}

.about-reason__icon {
  background: 0 0;
  border-radius: 0;
}

.section-opportunities-item__img img {
  width: 100%;
  height: 100%;
}

.glossary .search-form__submit {
  background: -o-linear-gradient(358.71deg, #26ab87 0, #04aaf5 100%) no-repeat;
  background: linear-gradient(91.29deg, #26ab87 0, #04aaf5 100%) no-repeat;
}

.glossary .search-form__submit::before {
  content: url(../img/search-w.svg);
  margin-right: 10px;
  margin-top: 3px;
}

.section-faq .accordion__item {
  cursor: auto;
}

.comments-area .label.error {
  position: static;
}

.section-choose-sms__title {
  -webkit-text-stroke: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1130.98px) {

  .form-2way,
  .section-calltoaction__title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-2way input[type=email],
  .form-2way input[type=text] {
    max-width: 380px;
    min-width: 200px;
    width: 100%;
  }

  .form-2way {
    max-width: calc(100% - 40px);
    -ms-grid-columns: minmax(200px, 388px) minmax(200px, 388px) minmax(100px, 184px);
    grid-template-columns: minmax(200px, 388px) minmax(200px, 388px) minmax(100px, 184px);
  }

  .form-2way input[type=submit] {
    max-width: 184px;
    width: 100%;
    min-width: 10px;
  }

  .form-2way label {
    left: 50px;
  }
}

@media (max-width: 730.98px) {
  .wpcf7-form-control.wpcf7-acceptance {
    margin-top: 0;
  }

  .form-2way,
  .form-2way-wrapper {
    width: 100%;
  }

  .form-2way .wpcf7-not-valid-tip {
    margin-bottom: 10px;
  }

  .form-2way label {
    left: 30px;
  }

  .form-2way-check {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    position: relative;
  }

  .form-2way input[type=email] {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-calltoaction__col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-2way input[type=text] {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .form-2way label,
  .wpcf7-form-control.wpcf7-acceptance {
    top: -20px;
  }

  .form-2way {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .form-2way input[type=submit] {
    max-width: 100%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 20px;
  }

  .section-2way-form .section-calltoaction__title {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
  }

  .form-2way #checkbox-custom+label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.form-2way .wpcf7-not-valid-tip {
  color: rgba(255, 0, 0, 0.75);
  padding-bottom: 10px;
}

[data-name=your-acceptance] .wpcf7-not-valid-tip {
  margin-top: 30px;
}

.section-wholesales .wholesale-item__text.steps-less {
  margin-left: 49px;
}

.section-steps .wholesale-item__text.steps-less {
  margin-left: 37px;
}

.thanks-section {
  margin-top: var(--header-height);
  padding: 60px 0 100px;
}

.thanks-section__inner {
  max-width: calc(592px + var(--container-offset) * 2);
}

.docs-item,
.thanks-section__img {
  margin-bottom: 40px;
}

.benefits-modal__radios,
.thanks-section__content p+p {
  margin-top: 20px;
}

.thanks-section__content mark {
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.vacancy-single__header {
  background: #f7f9fe;
  padding-bottom: 80px;
  margin-bottom: 40px;
}

.vacancy-single__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  text-align: center;
  margin-top: 50px;
}

.vacancy-single__location {
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #999;
  padding-left: 24px;
  background: url(../img/map.svg) no-repeat;
  margin-bottom: 16px;
}

.vacancy-single__email,
.vacancy-single__number,
.vacancy-single__salary {
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-bottom: 12px;
}

.vacancy-single__btn {
  margin-top: 8px;
  width: 100%;
  max-width: 200px;
  padding: 12px;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .section-grid2col__row:nth-child(odd) .section-grid2col__col:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .section-grid2col__row:nth-child(odd) .section-grid2col__col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .simple-slider .swiper-controls {
    display: none;
  }

  .section-benefits__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 8.333333%;
  }

  .section-benefits__col {
    max-width: 482px;
    width: 100%;
    margin: 0;
  }

  .benefit-item {
    padding-left: 90px;
  }

  .benefit-item__icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .solution-card.solution-card--benefit .benefit-item__icon{
    position: static;
    top: initial;
    left: initial;
  }
  .section-benefits__grid.section-cases__grid .section-benefits__col {
    max-width: 100%;
  }

  .section-wholesales__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20px;
  }

  .section-wholesales__col {
    max-width: 472px;
    width: 100%;
    margin: 0 0 60px;
  }

  .section-tools__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .section-tools__col {
    width: 335px;
    margin: 0 15px 60px;
  }

  .thanks-section {
    text-align: center;
  }

  .vacancy-single__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .vacancy-single__sidebar {
    width: 186px;
  }

  .vacancy-single__content {
    max-width: 920px;
    padding-left: 40px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (min-width: 400px) and (max-width: 767.98px) {
  .vacancy-single__sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 767.98px) {
  .section-main-advantages {
    padding-bottom: 60px;
  }

  .section-wholesales {
    padding: 60px 0;
  }

  .section-wholesales__title {
    margin-bottom: 20px;
  }

  .section-tools__col+.section-tools__col,
  .section-wholesales__col+.section-wholesales__col {
    margin-top: 40px;
  }

  .tool-item__icon,
  .wholesale-item__icon {
    margin-bottom: 30px;
  }

  .wholesale-item__title {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-text);
  }

  .wholesale-item__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--color-primary);
    padding-left: 31px;
  }

  .section-tools {
    padding: 60px 0 100px;
  }

  .tool-item__title {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-text);
  }

  .tool-item__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--color-primary);
  }

  .row-info {
    padding-left: 15px;
  }

  .thanks-section {
    padding: 60px 0 40px;
  }

  .thanks-section__title {
    font-size: 28px;
  }

  .thanks-section__content mark {
    padding: 18px;
  }

  .vacancy-single__title {
    font-size: 28px;
    margin-top: 40px;
  }

  .vacancy-single__header {
    padding-bottom: 50px;
  }

  .vacancy-single__sidebar {
    margin-bottom: 60px;
  }
}

.benefits-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.benefits-modal__inner {
  padding: 30px;
  position: relative;
  z-index: 2;
  background-color: var(--color-white);
  max-width: 520px;
  width: 100%;
  border-radius: 6px;
  -webkit-box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.25);
}

.benefits-modal__subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}

.benefits-modal__buttons {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.benefits-modal__close,
.benefits-modal__radios label {
  display: -webkit-box;
  display: -ms-flexbox;
  cursor: pointer;
}

.benefits-modal__buttons--gap {
  margin-top: 54px;
}

.benefits-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f2f2f2;
  border-radius: 50%;
  border: none;
}

.benefits-modal__cancel {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-primary);
  cursor: pointer;
  background: 0 0;
  border: none;
}

.benefits-modal__radios label {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
}

.benefits-modal__radios label:not(:last-of-type) {
  margin-bottom: 22px;
}

.benefits-modal__radios label span {
  display: inline-block;
  margin-left: 8px;
}

.benefits-modal__content input[type=text],
.benefits-modal__content input[type=email] {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.benefits-modal__content textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  min-height: 112px;
}

.benefits-modal__content textarea::-webkit-input-placeholder,
.benefits-modal__content input[type=text]::-webkit-input-placeholder,
.benefits-modal__content input[type=email] {
  color: rgba(0, 0, 0, 0.5);
}

.benefits-modal__content textarea::-moz-placeholder,
.benefits-modal__content input[type=text]::-moz-placeholder,
.benefits-modal__content input[type=email]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.benefits-modal__content textarea:-ms-input-placeholder,
.benefits-modal__content input[type=text]:-ms-input-placeholder,
.benefits-modal__content input[type=email]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.benefits-modal__content textarea::-ms-input-placeholder,
.benefits-modal__content input[type=text]::-ms-input-placeholder,
.benefits-modal__content input[type=email]::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.benefits-modal__content textarea::placeholder,
.benefits-modal__content input[type=text]::placeholder,
.benefits-modal__content input[type=email]::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.benefits-modal__success {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
}

.benefits-modal__success br {
  display: block;
}

.benefits-modal .custom-check {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: var(--color-white);
  border: 4px solid var(--color-white);
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: 0 0 0 1px #d9d9d9;
  box-shadow: 0 0 0 1px #d9d9d9;
}

.benefits-modal input[type=checkbox],
.benefits-modal input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.cookies {
  position: fixed;
  left: 0;
  right: 0;
  border-top: 2px solid #36a4dc;
  -webkit-box-shadow: 0 0 24px rgba(153, 153, 153, 0.2509803922);
  box-shadow: 0 0 24px rgba(153, 153, 153, 0.2509803922);
  background: #f7f9fe;
  padding: 15px 0;
  z-index: 99999;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.cookies._active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.cookies__text {
  font-size: 14px;
  line-height: 20px;
}

.cookies__text a {
  color: var(--color-primary);
  text-decoration: underline;
}

@media (min-width: 601px) {
  .cookies__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cookies__btn {
    margin-left: 40px;
  }
}

@media (max-width: 600.98px) {
  .benefits-modal__inner {
    max-width: 90%;
    min-width: 280px;
    padding: 20px 15px;
  }

  .benefits-modal__title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .benefits-modal__buttons--gap {
    margin-top: 20px;
  }

  .benefits-modal__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .benefits-modal__buttons>* {
    width: 100%;
  }

  .cookies {
    padding: 20px 0;
  }

  .cookies__btn {
    margin-top: 20px;
    width: 100%;
  }
}

.doc-title {
  text-align: center;
  font-size: 36px;
  margin-top: 110px;
}

.documentations-block {
  padding: 93px 15px 80px;
  margin: 20px 20px 0;
  background: #f7f9fe;
}

.documentations-block__tabs {
  display: none;
  cursor: pointer;
  font-size: 16px;
}

.documentations-list {
  padding-top: 40px;
}

.documentations-block .breadcrumbs a,
.documentations-block .breadcrumbs span {
  color: #63646f;
  display: inline;
}

.documentations-block .breadcrumbs .breadcrumb_last {
  color: rgba(99, 100, 111, 0.5);
}

.documentations-list h1 {
  font-size: 24px;
  margin: 0;
}

.docs-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px 60px 1fr;
  grid-template-columns: 250px 1fr;
  gap: 60px;
}

.docs-content .title {
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 12px;
}

.docs-content li {
  list-style: none;
  margin-top: 2px;
}

.docs-content ul {
  padding: 0;
  margin: 0;
}

.docs-item li a {
  display: block;
  padding: 5px 10px 5px 0;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #222;
}

.docs-item>ul>li>ul {
  display: none;
}

.docs-item>ul>li>ul.active {
  display: block;
}

.docs-content .title a {
  color: inherit;
}

.docs-content .title a:hover {
  color: #36a4dc;
}

.global-text code {
  padding: 20px;
  border-radius: 8px;
  font-size: 14px;
  display: block;
  color: #fff;
  margin-top: 0;
  word-wrap: break-word;
}

.documentations-list__content li {
  list-style: disc;
  margin-left: 20px;
  font-size: 16px;
}

.documentations-list__content li a {
  margin-top: 20px;
  display: block;
}

.documentations-list__content {
  overflow: auto;
}

.documentations-block__tabs svg {
  margin-right: 9px;
}

.doc-sidebar--active {
  right: 0;
  overflow: auto;
}

.doc-sidebar__head {
  display: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
}

.doc-sidebar__head svg {
  margin-right: 20px;
}

pre.wp-block-code code {
  padding-left: 20px;
}

.wp-block-code code {
  overflow-wrap: break-word;
  white-space: pre-wrap;
}

@media screen and (max-width: 992px) {
  html {
    overflow-x: hidden;
  }

  .form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .docs-content {
    -ms-grid-columns: 200px 30px 1fr;
    grid-template-columns: 200px 1fr;
    gap: 30px;
  }

  .documentations-block {
    padding-top: 170px;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .docs-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .documentations-block__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #36a4dc;
  }

  .doc-sidebar {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    right: -200%;
    background-color: #fff;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    height: 100vh;
  }

  .doc-sidebar--active {
    right: 0;
  }

  .doc-sidebar__head {
    display: block;
    padding: 27px 20px 20px;
  }

  .sidebar-inner {
    padding: 20px 20px 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
}

input.error:focus+label.error,
textarea.error:focus+label.error {
  display: none;
}

textarea.error+label[for=comment],
input.error+label[for=author],
input.error+label[for=email] {
  pointer-events: none;
  background: #fff;
}

/* .price-pack.pricing-list-block {
      margin-top: 113px;
  } */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
}

.modal._active {
  opacity: 1;
  visibility: visible;
}

.modal__inner {
  padding: 30px;
  position: relative;
  z-index: 2;
  background-color: var(--color-white);
  max-width: 520px;
  width: 90%;
  border-radius: 6px;
  -webkit-box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.25);
  margin-top: 40px;
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f2f2f2;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

.modal__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
}

.vacancy-form__group {
  margin-bottom: 20px;
}

.vacancy-form__input {
  width: 100%;
  padding: 12px 16px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.vacancy-form__submit {
  width: 100%;
}

.upload-file {
  display: block;
  width: 100%;
}

.upload-file__default {
  display: none;
}

.upload-file__custom {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--color-primary);
}

.upload-file__icon {
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("../img/paperclip.svg");
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: center center;
}

.upload-file__result {
  background: #f7f9fe;
  border-radius: 4px;
  padding: 12px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  align-items: center;
  cursor: pointer;
}

.upload-file__result i {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  font-style: normal;
  display: inline-block;
  margin-left: auto;
}

.vacancy-form+.wpcf7-response-output {
  display: none;
}

.modal__thanks {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 30px;
}

.modal__thanks-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 10px;
}

.modal__thanks-text {
  font-size: 18px;
  line-height: 26px;
  color: #63646f;
  margin-bottom: 20px;
}

.modal__thanks-btn {
  width: 100%;
}

/* .interface-details__block{
      overflow-x: clip;
  } */
/* .interface-details__block-img-shadow {
      transform: translate(-50%, -50%) scale(1.5) !important;
  } */
@media (max-width: 600px) {
  .modal__inner {
    padding: 20px 15px;
  }

  .modal__title {
    font-size: 18px;
    line-height: 26px;
  }

  .vacancy-form__group {
    margin-bottom: 12px;
  }

  .modal__thanks-title {
    font-size: 18px;
    line-height: 26px;
  }

  .modal__thanks-text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1100.98px) {
  .section-hero__left {
    max-width: 100%;
  }

  .section-hero__right {
    margin: 0 auto;
  }
}

@media (max-width: 991.98px) {
  .section-calltoaction--v1 .section-calltoaction__col {
    max-width: 100%;
  }

  .section-calltoaction--v1 .section-calltoaction__col img {
    margin: 0 auto;
  }
}

@media (max-width: 1023.98px) {
  .interface-details__block-text {
    max-width: 100% !important;
  }

  .section-preparing__tabs .section-preparing__left {
    margin-top: 0;
  }

  .interface-details__block-img-wrap img {
    display: flex;
    margin: 0 auto;
  }

  .interface-details__block-img-shadow {
    left: 50% !important;
    height: 100%;
  }
}

@media (max-width: 992.98px) {
  .section-preparing__tabs .section-preparing__left {
    max-width: 100%;
    margin-right: 0;
  }

  .section-how-to-otp__title {
    max-width: 100%;
  }

  .section-title.section-opportunities__title {
    max-width: 100%;
  }

  .section-opportunities__wrapper {
    justify-content: center;
  }

  .about-team__text {
    max-width: 100%;
  }

  .section-preparing__img {
    display: flex;
    margin: 0 auto;
  }

  .section-preparing__tabs .section-preparing__right svg {
    left: 50%;
  }
}

@media (max-width: 1013.98px) {
  .section-wholesales__col {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .footer-newsletter .input-email {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .testimonials-card {
    max-width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 610.98px) {

  .developer-library-item__wrapper,
  .blog-grid.developer-grid__external .developer-library-item__wrapper {
    max-width: 100%;
  }
}

.sidebar__list br {
  display: none;
}

@media (max-width: 1023.98px) {
  .interface-details__block-img-shadow {
    transform: translate(-50%, -50%) scale(1.3) !important;
  }
}

@media (max-width: 630px) {
  .price-calc__card-country--price {
    flex-direction: column;
    align-items: flex-start;
  }

  .price-calc__card-inner--jcsb {
    flex-direction: column;
  }
}

.section-preparing__tabs .tabs-header .tabs-header__item:last-child {
  padding-right: 18px;
}

.documentations-list h1 {
  font-size: 36px;
}

.doc-title {
  font-weight: 700;
}

.lang {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-black);
  cursor: pointer;
  position: relative;
}

.lang::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-left: 1.5px solid var(--color-black);
  border-bottom: 1.5px solid var(--color-black);
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: var(--transition);
  transform-origin: center center;
  position: relative;
}

.lang:hover .lang__list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang:hover::after {
  transform: rotate(135deg);
  bottom: -2px;
}

.lang__text {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-text);
  display: inline-block;
}

.lang__current {
  margin-left: 8px;
  display: inline-block;
}

.lang__list {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 52px;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 8px 24px rgba(102, 102, 102, 0.2);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: var(--transition);
}

.lang__list::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.lang__list::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}

.lang__list>a {
  display: inline-block;
  color: inherit;
  white-space: nowrap;
}

.lang__list>a+a {
  margin-top: 12px;
}

.footer__second-logo {
  display: flex;
  align-items: center;
  margin: 0 50px;
}

.footer__second-logo-img {
  max-width: 118px;
  height: auto;
}

.footer__col--copyright {
  margin-left: auto;
}

@media (max-width: 1100.98px) {
  .footer__second-logo {
    margin: 0 20px;
  }
}

@media (max-width: 991.98px) {
  .footer__bottom .footer__col {
    width: 50%;
  }

  .footer__second-logo {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .footer__bottom .footer__col {
    width: 100%;
  }
}

.tool-item__title a {
  color: inherit;
}

.tool-item__title a:hover {
  color: #36a4dc;
}

.lang-modal__img {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.lang-modal__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 10px;
}

.lang-modal__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.lang-modal__img img {
  width: 147px;
  height: auto;
}

.lang-modal__img svg {
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 253px;
}

.lang-modal__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.lang-modal__btn--stay {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-primary);
  cursor: pointer;
  background: 0 0;
  border: none;
  padding: 12px 28px;
}

.lang-modal__btn.btn--gradient {
  background: linear-gradient(91.29deg, #26ab87 0%, #04aaf5 100%);
  color: var(--color-white);
}

.thanks-modal .modal__title {
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .lang-modal__actions {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }

  .lang-modal__title {
    font-size: 18px;
    line-height: 26px;
  }

  .lang-modal__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
  }

  .lang-modal__btn.btn--gradient {
    order: -1;
  }

  .lang-modal__img img {
    width: 80px;
  }

  .lang-modal__img svg {
    width: 138px;
  }

  .lang-modal__btn--stay {
    padding: 0;
  }
}

.wp-block-embed-soundcloud {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
  width: 100%;
}

.wp-block-embed-soundcloud iframe {
  width: 100%;
}

.section-soundcloud {
  padding: 80px 0;
}

.section-soundcloud__title {
  margin-bottom: 20px;
}

.section-soundcloud__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--color-text);
}

.section-soundcloud iframe {
  width: 100%;
  margin-top: 40px;
}

.section-сustom-form {
  font-family: Nunito Sans, Trebuchet MS;
}

.section-сustom-form .section-calltoaction__inner {
  flex-direction: column;
}

.section-сustom-form .section-calltoaction__title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
  word-break: break-word;
  text-align: center;
}

.section-сustom-form .wpcf7 form .wpcf7-response-output {
  display: none;
}

.section-сustom-form .wpcf7-not-valid-tip {
  color: #fff;
  font-size: 12px;
  padding-top: 4px;
}

.bgn-wf-wrapper * {
  box-sizing: border-box;
}

.bgn-wf-wrapper {
  width: 100%;
  max-width: 690px;
  margin: auto;
  border: none;
  padding: 15px;
  color: #fff;
}

.bgn-wf-row {
  padding: 5px 0 15px 0;
  display: flex;
}

.bgn-wf-label {
  padding: 7px 20px 5px 35px;
  width: 26%;
  border: 0;
  align-self: center;
  word-break: break-word;
  position: relative;
}

.bgn-wf-field {
  vertical-align: top;
  text-align: left;
  word-break: break-word;
  border: 0;
  flex: 1;
}

.bgn-wf-field input::focus {
  border: 1px solid #1980d8;
}

.bgn-star {
  color: #fff;
  width: 10px;
  height: 10px;
  z-index: 1;
  font-size: 14px;
  text-transform: inherit;
  position: absolute;
  margin-left: 3px;
}

.bgn-wf-field input[type=text],
.bgn-wf-field input[type=email] {
  border: 1px solid #e2e0df;
  padding: 10px 15px;
  max-width: 480px;
  border-radius: 3px;
  max-width: 303px;
}

.bgn-wf-field input[type=submit] {
  margin-bottom: 10px;
  font-size: 16px;
  color: #121212;
  border-radius: 25px;
  vertical-align: middle;
  background: linear-gradient(234.15deg, #eee574 31.09%, #dc7820 83.52%);
  border-color: #121212;
  padding: 9px 20px;
  display: inline-block;
  width: auto;
}

.bgn-wf-field input[type=submit][disabled] {
  opacity: 0.5;
}

.bgn-wf-field input[type=reset] {
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  border-radius: 25px;
  vertical-align: middle;
  background-color: #fff;
  border-color: #222;
  padding: 8px 15px;
  color: #63646f;
  border: solid 1px #e2e0df;
  display: inline-block;
  width: auto;
}

.bgn-wf-field .wpcf7-form-control.wpcf7-acceptance {
  position: static;
  background: none;
  border: none;
  margin: 0;
  height: auto;
  width: auto;
  border-radius: 0;
}

.bgn-wf-field .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

@media screen and (max-width: 590px) {
  .bgn-wf-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 303px !important;
    padding: 0px;
    border: 0;
  }

  .bgn-wf-row,
  .bgn-wf-label,
  .bgn-wf-field {
    display: block;
    width: 100%;
  }

  .bgn-wf-field input[type=text],
  .bgn-wf-field input[type=email],
  .bgn-wf-field select,
  .bgn-wf-field textarea {
    width: 100% !important;
  }

  .bgn-wf-field div>select {
    width: auto !important;
  }

  .bgn-wf-label:empty {
    display: none;
  }
}

.section-custom-title {
  padding: 40px 0;
}

.ctitle-align-left .section-custom-title__inner {
  align-items: flex-start;
  text-align: left;
}

.ctitle-align-center .section-custom-title__inner {
  align-items: center;
  text-align: center;
}

.ctitle-align-right .section-custom-title__inner {
  align-items: flex-end;
  text-align: right;
}

.section-custom-title__inner {
  display: flex;
  flex-direction: column;
}

.section-custom-title__title {
  margin-bottom: 0;
}

.section-custom-title__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--color-text);
  max-width: 600px;
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 490.98px) {
  .section-custom-title__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.global-text table {
  border: 1px solid #000;
  border-collapse: collapse;
}

.global-text table thead {
  background: linear-gradient(91.29deg, #26ab87 0, #04aaf5 100%) !important;
  background: -o-linear-gradient(358.71deg, #26ab87 0, #04aaf5 100%) !important;
  border-bottom: 1px solid #000 !important;
  /* border-bottom: none !important; */
  color: #fff;
}

.global-text table tr td:not(:last-child) {
  border-right: 1px solid #000 !important;
}

.global-text table th {
  border-bottom: none !important;
}

.global-text table th:not(:last-child) {
  border-right: 1px solid #000 !important;
}

.global-text table td {
  border-bottom: 1px solid #000 !important;
  /* border-bottom: none !important; */
}

.global-text table tr:last-child td {
  border-bottom: none !important;
}

.section-steps-with-image .section-steps__title {
  margin-bottom: 20px;
}

.section-steps-with-image .section-steps__right {
  margin-right: 40px;
  padding-left: 0;
  width: 50%;
}

@media (max-width: 991.98px) {
  .section-steps-with-image .section-steps__right {
    width: 100%;
  }

  .section-steps-with-image .section-steps__left {
    margin-top: 40px;
  }

  .section-steps-with-image .section-steps__right {
    margin-right: 0;
  }
}

@media (max-width: 500px) {
  .section-steps-with-image .section-steps__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 25px;
  }

  .section-steps-with-image .section-steps__list-item:before {
    text-align: center;
  }

  .section-steps-with-image .section-steps__list {
    gap: 80px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 24px;
  }
}

.global-text .h2-title {
  margin-top: 0px;
  margin-bottom: 30px;
}

.wrapper-table {
  overflow: auto;
}

@media (max-width: 767px) {

  .wrapper-table,
  .wrapper-table .wp-block-table {
    margin: 0px;
  }

  .footer__wrap-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
}

.section-hero__event-content {
  position: relative;
  margin-top: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .section-hero__event-content {
    height: 1px;
    min-height: calc(625px - var(--header-height));
  }
}

.section-hero__event-content-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  left: 0;
  top: 0;
  z-index: 1;
}

@media only screen and (max-width: 575.9px) {
  .section-hero__event-content-bg {
    object-position: left;
  }
}

.section-hero__event-content-inner {
  position: relative;
  z-index: 3;
  text-align: center;
  height: 100%;
}

@media only screen and (min-width: 576px) {
  .section-hero__event-content-inner {
    display: flex;
  }
}

.section-hero__event-links {
  gap: 50px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media only screen and (min-width: 576px) {
  .section-hero__event-links {
    justify-content: center;
    flex-direction: row;
  }
}

@media only screen and (max-width: 575.9px) {
  .section-hero__event-links .v2-btn {
    min-height: 84px;
  }
}

.section-hero--event {
  margin-bottom: 0px !important;
}

.section-hero--event .section-hero__inner {
  min-height: auto;
}

@media only screen and (max-width: 991.9px) {
  .section-hero--event .section-hero__inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 991.9px) {
  .section-hero--event .section-hero__breadcrumbs {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}

.comment-form-comment .error,
.comment-form-email .error,
.comment-form-author .error {
  bottom: 4px;
  top: auto;
  color: #e15757;
}

textarea#comment,
.comment-form-author input,
.comment-form-email input {
  margin-bottom: 30px;
}

.wpcf7-select {
  border: 1px solid #e2e0df;
  padding: 0 10px;
  border-radius: 3px;
  max-width: 303px;
  width: 100%;
  height: 38px;
}

.bgn-wf-label {
  flex-shrink: 0;
}

.section-сustom-form .section-calltoaction__title {
  font-size: 24px;
}

@media only screen and (min-width: 768px) {
  .section-сustom-form .section-calltoaction__title {
    font-size: 28px;
  }
}

.wpcf7-form-control-wrap.recaptcha *>div {
  max-width: 100%;
}

.wpcf7-form-control-wrap.recaptcha iframe {
  transform-origin: 0 0;
}

@media screen and (max-width: 350px) {
  .wpcf7-form-control-wrap.recaptcha iframe {
    transform: scale(0.9);
  }
}

@media screen and (max-width: 330px) {
  .wpcf7-form-control-wrap.recaptcha iframe {
    transform: scale(0.87);
  }
}

.section-сustom-form .wpcf7-not-valid-tip {
  color: #fd9b62;
  font-size: 16px;
}

.section-soundcloud {
  padding: 20px 0px;
}

@media only screen and (min-width: 768px) {
  .section-soundcloud {
    padding: 40px 0px;
  }
}

.form-element-control .bgn-wf-field {
  max-width: 303px;
  width: 100%;
  display: flex;
  gap: 14px;
  position: relative;
}

.form-element-control .bgn-wf-field input[type=submit],
.form-element-control .bgn-wf-field input[type=reset] {
  width: calc(50% - 7px);
  margin: 0px;
}

.form-element-control .bgn-wf-field input[type=submit]:not(:disabled),
.form-element-control .bgn-wf-field input[type=reset]:not(:disabled) {
  cursor: pointer;
}

.form-element-control .wpcf7-spinner {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: calc(25% - 7px);
  transform: translate(-50%, -50%);
  pointer-events: none;
  background-image: url("data:image/svg+xml,%0A%3C!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL --%3E%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)' stroke-width='2'%3E%3Ccircle stroke-opacity='.5' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 100%;
  background-color: transparent;
  margin: 0;
  opacity: 1;
}

.form-element-control .wpcf7-spinner::before {
  content: none;
}

.form-element-control--single .bgn-wf-field input[type=submit],
.form-element-control--single .bgn-wf-field input[type=reset] {
  width: 100%;
  margin: 0px;
}

.form-element-control--single .bgn-wf-field input[type=submit]:not(:disabled),
.form-element-control--single .bgn-wf-field input[type=reset]:not(:disabled) {
  cursor: pointer;
}

.form-element-control--single .wpcf7-spinner {
  left: 50%;
}

@media only screen and (min-width: 992px) {
  .hero-slider--large {
    overflow: hidden;
    width: 610px;
    padding-left: 61px;
    padding-right: 61px;
    transform: scale(1.25) translateY(-25px);
  }

  .hero-slider--large .hero-slider__comments {
    top: 5px;
    left: 260px;
  }
}

@media only screen and (max-width: 991.9px) {
  .header__actions {
    order: 1;
    width: 100%;
    margin: 0;
    border-top: 0;
    padding: 0;
  }
}

.header__language--disabled {
  pointer-events: none !important;
}

@media only screen and (max-width: 991.9px) {
  .header__language {
    width: calc(100% + 40px);
    margin: 0 -20px;
    border-top: 12px solid #f0f0f0;
    padding: 0 20px;
  }
}

@media only screen and (min-width: 992px) {
  .header__language {
    margin-left: 40px;
    margin-right: 16px;
  }
}

.header__language-name-btn {
  display: none;
}

@media only screen and (max-width: 991.9px) {
  .header__language-name-btn {
    display: block;
    padding: 18px 0 20px;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
}

.header__language-nav-header {
  display: none;
}

@media only screen and (max-width: 991.9px) {
  .header__language-nav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 103;
    height: 100%;
    background: #fff;
    transform: translateX(100%);
    visibility: hidden;
    transition: 0.3s;
  }

  .header__language-nav-open {
    visibility: visible;
    transform: translateX(0);
  }

  .header__language-nav-header {
    display: block;
    padding: 30px 25px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }

  .header__language-nav-body {
    padding: 3px 25px;
  }
}

.header__language-back {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 20px;
}

.header__language .wpml-ls-legacy-dropdown-click {
  width: auto;
}

.header__language .wpml-ls-legacy-dropdown-click a {
  padding: 0px;
  display: flex;
  border: none;
  height: 32px;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  background: none;
  background: transparent !important;
}

@media only screen and (min-width: 992px) {
  .header__language .wpml-ls-legacy-dropdown-click a {
    width: 32px;
  }
}

.header__language .wpml-ls-legacy-dropdown-click a:hover,
.header__language .wpml-ls-legacy-dropdown-click a:active,
.header__language .wpml-ls-legacy-dropdown-click a:visited,
.header__language .wpml-ls-legacy-dropdown-click a:focus {
  background: none;
}

.header__language .wpml-ls-legacy-dropdown-click a::after {
  content: none;
}

.header__language .wpml-ls-legacy-dropdown-click a img {
  width: 32px;
  height: 100%;
}

.header__language .wpml-ls-item-toggle {
  position: relative;
  z-index: 102;
  border-radius: 50%;
}

@media only screen and (max-width: 991.9px) {

  .header__language .wpml-ls-link,
  .header__language .wpml-ls-item-toggle {
    margin: 22px 0px;
  }
}

.header__language .wpml-ls-sub-menu {
  border: none;
}

@media only screen and (max-width: 991.9px) {
  .header__language .wpml-ls-sub-menu {
    visibility: visible !important;
  }
}

@media only screen and (min-width: 992px) {
  .header__language .wpml-ls-sub-menu {
    background: #ffffff;
    box-shadow: 0px 8px 24px rgba(102, 102, 102, 0.2);
    border-radius: 12px;
    padding: 16px;
    padding-top: 60px;
    left: 50%;
    right: auto;
    transform: translate(-50%, -48px);
  }
}

.header__language .wpml-ls-display,
.header__language .wpml-ls-native {
  margin-left: 16px;
}

@media only screen and (min-width: 992px) {

  .header__language .wpml-ls-display,
  .header__language .wpml-ls-native {
    display: none;
  }
}

.v2-fullWidth {
  width: 100%;
}

.v2-hero-slider {
  max-width: calc(100vw - 40px);
  aspect-ratio: 490/370;
}

@media only screen and (min-width: 768px) {
  .v2-hero-slider {
    width: 490px;
    height: 370px;
  }
}

@media only screen and (min-width: 992px) {
  .v2-hero-slider {
    margin-bottom: -40px;
  }
}

.v2-hero-slider__slide {
  height: 370px;
}

@media only screen and (min-width: 768px) {
  .v2-block-benefits {
    display: flex;
    justify-content: space-between;
  }
}

.v2-block-benefits--center {
  text-align: center;
}

.v2-block-benefits__item {
  flex-grow: 1;
}

@media only screen and (min-width: 768px) {
  .v2-block-benefits__item {
    max-width: 320px;
  }
}

.v2-block-benefits__wrap-img {
  min-height: 150px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.v2-block-benefits__title {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
}

@media only screen and (min-width: 768px) {
  .v2-block-benefits__title {
    font-size: 28px;
  }
}

.v2-video-block-control {
  position: relative;
  display: inline-block;
}

.v2-video-block-control__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  transition: 0.3s;
}

@media only screen and (min-width: 992px) {
  .v2-double-block {
    display: flex;
    align-items: center;
  }
}

.v2-double-block--align-center {
  align-items: center;
}

@media only screen and (max-width: 991.9px) {
  .v2-double-block__item:first-of-type {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .v2-double-block__item {
    width: 50%;
  }
}

.v2-color-gray-second {
  color: #63646f;
}

body .v2-font--700,
body .v2-font--bold {
  font-weight: 700;
}

body .v2-font--900,
body .v2-font--black {
  font-weight: 900;
}

.v2-list {
  padding: 0px;
  margin: 0px;
}

.v2-list--with-icon>.v2-list__item {
  display: flex;
  gap: 25px;
}

.v2-list--space-60>.v2-list__item:not(:last-of-type) {
  margin-bottom: 60px;
}

.v2-list__icon {
  align-self: flex-start;
  width: 50px;
}

.v2-list--type-disc {
  list-style-type: disc;
  list-style-position: inside;
}

.v2-list--type-disc>.v2-list__item {
  color: #63646f;
}

.v2-list--type-disc>.v2-list__item:not(:last-of-type) {
  margin-bottom: 10px;
}

.v2-list--steps>.v2-list__item {
  font-size: 18px;
  line-height: 26px;
  color: #63646f;
  counter-increment: steps-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.v2-list--steps>.v2-list__item:not(:last-of-type) {
  margin-bottom: 40px;
}

.v2-list--steps>.v2-list__item::before {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #fff;
  text-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
  content: counter(steps-counter);
  font-size: 48px;
  line-height: 1;
  min-width: 60px;
  height: 50px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  background: linear-gradient(91.29deg, #26ab87 0, #04aaf5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 15px;
}

.v2-wrap-img-link {
  display: inline-block;
}

.v2-container-product {
  display: grid;
  grid-gap: 22px;
}

@media only screen and (min-width: 768px) {
  .v2-container-product {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 992px) {
  .v2-container-product {
    grid-template-columns: repeat(4, 1fr);
  }
}

.v2-bg--gray {
  background: #f7f7f7;
}

@media only screen and (max-width: 575.9px) {
  .v2-hide-max-sm {
    display: none;
  }
}

@media only screen and (max-width: 767.9px) {
  .v2-hide-max-md {
    display: none;
  }
}

@media only screen and (max-width: 991.9px) {
  .v2-hide-max-lg {
    display: none;
  }
}

@media only screen and (max-width: 1249.9px) {
  .v2-hide-max-xl {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .v2-hide-md {
    display: none;
  }
}

@media only screen and (max-width: 767.9px) {
  .v2-show-md {
    display: none;
  }
}

.v2-wrap-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.v2-hide {
  display: none !important;
}

.v2-calltoaction {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .v2-calltoaction {
    display: flex;
  }
}

.v2-calltoaction__text {
  margin-top: 20px;
}

.v2-calltoaction__btn {
  margin-top: 20px;
}

@media only screen and (max-width: 767.9px) {
  .v2-calltoaction__btn {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .v2-calltoaction__item {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .v2-calltoaction__item--content {
    max-width: 500px;
  }
}

.v2-calltoaction__item--banner {
  text-align: center;
}

.v2-calltoaction__item--banner img {
  border-radius: 40px;
  max-width: 100%;
}

@media only screen and (max-width: 991.9px) {
  .v2-calltoaction__item--banner img {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .v2-calltoaction__item--banner img {
    max-width: 500px;
  }
}

.v2-btn {
  border: 4px solid currentColor;
  color: currentColor;
  padding: 12px 38px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  border-radius: 64px;
  cursor: pointer;
  transition: all 0.15s ease-in;
  position: relative;
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.v2-btn--loading::before {
  content: "";
  width: 34px;
  height: 34px;
  background: url(../img/icons/loading.svg);
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.v2-btn--gradient {
  border-color: #fff;
  background: linear-gradient(234.15deg, #eee574 31.09%, #dc7820 83.52%);
  box-shadow: 5px 20px 32px rgba(71, 72, 79, 0.15);
  color: #222;
}

.v2-btn--gradient:hover {
  background: linear-gradient(91.29deg, #26ab87 0, #04aaf5 100%);
  color: #fff;
}

.v2-btn--out-gradient {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(#eee574, #dc7820) border-box;
  border: 4px solid transparent;
}

.v2-btn--out-gradient:hover {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(#26ab87, #04aaf5) border-box;
}

.v2-btn--transparent {
  background: transparent;
}

.v2-btn--transparent-gray {
  background: transparent;
  color: #63646f;
  border-color: #63646f;
}

.v2-btn--medium {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.v2-btn--small {
  padding: 8px 28px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

.v2-btn--light {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.v2-btn--light:hover {
  background-color: #fff;
  color: #222;
}

@media only screen and (min-width: 992px) {
  .section--medium-content .section-hero__left {
    max-width: 590px;
  }
}

.v2-section-info {
  padding: 50px 0px;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .v2-section-info {
    padding: 110px 0px;
  }
}

.v2-section-info--light-blue {
  background: rgba(35, 171, 147, 0.1);
}

.v2-section-info__title {
  font-weight: 900;
  line-height: 140%;
  margin-bottom: 20px;
  font-size: 28px;
}

@media only screen and (min-width: 992px) {
  .v2-section-info__title {
    font-size: 38px;
  }
}

@media only screen and (min-width: 992px) {
  .v2-section-info__title {
    font-size: 46px;
  }
}

.v2-section-info__text {
  font-weight: 700;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .v2-section-info__text {
    font-size: 24px;
  }
}

.v2-section {
  margin: 50px 0px;
}

@media only screen and (min-width: 768px) {
  .v2-section {
    margin: 80px 0px;
  }
}

.v2-section--padding {
  padding: 50px 0px;
}

@media only screen and (min-width: 768px) {
  .v2-section--padding {
    padding: 80px 0px;
  }
}

@media only screen and (min-width: 992px) {
  .v2-section--full {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.v2-section--no-gutters {
  margin: 0px;
}

@media only screen and (max-width: 575.9px) {
  .v2-section--mobile-no-gutters {
    margin: 0px;
  }
}

.v2-section--blue-banner {
  position: relative;
  background: linear-gradient(0deg, rgba(62, 101, 242, 0.85), rgba(62, 101, 242, 0.85));
  box-shadow: 5px 20px 32px rgba(71, 72, 79, 0.15);
  border: 8px solid #fff;
  color: #fff;
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .v2-section--blue-banner {
    padding: 80px 0;
  }
}

.v2-section--blue-banner__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

body .cmplz-cookiebanner {
  display: block;
  width: 100% !important;
  margin: 0px !important;
  left: 0px;
  bottom: 0px;
  padding: 20px max((100vw - 1200px) / 2, 15px);
  border-radius: 0 !important;
  border-top: 2px solid #36a4dc;
  box-shadow: 0px 0px 24px rgba(153, 153, 153, 0.25) !important;
  background: #f7f9fe;
  transform: none !important;
}

@media only screen and (min-width: 768px) {
  body .cmplz-cookiebanner {
    display: flex;
    flex-wrap: wrap;
  }
}

body .cmplz-cookiebanner.cmplz-categories-type-save-preferences .cmplz-body>div {
  width: 100% !important;
}

body .cmplz-cookiebanner .cmplz-header,
body .cmplz-cookiebanner .cmplz-divider-header,
body .cmplz-cookiebanner .cmplz-information,
body .cmplz-cookiebanner .cmplz-footer,
body .cmplz-cookiebanner .cmplz-documents {
  display: none !important;
  visibility: hidden !important;
}

body .cmplz-cookiebanner .cmplz-body {
  grid-column-start: none !important;
  grid-row-start: none !important;
  grid-column: none !important;
  max-height: calc(100vh - 450px);
}

@media only screen and (min-width: 768px) {
  body .cmplz-cookiebanner .cmplz-body {
    max-height: 100vh;
    width: 55%;
  }
}

@media only screen and (min-width: 992px) {
  body .cmplz-cookiebanner .cmplz-body {
    width: 62%;
  }
}

body .cmplz-cookiebanner .cmplz-buttons {
  grid-column-start: none !important;
  grid-row-start: none !important;
  grid-column: none !important;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 767.9px) {
  body .cmplz-cookiebanner .cmplz-buttons {
    margin: 10px auto;
  }
}

@media only screen and (min-width: 768px) {
  body .cmplz-cookiebanner .cmplz-buttons {
    width: 42%;
    margin-left: auto;
  }
}

@media only screen and (min-width: 992px) {
  body .cmplz-cookiebanner .cmplz-buttons {
    width: 32%;
    min-height: 330px;
  }
}

body .cmplz-cookiebanner .cmplz-buttons span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #222222;
  margin-bottom: 10px;
  display: inline-block;
}

body .cmplz-cookiebanner .cmplz-categories-custom {
  grid-column-start: none !important;
  grid-row-start: none !important;
  grid-column: none !important;
}

@media only screen and (min-width: 768px) {
  body .cmplz-cookiebanner .cmplz-categories-custom {
    position: absolute;
    right: 0px;
    top: max(250px, 30vw);
    width: 42%;
  }
}

@media only screen and (min-width: 992px) {
  body .cmplz-cookiebanner .cmplz-categories-custom {
    position: static;
    margin-bottom: -29%;
    transform: translateY(-100%);
    margin-left: auto;
    margin-bottom: -140px;
    width: 32%;
  }
}

body .cmplz-cookiebanner .cmplz-always-active {
  font-size: 0px;
}

body .cmplz-cookiebanner .cmplz-always-active .cmplz-banner-checkbox {
  font-size: 14px;
}

body .cmplz-cookiebanner .cmplz-category {
  margin-bottom: 10px;
  height: 22px;
}

body .cmplz-cookiebanner .cmplz-banner-checkbox {
  height: 22px;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #63646f;
  cursor: pointer;
}

body .cmplz-cookiebanner .cmplz-banner-checkbox>* {
  cursor: pointer;
}

body .cmplz-cookiebanner .cmplz-consent-checkbox {
  margin-right: 16px;
  width: 16px;
  height: 16px;
}

body .cmplz-cookiebanner .cmplz-btn.cmplz-accept {
  background: linear-gradient(91.29deg, #26ab87 0%, #04aaf5 100%);
  border: none !important;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

body .cmplz-cookiebanner .cmplz-btn.cmplz-deny.cmplz-btn.cmplz-deny,
body .cmplz-cookiebanner .cmplz-btn.cmplz-save-preferences.cmplz-btn.cmplz-save-preferences {
  border: 3px solid #63646f;
  border-radius: 64px;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #63646f;
  margin-bottom: 10px;
}

body .cmplz-cookiebanner .cmplz-btn.cmplz-deny.cmplz-btn.cmplz-deny:disabled,
body .cmplz-cookiebanner .cmplz-btn.cmplz-save-preferences.cmplz-btn.cmplz-save-preferences:disabled {
  opacity: 0.3;
}

body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  white-space: normal;
  height: auto;
}

body .cmplz-cookiebanner .cmplz-message.cmplz-message {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #222222;
}

.v2-checkbox {
  cursor: pointer;
  display: flex;
  gap: 10px;
}

.v2-checkbox__input {
  position: absolute;
  width: 0px;
  height: 0px;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}

.v2-checkbox__input:checked+.v2-checkbox__marker {
  border-color: #36a4dc;
}

.v2-checkbox__input:checked+.v2-checkbox__marker::before {
  opacity: 1;
}

.v2-checkbox__marker {
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  position: relative;
  display: block;
  transition: 0.3s;
  overflow: hidden;
  flex-shrink: 0;
}

.v2-checkbox__marker::before {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.91308 4.03516H1.91326C1.99256 4.03525 2.07081 4.05331 2.14213 4.08798C2.21341 4.12262 2.27591 4.17295 2.32497 4.2352L1.91308 4.03516ZM1.91308 4.03516H1.09394C0.890308 4.03516 0.776602 4.26975 0.902321 4.4292L0.902371 4.42927L4.11214 8.49567L4.11218 8.49573C4.32247 8.76188 4.72568 8.76114 4.93667 8.49617L4.93708 8.49566L10.6597 1.24398C10.6598 1.24378 10.66 1.24358 10.6602 1.24338C10.7884 1.08295 10.6699 0.85 10.4689 0.85H9.6498C9.48941 0.85 9.33668 0.9235 9.2376 1.05044C9.23751 1.05055 9.23742 1.05066 9.23734 1.05077L4.52403 7.02157M1.91308 4.03516L4.52403 7.02157M4.52403 7.02157L2.32506 4.23531L4.52403 7.02157Z' fill='white' stroke='white' stroke-width='0.3'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #36a4dc;
  transition: 0.3s;
  opacity: 0;
}

.v2-checkbox__label {
  color: #63646f;
  font-size: 14px;
  line-height: 16px;
}

.v2-voice-bot-how-it-works {
  max-width: 666px;
  margin-left: auto;
  margin-right: auto;
  counter-reset: point;
}

.v2-voice-bot-how-it-works__item {
  position: relative;
}

.v2-voice-bot-how-it-works__item:not(:last-of-type) {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .v2-voice-bot-how-it-works__item {
    display: flex;
  }

  .v2-voice-bot-how-it-works__item:not(:last-of-type) {
    margin-bottom: 11px;
  }

  .v2-voice-bot-how-it-works__item::before,
  .v2-voice-bot-how-it-works__item::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .v2-voice-bot-how-it-works__item::before {
    content: counter(point);
    counter-increment: point 1;
    width: 32px;
    height: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 26px;
    border-radius: 50%;
    background: #23ab93;
    z-index: 2;
    top: 30px;
    transform: translate(-50%, -50%);
  }

  .v2-voice-bot-how-it-works__item::after {
    width: 1px;
    background: #e1e1e1;
    height: calc(100% + 35px);
    z-index: 1;
  }

  .v2-voice-bot-how-it-works__item:last-of-type::after {
    content: none;
  }

  .v2-voice-bot-how-it-works__item:nth-last-child(odd) {
    justify-content: flex-end;
  }
}

.v2-voice-bot-how-it-works__inner {
  max-width: 288px;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 767.9px) {
  .v2-voice-bot-how-it-works__inner {
    margin-left: auto;
    margin-right: auto;
  }
}

.v2-voice-bot-how-it-works__icon {
  margin-bottom: 8px;
}

.v2-voice-bot-how-it-works__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #63646f;
}

.v2-quotes-block {
  padding: 24px;
  background: #f6f6f6;
  border-radius: 0px 24px 24px 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.v2-quotes-block__text {
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-feature-settings: "ss01" on, "salt" on;
}

.v2-quotes-block__copy {
  background: none;
  cursor: pointer;
  color: #36a4dc;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
  border: none;
  font-size: 16px;
  line-height: 24px;
}

.quotes-copy-btn--copied svg {
  transform: rotate(360deg);
  transition: 0.5s;
}

.v2-2fa-page--margins-img .v2-video-block-control__thumb {
  margin-top: -10px;
  margin-bottom: -10px;
}

@media only screen and (min-width: 768px) {
  .v2-2fa-page--margins-img .v2-video-block-control__thumb {
    margin-top: -30px;
    margin-bottom: -30px;
  }
}

.v2-2fa-page--section-top {
  margin-top: 0px;
}

@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media only screen and (max-width: 991.9px) {
  .v2-section-past-event {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 767.9px) {
  .v2-events-category {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .v2-events-category {
    margin-left: auto;
  }
}

.v2-events-category-list {
  display: flex;
  gap: 22px;
  list-style-type: none;
  padding: 0px;
}

@media only screen and (max-width: 767.9px) {
  .v2-events-category-list {
    width: 100%;
    flex-direction: column;
  }
}

.v2-events-category-list__btn {
  color: #222222;
  border: none;
  cursor: pointer;
  box-shadow: 5px 20px 32px rgba(71, 72, 79, 0.15);
  border-radius: 64px;
  background: white;
  font-weight: 700;
  padding: 12px 32px;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 767.9px) {
  .v2-events-category-list__btn {
    width: 100%;
  }
}

.v2-events-category-list__btn.v2-active {
  background: #e0e0e0;
}

.v2-event-card {
  margin-bottom: 20px;
  animation: fade 0.7s ease-in-out backwards;
}

@media only screen and (max-width: 991.9px) {
  .v2-event-card {
    display: flex;
    flex-direction: column;
  }

  .v2-event-card:not(:last-of-type) {
    margin-bottom: 90px;
  }
}

@media only screen and (min-width: 992px) {
  .v2-event-card {
    display: grid;
    grid-template-columns: 1fr 388px;
    grid-gap: 55px;
  }
}

.v2-event-card__date {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #36a4dc;
}

@media only screen and (min-width: 992px) {
  .v2-event-card__info {
    padding-right: 70px;
  }
}

@media only screen and (max-width: 991.9px) {
  .v2-event-card__info {
    order: 3;
  }
}

.v2-event-card__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  color: #222222;
  margin-bottom: 24px;
}

@media only screen and (min-width: 360px) {
  .v2-event-card__title {
    font-size: 36px;
  }
}

.v2-event-card__desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #63646f;
}

.v2-event-card__desc--active .v2-event-card__desc-more {
  display: inline;
}

.v2-event-card__desc--active .v2-event-card__desc-more-btn-open {
  display: none;
}

.v2-event-card__desc--active .v2-event-card__desc-more-btn-hide {
  display: inline;
}

.v2-event-card__desc--active .v2-event-card__desc-dots {
  display: none;
}

.v2-event-card__desc-more {
  display: none;
}

.v2-event-card__desc-more-btn {
  cursor: pointer;
  text-decoration: underline;
  color: #36a4dc;
  white-space: nowrap;
}

.v2-event-card__desc-more-btn-hide {
  display: none;
}

.v2-event-card__wrap-banner {
  align-self: center;
  font-size: 0px;
  line-height: 0px;
  text-align: center;
}

@media only screen and (max-width: 991.9px) {
  .v2-event-card__wrap-banner {
    margin-bottom: 10px;
    order: 2;
  }
}

.v2-event-card__img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v2-events-wrap-more-btn {
  display: flex;
}

@media only screen and (max-width: 991.9px) {
  .v2-events-wrap-more-btn {
    justify-content: center;
  }
}

.bot-posibility__interactive--up {
  width: 366px;
  height: 366px;
  margin-right: 124px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1100px) {
  .bot-posibility__interactive--up {
    margin: 0 0 40px;
  }
}

@media (max-width: 450px) {
  .bot-posibility__interactive--up {
    margin: 0 0 40px;
  }
}

.bot-posibility__interactive--up .circle__el svg {
  width: 100%;
}

.bot-posibility__interactive--up:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(91.29deg, rgba(38, 171, 135, .35) 0%, rgba(4, 170, 245, .35) 100%);
  opacity: .8;
  filter: blur(64.2676px);
  z-index: -1;
}

.circle__el {
  position: absolute;
}

.circle__el-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 245px;
}

.cirlce__el-right {
  right: 0;
  width: 142px;
  top: 50%;
  transform: translateY(-50%);
}

.circle__el-down {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 241px;
}

.circle__el-left {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 142px;
}

.circle__el-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
}

.circle__el-cont {
  position: absolute;
  max-width: 100px;
  width: 100%;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.circle__el-text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.circle__el-top .circle__el-cont {
  top: 45%;
  transform: translate(-50%, -55%);
}

@media screen and (max-width: 450px) {
  .bot-posibility__interactive--up {
    flex: none;
    transform: scale(0.85);
  }
}

.glossary__alpha {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 20px 50px;
}

.glossary__alpha-item {
  font-size: 20px;
  transition: 0.2s ease;
  padding: 3px;
  color: #000;
}

.glossary__alpha-item:hover,
.glossary__alpha-item.active {
  transform: translateY(-2px);
  color: #04aaf5;
}

.glossary__alpha-item.disabled {
  color: #dcdcdc;
}

.glossary__alpha-item.disabled:hover {
  transform: translateY(0);
  color: #dcdcdc;
}

.glossary__md {
  margin-top: 100px;
  background-color: #fff;
}

.glossary__md.scroll-alphabet {
  position: fixed;
  top: 85px;
  margin-top: 0;
  z-index: 5;
  left: 0;
  right: 0;
  background: transparent;
  -webkit-animation: slide-bottom 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-bottom 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scroll-alphabet .glossary__alpha {
  padding: 9px 25px;
  width: 71%;
  background-color: #fff;
  border: 1px solid #f7f9fe;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 992px) {
  .glossary__alpha {
    white-space: nowrap;
    overflow-x: auto;
    display: flex;
  }

  .scroll-alphabet .glossary__alpha {
    width: 100%;
  }
}

@-webkit-keyframes slide-bottom {
  0% {
    top: -100%;
  }

  100% {
    top: 90px;
  }
}

@keyframes slide-bottom {
  0% {
    top: -100%;
  }

  100% {
    top: 90px;
  }
}

/* New CTA */
.new-cta {
  background: linear-gradient(180deg, #FFF -13.5%, #AADAEF 440.48%);
  margin-top: 30px;
  margin-bottom: 30px;
}

.new-cta .container {
  max-width: 792px;
  min-height: 300px;
  padding: 0 55px;
  display: flex;
  justify-content: space-between;
  grid-gap: 114px;
  align-items: center;
}

.new-cta__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 100%;
}

.new-cta__l img:not(.section__bg) {
  padding: 0;
  margin: 0;
}

.new-cta__r {
  max-width: 270px;
}

.new-cta__l {
  align-self: flex-end;
  display: flex;
  flex: none;
}

.new-cta a.new-cta__btn {
  margin-top: 28px;
  display: inline-block;
  border-radius: 64px;
  padding: 16px 42px;
  box-shadow: 5px 20px 32px 0px rgba(71, 72, 79, 0.15);
  border-radius: 64px;
  border: 4px solid #FFF;
  background: linear-gradient(91deg, #26AB87 0%, #04AAF5 100%);
  color: #fff;
  font-weight: 700;
}

.btn--blue {
  background: linear-gradient(91deg, #26AB87 0%, #04AAF5 100%);
  color: #fff;
}

.new-cta a.new-cta__btn:hover,
.btn--blue:hover {
  color: var(--color-black);
  background: linear-gradient(234.15deg, #eee574 31.09%, #dc7820 83.52%);
}

@media screen and (max-width: 1200px) {
  .new-cta .container {
    grid-gap: 33px;
  }

  .new-cta__l {
    width: 250px;
  }
}

@media screen and (max-width: 768px) {
  .new-cta .container {
    flex-direction: column-reverse;
    grid-gap: 83px;
    min-height: auto;
    padding-top: 28px;
    align-items: flex-start;
  }

  .new-cta__l {
    width: 100%;
    justify-content: center;
  }

  .new-cta__r {
    max-width: 100%;
  }
}

/* text-image */

.text-image {
  padding-top: 50px;
  padding-bottom: 60px;
}

.text-image .container {
  max-width: 1025px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 120px;
}

.text-image__title {
  font-size: 28px;
}

.text-image__text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 26px;
  color: #63646F;
}

@media screen and (max-width: 992px) {
  .text-image .container {
    gap: 60px;
  }
}

@media screen and (max-width: 768px) {
  .text-image .container {
    flex-direction: column-reverse;
  }

  .text-image .btn,
  .bot-studies .btn{
    width: 100%;
  }
}

/* text-twocol */
.text-twocol {
  padding-top: 100px;
  padding-bottom: 130px;
  background-color: #F7F9FE;
}

.text-twocol .container {
  display: flex;
  justify-content: space-between;
  gap: 120px;
}

.text-twocol__text {
  font-size: 18px;
  color: #63646F;
  margin-top: 10px;
  line-height: 26px;
}

.text-twocol .btn {
  margin-top: 40px;
}

.text-twocol__text2 {
  margin-top: 0;
}

.text-twocol__title {
  font-size: 36px;
}

.text-twocol__l{
  max-width: 485px;
  width: 100%;
}

.text-twocol__r{
  max-width: 590px;
  width: 100%;
}

.text-twocol__text ul {
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
}

.text-twocol__text li:not(:first-child){
  margin-top: 8px;
}

.text-twocol__text li{
  display: flex;
  padding-left: 7px;
}

.text-twocol__text li::before{
  margin-right: 19px;
  content: '';
  display: block;
  margin-top: 7px;
  border-radius: 50%;
  flex: none;
  width: 12px;
  height: 12px;
  background: linear-gradient(91.29deg, #26ab87 0, #04aaf5 100%);
}

@media screen and (max-width: 992px) {
  .text-twocol .container {
    gap: 60px;
  }
}

@media screen and (max-width: 768px) {
  .text-twocol .container{
    flex-direction: column;
  }

  .text-twocol__l{
    max-width: 100%;
  }

  .text-twocol__l .btn,
  .section-grid2col .btn,
  .section-grid2col div{
    width: 100%;
  }

  .text-twocol{
    padding-bottom: 100px;
  }

  .bot-studies__controls-btn{
    justify-content: center;
  }

  .section-grid2col__row{
    margin: 0;
  }

  .section-grid2col__col{
    padding: 0;
  }
}

.section-benefits-v2 {
  padding: 80px 0;
  background-color: #F9F9F9;
}
.section-benefits-v2__inner {
}
.section-benefits-v2__title {
} 
.section-benefits-v2__grid {
  display: flex;
  flex-wrap: wrap;
  column-gap: 37px;
  row-gap: 24px;
  justify-content: center;
}
.section-benefits-v2__col {
  width: 169px;
}
.benefit-item-v2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
}
.benefit-item-v2__icon {
  width: 100px;
  height: auto;
}
.benefit-item-v2__title {
  font-weight: 700;
  line-height: 1.4;
}

.section-tabs-slider {
  padding-top: 80px;
}
.section-tabs-slider__inner {
}
.section-tabs-slider__title {
}
.section-title {
}
.tabs-slider {
}
.tabs-slider-nav-wrapper {
  border-bottom: 1px solid #E4E4E4;
  margin: 0 -20px;
  width: calc(100% + 40px);
}
.tabs-slider-nav {
}
.tabs-slider-nav .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.tabs-slider-nav .swiper-slide {
  width: auto;
  padding: 30px 60px;
  border-bottom: 1px solid transparent;
  color: #63646E;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.tabs-slider-nav .swiper-slide.swiper-slide-thumb-active {
  color: #4565D9;
  border-color: #4565D9;
}
.swiper {
}
.swiper-wrapper {
}
.swiper-slide {
}
.tabs-slider-body {
}
.tabs-slide {
  padding: 60px 0;
}
.tabs-slide__col {
  position: relative;
  width: 50%;
}
.tabs-slide__img {
}
.tabs-slide__content {
  font-size: 18px;
  line-height: 1.4;
  color: #63646F;
}
.tabs-slide__content strong {
  color: #222222;
}
.tabs-slide__content ul {
  padding-left: 20px;
}
.tabs-slide__content li + li {
  margin-top: 10px;
}
.tabs-slide__inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.tabs-slide__shadow {
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.tabs-slider-nav-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .section-tabs-slider {
    padding-top: 60px;
  }
  .tabs-slide__inner {
    flex-direction: column;
    gap: 32px;
  }
  .tabs-slide__col {
    width: 100%;
  }
  .tabs-slider-nav-wrapper {
    border: none;
    margin: 0 0 32px;
    width: 100%;
  }
  .tabs-slider-nav-mobile {
    display: block;
  }
  .tabs-slider-nav {
    display: none;
  }
}

.section-howitworks {
  padding: 80px 0;
  background-color: #FBFBFF;
}
.section-howitworks__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-howitworks__col {
  width: 50%;
}
.section-howitworks__col--table {
  padding-right: 40px;
}
.section-howitworks__col--info {
  padding-left: 40px;
}
.section-howitworks__frame {
  border-radius: 40px;
  background-color: #fff;
  padding: 45px 52px;
  position: relative;
}
.section-howitworks__frame::before {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzg0IiBoZWlnaHQ9Ijc3OCIgdmlld0JveD0iMCAwIDc4NCA3NzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIG9wYWNpdHk9IjAuOCIgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZl80Njk2XzE3NzIpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02MzguNjc1IDUzOC42NjNDNjA4LjMxOSA1ODIuNTczIDU0My4yMzMgNTg3LjAwNyA0OTAuODI3IDYwNi4wODRDNDQxLjMxMyA2MjQuMTA4IDM5NC42NjEgNjQ1Ljc4NyAzNDEuNDg4IDY0Ni44NDZDMjc1LjQ5MSA2NDguMTYgMTk0LjM4MSA2NTkuNTI5IDE1MS44NzEgNjEyLjgzMUMxMDkuMjMgNTY1Ljk4OSAxMzcuNDM5IDQ5NC4xMzggMTQ3LjI5OCA0MzMuNTIzQzE1NC44NjUgMzg2Ljk5OSAxNzMuNjY5IDM0NC41NjEgMjAxLjg3NiAzMDUuNEMyMjguMzk1IDI2OC41ODIgMjY1LjExMyAyNDIuNzI1IDMwMy42MTggMjE2LjQ5N0MzNTQuMDU3IDE4Mi4xMzggMzk4LjE3MyAxMjYuMzc0IDQ2MC42OTMgMTI5LjA5NkM1MjQuMTYzIDEzMS44NTkgNTc2LjI1NiAxODAuODc1IDYxMS4zMTEgMjI5Ljg5MkM2NDMuNDg2IDI3NC44ODIgNjM4LjkxOSAzMzEuMTc3IDY0My42ODcgMzg0Ljk3NEM2NDguMzI3IDQzNy4zMyA2NjkuMjg0IDQ5NC4zODcgNjM4LjY3NSA1MzguNjYzWiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzQ2OTZfMTc3MikiIGZpbGwtb3BhY2l0eT0iMC40NSIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2ZfNDY5Nl8xNzcyIiB4PSIwLjQ2NDg0NCIgeT0iMC40NjQ4NDQiIHdpZHRoPSI3ODMuMDciIGhlaWdodD0iNzc3LjA3IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjY0LjI2NzYiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl80Njk2XzE3NzIiLz4KPC9maWx0ZXI+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl80Njk2XzE3NzIiIHgxPSIxMjkiIHkxPSIxMjkiIHgyPSI2NjYuNTU3IiB5Mj0iMTQxLjIzNSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMjZBQjg3Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzA0QUFGNSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  transform-origin: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-howitworks__list {
  list-style-type: none;
  padding: 0;
  margin: 0; 
}
.section-howitworks__item {
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #63646F;
  position: relative;
}
.section-howitworks__item::before {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNi43MzMwNCA2LjA1TDEyLjQ2NjEgMSIgc3Ryb2tlPSIjQ0NEMkQ1IiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);
  width: 12px;
  height: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: calc(100% + 8px);
}
.section-howitworks__item + .section-howitworks__item {
  margin-top: 21px;
}
.section-howitworks__item-marker {
  width: 32px;
  height: 32px;
  background: linear-gradient(91.29deg, #26AB87 0%, #04AAF5 100%);
  color: #fff;
  font-size: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 16px;
  flex-shrink: 0;
}
.section-howitworks__alt-btn {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  font-weight: 400;
  margin-top: 42px;
}
.section-howitworks__alt-btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.section-howitworks__content {
  color: #63646F;
  font-size: 18px;
  line-height: 1.4;
}

@media (max-width: 991.98px) {
  .section-howitworks {
    padding: 60px 0;
  }
  .section-howitworks__col {
    display: contents;
    width: 100%;
  }
  .section-howitworks__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-howitworks__title {
    order: 1;
  }
  .section-howitworks__frame {
    order: 2;
    padding: 45px 14px;
    width: 100%;
  }
  .section-howitworks__content {
    order: 3;
    margin-top: 32px;
  }
  .section-howitworks__col--info .btn {
    order: 4;
  }
}

.section-bot-studiesv2 {
  padding: 80px 0;
  background-color: #FBFBFF;
}
.section-bot-studiesv2__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-bot-studiesv2__col {
  width: 50%;
}
.section-bot-studiesv2__col--table {
  padding-left: 40px;
}
.section-bot-studiesv2__col--info {
  padding-right: 40px;
}
.section-bot-studiesv2__frame {
  border-radius: 40px;
  background-color: #fff;
  padding: 45px 52px;
  position: relative;
}
.section-bot-studiesv2__frame::before {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzg0IiBoZWlnaHQ9Ijc3OCIgdmlld0JveD0iMCAwIDc4NCA3NzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIG9wYWNpdHk9IjAuOCIgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZl80Njk2XzE3NzIpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02MzguNjc1IDUzOC42NjNDNjA4LjMxOSA1ODIuNTczIDU0My4yMzMgNTg3LjAwNyA0OTAuODI3IDYwNi4wODRDNDQxLjMxMyA2MjQuMTA4IDM5NC42NjEgNjQ1Ljc4NyAzNDEuNDg4IDY0Ni44NDZDMjc1LjQ5MSA2NDguMTYgMTk0LjM4MSA2NTkuNTI5IDE1MS44NzEgNjEyLjgzMUMxMDkuMjMgNTY1Ljk4OSAxMzcuNDM5IDQ5NC4xMzggMTQ3LjI5OCA0MzMuNTIzQzE1NC44NjUgMzg2Ljk5OSAxNzMuNjY5IDM0NC41NjEgMjAxLjg3NiAzMDUuNEMyMjguMzk1IDI2OC41ODIgMjY1LjExMyAyNDIuNzI1IDMwMy42MTggMjE2LjQ5N0MzNTQuMDU3IDE4Mi4xMzggMzk4LjE3MyAxMjYuMzc0IDQ2MC42OTMgMTI5LjA5NkM1MjQuMTYzIDEzMS44NTkgNTc2LjI1NiAxODAuODc1IDYxMS4zMTEgMjI5Ljg5MkM2NDMuNDg2IDI3NC44ODIgNjM4LjkxOSAzMzEuMTc3IDY0My42ODcgMzg0Ljk3NEM2NDguMzI3IDQzNy4zMyA2NjkuMjg0IDQ5NC4zODcgNjM4LjY3NSA1MzguNjYzWiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzQ2OTZfMTc3MikiIGZpbGwtb3BhY2l0eT0iMC40NSIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2ZfNDY5Nl8xNzcyIiB4PSIwLjQ2NDg0NCIgeT0iMC40NjQ4NDQiIHdpZHRoPSI3ODMuMDciIGhlaWdodD0iNzc3LjA3IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjY0LjI2NzYiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl80Njk2XzE3NzIiLz4KPC9maWx0ZXI+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl80Njk2XzE3NzIiIHgxPSIxMjkiIHkxPSIxMjkiIHgyPSI2NjYuNTU3IiB5Mj0iMTQxLjIzNSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMjZBQjg3Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzA0QUFGNSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  transform-origin: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-bot-studiesv2__list {
  list-style-type: none;
  padding: 0;
  margin: 0; 
}
.section-bot-studiesv2__item {
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #63646F;
  position: relative;
}
.section-bot-studiesv2__item::before {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNi43MzMwNCA2LjA1TDEyLjQ2NjEgMSIgc3Ryb2tlPSIjQ0NEMkQ1IiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);
  width: 12px;
  height: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: calc(100% + 8px);
}
.section-bot-studiesv2__item + .section-bot-studiesv2__item {
  margin-top: 21px;
}
.section-bot-studiesv2__item-marker {
  width: 32px;
  height: 32px;
  background: linear-gradient(91.29deg, #26AB87 0%, #04AAF5 100%);
  color: #fff;
  font-size: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 16px;
  flex-shrink: 0;
}
.section-bot-studiesv2__alt-btn {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  font-weight: 400;
  margin-top: 42px;
}
.section-bot-studiesv2__alt-btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.section-bot-studiesv2__content {
  color: #63646F;
  font-size: 18px;
  line-height: 1.4;
}

.section-bot-studiesv2__grid {
  display: flex;
  flex-direction: column;
}
.section-bot-studiesv2__subgrid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.section-bot-studiesv2__subgrid:last-of-type {
  justify-content: center;
}
.section-bot-studiesv2__h-arrow {
  flex-shrink: 0;
}
.section-bot-studiesv2__grid-frame {
  background-color: #F7F9FE;
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 12px;
  flex: 1;
  display: flex;
  justify-content: center;
}
.section-bot-studiesv2__point {
  font-size: 13px;
  font-weight: 600;
  position: relative;
  white-space: nowrap;
  padding: 22px 30px;
}
.section-bot-studiesv2__point + .section-bot-studiesv2__point {
}
.section-bot-studiesv2__point + .section-bot-studiesv2__point::before {
  content: '';
  height: 32px;
  width: 1px;
  display: block;
  background-color: #E6E6E6;
  position: absolute;
  left: 0;
  top: calc(50% - 16px)
}
.section-bot-studiesv2__v-arrow {
  margin-top: 28px;
  margin-bottom: 28px;
  flex-shrink: 0;
}
.section-bot-studiesv2__v-arrow:nth-of-type(1) {
  margin-left: auto;
  margin-right: 114px;
}
.section-bot-studiesv2__v-arrow:nth-of-type(2) {
  margin-left: auto;
  margin-right: auto;
}
.section-bot-studiesv2__duration {
  font-weight: 600;
  font-size: 13px;
}
.section-bot-studiesv2__play {
  display: flex;
}
@media (max-width: 991.98px) {
  .section-bot-studiesv2 {
    padding: 60px 0;
  }
  .section-bot-studiesv2__col {
    display: contents;
    width: 100%;
  }
  .section-bot-studiesv2__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-bot-studiesv2__title {
    order: 1;
  }
  .section-bot-studiesv2__frame {
    order: 2;
    padding: 45px 14px;
    width: 100%;
  }
  .section-bot-studiesv2__content {
    order: 3;
    margin-top: 32px;
  }
  .section-bot-studiesv2__col--info .btn {
    order: 4;
  }
  .section-bot-studiesv2__v-arrow {
    margin-left: auto;
    margin-right: auto;
  }
  .section-bot-studiesv2__v-arrow:nth-of-type(1) {
    margin-left: auto;
    margin-right: auto;
  }
  .section-bot-studiesv2__subgrid:not(:last-of-type) {
    flex-direction: column;
  }
  .section-bot-studiesv2__h-arrow {
    transform: rotate(90deg);
  }
}

.sales-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sales-list__item {
  color: #fff;
  line-height: 1.4;
  text-align: center;
  background: var(--bg);
  width: var(--width);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 93px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}
.sales-list__item-content {
}

.sales-list__item:nth-child(1) {
  --width: 357px;
  --bg: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzU4IiBoZWlnaHQ9Ijk0IiB2aWV3Qm94PSIwIDAgMzU4IDk0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMCA5LjcwODIyQzAgOS43MDgyMiAxMDguODAxIDAgMTc4Ljc5NiAwQzI0OC43OTEgMCAzNTcuNTkxIDkuNzA4MjIgMzU3LjU5MSA5LjcwODIyTDM0MC42NDQgOTMuODUwOUMzNDAuNjQ0IDkzLjg1MDkgMjQyLjE5IDg0LjE0MjYgMTc4Ljc5NiA4NC4xNDI2QzExNS40MDEgODQuMTQyNiAxNi45NDc1IDkzLjg1MDkgMTYuOTQ3NSA5My44NTA5TDAgOS43MDgyMloiIGZpbGw9IiM0NTY1RDkiLz4KPC9zdmc+Cg==);
}
.sales-list__item:nth-child(2) {
  --width: 323px;
  --bg: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzI1IiBoZWlnaHQ9Ijk1IiB2aWV3Qm94PSIwIDAgMzI1IDk1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC40Njg3NSAxMC40MjU0QzAuNDY4NzUgMTAuNDI1NCA5OC45MjI3IDAuNzE3MTc4IDE2Mi4zMTcgMC43MTcxNzhDMjI1LjcxMSAwLjcxNzE3OCAzMjQuMTY1IDEwLjQyNTQgMzI0LjE2NSAxMC40MjU0TDMwNy4yMTggOTQuNTY4QzMwNy4yMTggOTQuNTY4IDIxOS4xMTUgODQuODU5OCAxNjIuMzE3IDg0Ljg1OThDMTA1LjUxOSA4NC44NTk4IDE3LjQxNjIgOTQuNTY4IDE3LjQxNjIgOTQuNTY4TDAuNDY4NzUgMTAuNDI1NFoiIGZpbGw9IiM1OTc4RTgiLz4KPC9zdmc+Cg==);
}
.sales-list__item:nth-child(3) {
  --width: 289px;
  --bg: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkxIiBoZWlnaHQ9Ijk1IiB2aWV3Qm94PSIwIDAgMjkxIDk1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC40MjM4MjggMTAuMTQwOEMwLjQyMzgyOCAxMC4xNDA4IDg4LjUyNjcgMC40MzI2MTcgMTQ1LjMyNSAwLjQzMjYxN0MyMDIuMTIzIDAuNDMyNjE3IDI5MC4yMjUgMTAuMTQwOCAyOTAuMjI1IDEwLjE0MDhMMjczLjI3OCA5NC4yODM1QzI3My4yNzggOTQuMjgzNSAxOTUuNTMyIDg0LjU3NTMgMTQ1LjMyNSA4NC41NzUzQzk1LjExNzMgODQuNTc1MyAxNy4zNzEzIDk0LjI4MzUgMTcuMzcxMyA5NC4yODM1TDAuNDIzODI4IDEwLjE0MDhaIiBmaWxsPSIjNzA4Q0VFIi8+Cjwvc3ZnPgo=);
}
.sales-list__item:nth-child(4) {
  --width: 255px;
  --bg: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjU3IiBoZWlnaHQ9Ijk0IiB2aWV3Qm94PSIwIDAgMjU3IDk0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC4zNjEzMjggOS44NTcwMkMwLjM2MTMyOCA5Ljg1NzAyIDc4LjEwNzMgMC4xNDg4MDQgMTI4LjMxNSAwLjE0ODgwNEMxNzguNTIyIDAuMTQ4ODA0IDI1Ni4yNjggOS44NTcwMiAyNTYuMjY4IDkuODU3MDJMMjM5LjMyIDkzLjk5OTdDMjM5LjMyIDkzLjk5OTcgMTcxLjk0IDg0LjI5MTUgMTI4LjMxNSA4NC4yOTE1Qzg0LjY4OTUgODQuMjkxNSAxNy4zMDg4IDkzLjk5OTcgMTcuMzA4OCA5My45OTk3TDAuMzYxMzI4IDkuODU3MDJaIiBmaWxsPSIjN0Q5N0Y2Ii8+Cjwvc3ZnPgo=);
}

@media (max-width: 480px) {
  .sales-list__item {
    height: 94px;
  }
  .sales-list__item:nth-child(1) {
    --width: 256px;
    --bg: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjU3IiBoZWlnaHQ9Ijk0IiB2aWV3Qm94PSIwIDAgMjU3IDk0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC41MDc4MTIgOS43MjM2NEMwLjUwNzgxMiA5LjcyMzY0IDc4LjQwNjcgMCAxMjguNTIyIDBDMTc4LjYzNiAwIDI1Ni41MzUgOS43MjM2NCAyNTYuNTM1IDkuNzIzNjRMMjQ0LjQwMSA5NEMyNDQuNDAxIDk0IDE3My45MSA4NC4yNzY0IDEyOC41MjEgODQuMjc2NEM4My4xMzI2IDg0LjI3NjQgMTIuNjQxOCA5NCAxMi42NDE4IDk0TDAuNTA3ODEyIDkuNzIzNjRaIiBmaWxsPSIjNDU2NUQ5Ii8+Cjwvc3ZnPgo=);
  }
  .sales-list__item:nth-child(2) {
    --width: 231px;
    --bg: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMzIiBoZWlnaHQ9Ijk1IiB2aWV3Qm94PSIwIDAgMjMzIDk1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC4yOTg4MjggMTAuNDI1NEMwLjI5ODgyOCAxMC40MjU0IDcwLjc4OTYgMC43MTcxNjMgMTE2LjE3OSAwLjcxNzE2M0MxNjEuNTY3IDAuNzE3MTYzIDIzMi4wNTggMTAuNDI1NCAyMzIuMDU4IDEwLjQyNTRMMjE5LjkyNCA5NC41NjhDMjE5LjkyNCA5NC41NjggMTU2Ljg0NSA4NC44NTk4IDExNi4xNzkgODQuODU5OEM3NS41MTI1IDg0Ljg1OTggMTIuNDMyOCA5NC41NjggMTIuNDMyOCA5NC41NjhMMC4yOTg4MjggMTAuNDI1NFoiIGZpbGw9IiM1OTc4RTgiLz4KPC9zdmc+Cg==);
  }
  .sales-list__item:nth-child(3) {
    --width: 207px;
    --bg: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjA4IiBoZWlnaHQ9Ijk1IiB2aWV3Qm94PSIwIDAgMjA4IDk1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC40Mzc1IDEwLjE0MDhDMC40Mzc1IDEwLjE0MDggNjMuNTE3MiAwLjQzMjYxNyAxMDQuMTgzIDAuNDMyNjE3QzE0NC44NDkgMC40MzI2MTcgMjA3LjkyOSAxMC4xNDA4IDIwNy45MjkgMTAuMTQwOEwxOTUuNzk1IDk0LjI4MzVDMTk1Ljc5NSA5NC4yODM1IDE0MC4xMzEgODQuNTc1MyAxMDQuMTgzIDg0LjU3NTNDNjguMjM1OSA4NC41NzUzIDEyLjU3MTUgOTQuMjgzNSAxMi41NzE1IDk0LjI4MzVMMC40Mzc1IDEwLjE0MDhaIiBmaWxsPSIjNzA4Q0VFIi8+Cjwvc3ZnPgo=);
  }
  .sales-list__item:nth-child(4) {
    --width: 183px;
    --bg: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTg0IiBoZWlnaHQ9Ijk0IiB2aWV3Qm94PSIwIDAgMTg0IDk0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC41NjY0MDYgOS44NTcwMkMwLjU2NjQwNiA5Ljg1NzAyIDU2LjIzMDggMC4xNDg4MDQgOTIuMTc4MSAwLjE0ODgwNEMxMjguMTI1IDAuMTQ4ODA0IDE4My43OSA5Ljg1NzAyIDE4My43OSA5Ljg1NzAyTDE3MS42NTYgOTMuOTk5N0MxNzEuNjU2IDkzLjk5OTcgMTIzLjQxMyA4NC4yOTE1IDkyLjE3ODEgODQuMjkxNUM2MC45NDM1IDg0LjI5MTUgMTIuNzAwNCA5My45OTk3IDEyLjcwMDQgOTMuOTk5N0wwLjU2NjQwNiA5Ljg1NzAyWiIgZmlsbD0iIzdEOTdGNiIvPgo8L3N2Zz4K);
  }
}
.pricing-table-block {
  padding: 27px 0 70px;
}
@media (min-width: 768px) {
  .pricing-table-block {
    padding: 40px 0 58px;
  }
}
.table-wrapper {
  overflow-x: auto;
  margin: -100px;
  padding: 100px;
}
.table {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 54px 0px #00000021;
  color: #4E4A5A;
  font-size: 14px;
  min-width: 789px;
  overflow: hidden;
}
.table thead {
  font-size: 18px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.table , 
.table td, 
.table th {
	border: 1px solid #F7F7F7;
	border-collapse: collapse;
}
.table td, 
.table th {
	padding: 16px 34px;
}
.table__bg {
  background-color: #F9FAFF;
}
.table__colored {
  color: #4565D9;
}
.table__bold {
  font-weight: 800;
}

/********** Range Input Styles **********/
/*Range Reset*/
input[type="range"] {
  -webkit-appearance: none;
   appearance: none;
   background: transparent;
   cursor: pointer;
   width: 100%;
}

/* Removes default focus */
input[type="range"]:focus {
 outline: none;
}

/***** Chrome, Safari, Opera and Edge Chromium styles *****/
/* slider track */
input[type="range"]::-webkit-slider-runnable-track {
  background-color: rgba(54, 164, 220, 0.35);
  border-radius: 0.5rem;
  height: 4px; 
}

/* slider thumb */
input[type="range"]::-webkit-slider-thumb {
 -webkit-appearance: none; /* Override default look */
  appearance: none;
  margin-top: -10.5px; /* Centers thumb on the track */

  /*custom styles*/
  background-color: #36A4DC;
  height: 21px;
  width: 21px;
  border-radius: 50%;
}

input[type="range"]:focus::-webkit-slider-thumb {   
 /* border: 1px solid #053a5f;
 outline: 3px solid #053a5f;
 outline-offset: 0.125rem;  */
}

/******** Firefox styles ********/
/* slider track */
input[type="range"]::-moz-range-track {
  background-color: rgba(54, 164, 220, 0.35);
  border-radius: 0.5rem;
  height: 4px;
}

/* slider thumb */
input[type="range"]::-moz-range-thumb {
  border: none; /*Removes extra border that FF applies*/
  border-radius: 0; /*Removes default border-radius that FF applies*/

  /*custom styles*/
  background-color: #36A4DC;
  height: 21px;
  width: 21px;
  border-radius: 50%;
}

input[type="range"]:focus::-moz-range-thumb {
 /* border: 1px solid #053a5f;
 outline: 3px solid #053a5f;
 outline-offset: 0.125rem;  */
}
