.company-case-hero-white {
  background: #fff;
  margin: 64px 0 112px 0;
}
.company-case-hero-white .content_width {
  display: flex;
  gap: 40px;
}
@media (max-width: 1200px) {
  .company-case-hero-white .content_width {
    flex-direction: column;
    align-items: center;
  }
}
.company-case-hero-white .company-case-hero-title {
  font-size: 54px;
  font-weight: 700;
  color: #1D2945;
}
.company-case-hero-white .company-case-hero-text {
  font-size: 20px !important;
  font-weight: 400 !important;
  margin-top: 16px;
}
.company-case-hero-white .company-case-hero-btn {
  border-radius: 8px;
  margin-top: 32px;
  width: 100%;
}

.company-cases-page-head.page_content_text {
  text-align: center;
}

.company-case-hero {
  width: 100vw;
  max-width: 100vw;
  margin: 150px 0 0 calc(50% - 50vw);
}
.company-case-hero .company-case-hero-inner {
  border-radius: 10px;
  padding: 56px 42px 112px 42px;
  background: linear-gradient(135deg, #dcecff 0%, #cfe3f8 100%);
  position: relative;
  overflow: hidden;
}
.company-case-hero .company-case-hero-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.35) 0, rgba(255, 255, 255, 0.35) 1px, transparent 1px), radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0.25) 1px, transparent 1px);
  background-size: 160px 160px, 220px 220px;
}
.company-case-hero .company-case-label {
  margin-bottom: 24px;
  color: #5990F5;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.company-case-hero .company-case-title {
  margin: 0 0 24px;
  color: #1d2a4f;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 700;
  line-height: 1.07;
}
.company-case-hero .company-case-company {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}
.company-case-hero .company-case-company-logo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #f8fbff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-case-hero .company-case-company-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-case-hero .company-case-company-name {
  color: #1d2a4f;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
}
.company-case-hero .company-case-company-meta {
  color: #5C6373;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}
.company-case-hero .company-case-hero-text {
  color: #1D2945;
  font-size: 28px;
  line-height: 1.55;
  margin: 24px 0 48px 0;
}
.company-case-hero .company-case-hero-btn {
  min-width: 246px;
  text-align: center;
  border-radius: 8px;
}

.company-case-section {
  margin: 96px 0;
}
.company-case-section .company-case-narrow {
  margin: 0 auto;
  padding: 42px;
  border-radius: 10px;
  background: #fff;
}
.company-case-section h2 {
  margin: 0 0 32px;
  color: #1d2a4f;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
}
.company-case-section .company-case-section-text {
  color: #1D2945;
  font-size: 18px;
  line-height: 1.68;
}
.company-case-section .company-case-section-text p {
  margin: 0 0 14px;
}

.company-case-section-solution {
  position: relative;
  overflow: hidden;
}
.company-case-section-solution::before {
  content: "";
  position: absolute;
  background-image: url("../img/card_home_b_01 4.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 470px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.company-case-section-solution::after {
  content: "";
  position: absolute;
  background-image: url("../img/card_home_b_01 5.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 470px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.company-case-section-solution .company-case-narrow {
  max-width: 1160px;
  margin: 0 auto;
  background: transparent;
  border-radius: 0;
  position: relative;
  z-index: 2;
  background: linear-gradient(135deg, #dcecff 0%, #cfe3f8 100%);
  border-radius: 18px;
  padding: 42px;
}

.company-case-check-list {
  margin: 20px 0 0;
}
.company-case-check-list li {
  padding-left: 0;
  margin-bottom: 20px;
  color: #1D2945;
  font-size: 18px;
  line-height: 1.55;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.company-case-check-list li .company-case-check-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin-top: 2px;
}

.company-cases-switch {
  margin-bottom: 24px;
  font-size: 12px;
  color: #1D2945;
  font-weight: 600;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.company-cases-switch .is-active {
  color: #5990F5;
}

.case_page.company-case-related-inner {
  border-radius: 18px 18px 0 0 !important;
}

.company-case-related {
  overflow: hidden;
}
.company-case-related .company-case-related-inner {
  background: transparent;
  border-radius: 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, #dcecff 0%, #cfe3f8 100%);
  padding: 42px;
  border-radius: 18px;
}
@media (max-width: 640px) {
  .company-case-related .company-case-related-inner {
    padding: 24px;
  }
}
.company-case-related .company-case-related-title {
  margin: 0 0 36px;
  text-align: center;
  color: #1d2a4f;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.1;
}
.company-case-related .company-case-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
@media (max-width: 1200px) {
  .company-case-related .company-case-related-grid {
    grid-template-columns: 1fr;
  }
}
.company-case-related .company-case-related-card {
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  min-height: 248px;
  max-width: 560px;
  min-width: 300px;
  color: #1d2a4f;
  box-shadow: 0 2px 8px rgba(29, 42, 79, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 1200px) {
  .company-case-related .company-case-related-card {
    min-width: 200px;
    /* width: auto; */
    max-width: 250px;
  }
}
.company-case-related .company-case-related-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(29, 42, 79, 0.12);
}
.company-case-related .company-case-related-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.company-case-related .company-case-related-label {
  color: #5990f5;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.company-case-related .company-case-related-arrow {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #4793FC;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
}
.company-case-related .company-case-related-card-title {
  margin: 0 0 12px;
  color: #1d2a4f;
  font-size: 22px;
  line-height: 1.22;
}
.company-case-related .company-case-related-card-text {
  margin: 0;
  color: #5C6373;
  font-size: 14px;
  line-height: 1.55;
}
.company-case-related .company-case-related-card-bottom {
  margin-top: auto;
  padding-top: 14px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.company-case-related .company-case-related-company {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.company-case-related .company-case-related-company-logo,
.company-case-related .company-case-related-company-fallback {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e7f0fe;
  flex: 0 0 28px;
  object-fit: cover;
}
.company-case-related .company-case-related-company-fallback {
  color: #5990f5;
  font-size: 8px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.company-case-related .company-case-related-company-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.company-case-related .company-case-related-company-name {
  color: #1d2a4f;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}
.company-case-related .company-case-related-company-meta {
  color: #5C6373;
  font-size: 10px;
  line-height: 1.3;
}
.company-case-related .company-case-related-more {
  color: #1d2a4f;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
.company-case-related .company-case-related-actions {
  margin-top: 28px;
  text-align: center;
}
.company-case-related .company-case-related-btn {
  width: 244px;
  max-width: 100%;
  background: #4793FC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

@media (max-width: 1200px) {
  .company-case-hero .company-case-hero-inner,
  .company-case-section .company-case-narrow {
    padding: 42px;
  }
  .company-case-hero .company-case-hero-text,
  .company-case-section .company-case-section-text,
  .company-case-check-list li {
    font-size: 18px;
  }
  .company-case-related .company-case-related-inner {
    padding: 44px 24px 48px;
  }
  .company-case-related .company-case-related-card-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .company-case-hero {
    margin-top: 8px;
  }
  .company-case-hero .company-case-hero-inner {
    padding: 30px 22px;
    border-radius: 8px;
  }
  .company-case-hero .company-case-title {
    margin-bottom: 20px;
  }
  .company-case-hero .company-case-company {
    margin-bottom: 18px;
  }
  .company-case-hero .company-case-hero-btn {
    width: 100%;
  }
  .company-case-section .company-case-narrow {
    padding: 30px 22px;
    border-radius: 8px;
  }
  .company-case-section h2 {
    margin-bottom: 16px;
  }
  .company-case-check-list li {
    gap: 10px;
  }
  .company-case-related {
    margin-bottom: 64px;
    width: auto !important;
    max-width: unset;
    margin-left: calc(50% - 50vw);
  }
  .company-case-related .company-case-related-inner {
    padding: 34px 14px 36px;
    border-radius: 8px;
  }
  .company-case-related .company-case-related-title {
    margin-bottom: 22px;
  }
  .company-case-related .company-case-related-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .company-case-related .company-case-related-card {
    min-height: 0;
    padding: 14px;
  }
  .company-case-related .company-case-related-card-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .company-case-related .company-case-related-card-bottom {
    gap: 10px;
  }
  .company-case-related .company-case-related-more {
    font-size: 11px;
  }
  .company-case-related .company-case-related-btn {
    width: 100%;
    max-width: 280px;
  }
}
.callback_form {
  color: #fff;
  margin: 0 0 0 calc(50% - 50vw);
}

.callback_form .work_width {
  color: #fff;
  background: #1D2945;
  padding: 112px 24px;
  box-sizing: border-box;
  border-radius: 0 0 18px 18px;
}

@media only screen and (max-width: 640px) {
  .callback_form .work_width {
    padding: 24px;
  }
}
.callback_form .row {
  display: flex;
  gap: 32px;
  align-items: center;
}

.callback_form .row .column {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
}

.callback_form .row .column p {
  margin-bottom: 10px;
}

.callback_form .row .column ul {
  list-style: none;
  padding: 0;
}

.callback_form .row .column ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.callback_form .row .column ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  transform: translateY(-50%);
  width: 15px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.49999L6.21584 10.9164C6.25821 10.9605 6.3298 10.9565 6.36709 10.9081L14 1' stroke='%235395F1' stroke-width='2' stroke-linecap='round'/%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.callback_form .row .column .subtitle {
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #DDEFFF;
}

.callback_form .row .column .arrow-block {
  text-align: right;
}

@media only screen and (max-width: 960px) {
  .callback_form .row .column .arrow-block {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .callback_form .row {
    flex-direction: column;
  }
}
.callback_form form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.callback_form form span.wpcf7-form-control-wrap {
  min-height: 48px;
  height: auto;
}

.callback_form form .one-line {
  position: relative;
  display: flex;
  gap: 8px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  box-sizing: border-box;
  background: #35456d;
  border-radius: 9px;
  color: #888891;
}

.callback_form form .one-line.cursive .form-text {
  font-style: italic;
}

.callback_form form .one-line .form-text {
  font-size: 14px;
  line-height: 20px;
}

.callback_form form .one-line a {
  color: #598ff5;
}

.callback_form form .one-line a:hover {
  color: #bcd9ff;
}

.callback_form form .one-line .wpcf7-submit {
  background: #598ff5;
  color: #000;
  border-radius: 9px;
  height: 48px;
  width: 48px;
  min-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.callback_form form .one-line .wpcf7-submit:hover {
  background: #bcd9ff;
}

.callback_form form .wpcf7-response-output {
  border-radius: 8px;
}

.callback_form form label {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.callback_form form label span {
  background: #35456d;
  border-radius: 9px;
}

.callback_form form input,
.callback_form form textarea {
  color: #fff;
  box-sizing: border-box;
  padding: 12px 24px;
  font-size: 16px;
  min-height: 48px;
}

.callback_form form textarea {
  height: auto;
  margin-bottom: -6px;
}

.company-cases-page {
  width: 100vw;
  max-width: 100vw;
  margin-top: 112px !important;
}
.company-cases-page .company-case-related {
  width: 1160px;
  margin: 0 auto;
  border-radius: 18px 18px 0 0;
}
.why {
  padding-bottom: 112px;
}
.why .content_width {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .why .content_width {
    flex-direction: column;
  }
}
.why__title {
  font-size: clamp(34px, 4vw, 44px);
  font-weight: 700;
  max-width: 426px;
  text-align: center;
}
.why__cards {
  display: flex;
  gap: 40px;
  margin-top: 56px;
}
@media (max-width: 1200px) {
  .why__cards {
    flex-direction: column;
  }
}
.why__card {
  background: #DDEFFF;
  padding: 24px;
  border-radius: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  max-width: 360px;
}
.why__card-text {
  color: #1D2945;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.statistics {
  width: 100vw;
  max-width: 100vw;
  margin: 0 0 0 calc(50% - 50vw);
  color: #FFFFFF;
}
.statistics__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 45px;
  background: #1D2945;
  border-radius: 18px 18px 18px 18px;
  padding: 88px 42px 112px 42px;
}
@media (max-width: 640px) {
  .statistics__inner {
    padding: 42px 24px;
  }
}
@media (max-width: 1200px) {
  .statistics__inner {
    flex-direction: column;
  }
}
.statistics__content {
  max-width: 455px;
}
.statistics__title {
  font-size: clamp(34px, 4vw, 44px);
  font-weight: 700;
  margin-bottom: 24px;
}
.statistics__desc {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 32px;
}
.statistics__btn {
  background: #4793FC;
  border-radius: 8px;
  width: 100%;
}
.statistics__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
  column-gap: 40px;
}
.statistics__item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: 260px;
}
.statistics__value {
  font-size: 56px;
  font-weight: 700;
  color: #DDEFFF;
  margin-bottom: 16px;
  line-height: 1.1;
}
.statistics__label {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}

.company-cases-faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 112px 0;
}
.company-cases-faq .content_width {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.company-cases-reviews {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 112px 0;
}
.company-cases-reviews .section-title {
  align-items: center;
  justify-content: center;
  display: flex;
  margin-bottom: 56px !important;
}

/*# sourceMappingURL=company-case.css.map */
