@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap");

svg use {
  fill: #1700ff;

  fill-rule: evenodd;
}

.path {
  fill: #fff;
  stroke: #fff;
}

html {
  scroll-behavior: smooth;
}

.svg-menu rect,
.menu {
  transition: all 0.3s linear;
}

body {
  font-family: "Manrope", sans-serif;
  width: 100%;
  color: rgba(16, 29, 43, 1);
  font-size: 16px;
  line-height: 20px;
  overflow-x: hidden;
  background: rgba(255, 255, 255, 1);

  font-weight: 400;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  padding-top: 81px;
}

a {
  color: inherit;
}

* {
  position: relative;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

ul > li {
  display: inline-block;
}

span {
  display: inline-block;
}

.image img {
  display: block;
}

.header {
  z-index: 1000;
  width: 100%;
}
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 25px;
  justify-content: center;
}

.menu ul li {
  position: relative;
}
.menu ul li span {
  gap: 4px;
  display: flex;
}
.menu ul li a,
.menu ul li span {
  text-decoration: none;
  color: #fff;

  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
}
.menu .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -589%;
  background: linear-gradient(90deg, #182c87 0%, #0a0752 100%);
  padding: 20px 52px;

  min-width: 1200px;
  width: 100%;
  z-index: 100;
  border: 1px solid;

  border-image-source: linear-gradient(
    270deg,
    #0099ff 0%,
    #00adf1 47.66%,
    #54bbff 100.13%
  );
  border: 1px solid #54bbff;
  backdrop-filter: blur(54px);
  border-radius: 0 0 30px 30px;
}
.dropdown__info {
  position: relative;
  max-width: 536px;
    width: 536px;
  overflow: hidden;
  padding: 25px;
height:283px;
}

.dropdown__info::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/dropdown__info-bg.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  border-radius: 15.69px 0 0 15.69px;
}

.dropdown span img {
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
}
.dropdown-menu li {
  padding: 0;
}

.dropdown-menu a {
  display: block;
  padding: 8px 16px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}

.dropdown-menu ul {
  display: flex;
  flex-direction: column;
  max-width: 563px;
  gap: 12px !important;
}

.dropdown-menu ul li {
  position: relative;
  background: rgba(30, 113, 255, 0.2);
  backdrop-filter: blur(42px);
  border-radius: 15.69px;
  z-index: 1;
}

/* Градієнтний бордер через before */
.dropdown-menu ul li::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 15.69px;

  background: linear-gradient(
    99.44deg,
    rgba(153, 153, 153, 0.2) 17.12%,
    #ffffff 74.92%
  );

  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
  z-index: -1;
}

.dropdown-menu ul li {
  display: flex;
  padding: 13px 24px;
  width: 561px;
  /* width: 100%; */
  flex-direction: row;
  align-items: center;
}
.dropdown-menu ul li a {
  font-weight: 600;
  font-size: 23px;
  line-height: 33px;
  padding: 0 !important;
  margin-right: 19px;
}
.dropdown-menu ul li img:first-child {
  margin-right: 17.48px;
  border-radius: 0;
}
.dropdown-menu ul li a:last-child {
  margin-right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.dropdown-menu ul li a > img {
  margin-left: 19px;
  margin-right: 0 !important;
}
#menu-header-menu .dropdown:hover .dropdown-menu {
  display: flex;
  justify-content: center;
  gap: 25px;
  z-index: -4;
  border-top: 1px solid rgba(255, 255, 255, 1);
  margin-top: 0;
	align-items: flex-start;
}
.dropdown-menu .nav__hover a {
  position: relative;
  /* padding-right: 22px;  */
}

.dropdown-menu .nav__hover a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 64px;
  height: 22px;
  background-image: url("../img/li-right-one.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}

.nav__hover:hover a::after {
  background-image: url("../img/li-right-one-hover.svg");
}

.dropdown__info-nav {
  margin-top: -24px;
  width: 23px;
  height: 23px;
  padding: 0 !important;
  margin-left: auto;
}
.dropdown__info-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: rgba(255, 255, 255, 1);
  padding-bottom: 12px;
  border-bottom: 1px solid transparent;
  border-image-source: linear-gradient(
    90deg,
    #1fd6ff 9.62%,
    #1e71ff 36.54%,
    #9000ff 63.46%,
    #fbff00 90.87%
  );
  border-image-slice: 1;
}
.dropdown__info ul li {
  background: none;
  border: none;
  padding: 0;
/*   max-width: 117px; */
  margin: 0;
}
.dropdown__info ul li a {
  font-weight: 500;
  padding: 0;
  font-size: 22px;
  line-height: 16px;
  text-decoration: underline;
}
.dropdown {
  padding: 33px 0;
}
.nav__hover {
  display: flex;
  align-items: center;
}
.dropdown__info ul {
  display: flex;
  flex-direction: row;
  margin-top: 33px;
  gap: 20px;
  justify-content: flex-start;
}
.dropdown-menu .dropdown__info ul li::before {
  content: none;
}
.dropdown__info p {
  font-weight: 400;
  font-size: 18px;
  line-height: 31.5px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 366px;
}

.dropdown span img {
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  transition: transform 0.3s ease;
}

#menu-header-menu .dropdown:hover span img {
  transform: rotate(-183deg);
}

.image img {
  margin: auto;
}

.content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 0;
  overflow: hidden;
}

a {
  transition: all 0.2s linear;
}

h1,
h2,
h3,
h4,
.title {
  font-weight: 700;
  z-index: 100;
  color: rgba(224, 231, 0, 1);
}

h1,
.title.general {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -1.62px;
  text-align: center;
  vertical-align: middle;
  color: rgba(255, 255, 255, 1);
  max-width: 659px;
  margin-bottom: 29px;
}
.u-anim {
  --u-color: rgb(23, 0, 255);
  /* 	 --u-color: #D0F861; */
  --u-height: 0.32em;
  --u-offset: 0.08em;
  display: inline-block;
  position: relative;
  background-image: linear-gradient(var(--u-color), var(--u-color));
  background-repeat: no-repeat;
  background-position: left calc(100% - var(--u-offset));
  background-size: 0 var(--u-height);
  transition: background-size 1.3s cubic-bezier(.22, 1, .36, 1);

}

.u-anim.is-revealed {
  background-size: 100% var(--u-height);
}

.u-anim:hover {
  background-size: 100% var(--u-height);
}

.cover__wrap p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 31.5px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.8);
  max-width: 535px;
  margin-bottom: 67px;
  margin-left: auto;
  margin-right: auto;
}
h2,
.title.high {
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1.08px;
  text-align: center;
  vertical-align: middle;
  color: rgba(16, 29, 43, 1);
  margin-bottom: 34px;
}
h2 > span {
  color: rgba(99, 91, 255, 1);
}

h3,
.title.middle {
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1.08px;
  text-align: left;
  color: #635bff;
  padding-bottom: 21px;
  border-bottom: 0.5px solid #00adf1;
}

h4,
.title.small {
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}

