@font-face {
  font-family: Inerta;
  font-display: swap;
  src: url("../fonts/Inerta-Light.woff2") format("woff2"), url("../fonts/Inerta-Light");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Inerta;
  font-display: swap;
  src: url("../fonts/Inerta-Bold.woff2") format("woff2"), url("../fonts/Inerta-Bold");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Inerta;
  font-display: swap;
  src: url("../fonts/Inerta-Regular.woff2") format("woff2"), url("../fonts/Inerta-Regular");
  font-weight: 400;
  font-style: normal;
}

*,
*:before,
*:after {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

button {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

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

ul,
ol,
li,
menu {
  list-style-type: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
textarea {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  border: none;
  border-radius: 0;
  padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

input:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
button:focus:not(:focus-visible),
a:focus:not(:focus-visible) {
  outline: none;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  color: #000;
}

body._hide-scrolling {
  overflow: hidden;
  padding-right: var(--scroll-width);
}

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

[class*=__container] {
  max-width: 77rem;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 1.25rem;
}

[class*=-ibg] {
  display: block;
  position: relative;
}

[class*=-ibg] img,
[class*=-ibg] video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.icon svg {
  width: 100%;
  height: 100%;
}

.ready-cases__btn,
.btn-icon-text,
.btn-double,
.btn-plus,
.btn-send,
.btn-view-all,
.btn-blue {
  font-family: Inerta;
  font-size: 0.75rem;
  text-transform: uppercase;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.btn-blue {
  padding: 0.5625rem 1rem;
  color: #fff;
  border-radius: 6.25rem;
  background-color: #512eff;
}

.btn-plus,
.btn-send,
.btn-view-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  color: #000;
  border-radius: 6.25rem;
  background-color: rgba(0, 0, 0, 0.04);
}

.btn-plus .icon,
.btn-send .icon,
.btn-view-all .icon {
  width: 1rem;
  height: 1rem;
}

.btn-plus .icon [fill],
.btn-send .icon [fill],
.btn-view-all .icon [fill] {
  fill: currentColor;
}

.btn-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.btn-double .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 2rem;
  padding: 0.5625rem 0.75rem;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 6.25rem;
}

.main-hero__btn.btn-double .text {
  min-height: 3.25rem;
  padding: 0.96875rem 1.125rem;
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  background-color: #000;
}

.btn-double .icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2rem;
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 6.25rem;
}

.main-hero__btn.btn-double .icon {
  width: 3.25rem;
  background-color: rgba(0, 0, 0, 0.04);
}

.btn-double .icon svg {
  width: 1rem;
  height: 1rem;
}

.main-hero__btn.btn-double .icon svg {
  width: 1.625rem;
  height: 1.625rem;
}

.btn-double .icon [fill] {
  fill: #fff;
}

.btn-double .icon [stroke] {
  stroke: #fff;
}

.main-hero__btn.btn-double .icon [fill] {
  fill: #000;
}

.main-hero__btn.btn-double .icon [stroke] {
  stroke: #000;
}

.btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2rem;
  aspect-ratio: 1/1;
  background-color: transparent;
  border-radius: 6.25rem;
  border: 0.0625rem solid #000;
}

.btn-icon .icon {
  width: 1rem;
  height: 1rem;
}

.btn-icon .icon [fill] {
  fill: #000;
}

.btn-send,
.btn-view-all {
  padding: 0.875rem 0.75rem 0.875rem 1.125rem;
  font-size: 1rem;
}

.btn-send .icon,
.btn-view-all .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.btn-icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.1875rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #000;
  border-radius: 6.25rem;
  background-color: #fbfcff;
}

.btn-icon-text .icon {
  width: 1.5em;
  height: 1.5em;
}

.btn-icon-text .icon [fill] {
  fill: currentColor;
}

.btn-icon-text .text {
  -webkit-transform: translateY(0.0625rem);
  -ms-transform: translateY(0.0625rem);
  transform: translateY(0.0625rem);
}

.btn-icon-text[aria-selected=true] {
  color: #fff;
  background-color: #512eff;
}

.tag {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0.5625rem 0.625rem;
  font-family: Inerta;
  font-size: 0.75rem;
  text-transform: uppercase;
  border-radius: 0.5rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
}

.link .icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}

.link .icon [fill] {
  fill: currentColor;
}

.link._active {
  color: #512eff;
}

.link._active .icon {
  opacity: 1;
}

.link._active .text {
  -webkit-transform: translateX(0rem);
  -ms-transform: translateX(0rem);
  transform: translateX(0rem);
}

.title,
.project__body h1 {
  font-family: Inerta;
  font-weight: 700;
  font-size: 2rem;
  line-height: 0.9;
}

.project img {
  max-width: 100%;
}

.overtext {
  font-family: Inerta;
  font-size: 0.875rem;
  line-height: 0.9;
  color: #512eff;
  text-transform: uppercase;
}

.icon-menu {
  display: none;
}

.menu__item {
  position: relative;
}

.menu__item-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.75rem;
  grid-template-columns: 1fr 2.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__link {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.menu__btn[aria-expanded=true] [fill] {
  fill: #512eff;
}

.dropdown {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: visibility 0.4s, opacity 0.4s, max-height 0.4s;
  transition: visibility 0.4s, opacity 0.4s, max-height 0.4s;
}

.dropdown[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  max-height: var(--max-height);
}

.dropdown__link {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  text-align: center;
}

.header {
  background-color: #fbfcff;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}

.header._fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.header._scrolled {
  -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
}

.page_cases .header._scrolled {
  -webkit-box-shadow: none;
  box-shadow: none;
}

._hide-scrolling .header {
  padding-right: var(--scroll-width);
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  padding: 0.625rem 0rem;
  font-family: Inerta;
}

.header__logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: min(100%, 7.5rem);
  z-index: 11;
}

.header__logo img {
  width: 100%;
  height: auto;
}

.header__action {
  z-index: 11;
}

.marquee {
  position: relative;
  margin: 0 -1.25rem;
  padding: 4.0625rem 0rem;
  overflow: hidden;
}

.marquee_partners {
  margin-top: 4.0625rem;
  padding-top: 2.5rem;
  border-top: 0.0625rem solid #d9dde3;
}

.certifications {
  margin-top: 4.0625rem;
}

.marquee_footer {
  margin-top: 4.0625rem;
  background-color: #000;
}

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

.marquee__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 2.5rem;
  white-space: nowrap;
  -webkit-animation: text-scrolling 8s linear infinite;
  animation: text-scrolling 8s linear infinite;
}

.marquee__item svg {
  width: 52.6875rem;
  height: 1.6875rem;
}

.marquee_footer .marquee__item [fill] {
  fill: #232228;
}

.marquee_partners .marquee__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.75rem;
  padding-right: 3.75rem;
}

@-webkit-keyframes text-scrolling {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes text-scrolling {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.ready {
  margin-top: 4.0625rem;
  padding: 4.0625rem 0;
  background-color: #000;
}

.ready__body {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
}

.ready__link {
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #5c5c5c;
  text-transform: uppercase;
}

.ready__link::before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 100%;
  height: 0.0625rem;
  width: 100%;
  background-color: #fff;
  opacity: 0;
}

.ready__title {
  font-family: Inerta;
  font-size: 2.5rem;
  line-height: 0.9;
  color: #fff;
}

.ready__title span {
  font-weight: 700;
}

.ready__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 13.75rem;
  padding: 1.25rem;
  font-family: Inerta;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 0.9;
  text-align: center;
  color: #fff;
  border-radius: 18.75rem;
  overflow: hidden;
}

