/* @import url("./global/reset.css");
@import url("./global/fonts.css");
@import url("./global/general.css");
@import url("./global/header/header.css");
@import url("./home/home.css");
@import url("./about/about.css");
@import url("./contact/contact.css");
@import url("./services/services.css");
@import url("./configurator/configurator.css");
@import url("./review/review.css");
@import url("./../node_modules/swiper/swiper-bundle.min.css");
@import url("./global/swiper-bundle.min.css"); */

/* =========================general========================= */
:root {
  /* colors */
  --main-bg: #ffffff;
  --card-bg: #ffffff;
  --card-gray-bg: #f7f7f7;
  --accent-element-color: #eaf7fc;
  --accent-bg: #2a2b6d;
  /* --main-bg: #FCFCFC; */
  --white: #ffffff;
  --gray: #e5e5e5;
  --secondary-color: #29abe2;
  --accent-color: #2a2b6d;
  /* gradient */
  --first-gradient-color: #2a2b6d;
  --secondary-gradient-color: #29abe2;
  /* text */
  --main-title-size: 4rem;
  --secondary-title-size: 3rem;
  --secondary-element-title: 2rem;
  --element-subtitle: 1.5rem;
  --main-text-size: 1.5rem;
  --second-text-size: 1.125rem;
  --secondary-text-size: 1rem;
  --subtitle-size: 1.5rem;
  /* text-color */
  --main-title-color: #ffffff;
  --accent-title-color: #2a2b6d;
  --accent-section-text: #eaeaf0;
  --secondary-accent-text: #fcfcfc;
  --btn-text-color: #fcfcfc;
  --accent-text-color: #2a2b6d;
  --text-color: #4b5563;
  --stats-name-color: #111928;
  /* border-radius */
  --first-border-radius: 32px;
  --second-border-radius: 24px;
  --third-border-radius: 16px;
  --fourth-border-radius: 12px;
  --btn-mobile-border-radius: 8px;
  --fifth-border-radius: 7px;
  --btn-border-radius: 6px;
  /*  transition*/
  --main-transition: all 0.3s;
  /* btn-color */
  --secondary-btn-color: #2a2b6d;
  --action-btn-color: #1d79a0;
  --btn-color: #29abe2;
  --accent-btn-color: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  font-family: "Onest", sans-serif;
  font-size: var(--secondary-text-size);
  color: var(--text-color);
  scroll-behavior: smooth;
  /* line-height: 1; */
}

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

.wrapper {
}

.btn-wrapper {
  display: flex;
  gap: 8px;
}

.language-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  padding: 8px;
}

.language-btn:hover {
}

.language-btn svg:last-child {
  transition: all 0.3s;
}

.language-btn:hover svg:last-child {
  transform: rotate(180deg);
  transition: all 0.3s;
}

body.open .get-started-btn {
  display: none;
  width: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.button {
  padding: 12px 20px;
  border-radius: var(--btn-border-radius);
  color: var(--btn-text-color);
  background-color: var(--secondary-btn-color);
  font-family: "League Spartan", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: var(--main-transition);
}

.hero__button {
  transition: var(--main-transition);
}

.white-button {
  background: #fff;
  color: var(--accent-text-color);
  font-weight: 500;
  font-size: var(--main-text-size);
  transition: var(--main-transition);
}

.white-button:hover {
  background: #eee;
  transition: var(--main-transition);
}

.title {
  font-family: "League Spartan", sans-serif;
}

.title-wrapper {
  text-align: center;
  font-size: var(--secondary-title-size);
  color: var(--accent-title-color);
  font-family: "League Spartan", sans-serif;
  font-weight: 600;
  line-height: 94%;
}

section {
  padding: 80px 0;
}

.subtitle {
  font-weight: 500;
  font-size: var(--element-subtitle);
  color: #061c3d;
  font-family: "Onest", sans-serif;
}

.solutions__subtitle {
  font-weight: 500;
  font-size: var(--element-subtitle);
  color: #061c3d;
  font-family: "Onest", sans-serif;
}

/* section titles and secondary texts */
.results {
  padding: 80px 0 0 0;
}

.our-solutions__info-wrapper,
.results__info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}

main {
  /* padding: 95px 0 120px; */
  /* padding-bottom: 120px; */
  /* sssss */
}

.footer {
  background: var(--accent-bg);
}

.footer .footer__contact-form,
.footer .footer__inner {
  padding: 48px 0;
}

.info-wrapper {
  gap: 12px;
  flex-direction: column;
  display: flex;
  text-align: center;
}

.swiper-pagination-bullet-active-prev,
.swiper-pagination-bullet-active-next {
  background-color: transparent !important;
}

/* * {
  outline: 1px solid red !important;
} */

.policy-checkbox__wrapper {
  display: flex;
  gap: 8px;
  color: #d9d9d9;
  font-size: 14px;
}

.policy-checkbox__wrapper a {
  color: var(--main-title-color);
  text-decoration: underline;
}

/* =============== */
/* .policy-checkbox {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
} */

/* .policy-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.policy-checkbox__visual {
  width: 16px;
  height: 16px;
  display: block;
  border: 1px solid #d1d5db;
  border-radius: 50%;
  background-color: #f9fafb;
  transition: all 0.2s ease;
  position: relative;
}

.policy-checkbox input:checked + .policy-checkbox__visual {
  background-color: #259cce;
  border-color: #259cce;
}

.policy-checkbox input:checked + .policy-checkbox__visual::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
} */

/* ==================================== */

.newsletter__form-inner p {
  display: flex;
  gap: 12px;
  max-height: 40px;
}
.newsletter__form-inner br,
.policy-checkbox br {
  display: none;
}

.wpcf7-list-item {
  margin: 0;
}

.newsletter__form-inner p input {
  padding: 10px 14px;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
}

.wpcf7-form-control.wpcf7-submit.has-spinner.contact-form__button {
  border-radius: 8px;
  padding: 10px 16px;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05),
    inset 0 -2px 0 0 rgba(10, 13, 18, 0.05),
    inset 0 0 0 1px rgba(10, 13, 18, 0.18);
  background: #70c7ec;
  color: var(--accent-text-color);
  transition: var(--main-transition);
  /* font-family: "League Spartan", sans-serif; */
  font-weight: 500;
  cursor: pointer;
}

.wpcf7-form-control.wpcf7-submit.has-spinner.contact-form__button:hover {
  background: #4399be;
  transition: var(--main-transition);
}

.footer
  .wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
  font-family: "Onest", sans-serif;
  max-width: 287px;
}

.policy-checkbox__text {
  text-align: start;
}

/* =========================header========================= */

.header {
  color: var(--accent-text-color);
}

.header__inner {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
}

.header__logo-wrapper,
.header__logo-wrapper img {
  max-width: 170px;
  z-index: 101;
}

.header__logo-wrapper img:last-child {
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
  visibility: hidden;
}

.header__logo-wrapper {
  display: flex;
  align-items: center;
  z-index: 101;
}

.header__nav-wrapper {
  align-content: center;
}

.header_nav {
}

.nav {
}