.button {
  min-width: 191px;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 14px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  padding: 18px 24px;
  display: inline-block;
  position: relative;
  color: rgba(2, 90, 148, 1);
  height: auto;
  overflow: hidden;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  margin: auto;
  z-index: 10;
  transition: background 0.4s ease;
  transition: all 0.3s linear;
  border-radius: 88px;
  background: linear-gradient(0deg, #d0f861, #d0f861);
}
.button.header__button.sales {
  min-width: 191px;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 14px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  padding: 18px 24px;
  display: inline-block;
  position: relative;
  color: rgba(2, 90, 148, 1);
background: rgba(251, 255, 0, 1);

  text-transform: none;
}
.results__block-info .button.results__button {
  transition: background 0.4s ease;
  display: inline-block;
}

/* .button:hover {
  transform: scale(1.05);
} */
.results__block-info .button.results__button:hover {
  background: linear-gradient(180deg, #0070ff 0%, #1700ff 100%);
}
/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  background: radial-gradient(
      86.67% 579.44% at 50% 9.23%,
      #100d23 0%,
      #09004b 33.21%,
      #0a0a73 45.11%,
      #216cce 81.16%,
      #489fff 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 1);
}

.content.header__content {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  min-height: 81px;
  padding: 0;
  overflow: visible;
}

.logo img {
  display: block;
  max-width: none;
}

.header__menu-button {
  display: none;
  background: transparent;
  z-index: 1000;
}

.header__menu-button svg {
  display: block;
  width: 45px;
}

.header__content > .header__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__button.button {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: rgba(255, 255, 255, 1);
  padding: 18px 20px;
  min-width: 158px;
  background: linear-gradient(180deg, #0070ff 0%, #1700ff 100%);
  border-radius: 88px;
	text-transform: none;
}
.header__button.button {
  position: relative;
  overflow: hidden;
}

.header__button.button span {
  display: inline-block;
  position: relative;
  z-index: 2;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.header__button.button::after {
  content: attr(data-text);
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
  color: inherit;
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.button.header__button.top::after{
content: none;
}
.header__button.button:hover span {
  transform: translateY(-250%);
}
.button.header__button.top:hover span {
  transform: translateY(0);
}
/*  */
.button.header__button.top {
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.button.header__button.top:hover {
  box-shadow:
    0 10px 30px rgba(63, 81, 181, 0.45),
    0 6px 18px rgba(33, 150, 243, 0.45);
  transform: translateY(-2px);
}

/*  */
.header__button.button:hover::after {
  top: 50%;
  opacity: 1;
}

.header__button + .header__button {
  margin-left: 8px;
}
.header__menu {
  flex: 1;
}

.header__menu > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  gap: 16px;
}

.header__menu > ul a {
  transition: opacity 0.3s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  justify-content: center;
}

.header__menu > ul a:hover {
  color: #316382;
}

.header__languages {
  position: relative;
  z-index: 1000;
  font-size: 14px;
  line-height: 16px;
  color: #6e7785;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 24px;
}

.header__languages img {
  display: block;
  border-radius: 50%;
}

.header-languages__button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
  z-index: 1000;
  padding-right: 20px;
}

.header-languages__button:before {
  content: "";
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  background-image: url(../images/languages-arrow.svg);
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-languages__button img {
  width: 24px;
  border-radius: 50%;
  transition: all 0.2s linear;
}

.header-languages__button:hover img {
  transform: scale(1.1);
}

.header-languages__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: -999;
  width: 100vw;
  height: 100%;
  margin: 0;
  border: none;
  overflow: hidden;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
  transition: all 0.1s linear;
  padding: 20px;
}

.header-languages__wrapper.active {
  opacity: 1;
  overflow-y: auto;
  z-index: 11000;
  visibility: visible;
  background: rgba(0, 0, 0, 0.6);
}

.header-languages__wrap {
  display: block;
  position: absolute;
  margin: 10px 20px 0;
}

.header-languages__wrap > div:not(.header-languages__close) {
  padding: 24px 30px;
  border-radius: 10px;
  background: #1a1b29;
  max-width: 450px;
  z-index: 10;
  transition: all 0.2s linear;
  overflow: auto;
  max-height: calc(100vh - 10px);
  width: auto;
}

.header-languages__wrap > div::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.header-languages__desc {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 22px;
  color: #fff5d6;
  text-transform: none;
  font-weight: 400;
}

.header-languages__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -24px;
  margin-left: -15px;
}

.header-languages__list li {
  margin-top: 24px;
  margin-left: 15px;
  flex: 0 1 calc((100% - 15px * 5) / 5);
}

.header-languages__list a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
  font-size: 15px;
  line-height: 2px;
  color: #fff5d6;
  font-weight: 400;
  min-width: 60px;
}

.header-languages__list a:hover {
  color: #fff;
}

.header-languages__list a span:first-child {
  flex: 0 1 24px;
  margin-right: 4px;
  transition: all 0.2s linear;
}

.header-languages__list a span:nth-child(2) {
  flex: 1;
}

.header-languages__list a img {
  transition: all 0.2s linear;
}

.header-languages__list a:hover span:first-child {
  transform: scale(1.1);
}

.header-languages__close {
  position: absolute;
  right: -16px;
  top: -16px;
  cursor: pointer;
  transition: all 0.2s linear;
  z-index: 100;
}

.header-languages__close:hover {
  transform: scale(1.1);
}

.header__expand-menu {
  display: none;
  margin-bottom: 50px;
  z-index: 1001;
}

.header__expand-menu > * {
  display: none;
  width: 100%;
}

.header__expand-menu > *:nth-child(2) a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__expand-menu li {
  display: block;
  width: 100%;
}

.header__expand-menu > *:nth-child(2) a {
  font-weight: 500;
  padding: 12px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px 20px 10px 10px;
  color: #fff;
}

.header__expand-menu span {
  display: block;
}

.header__expand-menu img {
  display: block;
  margin: auto;
}

.header__expand-menu span:first-child {
  flex: 0 1 24px;
  margin-right: 8px;
}

/* cover */

.cover {
  overflow: visible;

  margin-bottom: 81px;
}



.content.cover__content {
  overflow: visible;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 136px;
}

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

.cover__title span {
  color: #e93e3a;
}

.cover__title span:nth-child(1),
.cover__title span:nth-child(2) {
  color: #ffffff;
}

.cover__wrap {
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cover__img {
  margin-bottom: -9%;
  margin-top: 75px;
  max-width: 1200px;
  width: 100%;
  min-height: 677px;
  height: 100%;
}
.cover__img svg {
  width: 100%;
  min-height: 677px;
  border-radius: 8px;
}
.cover__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cover__bg img {
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.cover__image {
  position: absolute;
  left: 52%;
  height: 100%;
  max-height: 360px;
  bottom: 0;
  z-index: 1;
}

.cover__image img {
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
}
/* SLIDER */
.slider__dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #316382;
  border-radius: 50%;
  cursor: pointer;
}
.dot.active {
  background: #32bff8;
}
.content__text-bg {
  background: rgba(29, 40, 67, 1);
  border: 1px solid rgba(224, 231, 0, 1);
  padding: 12px 20px;
  border-radius: 6px;
}
.article__block {
  display: flex;
  gap: 16px;
}
.article__block div {
  flex: 0 1 calc((100% - 40px) / 3);
}
.article__block-img {
  display: flex;
  gap: 32px;
}

.article__block-img div:last-child img {
  display: block;
}
.article__block-img ul {
  margin-top: 16px;
}
.content__img img {
  height: 100%;
}
/* content nav */
.content.nav ul > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
}
.content.nav ul > li {
  padding: 12px 14px;
  background: #316382;
  border-radius: 6px;
}
.content.nav ul > li:hover {
  background: #063857;
}

.content.nav ul {
  gap: 10.56px;
  display: flex;
}

/* article  */

article > *,
.article > * {
  margin-top: 16px;
}

.article > * + .button,
article > * + .button {
  margin-top: 20px;
}

article > *:first-child,
.article > *:first-child,
article > a.button:first-child,
.article > a.button:first-child {
  margin-top: 0;
}

article li,
.article li {
  padding-left: 19px;
  display: block;
  text-align: left;
}
article li span,
.article li span {
  font-weight: 700;
}

.article ul li:before,
article ul li:before {
  content: "•";
  color: #000;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}

.article ol,
article ol {
  list-style-position: inside;
  list-style: none;
}

.article ol > li,
article > ol li {
  counter-increment: ol;
}

.article ol > li:before,
article ol > li:before {
  content: counter(ol) ".";
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  position: absolute;
  left: 0;
  top: -2px;
  color: rgba(16, 29, 43, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.article > ol > li:marker,
article > ol > li:marker {
  content: counters(li);
}

.article p a {
  text-decoration: underline;
}

.article p a,
article p a,
.article li a,
article li a {
  color: #4da533;
  text-decoration: none;
}

/* content finance */
.content.finance {
  padding-top: 122px;
  padding-bottom: 96px;
}
.content.finance p {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  max-width: 648px;
  margin: auto;
}
/* results */
.results {
  padding-top: 93px;
  padding-bottom: 69px;
  background: rgba(247, 249, 252, 1);
}

.results .content {
  padding: 0;
}
.results__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.results__block-info {
  max-width: 521px;
}
.results__block-info h3 {
  margin-bottom: 25px;
}
.results__block-info .results__block-title {
  max-width: 337px;
}
.results__block-info p > strong {
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0;
}
.results__block-info p {
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 140%;
  color: rgba(16, 29, 43, 1);
  letter-spacing: 0;
}

.results__block-info p + p {
  margin-top: 15px;
}
.results__block-info ul {
  position: relative;
  background: #fff;
  border-radius: 66.5px;
  margin: 20px 0 30px;
  padding: 10px 25px;
  overflow: hidden;
}
/* .results__block-info ul {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 17px 30px;
  border-radius: 15px;
  margin: 20px 0 30px;
 background: rgba(255, 255, 255, 0.3);
  flex-direction: column;
} */
.results__block-info ul {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 17px 30px;
  margin: 20px 0 30px;

  border-radius: 15px;

  /* базове скло */
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  /* ✨ ПІДСВІТКА ТІЛЬКИ ЛІВО + ПРАВО */
  box-shadow:
    inset 1px 0 0 rgba(255,255,255,0.8),   /* лівий край */
    inset -1px 0 0 rgba(255,255,255,0.8); /* правий край */

  overflow: hidden;
}


.results__block-info .button.results__button {
background: linear-gradient(180deg, #0070FF 0%, #1700FF 100%);
  padding: 18px 20px;
  min-width: 158px;
  max-width: 158px;
  margin-left: 0;
  color: rgba(255, 255, 255, 1);
}

.results__block-info ul li {
  white-space: nowrap;
}

.results__block-info ul li {
font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 21.9px;
    letter-spacing: 0;
    color: rgba(16, 29, 43, 1);
}
.results__block-info p br {
  display: none;
}
/* miraxtech */
.miraxtech {
background: linear-gradient(133deg, #190D23 0%, #00094B 25.52%, #150A73 47.46%, #216CCE 87.93%, #489FFF 103.89%);

  padding: 87px 0 127px 0;
}
.miraxtech .content {
  padding: 0;
}
.miraxtech .content h2 {
  color: rgba(255, 255, 255, 1);
}
.miraxtech__block ul li img {
  transform: scale(0);
  transition: transform 0.6s ease;
  max-width: 100%;
  border-radius: 0;
}
.miraxtech__block {
  position: relative;
  border-radius: 15px;
  padding: 60px 84px;
  background: rgba(255, 255, 255, 0.07);
  overflow: hidden;
}

.miraxtech__block::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px 2px 2px 2px;
  border-radius: inherit;

background: linear-gradient(136.3deg, rgba(153, 153, 153, 0.2) 16.1%, #FFFFFF 76.9%);
  background-size: 200% 200%;
  animation: borderRun 4s linear infinite;

  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

@keyframes borderRun {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.miraxtech__block ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.miraxtech__block ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.miraxtech__block ul li h3 {
  font-weight: 600;
  font-size: 21px;
  line-height: 30.24px;
  letter-spacing: -0.57px;
  text-align: center;
  vertical-align: middle;
  color: rgba(255, 255, 255, 1);
  margin-top: 26px;
  margin-bottom: 12px;
  padding-bottom: 0;
  border-bottom: none;
}
.miraxtech__block ul li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: rgba(245, 245, 255, 1);
  max-width: 156px;
}

.miraxtech__block ul li img {
  transform: scale(0.85);
  transition: transform 0.6s ease;
  will-change: transform;
}
/* content who */
.who {
  background: rgba(245, 245, 249, 1);
  padding-top: 83px;
  padding-bottom: 87px;
}
.who .content {
  padding: 0;
}
.who__block {
  background: rgba(255, 255, 255, 1);
  border-radius: 15px;
  padding: 63px 41px;
}
.who__block ul li {
  font-weight: 600;
  font-size: 21px;
  line-height: 30.24px;
  letter-spacing: -0.57px;
  vertical-align: middle;
  color: rgba(16, 29, 43, 1);
  text-align: left;
}
.who__block ul li:first-child{
max-width:137px;
}
.who__block ul li:nth-child(5){
max-width:141px;
}
.who__block ul li:last-child {
  max-width: 153px;
}
.who__block ul li:nth-child(3) {
  max-width: 153px;
}
.who__block ul {
  display: flex;
  gap: 54px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.who__animation {
  background: rgba(255, 255, 255, 1);
  border-radius: 15px;
  margin-top: 68px;
}
/* cta */
.content .cta__block {
  position: relative;
  overflow: hidden;
}
.cta {
  background: linear-gradient(276.56deg, #0D0D23 -6.75%, #00034B 19.47%, #0F0A73 42.01%, #216CCE 83.6%, #489FFF 100%);
	    padding-top: 62px;
}
.cover.about-us .breadcrumbs {
/*     margin-left: -170px; */
	 margin-left: auto;
}
/* .cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10%;
  background: rgba(245, 245, 249, 1);
  z-index: -1;
} */

/* .cta::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 90%;
  background: linear-gradient(
    276.56deg,
    #0d0d23 -6.75%,
    #00034b 19.47%,
    #0f0a73 42.01%,
    #216cce 83.6%,
    #489fff 100%
  );
  z-index: -1;
} */
.cta .content h2 {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 20px;
}
.cta .content h2 span {
  color: rgba(255, 255, 255, 1);
}
.cta__block {
  position: relative;
  border-radius: 15px;
  background: linear-gradient(
    136.55deg,
    rgba(13, 23, 35, 0.5) -50.66%,
    rgba(0, 34, 75, 0.5) -11.54%,
    rgba(10, 55, 115, 0.5) 22.08%,
    rgba(33, 108, 206, 0.5) 84.12%,
    rgba(72, 159, 255, 0.5) 108.59%
  );
  padding: 85px 0;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta__block p {
  line-height: 28px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 43px;
}
.cta .content.cta__info {
  padding: 0;

}
.cta__block {
  position: relative;
  border-radius: 20px;
	    background: rgba(255, 255, 255, 0.07);
  padding: 85px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;

/*   background: linear-gradient(
    136.55deg,
    rgba(13, 23, 35, 0.5) -50.66%,
    rgba(0, 34, 75, 0.5) -11.54%,
    rgba(10, 55, 115, 0.5) 22%,
    rgba(33, 108, 206, 0.5) 84.12%,
    rgba(72, 159, 255, 0.5) 108.59%
  ); */

  /* Градієнтний бордер */
  /*   border: 1px solid transparent;
  border-image: linear-gradient(
      136.3deg,
      rgba(153, 153, 153, 0.2) 16.1%,
      #ffffff 76.9%
  ) 1; */
}

.cta__block::before {
  content: "";
  position: absolute;
  inset: 0;
padding: 1px 2px 1px 1px;
  border-radius: inherit;

  background: linear-gradient(
    136.3deg,
    rgba(153, 153, 153, 0.3) 16.1%,
    rgba(255, 255, 255, 0.85) 76.9%
  );

  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  z-index: 1;
  pointer-events: none;
}

.work__trafick div[data-target] {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  transition: color 0.3s ease-in-out;
}
.work__trafick div[data-target].is-anim-done {
  color: #4caf50;
}
/* content work */
.content.work {
  display: flex;
  align-items: center;
/*   justify-content: space-between; */
  padding-top: 61px;
  padding-bottom: 100px;
}
/* .work__trafick {
    margin-left: auto;
} */
.work__trafick {
    min-width: fit-content;
}
.content.work {
    justify-content: space-between;
	overflow: visible;
}
.work__trafick {
  display: flex;
  gap: 20px;
}
.work__trafick-active,
.work__trafick-payment,
.work__trafick-countries {
  position: relative;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.07);
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 27px 24px;
  max-width: 174px;
  flex: 0 0 174px;
  min-height: 222px;
}
.work__trafick-active p:first-child,
.work__trafick-payment p:first-child,
.work__trafick-countries p:first-child {
  position: relative;
  color: rgba(255, 255, 255, 1);
  font-size: 21.27px;
  line-height: 140%;
  text-align: center;
  padding-bottom: 27px;
  margin-bottom: 26px;
}

.work__trafick-active p:first-child::after,
.work__trafick-payment p:first-child::after,
.work__trafick-countries p:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 1px;
border-top: 1px solid transparent;
    border-image-source: linear-gradient(90deg, #1fd6ff 9.62%, #1e71ff 36.54%, #9000ff 63.46%, #fbff00 90.87%);
    border-image-slice: 1;
}

.work__trafick-active p:last-child,
.work__trafick-payment p:last-child,
.work__trafick-countries p:last-child {
  font-size: 16px;
  line-height: 140%;
  color: rgba(255, 255, 255, 1);
}
.counter {
  font-size: 53.58px;
  line-height: 64.3px;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  margin-bottom: 0.96px;
}
.work__trafick-active::before,
.work__trafick-payment::before,
.work__trafick-countries::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2.5px;
  border-radius: inherit;
  background: linear-gradient(
    136.3deg,
    rgba(153, 153, 153, 0.2) 16.1%,
    #ffffff 76.9%
  );

  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

.work__info h2 {
  letter-spacing: -1.08px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  max-width: 475px;
}
.work__info p {
  line-height: 140%;
  color: rgba(255, 255, 255, 1);
  max-width: 448px;
  margin-bottom: 51px;
}
.work__info ul {
  display: flex;
}
.work__info ul > li {
  display: flex;
  gap: 10px;
  padding-right: 25px;
  padding-left: 25px;
  align-items: center;
}
.work__info ul > li:first-child {
  padding-left: 0;
}
.work__info ul > li:not(:last-child) {
  border-right: 2px solid #fff;
}
.work__info ul > li > p {
  margin: 0;
}
.cta .work__info h2 > span {
  color: rgba(0, 173, 241, 1);
}

/* footer */

.footer {
  background: transparent;
  text-align: center;
}
.footer__content.content {
  background: transparent;
  border-radius: 0;
  overflow: visible;
  padding: 83px 0 79px 0;
  display: flex;
  border-bottom: 0.5px solid #0099ff;
  margin-bottom: 58px;
	flex-wrap: wrap;
}
.footer__bottom p {
  font-size: 15px;
  line-height: 150%;
	font-weight: 300;
  color: rgba(16, 29, 43, 1);
}
.content.footer__bottom {
  padding: 0;
  padding-bottom: 57px;
  z-index: 999;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
}
.footer-logo {
  text-align: left;
  max-width: 286px;
  margin-right: 11%;
}
.footer .footer-logo img {
  margin-left: 0;
  margin-bottom: 28px;
}
.footer-nav {
  text-align: left;
  max-width: 233px;
  margin-right: 42px;
}

.footer__title {
  font-size: 21px;
  line-height: 30.24px;
/*   font-weight: 600; */
	  font-weight: 500;
  color: rgba(16, 29, 43, 1);
  text-align: left;
  margin-bottom: 32px;
}
.footer-blog ul li > a,
.footer-nav ul li > a {
    color: rgba(16, 29, 43, 1);
    font-weight: 300;
}
.footer-social p > a,
.footer-logo p{
	  font-weight: 300;
}
.footer-blog ul li > a,
.footer-nav ul li > a {
  color: rgba(16, 29, 43, 1);
}
.footer-blog ul li + li,
.footer-nav ul li + li {
  margin-top: 12px;
}
.footer-blog ul,
.footer-nav ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-blog {
  max-width: 133px;
}
.footer-social ul {
  margin-top: 24px;
  display: flex;
  gap: 8px;
}
.footer-social {
  max-width: 170px;
  margin-left: 10%;
}
.article.footer__article {
  display: flex;
  align-items: center;
  gap: 33px;
  justify-content: space-between;
  margin-bottom: 16px;
}
.article.footer__article p {
  font-size: 15px;
  line-height: 150%;
  font-weight: 400;
}
.bg__img {
  background: rgba(28, 0, 63, 1);
}
.content.offer__content.offer__content-rg {
  justify-content: flex-end;
}
.footer img {
  display: block;
  border-radius: 0;
  margin: auto;
}

.footer__payment {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-left: -8px;
}

.footer__payment li {
  margin-top: 8px;
  margin-left: 8px;
}

.footer__payment img {
  max-height: 80px;
}

.footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__article.article > * + * {
  margin-top: 8px;
}

.footer__age {
  flex: 0 1 40px;
  margin-left: 24px;
  margin-top: 20px;
}

.footer__article {
  flex: 0 1 calc(100% - 24px - 40px);
  text-align: left;
}

/* comment */

.comment__content.content {
  overflow: hidden;
  text-align: center;
}

.comment__content > * + * {
  margin-top: 16px;
}

.comment__content > * {
  z-index: 100;
}

.comment__list + * {
  margin-top: 0;
}

.comment__list {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  z-index: 100;
  margin-left: -20px;
  margin-top: -20px;
}

.comment-list__item {
  flex: 0 1 calc((100% - 40px) / 2);
  padding: 40px;
  min-height: 240px;
  margin-top: 20px;
  margin-left: 20px;
  text-align: left;
  background-image: url(../images/comment-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  color: #fff;
}

.comment-item__name {
  margin-top: 8px;
}

/* offer */

.offer__content.content {
  padding: 60px 70px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  overflow: hidden;
  min-height: 308px;
  border-radius: 6px;
  margin-top: 16px;
}
.button.offer__button {
  padding: 12px 24px;
  min-width: 149px;
}
.offer__content.content.second {
  border-color: #5bf9d0;
}
.tienes {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.tienes__block {
  background: #1d2843;
  border: 1px solid #e0e700;
  border-radius: 6px;
  padding: 16px;
}
.article__img {
  position: relative;
  display: inline-block;
  border: 1px solid rgba(224, 231, 0, 1);
  border-radius: 6px;
}
.article__img.article__img-last {
  border: none;
}
.article__block-img p + p {
  margin-top: 16px;
}
.article__block-img .article__img img {
  min-width: 422px;
}
.article__block-img ol {
  margin: 16px 0;
}
.article__logo {
  position: absolute;
  top: 83%;
  left: 51%;
  transform: translate(-50%, -50%);
}
.article__logo.article__logo-bg {
  position: absolute;
  top: 83%;
  left: 51%;
  transform: translate(-50%, -50%);
}
.tienes__number {
  font-size: 16px;
  line-height: 120%;
  overflow-x: hidden;
  color: #1d2843;
  border-radius: 50%;
  background: #e0e700;
  width: 22px;
  height: 22px;
  display: flex;
  font-weight: 900;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
}
.memorables {
  margin-top: 16px;
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.memorables-block {
  background: #1d2843;
  border: 1px solid #e0e700;
  border-radius: 6px;
  padding: 16px;
}
.memorables-title {
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  color: #e0e700;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.offer__content.content.third {
  border-color: #3e5dc7;
}

.offer__content.content.fourth {
  border-color: #05856b;
}

.offer__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.offer__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
  width: 100%;
}

.offer__wrap {
  text-align: left;
  z-index: 100;
}
.offer__wrap ul {
  margin-bottom: 45px;
}
.offer__title.title.middle {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.fourth .offer__title.title {
  text-transform: uppercase;
}

.fourth .offer__title.title.middle span {
  color: #fcc211;
}

.fourth .offer__title.title.high {
  color: #fff;
}

.fourth .offer__title.title.high span {
  color: #e93e3a;
}

.offer__title.title.high {
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 0;
}

.offer__wrap > * + * {
  margin-top: 15px;
}

.offer__image {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
}

.offer__image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
}

.fourth .offer__image {
  left: auto;
  right: 68%;
}
/* faq__content */
.faq__content.content {
  overflow: hidden;
}

h2.faq__title {
  font-size: 48px;
  line-height: 56px;
}

.faq__item {
  overflow: hidden;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(89.57deg, #dff2fc 5.9%, #e6e1fc 103.34%);
}

.title.middle.faq-item__title {
  padding: 24px 60px 24px 34px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  font-weight: 400;
  color: #635bff;
  margin: 0;
  text-transform: none;
  border: none;
	letter-spacing: 0.01em;
}
.faq-item__answer.js-expand-content.expanded .article p {
  font-size: 14px;
  line-height: 160%;
  font-weight: 400;
  color: rgba(16, 29, 43, 1);
}
.title.middle.faq-item__title:before {
  content: url(../img/faq.svg);
  position: absolute;
  right: 29px;
  top: calc(50% - 15px);
  height: 6px;
  width: 10px;
  line-height: 0;
  transition: all 0.2s linear;
  z-index: 10;
}

.faq__item.active .title.middle.faq-item__title:before {
  rotate: 180deg;
  top: calc(50% - -3px);
  right: 20px;
}

.faq__item {
  display: block;
  cursor: pointer;
  border-radius: 12px;
}
.title.middle.faq-item__title.js-button-expander.active {
  padding-bottom: 10px;
}
.faq__item + .faq__item {
  margin-top: 10px;
}

.faq-item__answer {
  padding: 0 34px 24px 34px;
}

.js-expand-content {
  display: none;
  overflow: hidden;
}

.js-expand-content.expanded {
  height: 100%;
}
/* to top */

.main__arrow a {
  position: sticky;
  bottom: 10px;
  right: 0;
  width: 42px;
  height: 42px;
  transition: all 0.2s linear;
  opacity: 1;
  z-index: 200;
}
.main__arrow {
  position: absolute;
  right: 4%;
  bottom: 10px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.main__arrow {
  height: 85%;
}

#eRImj5vVTQH6285 {
  display: none;
}

.footer-social ul li a {
  transition: all 0.3s linear;
}
.footer-social ul li a {
  display: inline-block;
  background: transparent;
  border-radius: 8px;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.footer-social ul li a:hover {
  background-color: rgba(59, 89, 152, 0.1);
  box-shadow: 0 0 12px rgba(59, 89, 152, 0.4);
  border-radius: 100%;
}

.article.login-content__privacy ol > li > ol > li:before {
  content: none !important;
}

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

.footer::before {
  content: "";
  position: absolute;
  top: -296px;
  bottom: -42px;
  left: 0;
  width: 734px;
  height: 734px;
  background: url(../img/footer-top.svg) no-repeat top left;
  background-size: contain;
  pointer-events: none;
}

.footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 375px;
  height: 498px;
  background: url(../img/footer-bottom.svg) no-repeat bottom right;
  background-size: contain;
  pointer-events: none;
}
/* breadcrumbs */
.breadcrumbs {
  margin-bottom: 34px;
  padding: 0;
  background: none;
  box-shadow: none;
  display: flex;
  justify-content: center;
  margin-left: -68px;
  z-index: 2;
}
.breadcrumbs a {
  font-size: 16px;
  line-height: 31.5px;
  font-weight: 400;
  color: #fff;
  transition: all 0.2s linear;
}
.breadcrumbs li:after {
  content: ">";
  color: #fff;
  font-size: 16px;
  margin: 0 8px 0 6px;
}
.breadcrumbs li:last-child:after {
  content: none;
}
/* cover products */
.cover.products {
  padding-top: 16px;
  border-radius: 0;
}
.cover.products .content.cover__content {
  padding: 0;
  justify-content: flex-start;
  gap: 107px;
  align-items: center;
  margin-bottom: 13px;
}
.content.cover__content.products .cover__wrap h1 {
  text-align: left;
}
.content.cover__content.products h2 {
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 31.5px;
  letter-spacing: 0;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 28px;
  max-width: 459px;
}
.content.cover__content.products h2 span {
  color: rgba(0, 173, 241, 1);
}
.content.cover__content.products p {
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 31.5px;
  letter-spacing: 0;
  vertical-align: middle;
  max-width: 459px;
}
.cover.products .breadcrumbs{
margin-left: -69px;
}
.content.cover__content.products .cover__wrap {
  max-width: 331px;
	width: 100%;
}
.content.cover__content.products .cover__wrap h1 {
  font-size: 50px;
  line-height: 61px;
  margin: 0;
}
.content.hero-products {
  padding-bottom: 0;
}
.content.hero-products {
  margin-bottom: 424px;
  overflow: visible;
}
.content.hero-products img {
  margin-bottom: -29%;
  border-radius: 15px;
  max-width: 100%;
}
.platform .content .image img,
.content.whom .image img {
  max-width: 100%;
  border-radius: 15px;
}
.who__animation video {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/* content whom */
.content.whom {
  margin-bottom: 95px;
}
.content.whom h2 {
  padding-bottom: 20px;
  border-bottom: 0.5px solid #54bbff;
}
.whom__block {
  background: linear-gradient(
    89.57deg,
    rgba(0, 180, 255, 0.1) 5.9%,
    rgba(80, 0, 254, 0.1) 103.34%
  );
  border-radius: 15px;
  padding: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 29px;
}
.whom__block p {
  max-width: 543px;
  text-align: center;
}
/* platform */
.platform {
  background: rgba(247, 249, 252, 1);
  padding-top: 87px;
  padding-bottom: 124px;
}
.platform .content {
  padding: 0;
}
.platform .content h2 {
  padding-bottom: 20px;
  border-bottom: 0.5px solid #54bbff;
}
.platform__block p {
  max-width: 543px;
  text-align: center;
}
.platform__block {
  border: 1.25px solid rgba(255, 255, 255, 1);
  border-bottom: 0;
  border-radius: 15px 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 13px;
  padding-bottom: 26px;
  padding-left: 23px;
  padding-right: 23px;
}

.platform__block {
  background-clip: padding-box;
}
.platform__block {
  position: relative;
  z-index: 1;
}

.platform2 {
  z-index: 2;
}
.platform3 {
  z-index: 3;
}
.platform4 {
  z-index: 4;
}

.platform__list {
  border-radius: 15px;
  margin-bottom: 30px;
  overflow: hidden;
  background: /* 1. Верхній шар — світло-блакитне освітлення зверху */ linear-gradient(
      180deg,
      rgb(0 180 255 / 0%) 0%,
      rgba(0, 180, 255, 0) 40%
    ),
    /* 2. Нижній шар — легке затемнення знизу */
      linear-gradient(0deg, rgb(80 0 254 / 16%) 0%, rgba(80, 0, 254, 0) 60%),
    /* 3. М’яке світло посередині */
      radial-gradient(
        circle at 50% 60%,
        rgb(255 255 255 / 0%) 0%,
        transparent 70%
      ),
    /* 4. Основний горизонтальний шар */
      linear-gradient(
        89.57deg,
        rgb(0 180 255 / 23%) 5.9%,
        rgb(80 0 254 / 23%) 103.34%
      );
}

.platform4 {
  padding-bottom: 13px;
}

.platform__block.platform4 {
  border-radius: 15px;
}
/* content features */
.content.features {
  padding-top: 83px;
  padding-bottom: 115px;
}
.content.features h2 {
  margin-bottom: 52px;
}
.features__block div {
  background: linear-gradient(
    89.57deg,
    rgba(0, 180, 255, 0.2) 5.9%,
    rgba(80, 0, 254, 0.2) 103.34%
  );
  border-radius: 15px;
  padding: 24px;
  width: 284px;
  height: 191px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.features__block div p {
  line-height: 30.51px;
  text-align: center;
}
/* seize */
.seize {
  background: radial-gradient(
    72.34% 116.41% at 50% 9.23%,
    #100d23 0%,
    #09004b 33.21%,
    #0a0a73 45.11%,
    #216cce 81.16%,
    #489fff 100%
  );
  padding-top: 140px;
  padding-bottom: 140px;
}
.seize .content {
  margin: 0 auto;
  padding: 0;
  max-width: 600px;
  padding-top: 0;
  padding-bottom: 0;
}
.seize .content h2 {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 15px;
}
.seize .content p {
  line-height: 28px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 40px;
}
.seize__nav {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.seize__nav .button {
  margin: 0;
}
.seize__nav .button:first-child {
  background: rgba(208, 248, 97, 1);
  border-radius: 88px;
}
.seize__nav .button:last-child {
  background: rgba(255, 255, 255, 1);
  border-radius: 88px;
}
/* cover about-us */
.cover.about-us {
  background: linear-gradient(
    89.57deg,
    rgba(0, 180, 255, 0.2) 5.9%,
    rgba(80, 0, 254, 0.2) 103.34%
  );
  padding-top: 16px;
  border-radius: 0;
}
.cover.about-us .breadcrumbs a {
  color: rgba(16, 29, 43, 0.6);
}
.cover.about-us .breadcrumbs li:last-child a {
  color: rgba(16, 29, 43, 1);
}
.cover.about-us .breadcrumbs li:after {
  color: rgba(16, 29, 43, 1);
}
.cover.about-us .breadcrumbs {
 margin-left: -177px;
}
.content.cover__content.about-us {
  padding-top: 52px;
  padding-bottom: 134px;
}
.content.cover__content.about-us h1 {
  color: rgba(16, 29, 43, 1);
  font-size: 50px;
  letter-spacing: -1.35px;
  max-width: 524px;
  margin-bottom: 24px;
  line-height: 60px;
}
.content.cover__content.about-us h1 span {
  color: #635bff;
}
.content.cover__content.about-us p {
  margin: 0;
  color: rgba(117, 117, 117, 1);
  text-align: center;
  max-width: 468px;
}

.cover.about-us {
  position: relative;
}

.cover.about-us::before {
  content: "";
  position: absolute;
  top: -37px;
  right: 0;
  width: 822px;
  height: 606px;
  background: url(../img/about-hero.png) no-repeat top right;
  background-size: contain;
  pointer-events: none;
}
.cover.about-us.blog::before {
  content: "";
  position: absolute;
  top: -127px;
  left: 0;
  width: 822px;
  height: 606px;
  background: url(../img/blog.svg) no-repeat top right;
  background-size: contain;
  pointer-events: none;
}
.content.results__about {
  padding-top: 19px;
  padding-bottom: 110px;
}
.results__about-info {
  max-width: 411px;
}
.results__about-info h2 {
  text-align: left;
  font-weight: 700;
  margin-bottom: 16px;
}
.results__about-info p {
  line-height: 28px;
}
.results__about-global {
  background: linear-gradient(
    105.33deg,
    rgba(80, 0, 254, 0.8) -25.49%,
    rgba(0, 180, 255, 0.8) 107.34%
  );
  min-height: 270px;
  border-radius: 15px;
  color: #fff;
  max-width: 585px;
  padding-bottom: 34px;
  margin-left: auto;
  font-family: "Manrope", sans-serif;
}

.tabs {
  display: flex;
  justify-content: start;
  margin-bottom: 34px;
}

.tab {
  flex: 1;
  padding: 11px 0;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #e0e0e0;
  line-height: 28px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.1);

  transition: all 0.3s ease;
}

.tab.active {
  color: rgba(208, 248, 97, 1);
  background: none;
}
.tab-content p {
line-height: 28px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 34px;
    max-width: 536px;
}
.discuss.reveal.reveal-active .content p > br{
  display: none;
}
.tab:hover {
  color: #fff;
}

.tab-content {
  display: none;
  animation: fadeIn 0.4s ease;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.results__about-block {
  display: flex;
  align-items: center;
  min-height: 300px;
}

/* team */
.team {
  background: rgba(247, 249, 252, 1);
  padding-top: 54px;
  padding-bottom: 107px;
}
.team .content {
  padding: 0;
}
.team .content h2 {
  max-width: 404px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 17px;
}
.team .content p {
  line-height: 28px;
  max-width: 485px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
/* discuss */
.discuss {
  background: linear-gradient(
    89.57deg,
    rgba(80, 0, 254, 0.2) 5.9%,
    rgba(0, 180, 255, 0.2) 103.34%
  );
  padding: 215px 0 214px 0;
}
.discuss .content {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.discuss .content h2 {
  font-weight: 700;
  max-width: 485px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 17px;
}
.discuss .content p {
  line-height: 28px;
	text-align: center;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 44px;
}
.discuss {
  position: relative;
  overflow: hidden;
}

.discuss::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 820px;
  height: 820px;
  background: url("../img/discuss.svg") no-repeat left bottom;
  background-size: contain;
  pointer-events: none;
}
.main__about .footer::before {
  content: none;
}

.main__about .footer::after {
  content: none;
}

/* cover products contact */
/* .cover.products.contact .breadcrumbs {
  margin-left: -189px;
} */
.cover.products .content.cover__content {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    gap: 107px;
    align-items: center;
    margin-bottom: 13px;
}
.menu ul {
    margin-left: -49px;
}
.content.hero-products.contacts {
  position: relative;
  border-radius: 15px;
  padding: 85px 0 86px 0;
  color: #fff;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  margin-top: 70px;

  background: url("../img/form.png") no-repeat center top / cover;
}

.contact-form {
  max-width: 907px;
  margin: 0 auto;
}

.contact-form h2 {
  font-weight: 700;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 1);
}

.contact-form p {
  color: rgba(255, 255, 255, 1);
  line-height: 28px;
  margin-bottom: 64px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 30px;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid #ffffff;
  border-radius: 15px;
  padding: 10px 20px 12px 20px;
  font-size: 16px;
  color: #fff;
  width: 100%;
  transition: border-color 0.3s;
}

.form-grid input::placeholder,
.form-grid textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-grid textarea {
  grid-column: 2;
  min-height: 120px;
  resize: none;
}

button[type="submit"] {
  cursor: not-allowed;
  transition: 0.3s;
}

button[type="submit"]:enabled {
  cursor: pointer;
  opacity: 1;
}

.success-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
      0deg,
      rgba(2, 90, 148, 0.5),
      rgba(2, 90, 148, 0.5)
    ),
    linear-gradient(
      136.55deg,
      rgba(13, 23, 35, 0.5) -50.66%,
      rgba(0, 34, 75, 0.5) -11.54%,
      rgba(10, 55, 115, 0.5) 22.08%,
      rgba(33, 108, 206, 0.5) 84.12%,
      rgba(72, 159, 255, 0.5) 108.59%
    ),
    linear-gradient(
      89.57deg,
      rgba(0, 180, 255, 0.4) 5.9%,
      rgba(80, 0, 254, 0.4) 103.34%
    );
  backdrop-filter: blur(10px);
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  z-index: 999;
}

.success-overlay.active {
  display: flex;
}

.success-message {
  background: linear-gradient(
    136.55deg,
    rgba(13, 23, 35, 0.8) -50.66%,
    rgba(0, 34, 75, 0.8) -11.54%,
    rgba(10, 55, 115, 0.8) 22.08%,
    rgba(33, 108, 206, 0.8) 84.12%,
    rgba(72, 159, 255, 0.8) 108.59%
  );
  border-radius: 15px;
  padding: 40px 60px;
  text-align: center;
  max-width: 636px;
  min-height: 243px;
  color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.success-message .checkmark {
  display: block;
  font-size: 28px;
  color: #90ee90;
  margin-bottom: 10px;
}

.cover.products {
  position: relative;
  padding-top: 16px;
  border-radius: 0;
  background: none;
}

.cover.products::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    72.34% 116.41% at 50% 9.23%,
    #100d23 0%,
    #09004b 33.21%,
    #0a0a73 45.11%,
    #216cce 81.16%,
    #489fff 100%
  );
  z-index: 0;
}
.cover.products.contact::before {
  height: 53%;
}
.cover.products > * {
  position: relative;
  z-index: 1;
}

.content.hero-products.contacts {
  position: relative;
  border-radius: 15px;
  padding: 85px 0 86px 0;
  color: #fff;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  margin-top: 70px;
  background: url("../img/form.png") no-repeat center top / cover;
  margin-bottom: 88px;
}
.content.list {
  padding: 0;
}
.contact-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
gap:68px;
	justify-content: center;
}
.contact-list li {
  display: flex;
  gap: 39px;
  align-items: center;
}
.contact-list li div p {
  font-size: 23px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 2px;
}
.contact-list li div a {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}
.contact-list li div a:hover {
  color: #00adf1;
  text-decoration: underline;
}
.contact-list li:last-child div a {
  color: #00adf1;
  text-decoration: underline;
}
.contact-list li:last-child div a + a {
  margin-left: 15px;
}
.contact-form {
  max-width: 907px;
  margin: 0 auto;
}

.contact-form h2 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.contact-form p {
  color: #fff;
  line-height: 28px;
  margin-bottom: 64px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(4, auto);
  gap: 16px;
  margin-bottom: 30px;
}

.form-grid textarea {
  grid-row: 2 / 5;
  grid-column: 2;
  min-height: 100%;
  resize: none;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  padding: 10px 20px 12px 20px;
  font-size: 16px;
  color: #fff;
  width: 100%;
  transition: border 0.3s;
  font-family: "Manrope", sans-serif;
}
.form-grid textarea:focus {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.15);
  outline: none;
}
.select-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select-wrap select {
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
}

.select-wrap::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 14px;
  height: 14px;
  background: url("../img/country.svg") no-repeat center / contain;
  transform: translateY(-50%);
  pointer-events: none;
}

button[type="submit"]:enabled {
  cursor: pointer;
  opacity: 1;
}

button[type="submit"]:disabled {
  opacity: 0.6;
}
.form-grid input::placeholder,
.form-grid textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-grid select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,<svg fill='white' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 18px;
  outline: none;
  cursor: pointer;
}

button[type="submit"] {
  cursor: not-allowed;
  transition: 0.3s;
}

button[type="submit"]:enabled {
  cursor: pointer;
  opacity: 1;
}
#contactForm .button {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.success-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 20, 60, 0.6);
  backdrop-filter: blur(10px);
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.success-overlay.active {
  display: flex;
}

.success-message {
  background: linear-gradient(135deg, #005eff, #0034b5);
  border-radius: 12px;
  padding: 40px 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.success-message p {
  font-size: 30px;
  line-height: 120%;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  max-width: 360px;
  margin: 0 auto;
}
.success-message img {
  margin-bottom: 32px;
}

.success-message .checkmark {
  display: block;
  font-size: 28px;
  color: #90ee90;
  margin-bottom: 10px;
}

.select-wrap select {
  opacity: 0.8;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  padding: 10px 20px 12px 20px;
  font-size: 16px;
  color: #fff;
  width: 100%;
  transition: border 0.3s;
  font-family: "Manrope", sans-serif;
}

.select-wrap select option {
  /* background: rgba(10, 20, 40, 0.95); */
  color: rgba(10, 20, 40, 0.95);
  outline: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  max-width: 445px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
}

.select-wrap select:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.1);
}
/* visit */
.visit {
  background: radial-gradient(
      72.34% 116.41% at 50% 9.23%,
      #100d23 0%,
      #09004b 33.21%,
      #0a0a73 45.11%,
      #216cce 81.16%,
      #489fff 100%
    ),
    linear-gradient(
      133deg,
      #190d23 0%,
      #00094b 25.52%,
      #150a73 47.46%,
      #216cce 87.93%,
      #489fff 103.89%
    ),
    linear-gradient(
      276.56deg,
      #0d0d23 -6.75%,
      #00034b 19.47%,
      #0f0a73 42.01%,
      #216cce 83.6%,
      #489fff 100%
    );
  padding: 100px 0;
}
.visit .content {
  padding: 0;
  display: flex;
  align-items: center;
}
.visit__map {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  max-width: 579px;
  width: 100%;
  margin-left: auto;
  background: none;
}
.visit__info {
  max-width: 511px;
}
.visit__info h2 {
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  margin-bottom: 16px;
  text-align: left;
}
.visit__info p {
  line-height: 28px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 36px;
}
.visit__info strong {
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  line-height: 29px;
  font-size: 16px;
}
/* cover cookies */
.cover.cookies {
  background: linear-gradient(
    89.57deg,
    rgba(0, 180, 255, 0.2) 5.9%,
    rgba(80, 0, 254, 0.2) 103.34%
  );
  border-radius: 0;
}
.cover.cookies .breadcrumbs a {
  color: rgba(16, 29, 43, 0.6);
}
.cover.cookies .breadcrumbs li:last-child a {
  color: rgba(16, 29, 43, 1);
}
.cover.cookies .breadcrumbs li:after {
  color: rgba(16, 29, 43, 1);
}
.cover.cookies {
  padding-top: 16px;
}
.cover.cookies .breadcrumbs {
  margin-left: -118px;
}
/* content cover__content cookies */
.content.cover__content.cookies {
  padding-top: 18px;
  padding-bottom: 115px;
  justify-content: flex-start;
}
.content.cover__content.cookies .cover__wrap {
  align-items: flex-start;
}
.content.cover__content.cookies .cover__wrap h1 {
  color: rgba(99, 91, 255, 1);
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 16px;
}
.content.cover__content.cookies .cover__wrap div {
  display: flex;
  gap: 4px;
  align-items: center;
  color: rgba(16, 29, 43, 1);
  line-height: 16px;
  font-weight: 600;
}
.content.cover__content.cookies .cover__wrap div > p {
    margin: 0;
    padding-top: 0;
    border-top: none;
    font-weight: 400;
    color: rgba(16, 29, 43, 1);
}
.cover.cookies {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.cookies__info {
  background: rgba(247, 249, 252, 1);
}
.cover.cookies::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 469px;
  height: 822px;
  background: url("../img/cookies.svg") no-repeat right bottom;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

.content.main__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 90px;
  overflow: visible;
}
.main__left,
.main__right {
  flex: 0 1 265px;
}
.main-left__wrapper,
.main-right__wrapper {
  position: sticky;
  /* top: 90px; */
  height: calc(100vh - 90px);
  overflow: auto;
  padding-bottom: 10px;
}
.main-left-nav__list li a {
  line-height: 25.6px;
  font-weight: 500;
  color: rgba(16, 29, 43, 1);
}
.main-left-nav__list li + li {
  margin-top: 13px;
}
.main__center {
  flex: 0 1 calc(100% - 265px - 20px);
  max-width: 884px;
  margin-left: 50px;
  padding-bottom: 10px;
}
.main-left-nav__list {
  display: flex;
  flex-direction: column;
}
.main__center section {
  padding-top: 91px;
  padding-bottom: 80px;
  border-bottom: 0.5px solid #54bbff;
}
.main__center section:last-child {
  border-bottom: none;
}
.main__center section:first-child {
  padding-top: 0;
}
.main__center section h2 span {
  color: rgba(99, 91, 255, 1);
}
.main__center section h2 {
  text-align: left;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.65px;
  margin-bottom: 46px;
}
.main__center section p {
  font-size: 15px;
  line-height: 26.5px;
}
.cookies__info {
  position: relative;
}

.cookies__info::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 800px;
  height: 900px;
  background: url("../img/cookies__info.svg") no-repeat left bottom;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
.main__left {
  position: sticky;
  top: 90px;
  align-self: flex-start;
  height: fit-content;
}
/* error */
.error {
  background: linear-gradient(
    276.56deg,
    #0d0d23 -6.75%,
    #00034b 19.47%,
    #0f0a73 42.01%,
    #216cce 83.6%,
    #489fff 100%
  );
  padding-top: 200px;
  padding-bottom: 375px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error img {
  margin-bottom: 24px;
}
.error p {
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  margin-bottom: 72px;
  max-width: 351px;
  text-align: center;
}
.error .error-title {
  font-size: 24px;
  line-height: 30px;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.65px;
}
.button.error__btn {
  background: rgba(255, 255, 255, 1);
  padding: 18px 25px;
  min-width: 191px;
  color: rgba(2, 90, 148, 1);
}
.page__cookies {
  max-width: 836px;
  width: 100%;
}
/* .use-cookies {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: none;
  border: 1px solid #ffffff;
  border-radius: 15px;
  padding: 54px 0 58px 0;
  background: url("../img/use-cookies.png") no-repeat center center / cover;
} */

/*  */
.use-cookies {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: none;
  border-radius: 15px;
  padding: 54px 0 58px;
  background: url("../img/use-cookies.png") no-repeat center center / cover;
  z-index: 0;
  overflow: hidden; /* щоб before не вилазив за радіус */
}

.use-cookies::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* товщина бордера */
  border-radius: 15px;
  background: linear-gradient(
    136.3deg,
    rgba(153, 153, 153, 0.2) 16.1%,
    #FFFFFF 76.9%
  );

  /* вирізаємо середину щоб залишився тільки бордер */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;

  pointer-events: none;
  z-index: 1;
}




/*  */
.use-cookies img {
  margin-bottom: 5px;
}
.use-cookies h2 {
  color: rgba(255, 255, 255, 1);
  font-size: 50px;
  line-height: 48px;
  font-weight: 600;
  letter-spacing: -1.08px;
  margin-bottom: 8px;
}
.use-cookies p {
  color: rgba(255, 255, 255, 1);
  line-height: 28px;
  margin-bottom: 22px;
}
.use-cookies p a {
  color: #00adf1;
  text-decoration: underline;
}
.use-cookies p.accept a {
  color: rgba(147, 181, 220, 1);
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
}
.use-cookies p.accept {
  margin-top: 6px;
  margin-bottom: 0;
}
/* ТУТ */
.page__cookies-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.75);
}

.page__cookies .use-cookies {
  position: relative;
  z-index: 2;
}

.page__cookies-overlay.hidden {
  display: none;
}
.main-left-nav__list li a:hover {
  color: #7d5efc;
  text-decoration: underline;
}
.content.footer__bottom p a:hover {
  color: #7d5efc;
  text-decoration: underline;
}
.seize__nav .button:last-child {
  color: rgba(2, 90, 148, 1);
  min-width: 191px;
}
.footer-social p a:hover {
  color: #7d5efc;
  text-decoration: underline;
}

img,
video {
  border-radius: 59px;
  max-width: 548px;
}
/* blog */
.content.cover__content.about-us .cover__wrap.blog h1 {
  max-width: 626px;
}
.content.cover__content.about-us .cover__wrap.blog p {
  max-width: 626px;
}
.blog-section {
  background: linear-gradient(0deg, #f7f9fc, #f7f9fc);

  padding: 100px 0;
}
.blog-section .content {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.blog-card {
  max-width: 380px;
  width: calc(33.3% - 30px);
}
.cover.about-us.blog {
  margin-bottom: 0;
  overflow: hidden;
}

.blog-card__image img {
  border-radius: 12px;
}
.blog-card__image {
  margin-bottom: 22px;
}

.blog-card__categories .category {
  font-size: 12px;
  line-height: 100%;
  color: rgba(99, 91, 255, 1);
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 3.1px;
  background: rgba(99, 91, 255, 0.07);
  text-transform: uppercase;
}
.blog-card__categories {
  margin-bottom: 10px;
  text-align: left;
}
h3.blog-card__title,
h3.blog-card__title a {
  font-size: 18px;
  line-height: 25.92px;
  letter-spacing: -0.49px;
  color: rgba(16, 29, 43, 1);
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 9px;
}
.blog-card__excerpt {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 27px;
  text-align: left;
}
.blog-card__meta .author,
.blog-card__meta .date {
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(16, 29, 43, 1);
  letter-spacing: 0.48px;
}
.blog-card__meta .dot {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 5px;
  background: rgba(16, 29, 43, 1);
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
}
.blog-card__meta {
  display: flex;
  align-items: center;
}
.blog-card__meta .updated {
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 0.48px;
  color: rgba(16, 29, 43, 0.6);
}
/* pagination */
.blog-section {
  text-align: center;
}

.pagination {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}

.page-btn {
  border: 1px solid rgba(0, 153, 255, 0.5);
  background: transparent;
  color: rgba(16, 29, 43, 0.6);
  border-radius: 12px;
  padding: 11px 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.page-btn.active {
  background: #0070ff;
  color: #fff;
  border-color: #0070ff;
}

.page-btn.prev,
.page-btn.next {
  font-size: 11px;
  line-height: 100%;
  font-weight: 700;
  border: 1px solid rgba(0, 153, 255, 0.5);
  color: rgba(16, 29, 43, 0.6);
}
.page-btn:hover,
.page-btn.prev:hover,
.page-btn.next:hover {
  border: 1px solid rgba(30, 113, 255, 1);
}

/* blog-post */
.blog-post {
  padding-top: 16px;
}
.blog-post .content {
  padding: 0;
}

.blog-post .breadcrumbs {
  margin-bottom: 52px;
}
.blog-post .breadcrumbs a {
  color: rgba(16, 29, 43, 0.6);
}
.blog-post .breadcrumbs li:after {
  content: ">";
  color: rgba(16, 29, 43, 0.6);
}
.blog-post .breadcrumbs li:last-child a {
  color: rgba(16, 29, 43, 1);
}
.blog-post .breadcrumbs li:last-child:after {
  content: none;
}
.blog-post .content h1 {
  color: rgba(16, 29, 43, 1);
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -1.35px;
  max-width: 1073px;
  text-align: left;
  margin-bottom: 25px;
}
.blog-post .content .image {
  margin-top: 50px;
  margin-bottom: 54px;
}
.blog-post .content p {
  line-height: 28px;
}
.blog-post .content p a {
  color: #635bff;
  text-decoration: underline;
}
.blog-postBg {
  padding: 33px 34px;
  background: linear-gradient(89.57deg, #dff2fc 5.9%, #e6e1fc 103.34%);
  border-radius: 15px;
  border-left: 4px solid rgba(99, 91, 255, 1);
  margin-top: 28px;
  margin-bottom: 28px;
}
.blog-postBg .name {
  margin-left: auto;
  width: 100%;
  display: flex;
  margin-top: 14px;
  color: rgba(99, 91, 255, 1);
  justify-content: flex-end;
}
.blog-post .content h2 {
  text-align: left;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 18px;
  letter-spacing: -0.65px;
}
.faq__list {
  margin-top: 32px;
}
.blog-post-social {
  margin-top: 46px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
}
.blog-post-nav a {
  font-size: 11px;
  line-height: 100%;
  color: rgba(16, 29, 43, 1);
  padding: 10.5px 13px;
  border: 1px solid rgba(0, 173, 241, 0.5);
  border-radius: 12px;
  font-weight: 700;
}
.blog-post-nav {
  display: flex;
  gap: 8px;
}
.social {
  display: flex;
  gap: 5px;
}
.social a {
  background: rgba(99, 91, 255, 0.07);
  width: 34px;
	height: 34px;
  border-radius: 3.1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social a:hover {
  box-shadow: 0 0 12px rgba(59, 89, 152, 0.4);
}
.pagination-page {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.pagination-page .page-btn {
  background: rgba(30, 113, 255, 1);
  color: rgba(255, 255, 255, 1);
}
.pagination-page .page-btn.next {
  background: none;
  display: flex;
  color: rgba(16, 29, 43, 0.6);
  align-items: center;
  justify-content: center;
}
.pagination-page .page-btn.next:hover {
  color: rgba(30, 113, 255, 1);
}
.blog-post-nav a:hover {
  color: rgba(30, 113, 255, 1);
  border: 1px solid rgba(30, 113, 255, 1);
}
/* author */
.cover__wrap.author p {
  font-size: 18px;
  line-height: 31.5px;
  color: rgba(117, 117, 117, 1);
  max-width: 656px;
  text-align: left;
  margin-bottom: 32px;
}
.author-social a {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 15px;
  box-shadow: -2px 3px 4px 0px rgba(171, 205, 233, 0.1);
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.author-social a:hover {
  box-shadow: 0 0 12px rgba(59, 89, 152, 0.4);
}
.content.cover__content.cookies .cover__wrap.author .author-social {
  display: flex;
  gap: 10px;
}
.cover.cookies.author::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 585px;
  height: 822px;
  background: url(../img/author.svg) no-repeat right bottom;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
.content.author {
  padding: 100px 0;
}
.content.author h2 {
  text-align: left;
  font-weight: 700;
  color: rgba(16, 29, 43, 1);
  font-size: 24px;
  line-height: 30px;
}
.content.author .image {
  margin-top: 40px;
}
.content.authors-post {
  padding-top: 0;
  padding-bottom: 186px;
}
.content.authors-post h2 {
  text-align: left;
  font-weight: 700;
  color: rgba(16, 29, 43, 1);
  font-size: 24px;
  line-height: 30px;
}
.content.authors-post .content {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.author-page {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 45%,
    rgba(247, 249, 252, 1) 45%,
    rgba(247, 249, 252, 1) 100%
  );
}

.cover.cookies.author.software::before {
  bottom: -193px;
  background: url(../img/software.svg) no-repeat right bottom;
}
.cover__img video,
.who__animation video {
  max-width: 100%;
  border-radius: 8px;
}
/* .results__block-baner.bottom  */
video {
  max-height: 694px;
}
.menu ul li a:hover{
color: #635bff;
}
.reveal {
  opacity: 0;
  transform: translateY(20px); /* небольшой «подъем» */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Класс, который добавится при достижении элемента в области видимости */
.reveal-active {
  opacity: 1;
  transform: translateY(0);
}

.cover__img video {
  max-height: 100%;
}
.team .content .image img {
  border-radius: 15px;
  max-width: 100%;
}
/* .menu-item:hover a,
.menu ul .nav__hover:hover,
.menu ul .nav__hover:hover a {
  color: #7d5efc;
  text-decoration: underline;
} */

.features__block > div {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.features__block > div.show {
  opacity: 1;
  transform: translateY(0);
}
.platform__list > div {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.platform__list > div.show {
  opacity: 1;
  transform: translateY(0);
}

.shimmer {
  text-align: center;
  color: rgba(255, 255, 255, 0.1) !important;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#635bff),
    to(#635bff),
    color-stop(0.5, #fff)
  );
  background: -moz-gradient(
    linear,
    left top,
    right top,
    from(#635bff),
    to(#635bff),
    color-stop(0.5, #fff)
  );
  background: gradient(
    linear,
    left top,
    right top,
    from(#635bff),
    to(#635bff),
    color-stop(0.5, #fff)
  );
  -webkit-background-size: 125px 100%;
  -moz-background-size: 125px 100%;
  background-size: 125px 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-animation-name: shimmer;
  -moz-animation-name: shimmer;
  animation-name: shimmer;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: 2;
  background-repeat: no-repeat;
  background-position: -200px 0;
  background-color: #635bff;
}

@-moz-keyframes shimmer {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 200% 0;
    color: #635bff !important;
  }
}

@-webkit-keyframes shimmer {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 200% 0;
    color: #635bff !important;
  }
}

@-o-keyframes shimmer {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 200% 0;
    color: #635bff !important;
  }
}

@keyframes shimmer {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 200% 0;
    color: #635bff !important;
  }
}

.fadeInLeft {
  opacity: 0;
}

/* Анимация появления */
@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fade-in-left {
  opacity: 1;
  animation: slideInFromLeft 1s forwards;
}
/* Стиль элемента */
.element {
  opacity: 0;
  transform: translateY(200px);
  animation: floatUp 1s ease-out forwards;
}

@keyframes floatUp {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.who__block ul li {
  transition: 0.5s ease;
}

@media (max-width: 600px) {
  /* повна відміна паддінга, бо ul має власний padding-left */
  .who__block ul {
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
  }

 
  .who__block ul li {
    text-align: center !important;
    display: flex !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
  }


  .who__block ul li {
    width: 100%;
  }
}

@media (max-width: 1250px) {
  .main-menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .dropdown-menu {
    display: none;
    flex-direction: column;
    gap: 12px;
    padding-left: 20px;
  }

  .dropdown-menu.open {
    display: flex;
  }

  .dropdown > .nav__hover {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .dropdown {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: auto;
    justify-content: center;
  }
}
@media (max-width: 1250px) {
  /* ГОЛОВНЕ !!! — dropdown перестає бути абсолютним */
  .main-menu .dropdown-menu {
    position: static !important;
    display: none;
    flex-direction: column;
    gap: 14px;
  }

  .main-menu .dropdown-menu.open {
    display: flex;
    padding: 20px 20px;
  }

  /* Робимо вертикальний список */
  .main-menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  /* Products стає клікабельним */
  .main-menu .dropdown > .nav__hover {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px;
    margin-bottom: 15px;
  }
  .nav__hover img {
    margin: 0;
  }
}
.footer__bottom p:last-child {
  flex: 0 0 174px;
}
.footer__bottom p {
  text-align: left;
}

.button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  -webkit-font-smoothing: antialiased;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;

  line-height: 1 !important;
}

.ios-no-hover:hover span {
  transform: none !important;
}

.ios-no-hover:hover::after {
  opacity: 0 !important;
  top: 100% !important;
}

.ios-no-hover::after {
  display: none !important;
}

.cover__wrap p {
  padding-top: 35px;
  border-top: 1px solid transparent;
  border-image-source: linear-gradient(
    90deg,
    #1fd6ff 9.62%,
    #1e71ff 36.54%,
    #9000ff 63.46%,
    #fbff00 90.87%
  );
  border-image-slice: 1;
}
.cta__block p {
  position: relative;
  padding-top: 20px;
}

.cta__block p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

  width: 80%;
  height: 1px;

  border-top: 1px solid transparent;
  border-image-source: linear-gradient(
    90deg,
    #1fd6ff 9.62%,
    #1e71ff 36.54%,
    #9000ff 63.46%,
    #fbff00 90.87%
  );
  border-image-slice: 1;
}

/* new 1.12 */
.cta-line {
  width: 100%;
  position: relative;
  height: 70px;
}

.cta-line__inner {
  position: relative;
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.cta-line__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(
    90deg,
    #1fd6ff 9.62%,
    #1e71ff 36.54%,
    #9000ff 63.46%,
    #fbff00 90.87%
  );
}

.cta-dot {
position: absolute;
    top: 50%;
    left: var(--pos);
    background: red;
    /* padding: 2px; */
    background: #1e71ff;
    /* background: rgb(30 113 255); */
    border-radius: 100%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 51px;
}

@media (min-width: 1250px) {
  .miraxtech__block.reveal.animate.reveal-active.mob {
    display: none;
  }
}
@media (max-width: 1250px) {
  .miraxtech__block.table {
    display: none;
  }
}

.content .results__block {
  position: relative;
  z-index: 1;
 padding: 27px 0 27px 45px;
}

.content .results__block::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  width: 94%;
  border-radius: 20px;
}
.results__block-info h3 {
  font-size: 38px;
  line-height: 48px;
  padding-bottom: 26px;
  position: relative;
}

.results__block-info h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    #fbff00 0%,
    #9000ff 50%,
    #1e71ff 75%,
    #1fd6ff 100%
  );
}

.content .results__block:nth-child(1)::before {
  background-image: url("../img/bg1.png");
}

.content .results__block:nth-child(2)::before {
  background-image: url("../img/bg1.png");
}

.content .results__block:nth-child(3)::before {
  background-image: url("../img/bg2.png");
}
.content .results__block:nth-child(3)::before {
  margin-left: auto;
}
.content .results__block:nth-child(3) {
  padding: 27px 45px 27px 0;
}
.content .results__block:nth-child(4)::before {
  background-image: url("../img/bg3.png");
}
.content .results__block:nth-child(4) {
  padding: 40px 0 40px 45px;
}
.content .results__block:nth-child(5)::before {
  background-image: url("../img/bg4.png");
}
.content .results__block:nth-child(5)::before {
  margin-left: auto;
}
.content .results__block:nth-child(5) {
padding: 34px 45px 34px 0;
}
.results__block + .results__block {
  margin-top: 40px;
}
/* article.results__block-info ul{
  display: inline-flex;
} */
article.results__block-info ul li {
  position: relative;
  padding-left: 28px;
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
}
article.results__block-info ul li:not(:last-child) {
  border-bottom: 0.5px solid #54bbff;
}
.content .results__block:nth-child(2) ul li {
  max-width: 225px;
}
.content .results__block:nth-child(3) ul li {
  max-width: 273px;
}
.content .results__block:nth-child(4) ul li {
 max-width: 306px;
}
.content .results__block:nth-child(5) ul li {
max-width: 321px;
}
article.results__block-info ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 18px;
  height: 18px;
  background-image: url("../img/li.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.cover.home {
  position: relative;
  z-index: 1;
}

/* .cover.home::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/hero_bg-table.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;

} */
.footer-social p a:hover,
#menu-footer-menu-2 li a:hover,
#menu-footer-menu li a:hover{
  text-decoration: underline;
  color: #0070ff;
}


@media (max-width: 1250px) {
  .dropdown-menu.open ul li a {
    margin-left: 0;
  }
  .main-menu .dropdown-menu.open {
    align-items: center;
  }
  .dropdown-menu .nav__hover a::after {
    right: -74% !important;
  }
}
@media (max-width: 700px) {
  .dropdown__info ul {
    display: flex;
    flex-direction: column;
    margin-top: 33px;
    gap: 20px;
    justify-content: flex-start;
    max-width: 100%;
    width: 100%;
  }
  .dropdown-menu ul li {
    width: 100%;
  }
  .dropdown__info ul li {
    max-width: 100%;
  }
  .dropdown-menu ul li a {
    font-size: 16px;
  }
  .dropdown-menu .nav__hover a::after {
    right: -6% !important;
    top: 41px;
    width: 37px;
  }
  .dropdown__info {
    max-width: 100%;
    width: 100%;
  }
  .dropdown__info-title {
    font-size: 32px;
  }
	.dropdown__info-nav{
margin-top: 20px;
}
}
@media(max-width:600px){
.who__block ul li:first-child {
    max-width: 100%;
}
	.who__block ul li:nth-child(2),
	.who__block ul li:nth-child(3),
	.who__block ul li:nth-child(4),
	.who__block ul li:nth-child(5),
	.who__block ul li:last-child{
    max-width: 100%;
}
}



@media (max-width: 1250px) {
  .dropdown__info {
    display: none !important;
  }
	.dropdown-menu .nav__hover a::after {
		content: none;
	}
	.dropdown-menu.open ul li a {
        margin-left: 0;
        margin-bottom: 0;
    }
	 .dropdown-menu {
    transition: none !important;
    animation: none !important;
  }
	  .header__expand-menu,
  .header__expand-menu * {
    transition: none !important;
    animation: none !important;
  }
}
.seize__nav .button:last-child {
    color: rgba(2, 90, 148, 1);
    min-width: 191px;
    background: rgba(251, 255, 0, 1);
}
.cover.products.contact  .content.cover__content.products .cover__wrap h1{
  max-width: 300px;
}





/* 17.12 */

.page__cookies-overlay {
  display: none;
}

.page__cookies-overlay.is-open {
  display: flex;
}


.page__cookies-overlay.hidden {
  display: none;
}

.nav__hover.is-active a:after {
  background-image: url(//miraxtech.com.rigaback.com/wp-content/themes/miratech/assets/img/li-right-one-hover.svg);
}
.logo.header__logo{
    padding: 16px 0 9px 0;
}


.cover.products .breadcrumbs {
    margin-left: auto;
	padding-left:436px;
       justify-content: flex-start;
    margin-right: auto;
}

.content.features h2{
  padding-bottom:20px;
  border-bottom: .5px solid #54bbff;
  margin-bottom: 31px;
}

/* integrations */
.integrations{
  padding: 48px 0 105px 0;
  background: linear-gradient(89.57deg, #E6F8FF 5.9%, #EDE6FF 103.34%);
}
.integrations .content{
  padding-top: 0;
  padding-bottom:52px;
  border-bottom: .5px solid #54bbff;
  margin-bottom:59px;
}
.integrations .content h2{
margin:0;
}
 :root{
  --marquee-elements-displayed: 5;
  --marquee-animation-duration: 18s; /* просто швидкість, не через calc */
}

.marquee{
  width: 100%;
  height: 92px;
  overflow: hidden;
  position: relative;
}

.marquee-content{
  list-style: none;
  height: 92px;

  display: flex;
  align-items: center;
  gap: 24px;         
  width: max-content; 
  padding: 0;
  margin: 0;

  animation: scrolling var(--marquee-animation-duration) linear infinite;
  will-change: transform;
}

@keyframes scrolling{
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); } 
}

.marquee-content li{
  flex: 0 0 auto;
  max-height: 92px;
  max-width: 215px;
  width: 215px;
}

.marquee-content li img{
  display: block;
  max-width: 175px;
  height: auto;
  border-radius: 0;
}
/* 07.01 */
.content.cover__content.products h2 > span{
  color: rgba(0, 173, 241, 1);
}
.content.cover__content.products p + p{
  margin-top:8px;
}
/* .who.reveal.reveal-active {
    background-image: url("https://miraxtech.com.rigaback.com/wp-content/themes/miratech/assets/img/who-bg.png");
    background-repeat: no-repeat;
    background-position: center 245px; 
    background-size: contain; 
} */
.who__block {
    position: relative;
    background: linear-gradient(89.57deg, #E6F8FF 5.9%, #EDE6FF 103.34%);
    border-radius: 20px;
    padding: 27px 49px 25px 84px;
    z-index: 1;
    margin: 0 1px;
}


.who__block::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 20px;
    background: linear-gradient(
        271.51deg,
        #FBFF00 2.03%,
        #9000FF 35.01%,
        #1E71FF 67.41%,
        #1FD6FF 99.81%
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}
.who__block ul li img{
  border-radius:0;
  width:70px;
  height:66px;
}
.who__block ul li{
display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
}
.who__block ul li:nth-child(2) img,
.who__block ul li:nth-child(4) img,
.who__block ul li:nth-child(6) img {
    width: 50px;
    height:51px;
}
.who__block ul li:nth-child(1){
 width: 137px;
 max-width: 137px;
 margin-right: 53px;
}
.who__block ul li:nth-child(2){
 margin-right: 22px;
}
.who__block ul li:nth-child(3){
 width: 194px;
  max-width: 194px;
  margin-right: 33px;
}
.who__block ul li:nth-child(4){
  margin-right: 54px;
}
.who__block ul li:nth-child(5){
 width: 141px;
  max-width: 141px;
 margin-right: 55px;
}
.who__block ul li:nth-child(6){
 margin-right: 2px;
}
.who__block ul li:nth-child(7){
 width: 223px;
 max-width: 223px;
}
.who__block ul {
    gap: 0;
}
.who__block ul {
    justify-content: center;
}
.who__block ul li {
    text-align: center;
}

.who__animation {
    position: relative;
    border-radius: 20px;
    z-index: 1;
}

/* Градієнтний бордер */
.who__animation::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px; 
    border-radius: 20px;
    background: linear-gradient(
        271.51deg,
        #FBFF00 2.03%,
        #9000FF 35.01%,
        #1E71FF 67.41%,
        #1FD6FF 99.81%
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
    z-index: 6;
}

.who.reveal.reveal-active {
    position: relative;
    overflow: hidden;
}

.who.reveal.reveal-active::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 245px; 
    background-image: url(https://miraxtech.com.rigaback.com/wp-content/themes/miratech/assets/img/who-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    pointer-events: none;
}

@media(max-width:600px){
  .who__block ul li:nth-child(1),
  .who__block ul li:nth-child(2),
  .who__block ul li:nth-child(3),
  .who__block ul li:nth-child(4),
  .who__block ul li:nth-child(5),
  .who__block ul li:nth-child(6),
  .who__block ul li:nth-child(7),
  .who__block ul li:nth-child(8) {
    width: 201px;
    max-width: 201px;
    margin-right: 0;
}
.who__block ul li {
    gap: 24px;
}
.who__block ul li:nth-child(2) img, .who__block ul li:nth-child(4) img, .who__block ul li:nth-child(6) img {
 transform:rotate(88deg);
 width: 22px;
    height: 22px;
}
.who.reveal.reveal-active:before {
    content: none;

}
}



/* 12.01 */
.content.cover__content{
overflow:visible;
}
.content.cover__content.products.contacts{
padding: 0;
    justify-content: flex-start;
    gap: 107px;
    align-items: center;
    display: flex;
    margin-bottom: 13px;
}







@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 1250px) and (hover: none) and (pointer: coarse) {
    #menu-header-menu-1 {
  max-height: 88%;
    }
  }
}


/* NEW */
.marquee {
  overflow: hidden;
  width: 100%;
  transform: translateZ(0);
}

.marquee-content {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0;

  width: max-content;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);

  /* ВАЖЛИВО: прибираємо CSS animation */
  animation: none !important;
}

.marquee-content > li {
  flex: 0 0 auto;
}

@media (prefers-reduced-motion: reduce) {
  .marquee-content {
    transform: none !important;
  }
}
.footer-logo p {
   width: 308px;

}

.cover__img video {
    border-radius: 20px;
}

/* 29,01  */

.button.header__button.top:hover {
	box-shadow: none;
  transform: scale(1.04);
}

/* 06.02 blog page */
.cover.about-us.blog {
  background: linear-gradient(
    89.57deg,
    rgba(0, 180, 255, 0.2) 5.9%,
    rgba(80, 0, 254, 0.2) 103.34%
  );
}
.cover.about-us.blog .breadcrumbs {
  margin-left: -273px;
  margin-top: 16px;
  margin-bottom: 0;
}
.content.cover__content.about-us.blog {
  padding-top: 72px;
  padding-bottom: 97px;
}
.cover__wrap.blog p {
  border: none;
  padding-top: 0;
}
.content.cover__content.about-us.blog .cover__wrap.blog h1 > span {
  color: rgba(99, 91, 255, 1);
}
.cover.about-us.blog::before {
  top: -127px;
  width: 913px;
  height: 612px;
}
.blog-section {
  padding: 97px 0 100px 0;
}
.blog-section .content {
  row-gap: 55px;
  column-gap: 30px;
}
.pagination {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 55px;
}
.page-btn.prev:not(:disabled),
.page-btn.next:not(:disabled) {
  color: rgba(30, 113, 255, 1);
}

/* 06.02 blog post */
.blog-post .breadcrumbs {
  margin-bottom: 52px;
  margin-top: 16px;
  margin-left: -121px;
}
.blog-post .content h1 {
  margin-top: 9px;
}
.image.blog-post img {
  border-radius: 15px;
  max-width: 100%;
}
.image.blog-post {
  padding: 0;
  margin-top: 49px;
  margin-bottom: 54px;
}
.faq__item.active {
  background: rgba(99, 91, 255, 0.07);
}
@media(max-width:400px){
  	.blog-post-social {
    margin-top: 46px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 46px;
    gap: 20px;
    flex-direction: column;
}
}

/* 06.02 author */
.cover.cookies.author .breadcrumbs {
margin-left: -56px;
    margin-top: 16px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.cover__wrap.author h1{
text-align: left;
}
.blog-card__meta .author,
.blog-card__meta .date {
    white-space: nowrap;
}
.blog-card__meta {
    flex-wrap: wrap;
    row-gap: 8px;
}
.cover.cookies.author .content.cover__content.cookies {
  padding-top: 0;
  margin-top: 42px;
}
.cover__wrap.author p {
  padding: 0;
  border: none;
}
.content.author .image img {
  border-radius: 12px;
  max-width: 100%;
}
/* 06.02 category */
.cover.cookies.author.software .breadcrumbs {
    margin-left: -180px;
    margin-top: 16px;
    margin-bottom: 0;
}
.cover.cookies.author.software .content.cover__content.cookies {
  padding-bottom: 97px;
  margin-top: 49px;
}
.blog-card__meta .author:hover a,
.blog-card__meta .author:hover a{
  text-decoration: underline;
	color: rgba(99, 91, 255, 1);
}

.blog-section.block-post{
margin-top:100px;
}
.blog-section.block-post h2{
    font-weight: 700;
 text-align: left;
	margin-bottom:38px;
    font-size: 24px;
    line-height: 30px;
}

/* 12.02 */

.blog-card__meta.meta-two-lines .author{
  flex: 0 0 100%;
	text-align: left;
}

.blog-card__meta.meta-two-lines .date,
.blog-card__meta.meta-two-lines .dot,
.blog-card__meta.meta-two-lines .updated{
  white-space: nowrap;
}

.blog-card__meta.meta-two-lines .date{
  flex: 0 0 auto;
}

.blog-card__meta.meta-two-lines .updated{
  flex: 0 0 auto;
}