.ready__btn .bg,
.ready__btn .bg-active {
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ready__btn .bg-active {
  opacity: 0;
  z-index: 2;
}

.ready__btn .bg-active::after {
  content: "";
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
  background-color: rgba(81, 46, 255, 0.88);
}

.ready__btn .text {
  position: relative;
  z-index: 3;
}

.footer {
  padding: 4.0625rem 0rem;
  background-color: #000;
  border-top: 0.0625rem solid #222222;
}

.footer__body {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
  font-size: 1.125rem;
  color: #5c5c5c;
}

.footer__block {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}

.footer__block:not(:last-child) {
  margin-bottom: 2rem;
}

.footer__title {
  text-transform: uppercase;
}

.footer__item:not(:last-child) {
  margin-bottom: 0.25rem;
}

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}

.footer__link .icon {
  width: 1rem;
  height: 1rem;
}

.footer__link .icon [fill] {
  fill: currentColor;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin: 1.25rem 0 3.75rem;
}

.footer__social {
  position: relative;
  width: 11.25rem;
  aspect-ratio: 1/1;
}

.footer__social:nth-child(2) {
  margin: 0 auto;
}

.footer__social img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer__social .active {
  position: absolute;
  left: 0rem;
  top: 0rem;
  -webkit-transform: scale(1.19);
  -ms-transform: scale(1.19);
  transform: scale(1.19);
  opacity: 0;
}

