@import url("https://fonts.googleapis.com/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 18px;
}

html,
body {
  min-width: 320px;
  padding: 0 !important;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Montserrat", sans-serif;
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

@media (max-width: 1200px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
  color: #373737;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.4em;
}
body._lock {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1330px) {
  .container {
    max-width: 1300px;
  }
}
@media (max-width: 1400px) {
  .container {
    max-width: 1100px;
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 920px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 700px;
    padding: 0 10px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: none;
  }
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

a {
  position: relative;
  z-index: 1;
  color: #0098D6;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a i {
  margin: 0 4px;
}
a::after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -8px;
  width: 0;
  background-color: rgba(0, 152, 214, 0.08);
  -webkit-transition: width 0.3s, opacity 0.1s;
  transition: width 0.3s, opacity 0.1s;
  border-radius: 20px;
  z-index: -1;
  opacity: 0;
}
a.link_whatsapp {
  color: #28D168 !important;
}
a.link_whatsapp::after {
  background-color: rgba(40, 209, 104, 0.08);
}
a:hover::after {
  width: calc(100% + 16px);
  opacity: 1;
}

.btn {
  max-width: 100%;
  height: 50px;
  border: none;
  outline: none;
  color: #FFFFFF;
  background: #0098D6;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
  line-height: 1em;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn i.fa-whatsapp {
  font-size: 24px;
  color: #28D168;
}
.btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0074a3;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: -1;
}
.btn:hover, .btn:active {
  color: #FFFFFF !important;
  background: #0098D6;
}
.btn:hover::after, .btn:active::after {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.btn_sm {
  padding: 0 15px;
  gap: 5px;
  height: 30px;
  font-size: 12px;
  width: auto;
  font-weight: 600;
}
.btn_alt {
  color: #373737;
  background: #FFFFFF;
  border: 1px solid #0098D6;
}
.btn_alt::after {
  background-color: #d6f3ff;
}
.btn_alt:hover, .btn_alt:active {
  border: 1px solid #0098D6;
  color: #373737 !important;
  background: #FFFFFF;
}
.btn_alt:hover::after, .btn_alt:active::after {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.btn_whatsapp {
  border-color: #28D168;
}
.btn_whatsapp::after {
  background-color: #e5faed;
}
.btn_whatsapp:hover, .btn_whatsapp:active {
  border-color: #28D168;
}

.dark-bg {
  background: #373737;
  background: -webkit-gradient(linear, right top, left top, from(#00070a), to(#003d57));
  background: linear-gradient(to left, #00070a, #003d57);
  width: 100%;
  height: 100%;
  position: relative;
}
.dark-bg__circles {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
}
.dark-bg__circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-animation: animate 25s linear infinite;
          animation: animate 25s linear infinite;
  bottom: -150px;
  z-index: 1;
}
.dark-bg__circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.dark-bg__circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
.dark-bg__circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.dark-bg__circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
.dark-bg__circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.dark-bg__circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.dark-bg__circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.dark-bg__circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 45s;
          animation-duration: 45s;
}
.dark-bg__circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
}
.dark-bg__circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
            transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

@keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
            transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
._reverse-x {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

._reverse-y {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

._reverse-xy {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}


.bots-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 250px;
}
@media (max-width: 1200px) {
  .bots-hero {
    display: block;
    padding-top: 150px;
  }
}
@media (max-width: 992px) {
  .bots-hero {
    padding-top: 100px;
  }
}
.bots-hero__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.2fr;
  grid-template-columns: 1fr 1.2fr;
}
@media (max-width: 992px) {
  .bots-hero__wrapper {
    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;
    text-align: center;
    gap: 20px;
  }
}
.bots-hero__content {
  position: relative;
  z-index: 1;
}
.bots-hero__img {
  width: auto;
  height: 70dvh;
  position: relative;
  left: -150px;
  top: -10%;
}
.bots-hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1200px) {
  .bots-hero__img {
    -webkit-transform: translate(-50px, -10%);
            transform: translate(-50px, -10%);
    left: -50px;
  }
}
@media (max-width: 992px) {
  .bots-hero__img {
    top: 0;
    left: 0;
    max-height: 220px;
  }
}
.bots-hero__title {
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 800;
  margin-bottom: 20px;
}
.bots-hero__title span {
  display: block;
  font-size: 60px;
}
@media (max-width: 1400px) {
  .bots-hero__title span {
    font-size: 45px;
  }
}
@media (max-width: 992px) {
  .bots-hero__title span {
    font-size: 35px;
  }
}
@media (max-width: 1400px) {
  .bots-hero__title {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .bots-hero__title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.bots-hero__subtitle {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .bots-hero__subtitle {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .bots-hero__subtitle {
    font-size: 20px;
  }
}
.bots-hero__description {
  font-family: "Anonymous Pro", monospace;
  font-size: 24px;
  line-height: 1.4em;
}
@media (max-width: 1200px) {
  .bots-hero__description {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .bots-hero__description {
    font-size: 18px;
  }
}
.bots-hero__contact {
  margin-top: 40px;
  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;
  gap: 20px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .bots-hero__contact > * {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .bots-hero__contact {
    margin-top: 80px;
  }
}
@media (max-width: 1200px) {
  .bots-hero__contact {
    margin-top: 60px;
  }
}
@media (max-width: 992px) {
  .bots-hero__contact {
    margin-top: 40px;
  }
}
.bots-hero__explanation {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7em;
}
.bots-hero__explanation p {
  margin-bottom: 0;
}
.bots-hero__info, .bots-whom__info {
  margin-top: 40px;
  padding: 40px;
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.bots-hero__info p, .bots-whom__info p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7em;
  margin-bottom: 10px;
}
.bots-hero__info p:last-of-type, .bots-whom__info p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .bots-hero__info p, .bots-whom__info p {
    font-size: 14px;
  }
}
.bots-hero__info::after, .bots-whom__info::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-shadow: 0 0 30px rgba(0, 101, 142, 0.15);
          box-shadow: 0 0 30px rgba(0, 101, 142, 0.15);
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  background: #EFFAFF;
  width: 2000px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border: 1px solid rgba(0, 152, 214, 0.2);
}
@media (max-width: 1200px) {
  .bots-hero__info, .bots-whom__info {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .bots-hero__info, .bots-whom__info {
    text-align: left;
  }
}

canvas {
  position: fixed;
  inset: 0;
  z-index: -1;
}

.section-bots {
  margin-top: 120px;
}
@media (max-width: 1200px) {
  .section-bots {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  .section-bots {
    margin-top: 80px;
  }
}
.section-bots__img {
  height: 200px;
  margin-bottom: 20px;
}
.section-bots__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .section-bots__img {
    height: 160px;
  }
}
.section-bots__header {
  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;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.section-bots__h2 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .section-bots__h2 {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .section-bots__h2 {
    font-size: 24px;
  }
}
.section-bots__h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .section-bots__h3 {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .section-bots__h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.section-bots__subtitle {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1400px) {
  .section-bots__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .section-bots__subtitle {
    font-size: 17px;
  }
}
.section-bots__description {
  line-height: 1.7em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .section-bots__description {
    margin-top: 20px;
  }
}
.section-bots__body {
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .section-bots__body {
    margin-top: 60px;
  }
}
@media (max-width: 992px) {
  .section-bots__body {
    margin-top: 40px;
  }
}
.bots-info {
  margin-top: 40px;
  padding: 40px;
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 100%;
  background: #EFFAFF;
  border-radius: 15px;
}
.bots-info p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7em;
  margin-bottom: 10px;
}
.bots-info p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .bots-info p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .bots-info p {
    font-size: 14px;
  }
}

.bots-features {
  position: relative;
  z-index: 2;
}
.bots-features__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .bots-features__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .bots-features__list {
    gap: 10px;
  }
}
.bots-features__icon {
  position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 100px;
  height: 100px;
}
.bots-features__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 576px) {
  .bots-features__icon {
    width: 60px;
    height: 60px;
  }
}
.bots-features__item {
  padding: 45px 40px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 152, 214, 0.2);
  border-radius: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 40px 1fr;
  grid-template-columns: 100px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.bots-features__item:hover .bots-features__icon {
  -webkit-animation: pulse 1.5s linear infinite;
          animation: pulse 1.5s linear infinite;
}
@media (max-width: 992px) {
  .bots-features__item {
    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;
    gap: 20px;
    padding: 20px;
  }
}
.bots-features__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2em;
}
@media (max-width: 992px) {
  .bots-features__name {
    text-align: center;
  }
}
.bots-features__description {
  color: #7B7B7B;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .bots-features__description {
    text-align: center;
  }
}

.bots-whom {
  position: relative;
  z-index: 1;
}
.bots-whom__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .bots-whom__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    margin-top: 40px;
    gap: 40px;
  }
}
.bots-whom__col {
  padding-top: 120px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1400px) {
  .bots-whom__col {
    padding-top: 80px;
  }
}
@media (max-width: 992px) {
  .bots-whom__col {
    position: static;
    padding-top: 0;
  }
}
.bots-whom__col._right {
  padding-left: 120px;
}
@media (max-width: 1400px) {
  .bots-whom__col._right {
    padding-left: 80px;
  }
}
@media (max-width: 768px) {
  .bots-whom__col._right {
    padding-left: 0;
  }
}
.bots-whom__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
}
@media (max-width: 1400px) {
  .bots-whom__list {
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .bots-whom__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bots-whom__img {
  position: absolute;
  top: -10%;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 550px;
}
.bots-whom__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bots-whom__img_mb {
  display: none;
}
@media (max-width: 992px) {
  .bots-whom__img_mb {
    display: block;
  }
}
@media (max-width: 992px) {
  .bots-whom__img_pc {
    display: none;
  }
}
@media (max-width: 1400px) {
  .bots-whom__img {
    max-height: 400px;
  }
}
@media (max-width: 1200px) {
  .bots-whom__img {
    top: 0;
  }
}
@media (max-width: 992px) {
  .bots-whom__img {
    position: static;
    height: 300px;
    max-height: none;
  }
}
.bots-whom__info {
  margin-top: auto;
}
.bots-whom__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.bots-whom__name {
  line-height: 1.2em;
  color: #373737;
  font-size: 16px;
  font-weight: 700;
}
.bots-whom__description {
  color: #7B7B7B;
  font-size: 14px;
  line-height: 1.4em;
  margin: 0;
}

.bots-stages__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.8fr 80px 1fr 80px 0.8fr;
  grid-template-columns: 0.8fr 1fr 0.8fr;
  gap: 80px;
  position: relative;
}
@media (max-width: 1200px) {
  .bots-stages__wrapper {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .bots-stages__wrapper {
    gap: 20px;
  }
}
.bots-stages__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 992px) {
  .bots-stages__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}
.bots-stages__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  height: 80px;
  border-radius: 15px;
  padding: 0 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.bots-stages__link img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.bots-stages__link span {
  font-weight: 600;
  line-height: 1.2em;
  color: #373737;
  font-size: 16px;
}
.bots-stages__link::after {
  display: none;
}
.bots-stages__link._active {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 30px rgba(0, 101, 142, 0.15);
          box-shadow: 0 0 30px rgba(0, 101, 142, 0.15);
}
.bots-stages__link:not(._active):hover {
  border-color: #0098D6;
  background: #FFFFFF;
}
@media (max-width: 576px) {
  .bots-stages__link {
    width: 100%;
    height: 60px;
  }
}
.bots-stages__body {
  font-size: 16px;
  line-height: 1.7em;
}
@media (max-width: 992px) {
  .bots-stages__body {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
  .bots-stages__body {
    position: relative;
    z-index: 2;
    -ms-grid-column-span: 3;
    grid-column: span 3;
    background: rgba(245, 247, 250, 0.5);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    padding: 40px;
    margin: 0 -40px;
  }
}
.bots-stages__body p {
  margin-bottom: 10px;
}
.bots-stages__body p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .bots-stages__img {
    position: relative;
    top: -25%;
  }
}
@media (max-width: 768px) {
  .bots-stages__img {
    z-index: -1;
    position: absolute;
    right: -30%;
    top: unset;
    bottom: -10%;
    width: 350px;
    height: 425px;
  }
}

.bots-develop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media (max-width: 992px) {
  .bots-develop {
    gap: 40px;
  }
}
.bots-develop::-webkit-scrollbar {
  display: none;
}
.bots-develop__item {
  padding: 40px;
  border-radius: 15px;
  background: #EFFAFF;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 420px;
          flex: 0 0 420px;
}
.bots-develop__item::after {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(calc(-100% - 30px), -50%);
          transform: translate(calc(-100% - 30px), -50%);
  width: 60px;
  z-index: -1;
  background: url("../img/bots/icons/line-arrow-right.svg") no-repeat center right;
}
@media (max-width: 576px) {
  .bots-develop__item::after {
    -webkit-transform: translate(calc(-100% - 0px), -50%);
            transform: translate(calc(-100% - 0px), -50%);
  }
}
.bots-develop__item:first-of-type::after {
  display: none;
}
@media (max-width: 992px) {
  .bots-develop__item {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .bots-develop__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
  }
}
.bots-develop__num {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0098D6;
  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;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
  font-weight: 800;
  line-height: 1em;
  font-size: 16px;
}
@media (max-width: 576px) {
  .bots-develop__num {
    bottom: -20px;
    top: unset;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.bots-develop__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.bots-develop__list {
  padding-left: 15px;
}
.bots-develop__list li {
  list-style: circle;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 10px;
  color: #0098D6;
}
.bots-develop__list li span {
  color: #373737;
}
.bots-develop__list li:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .bots-develop__list {
    padding-left: 30px;
  }
}

.bots-tariffs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 140px;
}
@media (max-width: 768px) {
  .bots-tariffs {
    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;
    margin-top: 60px;
  }
}
@media (max-width: 576px) {
  .bots-tariffs {
    gap: 10px;
    margin-top: 40px;
  }
}
.bots-tariffs__item {
  border-radius: 15px;
  background: #FFFFFF;
  border: 1px solid #D9E2ED;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 160px 40px 40px 40px;
  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;
  gap: 40px;
  position: relative;
}
@media (max-width: 1200px) {
  .bots-tariffs__item {
    gap: 20px;
    padding: 120px 20px 20px 20px;
  }
}
@media (max-width: 768px) {
  .bots-tariffs__item {
    width: 100%;
    max-width: 360px;
    padding: 20px;
  }
}
.bots-tariffs__item:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 0 30px rgba(0, 101, 142, 0.15);
          box-shadow: 0 0 30px rgba(0, 101, 142, 0.15);
}
.bots-tariffs__item:nth-child(1) .bots-tariffs__img {
  height: 160px;
}
@media (max-width: 1200px) {
  .bots-tariffs__item:nth-child(1) .bots-tariffs__img {
    height: 120px;
  }
}
.bots-tariffs__item:nth-child(2) .bots-tariffs__img {
  height: 200px;
}
@media (max-width: 1200px) {
  .bots-tariffs__item:nth-child(2) .bots-tariffs__img {
    height: 160px;
  }
}
.bots-tariffs__item:nth-child(3) .bots-tariffs__img {
  height: 220px;
}
@media (max-width: 1200px) {
  .bots-tariffs__item:nth-child(3) .bots-tariffs__img {
    height: 180px;
  }
}
.bots-tariffs__img {
  position: absolute;
  left: 50%;
  top: 120px;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
@media (max-width: 1200px) {
  .bots-tariffs__img {
    top: 80px;
  }
}
@media (max-width: 768px) {
  .bots-tariffs__img {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.bots-tariffs__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.bots-tariffs__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2em;
  text-align: center;
  margin: 0;
}
@media (max-width: 1200px) {
  .bots-tariffs__name {
    font-size: 18px;
  }
}
.bots-tariffs__desc {
  font-size: 16px;
  line-height: 1.7em;
  text-align: center;
  font-weight: 500;
  margin: 0;
  color: #7B7B7B;
}
@media (max-width: 1200px) {
  .bots-tariffs__desc {
    font-size: 14px;
  }
}
.bots-tariffs__header {
  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;
  gap: 10px;
}
.bots-tariffs__footer {
  margin-top: auto;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.bots-tariffs__price {
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  white-space: nowrap;
  line-height: 1em;
}
@media (max-width: 1200px) {
  .bots-tariffs__price {
    font-size: 20px;
  }
}
.bots-tariffs__term {
  line-height: 1.2em;
  font-size: 14px;
  color: #7B7B7B;
  text-align: center;
  font-weight: 500;
}
.bots-tariffs__btn {
  color: #0098D6;
  margin-top: 10px;
  font-size: 14px;
}
@media (max-width: 576px) {
  .bots-tariffs__btn {
    width: 100%;
  }
}

@-webkit-keyframes bounce-anim {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(1.1, 0.9) translateY(0);
            transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    -webkit-transform: scale(0.9, 1.1) translateY(-15%);
            transform: scale(0.9, 1.1) translateY(-15%);
  }
  50% {
    -webkit-transform: scale(1.05, 0.95) translateY(0);
            transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(-2%);
            transform: scale(1, 1) translateY(-2%);
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}

@keyframes bounce-anim {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(1.1, 0.9) translateY(0);
            transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    -webkit-transform: scale(0.9, 1.1) translateY(-15%);
            transform: scale(0.9, 1.1) translateY(-15%);
  }
  50% {
    -webkit-transform: scale(1.05, 0.95) translateY(0);
            transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(-2%);
            transform: scale(1, 1) translateY(-2%);
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
.bounce-animation {
  -webkit-animation: bounce-anim 1.2s ease-in-out;
          animation: bounce-anim 1.2s ease-in-out;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}