.header_nav,
.header__nav-list {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.nav-list {
}

.header_nav a {
  padding: 8px 12px;
  /* color: var(--primary-color); */
}

.nav-item {
}

.header__btn-wrapper {
}

.header__btn-wrapper .button:hover {
  background: var(--btn-color);
  transition: var(--main-transition);
}

.mobile-nav__btn {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.mobile-nav__btn {
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

body.open .mobile-nav__btn {
  display: flex;
}

.mobile-nav__btn .mobile-nav__btn-icon {
  display: flex;
  position: relative;
}

.mobile-nav__btn .mobile-nav__btn-icon,
.mobile-nav__btn .mobile-nav__btn-icon::before,
.mobile-nav__btn .mobile-nav__btn-icon::after {
  width: 16px;
  height: 2px;
  background: var(--secondary-btn-color);
  border: 2px;
}

.mobile-nav__btn .mobile-nav__btn-icon::before,
.mobile-nav__btn .mobile-nav__btn-icon::after {
  position: absolute;
  height: 2px;
  content: "";
}

.mobile-nav__btn .mobile-nav__btn-icon::before {
  top: 5px;
}

.mobile-nav__btn .mobile-nav__btn-icon::after {
  bottom: 5px;
}

body.open .mobile-nav__btn .mobile-nav__btn-icon,
body.open .mobile-nav__btn .mobile-nav__btn-icon::before,
body.open .mobile-nav__btn .mobile-nav__btn-icon::after {
  background: #eee;
  transition: background 0.3s;
  top: auto;
  bottom: auto;
}

body.open .mobile-nav__btn .mobile-nav__btn-icon {
  /* background: transparent; */
}

body.open .mobile-nav__btn .mobile-nav__btn-icon::before {
  transform: rotate(45deg);
  transition: transform 0.3s;
}

body.open .mobile-nav__btn .mobile-nav__btn-icon::after {
  transform: rotate(-45deg);
  transition: transform 0.3s;
}

/* =================================== */

body.open .mobile-nav__btn {
  z-index: 9999;
}

body.open .mobile-nav__btn .mobile-nav__btn-icon {
  background: transparent;
}

body.open {
  overflow-y: hidden !important;
}

body.open .language-btn.custom-select {
  display: flex;
  visibility: visible;
  opacity: 1;
  z-index: 21;
  color: #fff;
  height: 40px;
  z-index: 101;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* background: var(--card-bg); */
  background: transparent;
  height: 100vh;
  transform: translateY(-100%);
  transition: all 0.3s ease;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  color: transparent;
}

.mobile-nav.open {
  background: var(--accent-bg);
  color: white;
  transition: all 0.3s ease;
}

.mobile-nav.open {
  transform: translateY(0);
}

.mobile-nav__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.mobile-nav__menu li {
  margin: 16px 0;
}

.mobile-nav__menu a {
  text-decoration: none;
  font-size: 1.5rem;
}

.body.open .mobile-nav__btn .mobile-nav__btn-icon::before,
.body.open .mobile-nav__btn .mobile-nav__btn-icon::after,
.body.open .mobile-nav__btn .mobile-nav__btn-icon {
  background: var(--accent-section-text);
  transition: all 0.3 ease;
}

.mobile-language-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  padding: 8px;
}

.mobile-language-btn svg path {
  fill: #fff;
}

.mobile-language-btn:hover {
}

.mobile-language-btn svg:last-child {
  transition: all 0.3s;
}

.mobile-language-btn:hover svg:last-child {
  transform: rotate(180deg);
  transition: all 0.3s;
}

body.open .header__logo-wrapper img:last-child {
  display: flex;
  opacity: 1;
  transition: all 0.3s ease;
  visibility: visible;
  z-index: 21;
}

body.open .header__logo-wrapper img:first-child {
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
  visibility: hidden;
}

.custom-select {
  position: relative;
  z-index: 10;
}

.custom-select__inner {
}

.selected {
  cursor: pointer;
  /* padding: 4px 8px; */
  width: 22px;
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #2a2b6d21;
  border-radius: 4px;
  list-style: none;
  padding: 0;
  transition: opacity 0.3s;
  opacity: 0;
  width: 94px;
}

.options li {
  padding: 12px 8px;
  cursor: pointer;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 6px;
}

.options li.active {
  border: 1px solid #9dd8f2;
  background: var(--accent-element-color);
  transition: all 0.3s;
  font-weight: 500;
}

.options li:hover {
  background: var(--accent-element-color);
  transition: all 0.3s;
}

/* показываем при наведении */
.custom-select:hover .options {
  opacity: 1;
  display: block;
  transition: opacity 0.3s;
}

.language-btn.custom-select.open .options {
  opacity: 1;
  display: block;
  transition: opacity 0.3s;
}

/* =========================home========================= */
/* ================================= */
.hero {
  background: linear-gradient(
    133deg,
    var(--first-gradient-color) 0%,
    var(--secondary-gradient-color) 100%
  );
  padding: 100px 0 0px 0;
}

.container {
}

.hero__text-container {
  max-width: 883px;
}

.hero__text-wrapper {
}

.hero__title-wrapper {
  font-size: var(--main-title-size);
  font-family: "League Spartan", sans-serif;
  font-weight: 600;
  line-height: 94%;
}

.hero__title {
  color: var(--main-title-color);
}

.highlight {
  color: #29abe2;
}

.hero__text-inner {
  font-weight: 400;
  font-size: var(--main-text-size);
  margin-top: 12px;
  line-height: 120%;
  color: #fff;
}

.hero__text {
}

.text {
  font-family: "Onest", sans-serif;
  font-weight: 400;
}

.hero__button-wrapper {
  margin-top: 46px;
  display: flex;
  max-height: 56px;
}

.hero__button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 24px;
  padding: 12px 20px;
  background: #fff;
  color: var(--accent-text-color);
  font-weight: 500;
  font-size: var(--main-text-size);
}

.hero__img-container img {
  height: 530px;
  object-fit: contain;
}

.button {
  font-weight: 500;
}

.hero__text-inner {
  display: flex;
  width: 100%;
}

.main .hero-stats {
  padding: 0;
}

.stats {
  box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  padding: 32px 0px;
  border-radius: var(--second-border-radius);
  display: flex;
  margin-top: 30px;
  color: var(--accent-text-color);
  margin-top: -75px;
  position: relative;
  /* margin-bottom: -109px; */
}

.stats__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.stats__inner::after {
  /* content: "";
  position: absolute;
  display: flex;
  width: 353px;
  height: 530px;
  right: 0;
  top: -500px;
  background-image: url("./../../media/hero/owner.png");
  background-repeat: no-repeat;
  z-index: 1; */
}

.stats__item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  gap: 8px;
  width: 100%;
}

.stats__value {
  font-size: var(--secondary-title-size);
  font-weight: 600;
}

/* =============================== */
.about {
  padding: 80px 0 80px;
}

.container {
}

.about__inner {
  display: flex;
  flex-direction: column;
  gap: 46px;
}

.about__title-wrapper {
  font-size: var(--secondary-title-size);
  color: var(--accent-text-color);
  /* line-height: 108%; */
  font-weight: 600;
  text-align: center;
}

.about__title {
}

.title {
}

.about__accordion {
  display: flex;
  gap: 20px;
}

.about__accordion-col:first-child {
  border: 1px solid #e5e5e5;
  border-radius: var(--first-border-radius);
  overflow: hidden;
}

.about__accordion-col:last-child {
  max-width: 60%;
}

.accordion-col__inner {
}

.accordion-col__inner {
  display: grid;
  height: 100%;
}

.accordion__item:first-child {
  border-top: none;
}

.accordion__item {
  transition: var(--main-transition);
  padding: 32px;
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  align-content: center;
}

.accordion__widget-bg {
  position: relative;
}

.accordion__widget-bg > span {
  display: flex;
  position: absolute;
  top: 26px;
  left: 20px;
}

.accordion__item {
}

.about__accordion-col:first-child {
  max-width: 468px;
  width: 100%;
}

.tab-control--active {
}

.accordion__item-title {
  color: var(--accent-text-color);
  font-weight: 500;
  font-size: var(--secondary-element-title);
  margin-bottom: 8px;
}

.accordion__item.tab-control--active {
  background: var(--accent-element-color);
  transition: var(--main-transition);
}

.accordion__item.tab-control--active .accordion__item-text {
  display: inline;
  opacity: 1;
  visibility: visible;
  height: 100%;
  font-size: 1.125rem;
  transition: var(--main-transition);
}

.accordion__item-text {
  font-weight: 400;
  font-size: 0;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: var(--main-transition);
  line-height: 1.4;
  height: 0%;
}

.tab-control {
}

.accordion__widget {
  background: var(--accent-color);
  background-image: url("./../../media/hero/Backgroundpattern.svg");
  border-radius: var(--first-border-radius);
  padding: 49px;
}

.accordion__widget-inner {
  background: var(--accent-element-color);
  height: auto;
  overflow: hidden;
}

.accordion__widget-bg {
  box-shadow: 4px 10px 27px -3px rgba(126, 195, 255, 0.46);
  border-radius: var(--second-border-radius);
  overflow: hidden;
  padding-top: 58px;
  background: #9dd8f2;
}

.accordion__widget-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: height 0.3s ease;
  padding: 108px 46px;
  transition: height 0.4s ease;
  overflow: hidden;
}

.accordion__widget-title {
  font-size: var(--secondary-title-size);
  color: var(--accent-text-color);
  line-height: 108%;
  font-weight: 600;
}

.accordion__widget-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 128%;
}

.text {
}

/* our-solutions */

.our-solutions {
  background: var(--accent-bg);
}

.container {
}

.our-solutions__inner {
  display: flex;
  flex-direction: column;
  gap: 46px;
}

.grid-item__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: end;
  gap: 24px;
}

.our-solutions__info-wrapper .our-solutions__title-wrapper {
  color: var(--accent-section-text);
}

.title-wrapper {
}

.our-solutions__title {
}

.title {
}

.our-solutions__text-wrapper {
  color: var(--accent-section-text);
}

.text-wrapper {
}

.our-solutions__text {
}

.text {
}

.our-solutions__grid {
  display: grid;
  /* grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr); */
  grid-template-columns: repeat(auto-fit, minmax(386px, 1fr));
  justify-items: center;
  /* grid-auto-columns: 386px; */
  /* grid-auto-rows: 287px; */
  gap: 20px;
}