.footer__row {
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.footer__row a {
  display: inline;
}

.footer__link-f {
  font-weight: 700;
  text-transform: uppercase;
}

.hero {
  margin-top: 4.0625rem;
}

.hero__body {
  display: -ms-grid;
  display: grid;
  row-gap: 1rem;
}

.main-hero {
  padding: 2.5rem 1.25rem 0rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeff7), to(#dceffb));
  background: linear-gradient(to bottom, #eaeff7, #dceffb);
  border-radius: 1rem;
  overflow: hidden;
}

.main-hero__title {
  margin-bottom: 1rem;
}

.main-hero__text {
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.main-hero__img {
  width: min(100%, 42.375rem);
}

.item-hero {
  position: relative;
  padding: 2.5rem 1.25rem 1.25rem;
  border-radius: 1rem;
  overflow: hidden;
}

.item-hero::before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

.item-hero_green::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#edf7ea), to(#d9fddd));
  background: linear-gradient(to bottom, #edf7ea, #d9fddd);
}

.item-hero_purple::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#e0eafa), to(#dddbfa));
  background: linear-gradient(to bottom, #e0eafa, #dddbfa);
}

.item-hero__wrapper {
  position: relative;
}

.item-hero__icon {
  width: 2rem;
  aspect-ratio: 1/1;
  margin-bottom: 1.25rem;
}

.item-hero__icon img {
  width: 100%;
  height: 100%;
}

.item-hero__title {
  margin-bottom: 0.5rem;
  font-family: Inerta;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 0.9;
}

.item-hero__text {
  font-size: 0.875rem;
}

.services,
.why,
.cases {
  margin-top: 4.0625rem;
  padding-top: 4.0625rem;
  border-top: 0.0625rem solid #d9dde3;
}

.services__body {
  display: -ms-grid;
  display: grid;
  gap: 1.875rem;
}

.services__content {
  max-width: 37.625rem;
}

.services__overtext {
  margin-bottom: 0.25rem;
}

.services__title {
  margin-bottom: 1.875rem;
}

.services__text {
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.services__media {
  width: 100%;
  aspect-ratio: 395/266;
  border-radius: 1rem;
  overflow: hidden;
}

.services__media img {
  width: 100%;
  height: 100%;
}

.services__items {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  margin-top: 4.0625rem;
}

.item-services {
  position: relative;
  height: 100%;
  padding: 2.5rem 2rem;
  border-radius: 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(234, 239, 247, 0.4)), to(rgba(220, 239, 251, 0.4)));
  background: linear-gradient(to bottom, rgba(234, 239, 247, 0.4), rgba(220, 239, 251, 0.4));
  overflow: hidden;
}

.item-services::before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.item-services_green::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#edf7ea), to(#d9fddd));
  background: linear-gradient(to bottom, #edf7ea, #d9fddd);
}

.item-services_blue::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#eaf6f7), to(#d9eefd));
  background: linear-gradient(to bottom, #eaf6f7, #d9eefd);
}

.item-services_purple::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#e0eafa), to(#dddbfa));
  background: linear-gradient(to bottom, #e0eafa, #dddbfa);
}

.item-services__content {
  position: relative;
  z-index: 2;
}

.item-services__img {
  margin-bottom: 3.125rem;
}

.item-services__title,
.item-cases__title {
  margin-bottom: 1rem;
  font-family: Inerta;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 0.9;
}

.item-services__text,
.item-reviews__text,
.item-cases__text {
  margin-bottom: 1.625rem;
  font-size: 1rem;
  line-height: 1.3;
}

.item-services__text :is(p, li, ul, ol):not(:last-child) {
  margin-bottom: 0.3125rem;
}

.item-services__text ul {
  padding-left: 0.9375rem;
}

.item-services__text ol {
  padding-left: 1.25rem;
}

.item-services__text ul li {
  list-style-type: disc;
}

.item-services__text ol li {
  list-style-type: decimal;
}

.item-services__btn {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.cases__body {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.cases__title {
  margin-bottom: 0.5rem;
}

.cases__btn {
  margin-bottom: 1.875rem;
}

.cases__list {
  margin-bottom: 2.5rem;
}

.cases__item:not(:last-child) {
  margin-bottom: 1rem;
}

.cases__slider {
  position: relative;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  padding: 3rem 1.25rem 0;
}

.cases__slider:not(:last-child) {
  margin-bottom: 1.25rem;
}

.cases__slide {
  height: auto;
}

.cases__buttons {
  position: absolute;
  right: 1.25rem;
  top: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.cases__btn-slider.swiper-button-lock,
.swiper-button-lock.reviews__btn-slider {
  display: none;
}

.cases__btn-slider:disabled,
.reviews__btn-slider:disabled {
  opacity: 0.5;
}

.cases__btn-slider_left .icon,
.reviews__btn-slider_left .icon {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.ready-cases {
  position: relative;
  max-width: 11.5625rem;
  padding: 1.5rem 1rem;
  color: #fff;
  border-radius: 1rem;
  overflow: hidden;
}

.ready-cases__bg {
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ready-cases__bg::after {
  content: "";
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
  background-color: rgba(81, 46, 255, 0.88);
}

.ready-cases__title {
  position: relative;
  max-width: 8rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.ready-cases__title span {
  font-weight: 700;
}

.ready-cases__btn {
  position: relative;
  padding: 0.5625rem 0.75rem;
  background-color: #000;
  border-radius: 6.25rem;
}

.item-cases {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: -webkit-max-content 1fr;
  -ms-grid-rows: max-content 1fr;
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}

.item-cases_yellow {
  background: -webkit-gradient(linear, left top, left bottom, from(#fffee4), to(#f9f7ce));
  background: linear-gradient(to bottom, #fffee4, #f9f7ce);
}

.item-cases_orange {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f7ea), to(#fdecd9));
  background: linear-gradient(to bottom, #f6f7ea, #fdecd9);
}

.item-cases_blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#eaf6f7), to(#d9eefd));
  background: linear-gradient(to bottom, #eaf6f7, #d9eefd);
}

.item-cases_green {
  background: -webkit-gradient(linear, left top, left bottom, from(#edf7ea), to(#d9fddd));
  background: linear-gradient(to bottom, #edf7ea, #d9fddd);
}

.item-cases_purple {
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeff7), to(#d9e2fd));
  background: linear-gradient(to bottom, #eaeff7, #d9e2fd);
}

.item-cases_bluegrey {
  background: -webkit-gradient(linear, left top, left bottom, from(#eaf6f7), to(#dae6ef));
  background: linear-gradient(to bottom, #eaf6f7, #dae6ef);
}

.item-cases__img {
  width: 100%;
  height: 13.875rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.item-cases__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: -webkit-max-content -webkit-max-content 1fr;
  -ms-grid-rows: max-content max-content 1fr;
  grid-template-rows: -webkit-max-content -webkit-max-content 1fr;
  grid-template-rows: max-content max-content 1fr;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding: 2rem 2rem 2.5rem;
}

.item-cases__text {
  margin-bottom: 2.5rem;
}

.item-cases__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem;
}

.reviews__body {
  position: relative;
}

.reviews__header {
  position: absolute;
  left: 0rem;
  top: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  row-gap: 1.25rem;
  width: 100%;
  padding-top: 2.1875rem;
  z-index: 2;
}

.reviews__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.reviews__clutch img {
  height: 3.25rem;
  width: auto;
}

.reviews__slider-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
}

.reviews__slider {
  margin: 0rem -1.25rem;
  padding: 0rem 1.25rem;
}

.reviews__slide {
  width: min(100%, 24.6875rem);
}

.item-reviews {
  padding: 16.875rem 2rem 2rem;
  border-radius: 2rem;
  overflow: hidden;
}

.item-reviews_blue {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 242, 247, 0.4)), to(#e0eef7));
  background: linear-gradient(to bottom, rgba(239, 242, 247, 0.4), #e0eef7);
}

.item-reviews_greypurple {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 233, 240, 0.4)), to(#e0e6f7));
  background: linear-gradient(to bottom, rgba(229, 233, 240, 0.4), #e0e6f7);
}

.item-reviews_purple {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(222, 226, 232, 0.4)), to(#e1e0f7));
  background: linear-gradient(to bottom, rgba(222, 226, 232, 0.4), #e1e0f7);
}

.item-reviews__text {
  margin-bottom: 2.5rem;
}

.item-reviews__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.item-reviews__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 3.5rem;
  aspect-ratio: 1/1;
}

.item-reviews__footer-block {
  padding-top: 0.375rem;
}

.item-reviews__name {
  margin-bottom: 0.375rem;
  font-family: Inerta;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 0.9;
}

.item-reviews__info {
  font-size: 0.875rem;
  line-height: 1.3;
}

.why__item {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}

.why__item:not(:last-child) {
  margin-bottom: 3rem;
}

.why__media {
  border-radius: 1rem;
  overflow: hidden;
}

.why__media img {
  width: 100%;
}

.why__content {
  max-width: 37.625rem;
}

.why__overtext {
  margin-bottom: 0.25rem;
}

.why__title {
  margin-bottom: 1.5rem;
}

.why__text {
  font-size: 1rem;
}

.locations {
  margin-top: 5rem;
}

.locations__title {
  width: min(100%, 37.625rem);
  margin: 0 0 2.5rem 0;
}

.locations__title span {
  display: block;
  font-weight: 400;
}

.locations__map img {
  width: 100%;
}

.tab-cases {
  padding-top: var(--tab-list-height);
}

.tab-cases__list {
  margin: 0rem -1.25rem;
  padding: 0.75rem 1.25rem;
  background-color: #fbfcff;
}

.tab-cases__list:not(._fixed) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.25rem;
}

.tab-cases__list._fixed {
  position: fixed;
  left: 0rem;
  right: 0rem;
  top: var(--header-height);
  z-index: 9;
}

.tab-cases__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.25rem;
}

.tab-cases__content {
  padding-top: 4.0625rem;
}

.tab-cases__title {
  margin-bottom: 1rem;
  text-align: center;
}

.tab-cases__text {
  max-width: 50.8125rem;
  margin: 0 auto 2.8125rem;
  font-size: 1rem;
  text-align: center;
}

.tab-cases__block {
  max-width: 50.875rem;
  margin: 0 auto 4.0625rem;
}

.block-tab-cases__text h2 {
  margin-bottom: 1.875rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.1;
}

.block-tab-cases__text p {
  font-size: 1rem;
  line-height: 1.6;
}

.block-tab-cases__text:not(:last-child) {
  margin-bottom: 4.0625rem;
}

.block-tab-cases__item:not(:last-child) {
  margin-bottom: 1.875rem;
}

.item-block-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  max-width: 31.25rem;
}

/* .item-block-tab::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 4.0625rem;
  aspect-ratio: 1/1;
  border-radius: 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaf6f7), to(#d9eefd));
  background: linear-gradient(to bottom, #eaf6f7, #d9eefd);
  } */

.project__grid .item-block-tab {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.project__items .item-block-tab {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  max-width: none;
}

/* .project__items .item-block-tab::before {
  width: 3.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffee4), to(#f9f7ce));
  background: linear-gradient(to bottom, #fffee4, #f9f7ce);
  } */

.project__items .item-block-tab:not(:last-child) {
  margin-bottom: 2.5rem;
}

.item-block-tab__title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1;
}

.item-block-tab__text {
  font-size: 0.875rem;
}

.header-project {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.03);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.03);
}

.header-project._fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

._hide-scrolling .header-project {
  padding-right: var(--scroll-width);
}

.header-project__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  row-gap: 0.9375rem;
  padding: 0.625rem 0rem;
}

.header-project__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  max-width: 26.25rem;
}

.header-project__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 6.25rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

.header-project__image img {
  width: 100%;
}

.header-project__text {
  font-family: Inerta;
  font-weight: 700;
  font-size: 1rem;
  line-height: 0.9;
}

.header-project__action {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
}

.project {
  margin-top: 4.0625rem;
}

.project__body > div:not(:last-child) {
  margin-bottom: 4.0625rem;
}

.project__body h1 {
  margin-bottom: 1.5rem;
}

.project__body h2,
.project__body h3,
.project__body h4,
.project__body h5,
.project__body h6 {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.1;
}

.project__body h3 {
  font-size: 1.25rem;
}

.project__body h4 {
  font-size: 1.125rem;
}

.project__body h5,
.project__body h6 {
  font-size: 1rem;
}

.project__body p,
.project__body li {
  font-size: 1rem;
  line-height: 1.6;
}

.project__body a {
  display: inline;
  text-decoration: underline;
}

.project__body ul,
.project__body ol {
  padding-left: 1.25rem;
}

.project__body ul,
.project__body ul li {
  list-style-type: disc;
}

.project__body ol,
.project__body ol li {
  list-style-type: decimal;
}

.project__body p:not(:last-child),
.project__body li:not(:last-child),
.project__body ul:not(:last-child),
.project__body ol:not(:last-child) {
  margin-bottom: 1.25rem;
}

.project__body img:not(:last-child) {
  width: 100%;
  margin-top: 1.5rem;
}

.project__title {
  text-align: center;
}

.project .project__title {
  margin-bottom: 2.5rem;
}

.project__grid {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 2.5rem;
}

.project__items {
  margin-top: 2.5rem;
}

.contact {
  margin-top: 3.5rem;
}

.contact__body {
  font-family: Inerta;
}

.contact__title {
  max-width: 29.375rem;
  margin-bottom: 2.5rem;
  font-size: 2rem;
  line-height: 0.9;
  text-transform: uppercase;
}

.contact__title span {
  display: inline-block;
  font-weight: 700;
}

.contact__text {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 0.9;
}

.contact__input {
  display: block;
  width: 100%;
  padding: 1.5rem 1.625rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #000;
  background-color: #fbfcff;
  border-radius: 0.5rem;
  outline: none;
}

.contact__input::-webkit-input-placeholder {
  color: #b3b3b3;
}

.contact__input::-moz-placeholder {
  color: #b3b3b3;
}

.contact__input:-ms-input-placeholder {
  color: #b3b3b3;
}

.contact__input::-ms-input-placeholder {
  color: #b3b3b3;
}

.contact__input::placeholder {
  color: #b3b3b3;
}

.contact__input:not(:last-child) {
  margin-bottom: 0.375rem;
}

.contact__input_ta {
  resize: none;
  min-height: 4.4rem;
  height: 4.4rem;
  overflow: hidden;
}

.contact__input:focus {
  background-color: #fff;
}

.contact__input._error,
.contact__input.wpcf7-not-valid {
  background-color: #ffefea;
}

.contact__footer {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem;
}

.contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  width: 24.6875rem;
  padding: 2rem;
  font-size: 1.125rem;
  color: #fff;
  line-height: 0.9;
  border-radius: 6.25rem;
  background-color: rgba(0, 0, 0, 0.9);
}

.contact__btn .icon {
  width: 1.5rem;
}

body {
  background-color: #f5f7fa;
}

body.project-page {
  background-color: #fff;
}

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

.contact__flex {
  display: grid;
  column-gap: 3.75rem;
  row-gap: 2.5rem;
}

.contact__body form > .wpcf7-form-control-wrap {
  display: block;
}

.contact__body form > .wpcf7-form-control-wrap:not(:first-child) {
  margin-top: 0.375rem;
}

.wpcf7-not-valid-tip {
  display: none;
}

.grecaptcha-badge {
  display: none !important;
}

.menu__btn {
  width: 24px;
  height: 24px;
  box-sizing: content-box;
}

html {
  margin-top: 0 !important;
}

.current_page_item .menu__link {
  color: #512eff;
}

.clutch-widget {
  width: 211px;
}

.item-cases-new {
  display: grid;
  gap: 0.625rem;
  min-height: 25rem;
}

.item-cases-new:not(:last-child) {
  margin-bottom: 1.25rem;
}

.item-cases-new__image-ibg {
  border-radius: 0.5rem;
  overflow: hidden;
}

.cases__slider .item-cases-new__image-ibg {
  width: 100%;
  max-height: 28.125rem;
  aspect-ratio: 479/518;
}

.item-cases-new__content {
  padding: 1.25rem;
  background-color: #fff;
  border-radius: 0.5rem;
  border: 1px solid #e9e9e9;
}

.item-cases-new__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin-bottom: 1.5rem;
}

.item-cases-new__cat,
.item-cases-new__btn {
  display: flex;
  align-items: center;
  gap: 0.5em;
  max-width: max-content;
  min-height: 2.0625rem;
  padding: 0.125rem 1rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.38;
  background-color: #f6f5fc;
  border-radius: 0.5rem;
}

.item-cases-new__btn {
  background-color: transparent;
  border: 1px solid #512fff;
}

.cases__slider .item-cases-new__btn {
  margin-top: 1.75rem;
}

.item-cases-new__btn .icon {
  width: 0.5625rem;
}

.item-cases-new__btn .icon svg {
  width: 100%;
}

.item-cases-new__title {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.item-cases-new__text {
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.38;
}

.item-cases-new__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.item-cases-new__item {
  flex-grow: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.item-cases-new__item .text {
  margin-bottom: 0.75rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.38;
  color: #848484;
}

.item-cases-new__item .val {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
}

.project__body .block-case {
  padding: 1.25rem;
  background-color: #f7f7f7;
  border-radius: 1.125rem;
}

.project__body .block-case:not(:last-child) {
  margin-bottom: 1.25rem;
}

.project__body .block-case__title {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: max-content;
  min-height: 2.8125rem;
  margin-bottom: 1.25rem;
  padding: 0.3125rem 1.25rem;
  font-weight: 600;
  font-size: 1rem;
  color: #512fff;
  text-transform: uppercase;
  border-radius: 6.25rem;
  border: 2px solid currentColor;
}

.project__body .block-case__text:not(:last-child) {
  margin-bottom: 1.875rem;
}

.project__body .block-case__text p,
.project__body .block-case__text li {
  font-size: 1.125rem;
  line-height: normal;
}

.project__body .block-case__img {
  border-radius: 0.875rem;
  overflow: hidden;
}

.project__body .block-case__img:not(:last-child) {
  margin-bottom: 1.875rem;
}

.project__body .block-case__img img {
  width: 100%;
}

.project__body .block-case__items:not(:last-child) {
  margin-bottom: 1.875rem;
}

.project__body .block-case__item:not(:last-child) {
  margin-bottom: 0.875rem;
}

.project__body .item-block-case {
  display: grid;
  gap: 0.4375rem;
  color: #747474;
}

.project__body .item-block-case__left {
  display: grid;
  grid-template-rows: 1fr max-content;
  padding: 1rem;
  font-weight: 500;
  background-color: #f2f2f2;
  border: 2px solid #e9e9e9;
  border-radius: 0.875rem;
}

.project__body .item-block-case__title {
  justify-self: start;
  max-width: 13.75rem;
  margin-bottom: 0rem;
  font-size: 1rem;
  text-wrap: balance;
}

.project__body .item-block-case__text {
  color: #512fff;
  font-size: 2.5rem;
  line-height: 1;
}

.project__body .item-block-case__content {
  display: flex;
  align-items: center;
  padding: 1.25rem;
  background-color: #f2f2f2;
  border: 2px solid #e9e9e9;
  border-radius: 0.875rem;
}

.project__body .item-block-case__content p,
.project__body .item-block-case__content ul,
.project__body .item-block-case__content ol {
  font-weight: 500;
  font-size: 1.125rem;
}

.project__body .item-block-case__icon {
  width: 2.8125rem;
}

.project__body .item-block-case__icon img {
  width: 100%;
}

.certifications__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 0.9375rem;
  row-gap: 0.9375rem;
}

.certifications__item {
  filter: grayscale(1);
}

.certifications__item img {
  max-width: 100%;
  max-height: 2.625rem;
  object-fit: contain;
}

.page_services {
  background-color: #f5f7fa;
}

.hero-s {
  padding: 3.8125rem 0rem 4.5rem;
}

.hero-s__top {
  margin-bottom: 2.5rem;
}

.hero-s__image {
  max-width: 20rem;
}

.hero-s__txt {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}

.hero-s__btn {
  color: #fff;
}

.hero-s__btn .text {
  min-height: 3.25rem;
  padding: 0.3125rem 1.125rem;
  background-color: #000;
}

.hero-s__btn .icon {
  width: 3.25rem;
  background-color: rgba(0, 0, 0, 0.04);
}

.hero-s__btn .icon svg {
  width: 1.625rem;
  height: 1.625rem;
}

.hero-s__btn .icon [fill] {
  fill: #000;
}

.hero-s__title {
  font-size: 2rem;
  line-height: 1.1;
}

.s-sect {
  padding: 0.625rem 0rem;
}

.s-sect__wrapper {
  background-color: #fff;
  border-radius: 1rem;
  border: 1px solid #e6e9ed;
}

.s-sect__header {
  display: flex;
  align-items: center;
  gap: 0.4375rem;
  min-height: 3.625rem;
  padding: 0.3125rem 1rem;
  font-size: 1rem;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e9ed;
}

.s-sect__num {
  color: #979797;
}

.s-sect__title {
  color: #512eff;
}

.s-sect__title-m {
  font-size: 1.5rem;
  color: #000;
}

.about__body {
  display: grid;
  gap: 2rem;
  padding: 1rem 1rem 1.5rem;
}

.about__title {
  margin-bottom: 2rem;
}

.about__item:not(:last-child) {
  margin-bottom: 2rem;
}

.about__image {
  border-radius: 0.5rem;
  overflow: hidden;
}

.item-about,
.item-about-2 {
  display: grid;
  gap: 0.625rem;
}

.item-about__icon {
  max-width: 3rem;
}

.item-about__title {
  margin-bottom: 0.75rem;
  font-weight: 700;
  font-size: 1.125rem;
}

.item-about__text {
  font-size: 1rem;
}

.about-2__body {
  padding: 1.25rem 1rem 1.5rem;
}

.about-2__header {
  display: grid;
  gap: 1.125rem;
  margin-bottom: 1.75rem;
}

.about-2__text {
  font-size: 1rem;
}

.about-2__items {
  display: grid;
  gap: 1rem;
}

.item-about-2 {
  padding: 1rem 1rem 1.5rem;
  background-color: #f3f9ff;
  border-radius: 0.5rem;
}

.item-about-2__icon {
  max-width: 3rem;
}

.item-about-2__title {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.125rem;
}

.item-about-2__text {
  font-size: 0.875rem;
}

.item-about-2__text li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.item-about-2__text ul,
.item-about-2__text ol {
  padding-left: 1.3125rem;
}

.item-about-2__text ul li {
  list-style-type: disc;
}

.item-about-2__text ol li {
  list-style-type: decimal;
}

.item-about-3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 11.25rem;
  padding: 1.5rem;
  font-size: 1rem;
  text-align: center;
  background-color: #fffcf3;
  border-radius: 0.5rem;
  overflow: hidden;
}

.item-about-3__video-ibg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.item-about-3__text {
  position: relative;
  max-width: 29.5rem;
}

.about-4__wrapper {
  background-color: #4753d7;
  border-color: #7882f2;
}

.about-4__title {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  line-height: 1.1;
  color: #e6e9ed;
}

.about-4__title strong {
  color: #fff;
}

.about-4__text {
  margin-bottom: 3rem;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #e6e9ed;
}

.about-4 .s-sect__header {
  border-color: #7882f2;
}

.about-4 .s-sect__title {
  color: #fff;
}

.about-4 .hero-s__text-block {
  max-width: 25rem;
}

.about-4 .hero-s__txt {
  color: #e6e9ed;
}

.about-5__body {
  display: grid;
  gap: 2rem;
  padding: 2.5rem 0rem;
}

.about-5__item {
  grid-template-columns: 1fr;
}

.about-6__body {
  display: grid;
  gap: 1rem;
}

.about-6__side {
  display: grid;
  gap: 0.5rem;
}

.about-6__content > *:not(:last-child) {
  margin-bottom: 0.625rem;
}

.about-6__content-b {
  padding: 1.5rem 1rem 1rem;
}

.about-6__title {
  margin-bottom: 1.25rem;
}

.about-6__text {
  margin-bottom: 2rem;
  font-size: 1rem;
}

.about-6__items {
  display: grid;
  gap: 0.5rem;
}

.about-6__items:not(:last-child) {
  margin-bottom: 2rem;
}

.about-6 .item-about,
.about-6 .item-about-2 {
  padding: 1rem;
  background-color: #f3f9ff;
  border-radius: 0.5rem;
}

.about-6 .btn-double {
  position: relative;
}

.about-6 .ready-cases {
  max-width: 25rem;
  padding: 1rem;
}

.about-6 .ready-cases__title {
  max-width: 11.25em;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.about-6 .ready-cases__btn {
  background-color: transparent;
}

.hero-c__body {
  padding: 1.5rem 1rem 1rem;
}

.hero-c__title {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  line-height: 1.1;
  color: #000;
}

.hero-c__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.hero-c__image {
  border-radius: 0.5rem;
  overflow: hidden;
}

.item-about-7 {
  display: grid;
  grid-template-rows: 1fr max-content;
  align-items: start;
  gap: 1.5rem;
  min-height: 8.75rem;
  padding: 1rem 1rem 1.5rem;
  color: #000;
  text-transform: uppercase;
  background-color: #f3f9ff;
  border-radius: 0.5rem;
}

.item-about-7__title {
  font-size: 1rem;
}

.item-about-7__text {
  font-weight: 700;
  font-size: 1.25rem;
}

.testimonials-c__body {
  padding: 1.5rem 1rem 1rem;
  color: #000;
}

.testimonials-c__stars {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.testimonials-c__stars .icon {
  flex-shrink: 0;
  width: 0.6944444444em;
}

.testimonials-c__text {
  margin-bottom: 1.625rem;
  font-size: 1.125rem;
}

.testimonials-c__name {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

.testimonials-c__pos {
  margin-bottom: 2rem;
  font-size: 1rem;
  color: #979797;
}

.testimonials-c__imgs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.testimonials-c__imgs a {
	width: 100%;
}

.testimonials-c__imgs img {
  border-radius: 0.5rem;
}

.challenges__title {
  margin-bottom: 1.75rem;
}

.challenges__item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.challenges__text {
  font-size: 1rem;
}

.challenges__text li:not(:last-child) {
  margin-bottom: 1.125rem;
}

.challenges__text ul,
.challenges__text ol {
  padding-left: 1.5em;
}

.challenges__text ul li {
  list-style-type: disc;
}

.challenges__text ol li {
  list-style-type: decimal;
}

.item-challenges {
  display: grid;
  align-items: start;
  gap: 1rem;
  min-height: 9.25rem;
  padding: 1rem 1rem 1.125rem;
  background-color: #fffcf3;
  border-radius: 0.5rem;
}

.item-challenges__title {
  display: flex;
  align-items: start;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 1.125rem;
}

.item-challenges__title .icon {
  flex-shrink: 0;
  width: 1.5rem;
}

.item-challenges__icon {
  width: 1.5rem;
}

.item-challenges__text {
  font-size: 0.875rem;
}

.about-6__content .ready-cases {
  max-width: none;
}

.about-6__content .ready-cases__body {
  display: grid;
  gap: 1.5rem;
}

.about-6__content .ready-cases__text {
  position: relative;
  color: #fff;
  z-index: 2;
}

.solutions-c .about-6__items .item-challenges {
  min-height: 8.75rem;
  margin-bottom: 0rem;
}

.solutions-c .about-6__items._odd > *:last-child .item-challenges__text {
  align-self: end;
}

.solutions-c .item-challenges {
  background-color: #f3f9ff;
}

.solutions-c .item-challenges._col {
  grid-template-columns: 1fr;
  grid-template-rows: max-content 1fr;
  align-items: start;
  gap: 1rem;
}

.about-7__nav {
  border-radius: 1rem;
  border: 1px solid #e6e9ed;
  overflow: hidden;
}

.about-7__nav .s-sect__header {
  background-color: #fff;
}

.about-7__nav .cases__list {
  margin-bottom: 0rem;
  padding: 1.5rem;
}

@media (min-width: 29.99875rem) {
  .header__body {
    gap: 1.875rem;
  }

  .ready__btn {
    height: 16.25rem;
    font-size: 2.5rem;
  }

  .footer__body {
    gap: 5rem;
  }

  .footer__block {
    -ms-grid-columns: 1fr 1.2fr;
    grid-template-columns: 1fr 1.2fr;
    gap: 2.5rem;
  }

  .footer__socials {
    margin: 1.9375rem 0 5rem;
  }

  .main-hero {
    padding: 2.5rem 2.5rem 0rem;
  }

  .item-hero {
    padding: 2.5rem 2.5rem 1.25rem;
  }

  .item-reviews {
    padding: 13.25rem 2rem 2rem;
  }

  .item-block-tab {
    gap: 1.5rem;
  }

  /* .item-block-tab::before {
  width: 5.0625rem;
  } */

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

  .hero-s__title {
    font-size: 2.5rem;
  }

  .s-sect__title-m {
    font-size: 1.75rem;
  }

  .item-about__title {
    font-size: 1.25rem;
  }

  .about-4__title {
    font-size: 2.5rem;
  }

  .hero-c__title {
    font-size: 2.5rem;
  }

  .testimonials-c__imgs {
    flex-direction: row;
  }
}

@media (min-width: 47.99875rem) {
  .services__items {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .cases__body {
    -ms-grid-columns: 11.875rem 1fr;
    grid-template-columns: 11.875rem 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 3.75rem;
  }

  .cases__content {
    padding-top: 3.5rem;
  }

  .reviews__header {
    padding-top: 3.5rem;
  }

  .contact__body {
    max-width: 50.8125rem;
    margin: 0 auto;
  }

  .project__body .item-block-case {
    grid-template-columns: 0.326fr 1fr;
  }

  .project__body .item-block-case__title {
    margin-bottom: 0.625rem;
  }

  .hero-s__top {
    display: grid;
    grid-template-columns: 1fr 18.125rem;
    align-items: start;
    gap: 2.5rem;
  }

  .about-6__items {
    grid-template-columns: 1fr 1fr;
  }

  .about-6__items._odd > *:last-child {
    grid-column: 2 span;
  }

  .about-6 .item-cases-new {
    grid-template-columns: 0.563fr 1fr;
  }

  .about-6 .item-cases-new__btn {
    margin: 0 0 0 auto;
  }

  .about-6 .item-cases-new__image-ibg {
    aspect-ratio: auto;
    max-height: none;
  }

  .item-challenges {
    grid-template-columns: 0.56fr 1fr;
  }

  .about-6__content .ready-cases__body {
    grid-template-columns: 1fr 12.8125rem;
    align-items: center;
  }
}

@media (min-width: 61.99875rem) {
  .certifications__body {
    column-gap: 1.875rem;
  }

  .certifications__item img {
    max-height: 3.375rem;
    object-fit: contain;
  }

  .reviews__btns {
    margin-left: auto;
  }

  .contact__body {
    max-width: none;
  }

  .contact__flex {
    grid-template-columns: 1fr 1fr;
  }

  [class*=__container] {
    padding: 0 3.125rem;
  }

  .btn-icon-text {
    font-size: 1rem;
  }

  .title,
  .project__body h1 {
    font-size: 2.375rem;
  }

  .overtext {
    font-size: 1.125rem;
  }

  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0.3125rem;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }

  .menu__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .menu__item-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .dropdown {
    position: absolute;
    left: 0rem;
    top: 100%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 0.5rem 0rem;
    background-color: #fff;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.03);
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.03);
  }

  .dropdown__link {
    min-width: 13.75rem;
    text-align: start;
  }

  .header__body {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__logo {
    width: 9.3125rem;
  }

  .marquee {
    margin: 0 -3.125rem;
    padding: 6rem 0rem;
  }

  .marquee_partners {
    margin-top: 6rem;
    padding-top: 3.5rem;
  }

  .certifications {
    margin-top: 6rem;
  }

  .marquee_footer {
    margin-top: 6rem;
  }

  .marquee__item svg {
    width: 70.25rem;
    height: 2.25rem;
  }

  .marquee_partners .marquee__item {
    gap: 7.5rem;
    padding-right: 7.5rem;
  }

  .ready {
    margin-top: 6rem;
    padding: 6rem 0;
  }

  .ready__body {
    -ms-grid-columns: 26.375rem 1fr;
    grid-template-columns: 26.375rem 1fr;
    gap: 3.5625rem;
  }

  .ready__link {
    font-size: 1.125rem;
  }

  .ready__title {
    font-size: 3rem;
  }

  .ready__btn {
    height: 20.875rem;
    padding: 2.5rem;
    font-size: 3rem;
  }

  .footer {
    padding: 6rem 0rem;
  }

  .footer__body {
    -ms-grid-columns: 26.25rem 1fr;
    grid-template-columns: 26.25rem 1fr;
  }

  .footer__right {
    margin: 0 auto;
  }

  .footer__socials {
    margin: 1.9375rem 0 9.1875rem;
  }

  .hero {
    margin-top: 6rem;
  }

  .hero__body {
    -ms-grid-columns: 1fr 0.4858fr;
    grid-template-columns: 1fr 0.4858fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .main-hero {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: -webkit-max-content -webkit-max-content -webkit-max-content 1fr;
    -ms-grid-rows: max-content max-content max-content 1fr;
    grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content 1fr;
    grid-template-rows: max-content max-content max-content 1fr;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .main-hero__text {
    font-size: 1.125rem;
  }

  .services,
  .why,
  .cases {
    margin-top: 6rem;
    padding-top: 6rem;
  }

  .services__body {
    -ms-grid-columns: 1fr 24.6875rem;
    grid-template-columns: 1fr 24.6875rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 6.25rem;
  }

  .services__title {
    margin-bottom: 4rem;
  }

  .services__text {
    font-size: 1.125rem;
  }

  .services__items {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 5.9375rem;
  }

  .item-services__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: -webkit-max-content -webkit-max-content -webkit-max-content 1fr;
    -ms-grid-rows: max-content max-content max-content 1fr;
    grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content 1fr;
    grid-template-rows: max-content max-content max-content 1fr;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    height: 100%;
  }

  .item-services__img {
    margin-bottom: 4.375rem;
  }

  .cases__body {
    gap: 6.25rem;
  }

  .cases__btn {
    margin-bottom: 2.5rem;
  }

  .cases__list {
    margin-bottom: 4.5rem;
  }

  .cases__content {
    padding-top: 4.125rem;
  }

  .cases__slider {
    max-width: 50.8125rem;
    margin-right: 0rem;
    margin-left: auto;
    padding: 3rem 0 0;
  }

  .cases__slider:not(:last-child) {
    margin-bottom: 3rem;
  }

  .cases__buttons {
    right: 0rem;
  }

  .item-cases__text {
    margin-bottom: 4.6875rem;
  }

  .reviews__header {
    -webkit-column-gap: 2.1875rem;
    -moz-column-gap: 2.1875rem;
    column-gap: 2.1875rem;
  }

  .reviews__slider {
    margin: 0rem -3.125rem;
    padding: 0rem 3.125rem;
  }

  .why__item {
    -ms-grid-columns: 24.6875rem 1fr;
    grid-template-columns: 24.6875rem 1fr;
    gap: 6.25rem;
  }

  .why__item:not(:last-child) {
    margin-bottom: 3.5rem;
  }

  .why__content {
    margin-left: auto;
  }

  .why__text {
    font-size: 1.125rem;
  }

  .locations {
    margin-top: 7.5rem;
  }

  .locations__header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 24.6875rem 1fr;
    grid-template-columns: 24.6875rem 1fr;
    gap: 6.25rem;
  }

  .locations__title {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    margin: 0 0 3.5rem auto;
  }

  .tab-cases__list {
    margin: 0rem -3.125rem;
    padding: 0.75rem 3.125rem;
  }

  .tab-cases__content {
    padding-top: 6rem;
  }

  .tab-cases__text {
    margin: 0 auto 4.5625rem;
    font-size: 1.125rem;
  }

  .tab-cases__block {
    margin: 0 auto 5.9375rem;
  }

  .block-tab-cases__text h2 {
    margin-bottom: 2.5rem;
  }

  .block-tab-cases__text p {
    font-size: 1.125rem;
  }

  .block-tab-cases__text:not(:last-child) {
    margin-bottom: 5.9375rem;
  }

  .block-tab-cases__item:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .header-project__content {
    gap: 1.5rem;
    max-width: 33.5rem;
  }

  .header-project__image {
    width: 8.5rem;
  }

  .header-project__text {
    font-size: 1.25rem;
  }

  .project {
    margin-top: 6rem;
  }

  .project__body > div:not(:last-child) {
    margin-bottom: 6rem;
  }

  .project__body p {
    font-size: 1.125rem;
  }

  .project__grid {
    row-gap: 4rem;
  }

  .contact__title {
    margin-bottom: 3.5rem;
    font-size: 2.5rem;
  }

  .contact__text {
    margin-bottom: 2rem;
    font-size: 1.25rem;
  }

  .contact__input {
    padding: 1.8125rem 2rem;
    font-size: 1.125rem;
  }

  .contact__input_ta {
    min-height: 5.2rem;
    height: 5.2rem;
  }

  .cases-tab .item-cases-new {
    grid-template-columns: 0.6486fr 1fr;
    gap: 0.75rem;
  }

  .cases-tab .item-cases-new:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .cases-tab .item-cases-new__content {
    padding: 1.75rem;
  }

  .cases-tab .item-cases-new__row {
    gap: 0.75rem;
    margin-bottom: 1.875rem;
  }

  .cases-tab .item-cases-new__cat,
  .cases-tab .item-cases-new__btn {
    min-height: 2.3125rem;
    padding: 0.125rem 1.25rem;
    font-size: 1.125rem;
  }

  .cases-tab .item-cases-new__btn {
    margin-left: auto;
  }

  .cases-tab .item-cases-new__title {
    margin-bottom: 1.25rem;
    font-size: 2.375rem;
    line-height: 1.1;
  }

  .cases-tab .item-cases-new__text {
    margin-bottom: 5rem;
    font-size: 1.125rem;
  }

  .cases-tab .item-cases-new__footer {
    gap: 1.875rem;
  }

  .cases-tab .item-cases-new__item .text {
    margin-bottom: 1.25rem;
  }

  .cases-tab .item-cases-new__item .val {
    font-size: 1.5rem;
  }

  .project__body .block-case {
    padding: 2.5rem;
  }

  .project__body .block-case:not(:last-child) {
    margin-bottom: 3.125rem;
  }

  .project__body .block-case__title {
    min-height: 4.0625rem;
    margin-bottom: 2.8125rem;
    padding: 0.3125rem 2.125rem;
    font-size: 1.5rem;
  }

  .project__body .block-case__text p,
  .project__body .block-case__text li {
    font-size: 2.25rem;
  }

  .project__body .block-case__text ul .project__body .block-case__text ol {
    padding-left: 2rem;
  }

  .project__body .block-case__text:not(:last-child) {
    margin-bottom: 3.75rem;
  }

  .project__body .block-case__img:not(:last-child) {
    margin-bottom: 3.75rem;
  }

  .project__body .block-case__items:not(:last-child) {
    margin-bottom: 3.75rem;
  }

  .project__body .block-case__item:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .project__body .item-block-case {
    gap: 0.625rem;
  }

  .project__body .item-block-case__left {
    padding: 1.25rem;
  }

  .project__body .item-block-case__title {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
  }

  .project__body .item-block-case__text {
    font-size: 5.25rem;
  }

  .project__body .item-block-case__content {
    padding: 2.25rem;
  }

  .project__body .item-block-case__content p,
  .project__body .item-block-case__content ul,
  .project__body .item-block-case__content ol {
    font-size: 1.5rem;
  }

  .project__body .item-block-case__icon {
    width: 4.6875rem;
  }

  .hero-s__top {
    margin-bottom: 6rem;
  }

  .hero-s__image {
    max-width: 33.75rem;
  }

  .hero-s__title {
    font-size: 4rem;
  }

  .s-sect__header {
    min-height: 4.1875rem;
    padding: 0.3125rem 1.5rem;
  }

  .s-sect__title-m {
    font-size: 2.25rem;
  }

  .about__body {
    grid-template-columns: 1fr 0.8fr;
    align-items: start;
    gap: 6.25rem;
    padding: 1.5rem;
  }

  .about__title {
    margin-bottom: 5.5rem;
  }

  .item-about,
  .item-about-2 {
    grid-template-columns: 3rem 1fr;
    align-items: start;
    gap: 2.0625rem;
  }

  .item-about__title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .item-about__text {
    font-size: 1.125rem;
  }

  .about-2__body {
    padding: 4rem 1.5rem 1.5rem;
  }

  .about-2__header {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    margin-bottom: 4.375rem;
  }

  .about-2__text {
    font-size: 1.125rem;
  }

  .about-2__items {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }

  .item-about-2 {
    padding: 1.5rem;
  }

  .item-about-2__title {
    min-height: 3.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
  }

  .item-about-3 {
    min-height: 14.5rem;
    font-size: 1.25rem;
  }

  .about-4__title {
    margin-bottom: 2rem;
    font-size: 4.25rem;
  }

  .about-4__text {
    margin-bottom: 6.75rem;
    font-size: 1.5rem;
  }

  .about-5__body {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4375rem;
    padding: 4.5rem 0rem;
  }

  .about-5__item {
    gap: 1.5rem;
  }

  .about-5__item .item-about__title {
    margin-bottom: 1rem;
  }

  .about-6__body {
    grid-template-columns: 0.43fr 1fr;
    align-items: start;
    gap: 1.5rem;
  }

  .about-6__content-b {
    padding: 3rem 1.5rem 1.5rem;
  }

  .about-6__title {
    margin-bottom: 1.5rem;
  }

  .about-6__text {
    margin-bottom: 4.5rem;
    font-size: 1.125rem;
  }

  .about-6__items:not(:last-child) {
    margin-bottom: 4.5rem;
  }

  .about-6 .ready-cases {
    padding: 1.5rem;
  }

  .about-6 .ready-cases__title {
    font-size: 1.25rem;
  }

  .hero-c__body {
    padding: 4rem 1.5rem 1.5rem;
  }

  .hero-c__title {
    font-size: 4.25rem;
  }

  .hero-c__tags {
    margin-bottom: 4rem;
  }

  .item-about-7 {
    min-height: 10.5rem;
  }

  .item-about-7__text {
    font-size: 1.75rem;
  }

  .testimonials-c__body {
    padding: 3rem 1.5rem 1.5rem;
  }

  .testimonials-c__stars {
    font-size: 2.25rem;
  }

  .testimonials-c__text {
    margin-bottom: 3rem;
    font-size: 1.5rem;
  }

  .testimonials-c__name {
    font-size: 2rem;
  }

  .testimonials-c__pos {
    margin-bottom: 3rem;
    font-size: 1.125rem;
  }

  .testimonials-c__imgs {
    gap: 1.0625rem;
  }

  .challenges__title {
    margin-bottom: 4.5rem;
  }

  .challenges__text {
    font-size: 1.25rem;
  }

  .challenges__text li:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .item-challenges {
    gap: 1.5rem;
    padding: 1.5rem;
  }

  .item-challenges__title {
    font-size: 1.25rem;
  }

  .about-6__content .ready-cases__body {
    gap: 2rem;
  }

  .solutions-c .about-6__items .item-challenges {
    min-height: 10.5625rem;
  }
}

@media (min-width: 61.99875rem) and (any-hover: hover) {
  .menu__link:hover {
    color: #512eff;
  }
}

@media (min-width: 83.25rem) {
  .reviews__slider {
    margin: 0rem calc((100vw - 77rem) / -2);
    padding: 0rem calc((100vw - 77rem) / 2);
  }

  .tab-cases__list {
    margin: 0rem calc((100vw - 77rem) / -2);
    padding: 0.75rem calc((100vw - 77rem) / 2);
  }
}

@media (max-width: 68.81125rem) {
  .cases__slide {
    width: min(24.625rem, 100%);
  }
}

@media (max-width: 61.99875rem) {
  .icon-menu {
    position: relative;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.25rem;
    z-index: 11;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.15625rem;
    background-color: #512eff;
    border-radius: 0.15625rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }

  .icon-menu span {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu[aria-expanded=true] span {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }

  .icon-menu[aria-expanded=true]::before {
    -webkit-transform: rotate(45deg) translate(-0.09375rem, 0%);
    -ms-transform: rotate(45deg) translate(-0.09375rem, 0%);
    transform: rotate(45deg) translate(-0.09375rem, 0%);
  }

  .icon-menu[aria-expanded=true]::after {
    -webkit-transform: rotate(-45deg) translate(-0.09375rem, 0%);
    -ms-transform: rotate(-45deg) translate(-0.09375rem, 0%);
    transform: rotate(-45deg) translate(-0.09375rem, 0%);
  }

  .menu {
    position: fixed;
    left: 0rem;
    top: 0rem;
    width: 100vw;
    height: 100vh;
    padding-top: var(--header-height);
    background-color: #fbfcff;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 10;
    -webkit-transition: visibility 0.66s, -webkit-transform 0.66s;
    transition: visibility 0.66s, -webkit-transform 0.66s;
    transition: transform 0.66s, visibility 0.66s;
    transition: transform 0.66s, visibility 0.66s, -webkit-transform 0.66s;
  }

  .menu[aria-hidden=true] {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .menu__list {
    width: 100%;
    max-height: 100%;
    padding: 3.75rem 0 7.5rem;
    overflow-x: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
  }

  .menu__item:not(:last-child) {
    border-bottom: 0.0625rem solid rgba(81, 46, 255, 0.7);
  }

  .menu__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0.9375rem 0rem 0.9375rem 2.75rem;
  }

  .menu__btn {
    height: 100%;
    width: 2.75rem;
    padding: 0rem 0.625rem;
  }

  .header__logo {
    margin-right: auto;
  }

  .item-cases-new__image-ibg {
    width: 100%;
    max-height: 28.125rem;
    aspect-ratio: 479/518;
  }

  .item-cases-new__btn {
    margin-top: 1.75rem;
  }

  .hero-s__title {
    margin-bottom: 1.5rem;
  }

  .about__content {
    order: 1;
  }

  .about-7__nav {
    order: 1;
  }
}

@media (max-width: 47.99875rem) {
  .reviews__title {
    width: 100%;
  }

  .reviews__slider-btns {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  .project__body .item-block-case__left {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

@media (max-width: 29.99875rem) {
  .header__btn {
    font-size: 0.6875rem;
  }

  .footer__footer {
    font-size: 0.875rem;
  }

  .main-hero__img {
    margin-top: 1.25rem;
  }

  .reviews__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .project__body .item-block-case__left {
    justify-items: center;
  }
}

@media (min-width: 61.99875rem) and (max-width: 74.99875rem) {
  .about-6__content .ready-cases__text {
    font-size: 1.75rem;
  }
}

@media (any-hover: hover) {
  .certifications__item {
    transition: filter 0.4s;
  }

  .certifications__item:hover {
    filter: grayscale(0);
  }

  .project__body a:hover {
    color: #512eff;
  }

  .btn-blue:hover {
    background-color: #000;
  }

  .btn-plus:hover,
  .btn-send:hover,
  .btn-view-all:hover {
    color: #fff;
    background-color: #000;
  }

  .btn-double .text {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }

  .btn-double .icon {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }

  .btn-double:hover .text {
    color: #fff;
    background-color: #000;
  }

  .main-hero__btn.btn-double:hover .text {
    color: #000;
    background-color: rgba(0, 0, 0, 0.04);
  }

  .btn-double:hover .icon {
    -webkit-transform: translateX(0.5rem);
    -ms-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }

  .btn-icon {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }

  .btn-icon:not(:disabled):hover {
    background-color: #000;
  }

  .btn-icon:not(:disabled):hover .icon [fill] {
    fill: #fff;
  }

  .btn-view-all:hover {
    background-color: #17313b;
  }

  .btn-icon-text:hover {
    color: #fff;
    background-color: #000;
  }

  .link .icon {
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }

  .link .text {
    -webkit-transform: translateX(-2rem);
    -ms-transform: translateX(-2rem);
    transform: translateX(-2rem);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }

  .link:hover .icon {
    opacity: 1;
  }

  .link:hover .text {
    -webkit-transform: translateX(0rem);
    -ms-transform: translateX(0rem);
    transform: translateX(0rem);
  }

  .dropdown__link:hover {
    background-color: #f4f4f4;
  }

  .ready__link {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }

  .ready__link::before {
    -webkit-transition: opacity 0.4s 0.06s;
    transition: opacity 0.4s 0.06s;
  }

  .ready__link:hover {
    color: #fff;
  }

  .ready__link:hover::before {
    opacity: 1;
  }

  .ready__btn .bg-active {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }

  .ready__btn .text {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }

  .ready__btn:hover .bg-active {
    opacity: 1;
  }

  .ready__btn:hover .text {
    -webkit-transform: scale(1.33);
    -ms-transform: scale(1.33);
    transform: scale(1.33);
  }

  .footer__link .icon {
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }

  .footer__link .text {
    -webkit-transform: translateX(-1.25rem);
    -ms-transform: translateX(-1.25rem);
    transform: translateX(-1.25rem);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }

  .footer__link:hover {
    color: #fff;
  }

  .footer__link:hover .icon {
    opacity: 1;
  }

  .footer__link:hover .text {
    -webkit-transform: translateX(0rem);
    -ms-transform: translateX(0rem);
    transform: translateX(0rem);
  }

  .footer__social .noactive {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }

  .footer__social .active {
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }

  .footer__social:hover .noactive {
    opacity: 0;
  }

  .footer__social:hover .active {
    opacity: 1;
  }

  .footer__row a {
    -webkit-transition: color 0.6s;
    transition: color 0.6s;
  }

  .footer__row a:hover {
    color: #fff;
  }

  .footer__link-f {
    -webkit-transition: color 0.6s;
    transition: color 0.6s;
  }

  .footer__link-f:hover {
    color: #fff;
  }

  .item-hero::before {
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }

  .item-hero:hover::before {
    opacity: 1;
  }

  .item-services::before {
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }

  .item-services:hover::before {
    opacity: 1;
  }

  .item-services__btn {
    -webkit-transform: translateY(2.5rem);
    -ms-transform: translateY(2.5rem);
    transform: translateY(2.5rem);
    opacity: 0;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  }

  .item-services:hover .item-services__btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .item-cases:hover .item-cases__btn .text {
    color: #fff;
    background-color: #000;
  }

  .item-cases:hover .item-cases__btn .icon {
    -webkit-transform: translateX(0.5rem);
    -ms-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }

  .contact__input {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }

  .contact__input:not(.wpcf7-not-valid):hover {
    background-color: #fff;
  }

  .contact__btn .icon {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }

  .contact__btn:hover .icon {
    -webkit-transform: translateX(3.9375rem);
    -ms-transform: translateX(3.9375rem);
    transform: translateX(3.9375rem);
  }

  .item-cases-new__image-ibg img {
    transition: transform 0.4s;
  }

  .item-cases-new:hover .item-cases-new__image-ibg img {
    transform: scale(1.03);
  }

  .item-cases-new__btn {
    transition: box-shadow 0.4s;
  }

  .item-cases-new__btn .icon {
    transition: transform 0.4s;
  }

  .item-cases-new:hover .item-cases-new__btn {
    box-shadow: inset 0 0 0 1px #512fff;
  }

  .item-cases-new:hover .item-cases-new__btn .icon {
    transform: translate(2px, 0) scaleX(1.2);
  }

  .hero-s__btn .icon {
    transition: background-color 0.4s, transform 0.4s;
  }

  .hero-s__btn:hover .icon {
    background-color: #000;
  }

  .hero-s__btn:hover .icon [fill] {
    fill: #fff;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee__item {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
  }
}