.our-solutions__grid-item {
  border: 1px solid #fff;
  border-radius: var(--third-border-radius);
  padding: 32px;
  width: 386px;
  min-height: 287px;
  background: var(--card-bg);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.our-solutions__grid-icon {
}

.grid-icon__inner {
  border: 1px solid #fff;
  border-radius: var(--fourth-border-radius);
  padding: 19px;
  width: 76px;
  height: 76px;
  background: var(--card-gray-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-solutions__grid-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.solutions__subtitle-wrapper {
}

.solutions__subtitle {
}

.solutions__text-wrapper {
}

.solutions__text {
  line-height: 1.3;
  font-size: 1.125rem;
}

.our-solutions__btn-wrapper {
  display: flex;
  justify-content: center;
}

.our-solutions__see-more-btn {
  /* max-width: 184px; */
  max-height: 56px;
}

.button {
}

.white-button {
}

/* =============================================================== */
.results {
}

.container {
}

.results__inner {
  display: flex;
  flex-direction: column;
  gap: 46px;
}

.results__info-wrapper {
}

.results__title-wrapper {
}

.title-wrapper {
}

.results__title {
}

.title {
}

.results__text-wrapper {
}

.text-wrapper {
}

.results__text {
  font-size: var(--element-subtitle);
}

.text {
}

.results__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.results__info-tabble {
  border-radius: var(--second-border-radius);
  background: var(--card-gray-bg);
  padding: 36px;
  display: flex;
  gap: 20px;
}

.results__info-banner {
  padding: 32px;
  display: flex;
  justify-content: space-between;
  background: var(--card-bg);
  border-radius: var(--third-border-radius);
  /* width: 100%; */
  flex-grow: 1;
}

.results__accent-info-banner {
  padding: 42px 0 0 0;
  display: flex;
  justify-content: space-between;
  background: #29abe2;
  border-radius: var(--third-border-radius);
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 457px;
}

.results__accent-info-banner > svg {
  position: absolute;
  top: 16px;
  left: 23px;
}

.case-study {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  justify-content: space-between;
}

.case-study__header {
  display: flex;
  align-items: center;
  gap: 18px;
}

.case-study__icon {
  background: var(--accent-bg);
  border-radius: var(--fifth-border-radius);
  max-width: 54px;
  height: 54px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-study__title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.case-study__title h3 {
  color: var(--accent-title-color);
  font-size: var(--element-subtitle);
  font-weight: 600;
}

.case-study__industry {
}

.case-study__description {
}

.case-study__stats {
  color: var(--stats-name-color);
  font-weight: 500;
  font-size: var(--element-subtitle);
  display: flex;
  justify-content: space-between;
}

.results__accent-info-banner .case-study__metrics {
  background: #bde5f6;
  border-radius: var(--third-border-radius);
}

.case-study__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.case-study__stat {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.case-study__stat:last-child {
  text-align: end;
}

.case-study__stat-title {
  font-size: var(--secondary-text-size);
}

.case-study__stat-value {
  font-weight: 600;
  font-family: "League Spartan", sans-serif;
  font-size: var(--secondary-title-size);
  color: var(--accent-text-color);
}

.case-study__stats-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.case-study__chart {
}

.case-study__graph {
}

.case-study__metrics {
  display: flex;
  width: 100%;
  gap: 16px;
  padding: 22px 24px;
}

.case-study__metric {
  background: #fcfcfc;
  border-radius: var(--third-border-radius);
  padding: 24px;
  gap: 4px;
  display: flex;
  flex-basis: content;
  flex-direction: column;
}

.case-study__metric {
  max-width: 233px;
}

.case-study__metric:last-child {
  gap: 12px;
}

.case-study__circle-chart .case-study__metric-value {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-size: 30px;
  color: #fcfcfc;
}

.case-study__second-value {
  font-weight: 600;
  font-size: 36px;
  color: var(--accent-title-color);
}

.case-study__metric:last-child {
  text-align: center;
}

.case-study__metric-title {
  font-weight: 600;
  font-size: 16px;
  color: #4b5563;
}

.case-study__metric-value {
  font-family: "League Spartan", sans-serif;
}

.case-study__circle-chart {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.case-study__decor svg {
  width: 100%;
}

.analytics__info-banner {
  width: 100%;
}

/* ========================================================== */
main .about-kitaev {
  /* padding: 0; */
}

.container {
}

.about-kitaev__info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 14px;
  z-index: 2;
}

.about-kitaev__inner {
  text-align: center;
  padding: 107px 90px 106px 90px;
  border-radius: var(--second-border-radius);
  background: var(--accent-bg);
  font-size: var(--main-text-size);
  display: flex;
  flex-direction: column;
  gap: 40px;
  /* background-image: url("./../../media/home/BackgroundaboutK.svg"); */
  background-image: url("./../media/home/BackgroundaboutK.svg");
  position: relative;
  overflow: hidden;
  background-attachment: scroll;
  background-repeat: no-repeat;
}

.about-kitaev__inner svg {
}

.about-kitaev__inner,
.about-kitaev__inner h2,
.about-kitaev__inner p {
  color: var(--accent-section-text);
}

.about-kitaev__quote {
  text-align: start;
  padding: 48px 32px;
  border: 1px solid #fff;
  border-radius: var(--third-border-radius);
  z-index: 2;
}

.about-kitaev__info-wrapper {
}

.about-kitaev__title-wrapper {
}

.title-wrapper {
}

.about-kitaev__title {
}

.title {
}

.about-kitaev__text-wrapper {
  line-height: 131%;
}

.text-wrapper {
}

.about-kitaev__text {
}

.text {
}

.about-kitaev__quote {
  line-height: 131%;
}

.about-kitaev__inner .ellipse {
  position: absolute;
  border-radius: 100%;
  background: linear-gradient(270deg, #06acff 0%, #06acff 0%);
  filter: blur(100px);
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

/* ===================================== */

.testimonials {
}

.container {
}

.testimonials__inner {
  display: flex;
  flex-direction: column;
  gap: 46px;
}

.testimonials__info-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.reviews__title-wrapper {
}

.title-wrapper {
}

.reviews__title {
}

.title {
}

.reviews__text-wrapper {
  font-size: var(--main-text-size);
}

.text-wrapper {
}

.reviews__text {
}

.text {
}

.testimonials__wrapper {
}

.testimonials__swiper {
}

.swiper {
}

.testimonials__swiper-wrapper {
}

.swiper-wrapper {
}

.testimonials__swiper-slide {
}

.swiper-slide {
}

.testimonials__slide-inner {
  background: var(--card-gray-bg);
  border-radius: var(--first-border-radius);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.testimonial-text__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.quote-start {
}

.testimonial-text {
  font-size: var(--main-text-size);
  color: var(--accent-text-color);
  line-height: 131%;
}

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

.quote-end {
}

.testimonial-author {
}

.author-photo {
}

.author-info {
}

.author-name {
  line-height: 131%;
}

.author-position {
  line-height: 131%;
}

.testimonials__swiper-pagination {
}

.swiper-pagination {
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-photo {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.author-info {
  display: flex;
  flex-direction: column;
}

.author-name {
  color: var(--accent-title-color);
  font-weight: 600;
  font-family: "League Spartan", sans-serif;
  font-size: var(--element-subtitle);
}

.author-position {
  font-weight: 400;
}

.testimonials__info-wrapper {
  position: relative;
}

.testimonials__inner .testimonials__swiper-pagination {
  /* position: static; */
}

.testimonials__pagination-wrapper {
  position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
  background: #a3a3a3;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--accent-color);
}

/* ===================================================================*/
.audit-cta {
  /* padding: 0; */
}

.audit-cta__content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  background-color: #259cce;
  padding: 48px;
  border-radius: 16px;
  color: white;
  font-family: "League Spartan", sans-serif;
  animation: pulseCtaBlock 1.6s infinite;
}

.audit-cta__title {
  font-size: var(--secondary-title-size);
  font-weight: 600;
  margin: 0 0 12px;
}

.audit-cta__title strong {
  font-weight: 700;
}

.audit-cta__description {
  color: var(--secondary-accent-text);
  font-size: var(--main-text-size);
  line-height: 131%;
}

.audit-cta__text {
  max-width: 626px;
}

.btn {
  font-size: 24px;
  background: white;
  color: #2a2b6d;
  transition: 0.3s ease;
  padding: 14px 43px;
  border-radius: var(--fourth-border-radius);
  font-weight: 600;
}

.btn:hover {
  background: #f0f0f0;
}

.hero__button {
  position: relative;
  animation: pulse 1.6s infinite;
  /* transition: transform 0.3s; */
}

/* =========================about========================= */
.about__hero {
  /* background: radial-gradient(
    91.67% 91.67% at 49.63% 38.3%,
    #093881 11.06%,
    #070b2e 100%
  ) !important; */
}

.about__text-container {
  max-width: 520px;
}

.about__hero-inner {
  padding: 217px 0 157px;
}

.hero__title-wrapper h1 {
  line-height: 100%;
}

.about__hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about__img-container img {
  /* display: none; */
  position: absolute;
  animation: upDownAnimation 2.2s infinite ease-in-out;
  top: 25%;
  left: 54%;
  /* transform: translate(-50%, -50%); */
}

#hero__animated-gloss {
  position: absolute;
  /* transform: translate(-50%, 50%); */
  /* top: 25%; */
  z-index: 10;
  width: 414px;
  height: 414px;
}

.about__img-container img:last-child {
  width: 414px;
  height: 414px;
}

.about__img-container {
  /* position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 75% !important;
  display: flex; */
}

.about__img-container img:first-child {
  height: 100%;
}

.about__img-container select {
  width: 100%;
  /* height: 100%; */
  -webkit-mask-image: radial-gradient(
    circle at center,
    rgba(0, 0, 0, 1) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: radial-gradient(
    circle at center,
    rgba(0, 0, 0, 1) 30%,
    rgba(0, 0, 0, 0) 60%
  );
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.about__img-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0) 60%
  );
  pointer-events: none;
  mix-blend-mode: screen;
}

.about__text-container {
  z-index: 20;
}

/* --------------------------------------------- */

.benefits {
  padding: 80px 20px;
  text-align: center;
}

.benefits__container {
  max-width: 1200px;
  margin: 0 auto;
  gap: 46px;
  display: flex;
  flex-direction: column;
}

.title-wrapper {
  font-size: var(--secondary-title-size);
  color: var(--accent-title-color);
  font-weight: 600;
}

.subtitle-wrapper {
  font-size: var(--element-subtitle);
}

.benefits__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.benefits__item {
  flex: 1 1 300px;
  max-width: 350px;
  padding: 20px;
  border-radius: 12px;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.benefits__icon {
  margin-bottom: 20px;
  border-radius: var(--fourth-border-radius);
  padding: 20px;
  width: 76px;
  height: 75px;
  background: #f3f4f6;

  img {
    width: 36px;
    height: 36px;
  }
}

.benefits__item-title {
  color: var(--accent-title-color);
  margin-bottom: 8px;
  font-size: var(--element-subtitle);
  font-weight: 500;
}

.benefits__item-text {
  font-size: 1rem;
  color: #5c5c76;
  line-height: 1.5;
}

.benefits-icon {
  animation: pulseSecond 2.2s infinite ease-in-out;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.benefits__item:nth-child(1) .benefits-icon {
  animation-delay: 0s;
}

.benefits__item:nth-child(2) .benefits-icon {
  animation-delay: 0.5s;
}

.benefits__item:nth-child(3) .benefits-icon {
  animation-delay: 1s;
}

/* ======================= */
.our-experts__inner .our-experts__swiper-pagination {
  /* position: static; */
}

.our-experts {
  background: #f9fafb;
}

.container {
}

.our-experts__wrapper {
  display: flex;
  flex-direction: column;
  gap: 46px;
}

.our-experts__info-wrapper {
}

.info-wrapper {
}

.our-experts__title-wrapper {
}

.title-wrapper {
}

.our-experts__title {
}

.title {
}

.our-experts__subtitle-wrapper {
}

.subtitle-wrapper {
}

.our-experts__subtitle {
}

.text {
}

.our-experts__inner {
}

.our-experts__swiper {
}

.swiper {
}

.our-experts__swiper-wrapper {
}

.swiper-wrapper {
}

.our-experts__swiper-slide {
  border-radius: 16px;
  overflow: hidden;
}

.swiper-slide {
}

.our-experts__slide-inner {
  position: relative;
}

.our-experts__swiper-slide img {
  /* position: absolute; */

  /* max-width: 386px; */
  width: 100%;
  min-width: 200px;
}

.our-experts__info {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, #000 100%);
  padding: 32px 32px 24px 32px;
}

.our-experts__name {
  font-family: "League Spartan", sans-serif;
  font-weight: 500;
  font-size: var(--element-subtitle);
  color: #fff;
}

.our-experts__position {
  font-weight: 400;
  font-size: 1rem;
  color: #f3f4f6;
}

.our-experts__swiper-pagination {
}

.swiper-pagination {
}

.our-experts__pagination-wrapper {
  position: relative;
}

/* Center a single slide in the team section */
/* .our-experts__swiper-wrapper:only-child,
.our-experts__swiper-wrapper > .swiper-slide:only-child {
  margin: 0 auto;      
  display: flex;
  justify-content: center;
} */

/* Center if there's only one child */
/* .our-experts__swiper-wrapper:has(.swiper-slide:only-child) {
  justify-content: center;
} */

.our-experts__swiper-wrapper:has(.swiper-slide:nth-child(-n+2):last-child) {
  justify-content: center;
  transform: none !important;
}

/* ----------------------------- */
.our-story {
}

.container {
}

.our-story__inner {
}

.our-story__stats {
}

.our-story__stats__container {
}

.our-story__stats__item {
}

.our-story__stats__value {
}

.our-story__stats__text {
}

.our-story__stats {
  /* padding: 60px 20px; */
  background: #fff;

  .our-story__stats-container {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(264px, 1fr)); */
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    width: 100%;
    min-height: 225px;
    grid-template-columns: repeat(4, 1fr);
  }

  .our-story__stats-item {
    border: 1px solid #fff;
    border-radius: 16px;
    padding: 32px;
    /* width: 264px; */
    /* height: 225px; */
    height: 100%;
    background: #f7f7f7;
  }

  .our-story__stats-value {
    font-weight: 600;
    font-size: var(--secondary-title-size);
    color: #061c3d;
    margin-bottom: 8px;
  }

  .our-story__stats-text {
    line-height: 1.3;
    font-weight: 500;
    font-size: var(--element-subtitle);
  }
}

.our-story__stats-value {
}

.our-story__stats-text {
}

/* -------------------------------------------------------- */
.timeline {
  padding: 60px 20px;
  text-align: center;
}

.timeline__title {
  font-size: 2rem;
  margin-bottom: 60px;
  color: #1b1b4d;
}

.timeline__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  max-width: 1200px;
  /* margin: 0 auto; */
  flex-wrap: wrap;
}

.timeline__item {
  flex: 1 1 30%;
  position: relative;
  padding: 0 10px;
  text-align: center;
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
}

.timeline__item--center {
  /* margin-top: 60px; */
}

.timeline__line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  border-top: 2px dashed #a0aec0;
  z-index: 0;
  /* display: none; */
}

.timeline__line:nth-child(2) {
  transform: rotate(128deg);
  width: 500px;
  right: 40%;
  left: auto;
  /* left: -70%; */
}

.timeline__line:nth-child(1) {
  transform: rotate(53deg);
  width: 500px;
  left: 40%;
}

.timeline__circle {
  position: relative;
  z-index: 1;
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  border-radius: 50%;
  /* background: radial-gradient(circle at center, #ffffff 40%, #0047ab 100%); */
  /* box-shadow: 0 0 0 6px #fff, 0 0 0 8px #a0aec0; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: #1b1b4d;
  z-index: 1;
  background-color: var(--main-bg);
}

.timeline__item--center .timeline__circle img {
  transform: rotate(-135deg);
}

.timeline__item img {
  transform: rotate(45deg);
}

.timeline__circle img {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  /* width: 200px;
  height: 200px; */
}

.timeline__text {
  font-size: 1rem;
  color: #4a5568;
  max-width: 260px;
  margin: 0 auto;
  line-height: 1.4;
}

.timeline__stage-mum {
  font-family: "League Spartan", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-weight: 700;
  font-size: 50px;
  color: #283c7e;
}

.our-story {
}

.container {
}

.our-story__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.our-story__timeline {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.timeline__title {
}

.timeline__wrapper {
  height: 533px;
}

.timeline__item {
  padding-top: 125px;
}

.timeline__item:nth-child(2n) {
  flex-direction: column;
}

.timeline__line {
}

.timeline__circle {
}

.timeline__circle::before {
  content: "";
  position: absolute;
  top: -108px;
  background-image: url("../../media/about/stage-item-decor.svg");
  height: 108px;
  width: 24px;
  background-repeat: no-repeat;
}

.timeline__item--center .timeline__circle::before {
  top: 100%;
  transform: rotate(180deg);
}

.timeline__circle::after {
}

.timeline__stage-mum {
}

.timeline__text {
}

.timeline__item--center {
  padding: 0 0 125px 0;
}

.our-story__stats {
}

.our-story__stats-container {
}

.our-story__stats-item {
}

.services__features {
  border-radius: 12px;
  padding: 16px;
  background: #eaf7fc;
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* hover animation */
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
}
.our-solutions__grid-item:hover .services__features {
  /* hover animation */
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease;
}

.services__feature {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #283c7e;
}

.services__button {
  border: 1px solid #2a2b6d;
  border-radius: 8px;
  padding: 8px 16px;
  /* max-width: 173px; */
  height: 44px;

  display: flex;
  text-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.services__button svg {
  flex-shrink: 0;
}

.consultation {
  /* padding: 60px 20px; */
  background: #fff;
  position: relative;

  background-image: url("../media/about/VectorABBXSA.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.consultation svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
}

.consultation__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  /* flex-wrap: wrap; */
  gap: 20px;
  z-index: 999;
  position: relative;
  /* max-height: 971px; */
}

.consultation__form-block {
  flex: 1 1 500px;
  border-radius: var(--third-border-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.05),
    0 4px 6px -1px rgba(0, 0, 0, 0.1);
  justify-content: space-between;
}

.consultation__form-top {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px;
  background: var(--card-bg);
}

.consultation__title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.our-solutions__info-wrapper p {
  font-size: var(--element-subtitle);
}

.consultation__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  color: #2a2b6d;
  font-family: "League Spartan", sans-serif;
}

.consultation__subtitle {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: #4b5563;
}

.consultation__quiz {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.consultation__field {
  /* margin-bottom: 20px; */
}

.consultation__label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 0.875rem;
}

.consultation__select,
.consultation__textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  background: #fff;

  font-weight: 400;
  font-size: 1rem;
  color: #6b7280;
}

.consultation__textarea {
  min-height: 80px;
  resize: vertical;
}

.consultation__form-bottom {
  background: var(--accent-color);
  color: #fff;
  padding: 30px;
  border-top: 1px solid #ddd;
  height: 100%;
}

.consultation__form-bottom-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.consultation__form-title {
  font-family: "League Spartan", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  text-align: center;
  color: #fff;
  max-width: 500px;
}

.consultation__request {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.consultation__inputs {
  display: flex;
  gap: 24px;
  flex-wrap: nowrap;
}

.consultation__input {
  font-weight: 400;
  font-size: var(--secondary-text-size);
  color: #6b7280;

  border: 1px solid #fff;
  border-radius: 6px;
  padding: 14px 16px;
  height: 48px;
  width: 100%;
}

.consultation__submit {
  background: #29abe2;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s;
  font-weight: 500;
  color: #2a2b6d;
  border-radius: 6px;
  height: 48px;
  padding: 14px;
}

.consultation__inputs-field {
  flex-grow: 1;
}

.consultation__submit:hover {
  background: #188bda;
}

.consultation__note {
  line-height: 1.4;
  font-weight: 400;
  font-size: 0.87rem;
  text-align: center;
  color: #fff;
  margin-top: 8px;
}

.consultation__image-block {
  flex: 1 1 400px;
  position: relative;
  overflow: hidden;
  border-radius: var(--fourth-border-radius);
  max-height: 971px;
}

.consultation__image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 12px; */
  object-position: top;
}

.consultation__image-blur {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, #000 130%);

  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.consultation__decor-line {
  width: 100%;
  height: 1px;
  background: #eaeaf0;
}

.consultation svg {
  width: 100%;
  height: auto;
  max-width: none; /* Убирает ограничение максимальной ширины, если оно есть */
}

/* =========================services========================= */
.services-hero {
  background: radial-gradient(
    91.67% 91.67% at 49.63% 38.3%,
    #093881 11.06%,
    #070b2e 100%
  );
  font-weight: 400;
  font-size: var(--second-text-size);
  line-height: 151%;
  text-align: center;
  color: #fff;
}

.services-hero__inner {
  padding: 142px 0;
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 46px;
}

.services-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.services-hero__content p {
  max-width: 666px;
}

.services-hero__title {
  color: var(--main-title-color);
  font-weight: 700;
  font-size: 3.7rem;
  line-height: 101%;
  text-align: center;
}

.title span {
  color: #29abe2;
}

.services-hero__subtitle {
}

.services-hero__button {
  border-radius: var(--btn-mobile-border-radius);
  padding: 16px 32px;
  max-height: 56px;
  background: var(--accent-btn-color);
  color: var(--secondary-btn-color);
}

/* ================================ */
.impact {
}

.impact__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.impact__title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.impact__title {
  font-weight: 500;
  font-size: var(--secondary-element-title);
  color: var(--accent-title-color);
}

.impact__subtitle {
  font-weight: 400;
  font-size: var(--element-subtitle);
}

.impact__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 20px;
}

.impact-stat {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: 1px solid #fff;
  border-radius: var(--third-border-radius);
  background: #f7f7f7;
}

.impact-stat__value {
  font-weight: 700;
  font-size: 40px;
  color: #061c3d;
}

.impact-stat__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.impact-stat__title {
  font-weight: 500;
  font-size: 24px;
  color: #061c3d;
}

.impact-stat__description {
  font-weight: 400;
  font-size: 16px;
  color: #4b5563;
  line-height: 1.2;
}

/* =========================== */
.bespoke-solutions {
}

.bespoke-solutions__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bespoke-solutions_title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bespoke-solutions__title {
  font-weight: 500;
  font-size: var(--secondary-element-title);
  color: var(--accent-title-color);
  font-family: "League Spartan", sans-serif;
}

.bespoke-solutions__subtitle {
  font-weight: 400;
  font-size: var(--element-subtitle);
}

.bespoke-solutions__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 20px;
}

.bespoke-solutions__item {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #fff;
  border-radius: var(--third-border-radius);
  background: #f7f7f7;
}

.bespoke-solution__value {
}

.bespoke-solution__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bespoke-solutions__item-title {
  font-weight: 600;
  font-size: calc(var(--secondary-element-title) - 0.2rem);
  color: #1f2937;
  line-height: 1.3;
  font-family: "League Spartan", sans-serif;
}

.bespoke-solutions__item-description {
  font-weight: 400;
  font-size: var(--second-text-size);
  color: #4b5563;
  line-height: 1.2;
}

.bespoke-solutions__img img {
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ======================================= */
.process-development__stages {
  position: relative;
  height: 351px;
}

.process-development__stages::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

.process-development__stages svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ================== */
.process-development__stages-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  /* IE & Edge */
  scrollbar-width: none;
  /* Firefox */
}

.process-development__stages {
  width: 1200px;
}

.process-development__inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.process-development__grid {
  display: flex;
  flex-direction: column;
  gap: 145px;
}

.process-development__row {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
}

.process-development__row.bottom-row {
  justify-content: space-evenly;
}

.process-development__row img {
  position: absolute;
  bottom: auto;
  top: 90px;
  z-index: 2;
}

.top-row .process-development__item:nth-child(1) img {
  top: 90px;
  left: 120px;
}

.top-row .process-development__item:nth-child(2) img {
  top: 120px;
}

.top-row .process-development__item:nth-child(3) img {
  top: 140px;
  right: 110px;
}

.top-row .process-development__item:nth-child(1) {
  padding-top: 0;
}

.top-row .process-development__item:nth-child(2) {
  padding-top: 40px;
}

.top-row .process-development__item:nth-child(3) {
  padding-top: 70px;
}

.process-development__item-inner {
  max-width: 300px;
}

.top-row
  .process-development__item:nth-child(1)
  .process-development__item-inner {
  max-width: 270px;
}

.bottom-row
  .process-development__item:nth-child(1)
  .process-development__item-inner {
  max-width: 270px;
  margin-left: 40px;
}

.bottom-row .process-development__item:nth-child(3) {
  padding-top: 70px;
  max-width: 350px;
}

.bottom-row
  .process-development__item:nth-child(2)
  .process-development__item-inner {
  margin-left: 50px;
}

process-development__item-inner .process-development__item-inner:nth-child() {
}

.process-development__item-inner:nth-child() {
}

.process-development__row.bottom-row img {
  top: auto;
  bottom: 90px;
}

.process-development__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  height: 100%;
  max-width: 300px;
  width: 100%;
}

.process-development__row.bottom-row .process-development__item {
  flex-direction: column-reverse;
}

.process-development__stage-title {
  font-family: "League Spartan", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: #283772;
  margin-bottom: 6px;
}

.bottom-row .process-development__stage-title {
  margin: 6px 0 0 0;
}

.process-development__stage-description {
  font-weight: 400;
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.18;
}

/* ============================== */
.contact-form .contact__form-block {
  background: #fff;
}

.contact-form .contact__content {
  background: #f3f3f3;
  padding: 40px;
  border-radius: var(--third-border-radius);
}

/* ============================= */

.ai-gallery {
  background: #23236b;
  color: white;
}

.ai-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.ai-header h2 {
  font-weight: 600;
  font-size: var(--secondary-title-size);
  color: #fff;
  font-family: "League Spartan", sans-serif;
  max-width: 433px;
}

.ai-header__text p {
  font-weight: 400;
  font-size: var(--second-text-size);
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.44;
}

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

.ai-header__text {
  max-width: 646px;
}

.ai-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.ai-gallery__grid {
  display: grid;
  grid-template-columns: 0.7fr 1fr 0.7fr;
  grid-template-rows: 1fr;
  width: 100%;
  gap: 28px;
}

.ai-gallery__grid-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  height: 100%;
  border-radius: var(--fourth-border-radius);
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.ai-gallery__grid-col:first-child {
  background: rgba(255, 255, 255, 0.2);
  gap: 9px;
}

.ai-gallery__grid-col h3 {
  font-weight: 700;
  font-size: 1.875rem;
  font-family: "League Spartan", sans-serif;
}

.ai-gallery__grid-col p {
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 165%;
}

.ai-gallery__grid-col .parallax-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: var(--fourth-border-radius);
}

.ai-box {
  background: #2e2f91;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ai-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ai-box.stat {
  flex-direction: column;
  color: white;
}

.ai-box.stat h3 {
  font-size: 32px;
  margin-bottom: 10px;
}

.ai-box.stat p {
  font-size: 14px;
  color: #bbb;
}

.ai-gallery__grid-col {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  /* если хочешь скругленные углы */
  height: 502px;
  /* высота каждого блока с картинкой */
  margin-bottom: 20px;
  /* отступы между картинками */
}

.ai-gallery__grid-col-tumb {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  /* если хочешь скругленные углы */
}
.ai-gallery__grid-col-tumb {
  width: auto;
  max-width: 100%;
}

.ai-gallery__grid-col-tumb .parallax-image {
  position: static;
}

.ai-gallery__grid-col .parallax-image {
  height: 200%;
  /* увеличиваем высоту блока с картинкой */
}

.parallax-image {
  position: absolute;
  /* top: -20%; */
  left: 0;
  width: 100%;
  height: 200%;
  /* больше 100% для движения картинки вверх-вниз */
  background-position: center;
  background-size: cover;
  will-change: transform;
  transition: transform 0.2s ease-out;
  /* transform: scale(1.8) !important; увеличиваем картинку */
}

/* =========================== */

/* =========================contact========================= */
.contact {
}

.contact__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contact__content-col {
  border-radius: var(--fourth-border-radius);
}

.contact__container {
}

.contact__header {
}

.contact__title {
}

.contact__subtitle {
}

.contact__content {
  display: flex;
  gap: 40px;
  padding: 40px;
}

.contact__info {
  background: var(--accent-bg);
  padding: 40px;
  max-width: 428px;
  width: 100%;
  height: 715px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.contact__info svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.contact__info h3,
.contact__info p,
.contact__info a,
.contact__info span {
  color: #fff;
}

.contact__info h3 {
  font-weight: 500;
  font-size: var(--secondary-element-title);
}

.contact__info p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 80px;
}

.contact__info-inner {
}

.contact__info-title {
  margin-bottom: 7px;
}

.contact__info-text {
}

.contact__info-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contact__info-item {
  display: flex;
  align-items: center;
  gap: 24px;
}

.contact__info-item img {
  width: 24px;
  height: 24px;
}

.info-item__inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact__info-item span {
  color: #bdbdd2;
}

.contact__info-label {
  font-weight: 400;
  font-size: 0.875rem;
  font-family: "League Spartan", sans-serif;
}

.contact__info-value {
}

.contact__socials {
  display: flex;
  gap: 24px;
}

.contact__social {
}

.contact__social--x {
}

.contact__social--linkedin {
}

.contact__social--facebook {
}

.contact__social--custom {
}

.contact__form-block {
  background: #f3f4f6;
  width: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact__form-title {
  font-weight: 400;
  font-size: 24px;
  color: #111928;
}

.contact__form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.contact__form-row {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.contact__input {
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 8px 16px;
  width: 100%;
  height: 37px;
}

.contact__textarea {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 12px 16px;
  width: 100%;
  height: 112px;
  resize: none;
}

.contact__submit {
  border-radius: 6px;
  padding: 10px 20px;
  width: 100%;
  height: 48px;
  background: var(--secondary-btn-color);
  color: var(--btn-text-color);
  font-weight: 500;
  font-size: 24px;
  font-family: "League Spartan", sans-serif;
}

.contact__form-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.contact__form-block .policy-checkbox__wrapper {
}

.contact__form-block .policy-checkbox {
}

.contact__form-block .policy-checkbox__visual {
}

.contact__form-block .policy-checkbox__text {
  color: var(--text-color);
}

.contact__form-block .policy-checkbox__text a {
  color: var(--action-btn-color);
}

/* =========================configurator========================= */
main .configurator {
  padding: 64px 0;
}

.configurator__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

.configurator__title-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.configurator__title-wrapper h1,
.configurator__title-wrapper p {
  max-width: 890px;
}

.configurator__title {
  font-family: "League Spartan", sans-serif;
  font-weight: 600;
  font-size: 64px;
  text-align: center;
  color: #2a2b6d;
  line-height: 131%;
}

.configurator__title span {
  color: #259cce;
}

.configurator__subtitle {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: #4b5563;
}

.configurator__subtitle {
}

/* ================== */

.configurator__steps-wrapper {
}

.configurator__steps-list {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: start;
  gap: 10px;
}

.configurator__steps-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  z-index: 2;
}

.configurator__step-num {
  border: 2px solid #1d79a0;
  color: #1d79a0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  padding-top: 1px;
  flex-shrink: 0;
  flex-grow: 0;
  background: #fff;
  transition: all 0.3s ease;
  outline: 20px solid #fff;
}

.configurator__steps-text {
  line-height: 120%;
}

.configurator__steps-title {
  font-weight: 600;
  font-size: 16px;
  color: #1d79a0;
}

.configurator__steps-discr {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #4b5563;
}

.configurator__steps-wrapper {
  position: relative;
}

.configurator__steps-wrapper svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 16px;
}

.configurator__steps-wrapper path {
}

/* ============================ */
.solution-configurator {
  border: 1px solid #eaeaf0;
  border-radius: 24px;
  padding: 40px;
  max-width: 996px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: all 0.3s;
  width: 100%;
}

.solution-configurator__title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.solution-configurator__title {
  font-weight: 500;
  font-size: var(--secondary-element-title);
  color: #2a2b6d;
}

.solution-configurator__subtitle {
  font-weight: 400;
  font-size: var(--element-subtitle);
}

.configurator__decor-line {
  background: #eaeaf0;
  height: 1px;
  width: 100%;
}

.configurator__options-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.configurator__option {
  border: 2px solid #d1d5db;
  border-radius: 12px;
  padding: 16px 24px;
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  cursor: pointer;
}

.configurator__option-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}

.configurator__option:has(input[type="radio"]:checked) {
  border: 2px solid #29abe2;
  background-color: #eaf7fc;
  transition: all 0.3s ease;
}

.configurator__option:hover {
  border: 2px solid #29abe2;
  background-color: #eaf7fc;
  transition: all 0.3s ease;
}

.configurator__option-inner input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.configurator__option-inner {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}

.configurator__option-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #9ca3af;
  border-radius: 50%;
  background-color: white;
  transition: all 0.2s ease;
}

.configurator__option:has(input[type="radio"]:checked)
  .configurator__option-inner::before {
  border: 3.5px solid #1d79a0;
  transition: all 0.2s ease;
  outline: 2px solid transparent;
}

.configurator__option-inner {
}

.configurator__ooption-name {
  font-weight: 400;
  font-size: 20px;
  color: #111928;
  line-height: 1.26;
}

.configurator__option-value {
  font-weight: 700;
  font-size: var(--second-text-size);
  color: #1d79a0;
}

input[type="radio"]:checked {
}

/* ============================ */
/* .ai-solution-section {
    background: #fff;
    padding: 40px 20px;
    font-family: 'Arial', sans-serif;
    display: flex;
    justify-content: center;
  }

  .ai-form {
    background: #f9f9fb;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    max-width: 600px;
    width: 100%;
  }

  .ai-form h3 {
    font-size: 22px;
    color: #1d1d4f;
    margin-bottom: 8px;
  }

  .ai-form p {
    color: #666;
    margin-bottom: 24px;
  }

  .ai-option {
    display: flex;
    align-items: center;
    background: #fff;
    border: 2px solid #e2e6f0;
    border-radius: 12px;
    padding: 14px 20px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: 0.2s;
  }

  .ai-option:hover {
    border-color: #4e96f1;
  } */

.ai-option input[type="radio"] {
  /* display: none;  */
}

/* .ai-option input[type="radio"]:checked+.ai-content {
    border: 3.5px solid #29ABE2;
    background-color: #eaf4ff;
  }

  .ai-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    border-radius: 8px;
    padding: 8px 12px;
  }

  .ai-title {
    font-weight: 600;
    color: #1d1d4f;
  }

  .ai-price {
    font-weight: 600;
    color: #3391e7;
  }

  .ai-next-btn {
    margin-top: 20px;
    width: 100%;
    padding: 14px;
    background: #0d75e0;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s;
  } */

.ai-next-btn:hover {
  background: #095ec2;
}

.configurator__btn-wrapper {
  display: flex;
  gap: 20px;
  justify-content: end;
  width: 100%;
}

.configurator__button {
  border-radius: 6px;
  padding: 10px 20px;
  max-height: 44px;
  text-wrap: nowrap;
  font-weight: 500;
  font-size: 16px;
  font-family: "League Spartan", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.configurator__btn-wrapper .configurator__button {
  position: static;
}

.configurator__button span {
  margin-bottom: -2px;
}

.configurator__button-prev {
  background: #eaeaea;
  transition: all 0.3s ease;
  color: #4b5563;
}

.configurator__button-prev:hover {
  background: #ddd;
  transition: all 0.3s ease;
  color: #4b5563;
}

.configurator__button-next {
  background: #1d79a0;
  transition: all 0.3s ease;
  color: #fff;
}

.configurator__button-review {
  background: #1d79a0;
  transition: all 0.3s ease;
  color: #fff;
}

.configurator__button-next:hover {
  background: #1b6d91;
  transition: all 0.3s ease;
  color: #fff;
}

.solution-configurator__swiper {
  margin: 0 !important;
  padding: 2px !important;
}

.configurator__option-slide {
  opacity: 0;
  transition: all 0.3s;
}

.configurator__option-slide.swiper-slide.swiper-slide-active {
  opacity: 1;
  transition: all 0.3s;
}

.configurator__steps-item.completed .configurator__step-num {
  background: #1d79a0;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease;
}

.form-steps__progress-line {
  position: absolute;
  top: 14px;
  left: 50%;
  right: 0;
  height: 2px;
  background-color: #d1d5db;
  z-index: 1;
  transform: translate(-50%, 0);
  width: 90%;
}

.form-steps__progress-fill {
  height: 100%;
  background-color: #1d79a0;
  width: 0%;
  transition: all 0.3s ease;
  max-width: 100% !important;
}

/* =========================pricing-table========================= */
.pricing-table {
  border: 1px solid #dfe3e8;
  border-radius: 12px;
  overflow: hidden;
  font-family: "Onest", sans-serif;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.pricing-table__table {
  width: 100%;
  border-collapse: collapse;
}

.configurator__table-wrapper {
  display: flex;
  flex-direction: column;
  gap: 27px;
  width: 100%;
}

.pricing-table__cell {
  padding: 16px 24px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
  font-weight: 400;
  font-size: 20px;
  color: #333;
}

.pricing-table__cell--head {
  font-weight: bold;
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #333;
}

.pricing-table__cell.pricing-table__cell--head:nth-child(2) {
  text-align: end;
}

.pricing-table__cell--price {
  color: #1d79a0;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  font-weight: 700;
  font-size: var(--second-text-size);
}

.pricing-table__footer .pricing-table__cell {
  background-color: #e8f6fd;
  font-weight: bold;
  font-size: var(--second-text-size);
  font-weight: 700;
  font-size: 24px;
  color: #1581c0;
}

.pricing-table__footer .pricing-table__cell:first-child {
  font-weight: 700;
  font-size: 32px;
}

.pricing-table__cell--total-title {
  text-align: left;
}

.pricing-table__cell--total-price {
  text-align: right;
  color: #1581c0;
}

.pricing-table__row {
  border-bottom: 1px solid #e7ebf4;
  padding: 16px 24px;
  width: 1011px;
  height: 58px;
}

/* =========================footer========================= */
.footer {
}

.footer__contact-form {
  border-bottom: 1px solid #fff;
}

.container {
}

.contact-form_inner {
}

.contact-form__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.contact-form__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.text {
}

.contact-form__title {
  font-weight: 600;
  font-size: var(--secondary-element-title);
  color: var(--main-title-color);
}

.title {
}

.contact-form__description {
  font-weight: 500;
  color: var(--secondary-accent-text);
}

.newsletter__form {
  gap: 8px;
  display: flex;
  flex-direction: column;
}

.newsletter__form-inner {
  display: flex;
  gap: 12px;
  max-height: 40px;
}

.contact-form__input {
  padding: 10px 14px;
  border: 1px solid #d5d7da;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  background: #fff;
}

.contact-form__button {
  border-radius: 8px;
  padding: 10px 16px;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05),
    inset 0 -2px 0 0 rgba(10, 13, 18, 0.05),
    inset 0 0 0 1px rgba(10, 13, 18, 0.18);
  background: #70c7ec;
  color: var(--accent-text-color);
  transition: var(--main-transition);
}
.contact-form__button:hover {
  background: #5ca1be;
  transition: var(--main-transition);
}
.contact-form__button-text {
  margin-top: 1px;
}

.button {
}

.footer__inner {
}

.footer__inner {
}

.container {
}

.footer__container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer__logo-wrapper {
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--accent-section-text);
}

.footer__logo {
}

.footer__description-text {
  line-height: 1.2;
}

.text {
}

.footer__nav-wrapper {
}

.footer__nav {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 137px;
}

.footer__nav-col h4,
.footer__nav-col a {
  color: #fcfcfc;
  font-family: "Onest", sans-serif;
  text-wrap: nowrap;
  text-wrap: wrap;
}

.footer__nav-col h4 {
  font-weight: 600;
  font-size: 20px;
}

.footer__nav-col ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tag-new {
}

.footer__bottom-inner {
  border-top: 1px solid #fff;
  padding: 32px 0 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.footer__bottom-inner p {
  display: flex;
  gap: 4px;
  text-align: start;
}

.footer__bottom-inner span {
  padding-top: 1px;
}

.footer__icons a img {
  width: 20px;
  height: 20px;
  margin-left: 16px;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.footer__icons a:hover img {
  opacity: 0.8;
}

.tag-new {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  padding: 4px 6px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
}

.privacy-policy-section h1 {
  font-size: var(--secondary-title-size);
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
  color: var(--accent-title-color);
}
.privacy-policy-section h2 {
  font-size: var(--subtitle-size);
  color: var(--accent-text-color);
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 40px;
}
.privacy-policy-section p {
  margin-bottom: 20px;
  line-height: 1.25;
  font-family: "Onest", sans-serif;
  font-size: var(--text-size);
}

.privacy-policy__files .document_button {
  border: 1px solid rgb(42, 43, 109);
  border-radius: 8px;
  padding: 8px 16px;
  max-width: 173px;
  height: 44px;
  display: flex;
  text-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.privacy-policy__files {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.our-story .about-kitaev__inner {
  padding: 60px 50px;
}

/* =========================media========================= */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulseCtaBlock {
  0% {
    box-shadow: 0 0 0 0 #259cce;
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@media (max-width: 1220px) {
  .hero__text {
    line-height: 130%;
  }

  .hero__button-wrapper {
    margin-top: 24px;
  }

  .hero__title {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (max-width: 1100px) {
  .footer__container {
    flex-direction: column;
    gap: 48px;
    /* align-items: center; */
  }

  .footer__logo-wrapper {
    /* flex-direction: row; */
    max-width: none;
    /* align-items: center; */
  }

  p {
    line-height: 120%;
  }
}

@media (max-width: 1100px) {
  .consultation__container {
    flex-direction: column-reverse;
    max-height: none;
    max-width: 600px;
  }

  .consultation__form-block {
    flex: none;
  }

  .consultation__image-block {
    flex: none;
    max-height: none;
    max-height: 435px;
    max-height: 630px;
  }

  .consultation__title {
    font-size: var(--secondary-element-title);
  }

  .consultation__form-title {
    font-size: 2.25rem;
  }
}

@media (max-width: 920px) {
  section {
    padding: 64px 0;
  }
  .results {
    padding: 64px 0 0 0;
  }

  .hero {
    padding: 40px 0 0px 0;
  }

  .container {
    padding: 0 20px;
  }

  .hero__text-inner {
    flex-direction: column;
    gap: 24px;
    margin: 0;
  }

  .hero__title-wrapper,
  .hero__text {
    text-align: center;
  }

  .hero__title-wrapper {
    font-size: 48px;
  }

  .hero__button-wrapper {
    justify-content: center;
    height: 44px;
  }

  .hero__button-wrapper .hero__button {
    font-size: 1rem;
  }

  .hero__text-container {
    gap: 12px;
  }
  .hero__text-inner {
    align-items: center;
  }
  .about__hero-inner {
    padding: 36px 0 0 0;
  }
  .about__hero {
    height: calc(100vh - 72px);
    max-height: 900px;
    background-position-x: 67%;
    background-position-y: center;
  }
  .about__img-container img {
    left: 50%;
    top: 340px;
    transform: translateX(-50%);
    animation: none;
  }

  .hero__text-inner .hero__text-container,
  .hero__text-inner .hero__img-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .stats__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .stats__value {
    font-size: 2.25rem;
  }

  .stats__description {
    font-size: 0.875rem;
    text-align: center;
  }

  .stats {
    padding: 24px 0px;
  }

  .stats__item {
    padding: 20px;
  }

  /* about */
  .about__accordion {
    flex-direction: column-reverse;
  }

  .about__accordion-col:first-child {
    max-width: none;
  }

  /* results */
  .results__info-tabble {
    flex-direction: column;
  }

  .results__info-tabble:nth-child(2) {
    flex-direction: column-reverse;
  }

  .case-study__metric {
    max-width: 100%;
    flex-grow: 1;
  }

  .results__accent-info-banner {
    max-width: none;
  }

  .case-study__chart {
    flex-grow: 1;
  }

  .about-kitaev__inner {
    padding: 49px 19px 48px 19px;
  }

  .about-kitaev__quote {
    text-align: center;
    font-size: 1.25rem;
  }
  /* hover services features animation */
  .services__features {
    border-radius: 12px;
    padding: 16px;
    background: #eaf7fc;
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* hover animation */
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: 0.5s ease;
  }
}

@media (max-width: 920px) {
  .header__logo-wrapper,
  .header__logo-wrapper img {
    max-width: 120px;
  }

  .header_nav,
  .header__nav-list,
  .language-btn {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
  }
  body.open .header__nav-wrapper .header_nav,
  .header__nav-list {
    display: flex;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
    z-index: 100;
  }

  body.open .header__nav-wrapper .header_nav {
    flex-direction: column;
    color: var(--btn-text-color);
    z-index: 100;
  }
  /*  .mobile-nav.open */
  body.open .header__nav-wrapper {
    background: var(--accent-bg);
    color: white;
    transition: all 0.3s ease;
    position: absolute;
    z-index: 100;
  }

  .header__nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: var(--card-bg);
    background: transparent;
    height: 100vh;
    transform: translateY(-100%);
    transition: all 0.3s ease;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    color: transparent;
  }

  body.open .header__nav-wrapper {
    transform: translateY(0);
  }

  .header__nav-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    z-index: 100;
  }

  .header__nav-wrapper ul li {
    /* margin: 16px 0; */
  }

  .header__nav-wrapper ul li a {
    text-decoration: none;
    font-size: 1.5rem;
  }

  .mobile-nav__btn {
    display: flex;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
  }

  .mobile-nav__btn {
    gap: 12px;
  }

  .body.open .mobile-language-btn {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    transition: all 0.3s ease;
  }

  .header__inner {
    padding: 16px 0;
  }

  .language-btn.custom-select svg path {
    fill: #fff;
  }

  .options,
  .custom-select__inner ul .language-option.active {
    background: transparent;
  }
  .options li:hover {
    background: transparent;
    transition: all 0.3s;
  }

  .language-btn.custom-select {
    border: 1px solid #eee;
    border-radius: 6px;
  }
  .options li {
    border: none;
    border-bottom: 1px solid #ffffff;
  }

  .options li.active {
    border: none;
    border-bottom: 1px solid #9dd8f2;
  }
}

@media (max-width: 920px) {
  .services-hero {
    padding: 0;
  }

  .services-hero__content .title {
    font-size: 48px;
  }

  .services-hero__subtitle {
    font-size: 16px;
  }

  .services-hero__content {
    max-width: 400px;
  }

  .services-hero__inner {
    padding: 72px 0px;
  }

  .impact__title-wrapper {
    text-align: center;
    justify-content: center;
  }

  .impact__title {
    font-weight: 600;
    font-size: 2.25rem;
  }

  .impact__subtitle {
    font-weight: 400;
    font-size: 1rem;
    max-width: 350px;
  }

  .impact__stats {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    text-align: center;
  }

  /* =======bespoke-solutions====== */
  .bespoke-solutions__grid {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }

  .bespoke-solutions__item-title {
    font-weight: 600;
    font-size: var(--secondary-element-title);
  }

  .bespoke-solutions__header {
    text-align: center;
    gap: 12px;
  }

  .bespoke-solutions__title {
    font-weight: 600;
    font-size: 36px;
  }

  .bespoke-solutions__header p {
    font-size: 1rem;
  }

  /* ======process-development===== */
  .process-development__info .title-wrapper {
    font-weight: 600;
    font-size: 36px;
  }

  .process-development__inner {
    gap: 32px;
  }

  /* =====ai-gallery===== */
  .ai-header h2 {
    font-weight: 600;
    font-size: 2.25rem;
  }

  .ai-header__text p {
    font-size: 1rem;
  }

  .ai-gallery__grid,
  .ai-gallery__grid-col:last-child {
    gap: 18px;
  }

  .ai-gallery {
    margin-top: 20px;
  }
}

@media (max-width: 920px) {
  .contact__content {
    flex-direction: column;
    padding: 32px 0 0 0;
    gap: 24px;
  }

  .contact__info {
    max-width: 100%;
    height: auto;
    gap: 40px;
  }

  .contact__info > div,
  .contact__info-item {
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  .contact__info-item {
    flex-direction: column;
    gap: 12px;
  }

  .contact__info p {
    margin-bottom: 40px;
  }

  .contact__form-row {
    flex-direction: column;
  }

  .contact__inner {
    gap: 32px;
  }

  .contact__form-block {
    padding: 24px;
  }
}

@media (max-width: 920px) {
  .configurator__title-wrapper {
  }

  .configurator__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 1;
  }

  .configurator__subtitle {
    font-weight: 400;
    font-size: var();
    line-height: 1.23;
  }

  /* ========================== */
  .configurator__steps-text {
    display: none;
  }

  .configurator__steps-wrapper {
    width: 100%;
  }

  /* ======================== */
  .solution-configurator {
    padding: 24px;
  }

  .configurator__step-num {
    outline: none;
  }

  .about__accordion-col:last-child {
    max-width: none;
  }

  .timeline__line {
    display: none;
  }

  .timeline__wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .timeline__wrapper {
    height: auto;
  }

  .timeline__item--center,
  .timeline__item {
    padding: 0;
    flex-direction: column;
    padding-top: 64px;
  }

  .timeline__circle::before {
    top: 100%;
    transform: rotate(180deg);
  }

  .timeline__circle {
    margin: 0px auto 120px;
  }

  .timeline__text {
    max-width: 316px;
  }

  .our-story__stats {
    .our-story__stats-container {
      grid-template-columns: repeat(2, 1fr);
    }

    .our-story__stats-value {
      font-size: calc(var(--element-subtitle) + 1rem);
    }

    .our-story__stats-text {
      font-size: 0.875rem;
      line-height: 118%;
    }

    .our-story__stats-value {
      margin-bottom: 12px;
    }
  }
}

@media (max-width: 920px) {
  #hero__animated-gloss {
    display: none !important;
  }
}

@media (max-width: 700px) {
  .footer__container {
    align-items: center;
  }

  .footer__logo-wrapper {
    align-items: center;
  }

  .footer__bottom-inner {
    justify-content: center;
    gap: 24px;
    text-align: center;
  }

  .contact-form__content {
    flex-direction: column;
    text-align: center;
  }

  .audit-cta__content {
    text-align: center;
  }

  .audit-cta__button,
  .audit-cta__text {
    width: 100%;
  }

  .audit-cta__content {
    padding: 28px 24px;
  }

  .audit-cta__title {
    font-size: 2.25rem;
  }

  .audit-cta__description {
    font-size: 1rem;
  }

  .audit-cta__button {
    font-size: 1rem;
  }
}

@media (max-width: 700px) {
  .consultation__container {
    min-width: 400px;
  }

  .consultation__image-block {
    max-height: 435px;
  }
}

@media (max-width: 700px) {
  main .configurator {
    padding: 40px 0;
  }

  .solution-configurator__title-wrapper {
    text-align: center;
  }

  .configurator__option {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 16px;
  }

  .configurator__option-value {
    width: 100%;
    text-align: end;
  }

  .configurator__options-wrapper {
    gap: 16px;
  }

  .solution-configurator__title {
    font-size: 1.875rem;
  }

  .solution-configurator__subtitle {
    font-size: 1.125rem;
  }
}

@media (max-width: 600px) {
  .footer__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .footer__logo-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .contact-form__text .contact-form__title {
    font-size: 1.875rem;
  }

  .accordion__widget-text {
    font-size: 16px;
  }

  .accordion__widget-title {
    font-size: 30px;
  }

  .accordion__widget-inner {
    padding: 34px 27px;
  }

  .accordion__widget {
    padding: 28px;
  }

  .accordion__widget {
    border-radius: 20px;
  }

  .accordion__widget-bg {
    border-radius: var(--third-border-radius);
  }

  .accordion__widget-bg {
    padding-top: 32px;
  }

  .accordion__widget-bg > span {
    top: 12px;
    right: 11px;
    width: 32px;
  }

  .accordion__widget-bg span svg {
    overflow: visible;
    height: 8px;
  }

  .accordion-col__inner h5 {
    font-size: 1.251rem;
  }

  .accordion-col__inner .accordion__item-text {
    font-size: 1rem;
  }

  .our-solutions__btn-wrapper a {
    font-size: 1rem;
  }

  .case-study__metrics {
    padding: 24px 13px;
  }

  .case-study__circle-chart svg {
    /* width: 90px; */
  }

  .case-study__stat-title {
    font-size: 1.125rem;
  }

  .results__info-tabble {
    padding: 20px;
  }

  .case-study__stat-value {
    font-size: 2.25rem;
  }

  .results__info-banner {
    padding: 24px;
  }

  .results__accent-info-banner {
    padding: 42px 0 0 0;
  }

  .case-study__metric-title {
    font-size: 14px;
  }

  .about-kitaev__inner {
    padding: 49px 9px 48px 9px;
  }

  .about-kitaev__title {
    font-size: 2.25rem;
  }

  .about-kitaev__info-wrapper {
    padding: 0;
  }

  .about-kitaev__title-wrapper {
    max-width: 320px;
  }

  .about-kitaev__info-wrapper {
    align-items: center;
  }

  .about-kitaev__inner {
    background-size: 160%;
    background-repeat: no-repeat;
  }

  .about-kitaev__inner .ellipse {
    position: absolute;
    border-radius: 100%;
    background: linear-gradient(270deg, #06acff 0%, #06acff 0%);
    filter: blur(50px);
    top: auto;
    left: auto;
    z-index: 1;
    width: 80%;
    height: 30%;
    opacity: 0.5;
    bottom: 0;
    right: 0;
  }

  .testimonial-text {
    font-size: 1rem;
  }

  .testimonials__slide-inner {
    text-align: center;
    font-size: 1rem;
  }

  .quote-start {
    display: flex;
    justify-content: start;
  }

  .author-name {
    font-size: 1rem;
    font-weight: 600;
  }

  .author-position {
    font-size: 0.75rem;
  }

  .testimonial-author {
    display: flex;
    justify-content: center;
  }

  .author-photo {
    width: 32px;
    height: 32px;
  }

  .author-info {
    text-align: start;
  }

  main {
    padding-bottom: 64px;
  }

  .case-study__description {
    line-height: 120%;
  }

  .audit-cta__button a {
    font-weight: 500;
    font-size: 16px;
    /* animation: pulse 1.6s infinite; */
  }

  .audit-cta__content {
    gap: 64px;
  }

  .title {
    font-size: 2.25rem;
    line-height: 1;
  }

  .about {
    padding: 64px 0 64px;
  }

  .hero__title {
    /* font-size: 3rem; */
    font-size: 2.5rem;
  }
  .privacy-policy-section h1 {
    font-size: var(--subtitle-size);
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  p {
    font-size: var(--secondary-text-size);
  }
}

@media (max-width: 600px) {
  .bespoke-solutions__grid {
    grid-template-columns: 1fr;
  }

  .bespoke-solutions__item {
    gap: 0;
  }

  .bespoke-solutions__img {
    margin-bottom: 24px;
  }

  .bespoke-solutions__item-description {
    line-height: 123%;
  }

  .bespoke-solutions__item-title {
    line-height: 129%;
  }

  .bespoke-solutions__header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bespoke-solutions__subtitle {
    max-width: 350px;
  }

  /* =====ai-gallery===== */
  .ai-header {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .ai-header__text {
    flex-direction: column;
  }

  .ai-gallery__grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .ai-gallery__grid-col:last-child {
    height: 100%;
  }

  .ai-gallery__grid-col-tumb {
    /* height: 100%; */
    width: 100%;
  }

  .ai-gallery__grid-col-tumb img {
    height: 100%;
    width: 100%;
  }

  .ai-header h2 {
    max-width: 300px;
  }

  /* =====contact-form===== */
  .contact-form .contact__content {
    padding: 0;
    background: transparent;
  }

  .contact-form .contact__form-block {
    background: #f3f4f6;
  }

  .pricing-table__cell {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.26;
  }

  .pricing-table__cell--head {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #333;
  }

  .pricing-table__cell--price {
    font-weight: 700;
    font-size: var(--second-text-size);
  }

  .accordion__widget-info {
    padding: 0;
  }
  .about__img-container img:last-child,
  #hero__animated-gloss {
    width: 320px;
    height: 320px;
  }

  .consultation__inputs {
    flex-direction: column;
  }

  .consultation__container {
    min-width: auto;
  }
  .consultation__form-top {
    padding: 30px;
  }
  .privacy-policy__files {
    justify-content: center;
  }
  .ai-gallery__grid-col {
    height: auto;
    margin-bottom: 0;
  }
}

@media (max-width: 439px) {
  .our-solutions__grid {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  }

  .our-solutions__grid-item {
    border: 1px solid #fff;
    border-radius: var(--third-border-radius);
    padding: 22px;
    width: 100%;
    height: 100%;
    background: var(--card-bg);
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .newsletter__form-inner p {
    flex-direction: column;
  }
  .newsletter__form {
    align-items: center;
    gap: 60px;
  }
  .consultation__form-title {
    font-size: 1.75rem;
  }
  .consultation__form-bottom,
  .consultation__form-top {
    padding: 16px;
  }
  .our-story__stats {
    & .our-story__stats-container {
      grid-template-columns: 1fr;
      text-align: center;
    }
  }
  .our-story .about-kitaev__inner {
    padding: 30px 15px;
  }
  .about-kitaev__quote {
    padding: 16px 12px;
  }
}

@media (max-width: 340px) {
  .container {
    padding: 0 15px;
  }

  .newsletter__form {
    flex-direction: column;
  }

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

@media (max-width: 340px) {
  .bespoke-solutions__item-title {
    font-size: 24px;
  }

  .bespoke-solutions__item-title,
  .impact__title,
  .process-development__title,
  .bespoke-solutions__title {
    font-size: 28px;
  }
}

/* ========= keyframes ========= */

@keyframes pulseSecond {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes upDownAnimation {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.grid-card {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.grid-card:nth-child(n) {
  transition-delay: calc(var(--delay-index, 0) * 0.2s);
}
.grid-card.visible {
  opacity: 1;
  transform: translateX(0);
}
@media (prefers-reduced-motion: reduce) {
  .grid-card {
    transition: none;
    opacity: 1;
    transform: translateX(0);
  }
}

/* .contact__info {
              background: #426999;
              background: radial-gradient(circle, rgba(66, 105, 153, 0.82) 0%, rgba(42, 43, 109, 1) 100%);
              background-size: 400% 400%;
              animation: gradientFlow 12s both infinite;

            }

            @keyframes gradientFlow {
              0% {
                background-position: 0% 0%;
              }

              50% {
                background-position: 100% 100%;
              }

              100% {
                background-position: 0% 0%;
              }
            } */
.contact__info {
  background: rgba(42, 43, 109, 1);
  background: radial-gradient(
    circle,
    rgb(15, 76, 134) 0%,
    rgba(42, 43, 109, 1) 100%
  );
  background-size: 200% 200%;
  animation: gradientRotate 12s linear infinite;
}

.services-hero {
  background-size: 200% 200%;
  animation: gradientRotate 12s linear infinite;
}

.contact__info-item,
.contact__socials {
  opacity: 0.8;
}

.contact__submit {
  transition: all 0.4s ease-in-out;
}

.contact__submit:hover {
  background: #29abe2;
  transition: all 0.4s ease-in-out;
}

.contact__info-text {
  line-height: 1.2;
}

.services-hero {
  background: radial-gradient(
    circle,
    rgba(0, 26, 86, 0.84) 0%,
    rgb(5, 6, 91) 100%
  );
  background-size: auto;
  background-size: 150% 150%;
  animation: gradientRotate 35s linear infinite;
}

.services__button {
  transition: all 0.4s ease-in-out;
}

.services__button:hover {
  background: #ededed;
  transition: all 0.4s ease-in-out;
}

@keyframes gradientRotate {
  0% {
    background-position: 50% 50%;
  }
  12.5% {
    background-position: 65% 40%;
  }
  25% {
    background-position: 80% 30%;
  }
  37.5% {
    background-position: 75% 20%;
  }
  50% {
    background-position: 50% 10%;
  }
  62.5% {
    background-position: 25% 20%;
  }
  75% {
    background-position: 20% 30%;
  }
  87.5% {
    background-position: 35% 40%;
  }
  100% {
    background-position: 50% 50%;
  }
}

.wpcf7-spinner {
  display: none;
}
/* ---------------------------- */

.contact__form-item p {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact__form-item p br {
  display: none;
}

.contact__form-block .wpcf7-form,
.contact__content-col .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact__form-block .contact__submit,
.contact__content-col .contact__submit {
  margin: 16px 0;
  cursor: pointer;
}
.contact__form-block .wpcf7-list-item-label a,
.contact__content-col .wpcf7-list-item-label a {
  color: var(--action-btn-color);
}

.consultation__note a {
  color: var(--action-btn-color);
}

.consultation__form-bottom-inner .wpcf7-form.init {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.consultation__form-bottom-inner .wpcf7-form.init br {
  /* display: none; */
}

.wpcf7-form-control.wpcf7-submit.has-spinner.consultation__submit,
.consultation__form-block p {
  width: 100%;
}

.consultation__form-block br {
  display: none;
}

.consultation__textarea {
  /* max-height: 109px; */
  max-height: 109px;
  min-height: 109px;
}

.consultation__note {
  margin: 0;
}

.consultation__subtitle {
  line-height: 1.31;
}

.mobile-nav__menu {
  /* display: none; */
}

.case-study__description {
  line-height: 1.2;
}

.hero__text-container {
  padding-bottom: 180px;
}

.wpcf7-not-valid {
  border: 2px solid #dc3232 !important; /* Подсветка красной границей */
  background-color: #ffebeb !important; /* Легкий красный фон */
}

.wpcf7-response-output {
  /* display: none !important; */
}

.hero .hero__img-container .about__img-container {
  position: relative;
}

.wpcf7-not-valid-tip {
  text-align: center;
  padding: 15px;
  background: #fff;
  border-radius: 6px;
  margin-top: 10px;
  z-index: 9;
  box-shadow: #333 16px;
  -webkit-box-shadow: 0px 0px 27px 10px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 0px 27px 10px rgba(0, 0, 0, 0.125);
  transition: all 0.3s;
  position: absolute;
}

.wpcf7-not-valid-tip::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  left: 12%;
  
}

.consultation .wpcf7-not-valid-tip {
  position: absolute;
}

.wpcf7-response-output {
  display: none;
}

.consultation__form-bottom {
  top: -100px;
}

.consultation__form-bottom .wpcf7-not-valid-tip,
.contact__form-row .wpcf7-not-valid-tip {
  top: -95px;
}

.contact__form-row .wpcf7-not-valid-tip {
  top: -75px;
}

.consultation__form-bottom .wpcf7-not-valid-tip::before,
.contact__form-row .wpcf7-not-valid-tip::before  {
  display: none;
}

.consultation__form-bottom .wpcf7-not-valid-tip::before {
  display: block;
}

.wpcf7-not-valid-tip::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  transform: rotate(180deg);
  display: none;
  left: 12%;
}
.consultation__form-bottom .wpcf7-not-valid-tip::after,
.contact__form-row .wpcf7-not-valid-tip::after {
  display: block;
}

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