@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap');
:root {
  --primary: #1367A4;
  --primary-dark: #00528E;
  --neutral: #303A40;
  --neutral2: #525F67;
  --light-blue: #ECF6FD;
  --light-blue2: #C6E5FB;
  --light-blue3: #C5E0F4;
  --white: #ffffff;
  --black: #000000;
  --accent: #4BA199;
  --accent-dark: #0D8378;
  --light-gray: #E7F1F9;
  --light-gray2: #F4F7FA;
  --light-gray3: #F7F9FD;
  --light-gray4: #D3D9DE;
  --blue: #056EBA;
}
body {
  font-size: 16px;
  color: var(--neutral2);
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  outline: none;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
img {
  display: block;
  max-width: 100%;
}
.text-l {
  font-size: 20px;
  line-height: 1.6;
}
.text-xl {
  font-size: 24px;
}
.normal {
  font-weight: 400;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.black {
  font-weight: 900;
}
h1, h2, h3, h4 {
  margin: 0;
  font-weight: 900;
  color: var(--neutral);
}
p {
  margin: 0;
}
a {
  text-decoration: none;
  transition: ease all .3s;
  color: #000000;
  font-weight: 600;
}
button {
  outline: none;
  cursor: pointer;
  transition: ease all .3s;
}
.TUIr4b {
	outline: none !important;
	cursor: pointer !important;
	transition: ease all .3s !important;
	color: var(--primary) !important;
    background-color: var(--light-blue) !important;
    border-radius: 8px !important;
    display: inline-block !important;
    padding: 16px 32px !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    border: 1px solid var(--primary) !important;
	font-family: 'Inter', sans-serif !important;
	font-weight: 600 !important;
}
.TUIr4b:hover {
	background-color: var(--light-blue2) !important;
}
input[type="text"], input[type="email"], textarea {
  box-sizing: border-box;
  border: 1px solid rgba(82, 95, 103, 0.5);
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 36px 15px 12px;
  max-width: 100%;
  width: 100%;
}
.input-holder.error input[type="text"], .input-holder.error input[type="email"], .input-holder.error textarea {
  border-width: 2px;
  border-color: #EE0000;
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  border-width: 2px;
  border-color: var(--primary);
  outline: none;
}
.primary {
  color: var(--primary);
}
.primary:hover {
  color: var(--primary-dark);
}
h1, .h1 {
  font-size: 58px;
  letter-spacing: -0.02em;
  line-height: 1.17;
}
h2 {
  font-size: 70px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
h3 {
  font-size: 32px;
  line-height: 1.25;
}
h4 {
  font-size: 24px;
  line-height: 1.2;
}
.white {
  color: var(--white);
}
.align-center {
  text-align: center;
}
.gradient-text {
  background: linear-gradient(99.93deg, var(--blue) 7.54%, var(--accent) 40.08%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
section {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
section:not(.top-section) {
  padding: 100px 0;
}
.container {
  max-width: 1070px;
  margin: 0 auto;
}
.main {
  max-width: 100%;
  overflow: hidden;
}
.btn {
  background: var(--primary);
  border-radius: 8px;
  color: var(--white);
  display: inline-block;
  padding: 16px 32px;
  font-size: 18px;
  line-height: 1.2;
  border: 1px solid var(--primary);
}
.btn:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
}
.btn.accent {
  background-color: var(--accent);
  border-color: var(--accent);
}
.btn.accent:hover {
  background-color: var(--accent-dark);
  border-color: var(--accent-dark);
}
.btn.tetriary {
  color: var(--primary);
  background-color: var(--light-blue);
}
.btn.tetriary:hover {
  background-color: var(--light-blue2);
}
.btn.with-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.with-arrow svg {
  width: 22px;
  height: 22px;
  margin-left: 5px;
}
header {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(82, 95, 103, 0.1);
  backdrop-filter: blur(15px);
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  max-width: 1280px;
  margin: 0 auto;
}
.header-menu-part {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-buttons-part {
  display: flex;
  gap: 8px;
  align-items: center;
}
.menu-link:hover {
  text-decoration: underline;
}
.top-section-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 75px 0;
  position: relative;
}
.top-section-text-part {
  flex: 0 0 55%;
}
.top-section-image-part {
  flex: 0 0 37%;
}
.top-banner-ellips {
  background: linear-gradient(99.93deg, #056EBA 7.54%, #4BA199 40.08%);
  filter: blur(75px);
  transform: rotate(36.43deg);
  position: absolute;
  width: 175px;
  height: 102%;
  top: 30px;
  right: 100px;
  z-index: -1;
}
.top-section-title {
  margin-bottom: 20px;
}
.top-section-subtitle {
  margin-bottom: 40px;
}
.top-section-form {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.top-section-form .input-holder {
  flex-grow: 2;
  max-width: 350px;
}
.section-title {
  margin-bottom: 50px;
}
.help-section-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.help-section-row:not(:last-child) {
  margin-bottom: 10px;
}
.help-section-col {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 24px 34px;
  background: var(--light-gray3);
  border-radius: 16px;
}
.help-section-col:not(.full) {
  flex-direction: column;
  max-width: calc(50% - 73px);
}
.help-col-image {
  border-radius: 16px;
}
.help-section-col.full .help-col-image, .help-section-col.full .help-section-col-text {
  max-width: 50%;
}
.advantages-section {
  background: linear-gradient(180deg, #E7F1F9 0%, rgba(255, 255, 255, 0) 100%), #FFFFFF;
}
.advantages-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advantages-item {
  flex: 0 0 32%;
  margin-bottom: 2%;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 24px;
  max-width: calc(32% - 48px);
}
.advantages-item h4, .colored-davantages-item h4 {
  margin: 15px 0 10px;
}
.colored-davantages-item:first-child {
  background: url('../images/col-ai-bg-1.jpg') center center no-repeat;
  background-size: cover;
}
.colored-davantages-item:last-child {
  background: url('../images/col-ai-bg-2.jpg') center center no-repeat;
  background-size: cover;
  color: #fff;
}
.colored-davantages-item:last-child h4 {
  color: #fff;
}
.colored-advantages-holder {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.colored-davantages-item {
  padding: 24px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  max-width: calc(50% - 58px);
}
.expertise-section {
  background: linear-gradient(0deg, #F2F9FF, #F2F9FF), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #E7F1F9 100%);
}
.expertise-holder {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
.expertise-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.expertise-list li {
  position: relative;
  padding-left: 25px;
  color: var(--neutral);
}
.expertise-list li:not(:last-child) {
  margin-bottom: 24px;
}
.expertise-list li:before {
  content: '';
  display: block;
  width: 16px;
  height: 20px;
  background: url('../images/lock.svg') center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 6px;
}
.expertise-img {
  position: relative;
  z-index: 2;
}
.expertise-net-img {
  position: absolute;
  right: -80px;
  top: 60%;
  transform: translateY(-50%);
  z-index: 1;
}
.manufacturing-masonry {
  justify-content: center;
  gap: 20px;
  display: flex;
}
.manufacturing-masonry-item {
  box-shadow: 0px 1px 2px rgba(26, 62, 89, 0.3), 0px 4px 6px rgba(37, 58, 73, 0.1);
  border-radius: 16px;
  position: relative;
  align-self: flex-start;
  overflow: hidden;
  display: flex;
}
.manufacturing-masonry-item img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  grid-row: 1 / -1;
  grid-column: 1;
}
.manufacturing-masonry-item:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(234, 242, 248, 0.3) 24.99%, rgba(255, 255, 255, 0) 53.31%), linear-gradient(0deg, rgba(234, 242, 248, 0.8) 24.99%, rgba(255, 255, 255, 0) 53.31%);
}
.manufacturing-masonry-col {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  flex: 0 0 60%;
}
.manufacturing-masonry-col:first-child {
  flex-direction: column;
  align-items: flex-end;
  flex: 0 0 40%;
}
.m-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px;
  text-shadow: 0px 2px 2px #FFFFFF, 0px 4px 4px rgba(255, 255, 255, 0.8);
}
.manufacturing-masonry-items {
  column-count: 2;
  column-gap: 20px;
}
.manufacturing-masonry-items > div {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 20px;
  break-inside: avoid;
}
.manufacturing-masonry-col:first-child > div {
  margin-left: auto;
}
.cta-section {
  padding-bottom: 70px;
}
.cta-inner {
  background-color: var(--primary);
  border-radius: 16px;
  padding: 80px;
  background-image: url('../images/dots.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cta-inner .section-title {
  margin: 20px 0;
}
.cta-form {
  display: flex;
  gap: 8px;
  justify-content: center;
  max-width: 515px;
  margin: 40px auto 0;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
  flex-wrap: wrap;
  align-items: flex-start;
}
.cta-form .input-holder {
  flex-grow: 2;
}
.form-notice {
  opacity: .8;
  margin-top: 10px;
}
section.testimonials-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #E7F1F9 100%);
  padding: 70px 0 100px;
}
.testimonial-card {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 40px rgba(19, 103, 164, 0.05), 0px 4px 4px rgba(19, 103, 164, 0.1);
  border-radius: 16px;
  padding: 40px;
}
.testimonials-stars {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.testimonial-text {
  font-size: 36px;
  line-height: 1.44;
  color: var(--neutral);
  margin-bottom: 20px;
}
.testimonial-author {
  font-size: 18px;
  line-height: 1.44;
  color: var(--neutral);
}
.faq-item {
  padding: 24px 0;
  border-top: 1px solid rgba(82, 95, 103, .3);
}
.faq-answer {
  margin-top: 10px;
  display: none;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: var(--neutral);
  font-weight: 600;
}
.faq-question svg {
  transition: ease all .3s;
}
.faq-question.opened svg {
  transform: rotate(180deg);
}
.bottom-form-section {
  background: linear-gradient(180deg, #E7F1F9 0%, rgba(255, 255, 255, 0) 100%);
}
.bottom-form-holder {
  display: flex;
  gap: 70px;
  align-items: center;
}
.bottom-form-wrapper {
  box-shadow: 0px 4px 40px rgba(19, 103, 164, 0.05), 0px 4px 4px rgba(19, 103, 164, 0.1);
  padding: 40px;
  border-radius: 16px;
  background-color: #fff;
  flex: 0 0 42%;
}
.bottom-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.bottom-form-notice {
  font-size: 14px;
  font-weight: 400;
  margin-top: 16px;
  line-height: 1.7;
}
.bottom-form-notice a {
  font-weight: 400;
  text-decoration: underline;
  color: var(--neutral2);
}
.bottom-form-notice a:hover {
  text-decoration: none;
}
.bottom-form-text .section-title {
  margin-bottom: 20px;
}
a.primary.external {
  display: flex;
  align-items: center;
}
a.primary.external svg {
  max-width: 15px;
  transform: rotate(-45deg);
  margin-left: 2px;
  width: 15px;
}
.footer-holder {
  border: 1px solid var(--light-blue3);
  border-radius: 16px;
}  
.footer-row {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 20px;
  background: var(--light-gray2);
}
.footer-row:first-child {
  border-bottom: 1px solid var(--light-blue3);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.footer-row:last-child {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.footer-logo-holder {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 32px 0;
}
.mobile-menu-holder a {
  margin-top: 20px;
  display: block;
  width: auto;
  font-size: 20px;
}
.mobile-menu-holder {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100vh;
  background: #fff;
  padding: 50px 30px;
  transition: ease all .5s;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  z-index: 3;
}
.mobile-menu-close {
  width: 24px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.mobile-menu-holder.opened {
  transform: none;
}
.mobile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,.8);
  z-index: 2;
  display: none;
}
.manufacturing-mobile {
  display: none;
}
.top-form-message-success {
  max-width: 340px;
  display: none;
  align-items: center;
  padding: 5px 12px;
  background: #EDFBFF;
  box-shadow: 0px 1px 2px rgba(26, 62, 89, 0.2), 0px 2px 4px rgba(37, 58, 73, 0.1);
  border-radius: 8px;
  gap: 10px;
  width: 100%;
}
.top-form-message-success.show {
  display: flex;
}
.top-form-message-success svg {
  width: 90px;
}
.cta-inner .top-form-message-success {
  margin: 30px auto 0;
}
.top-form-message-fail {
  background: #FADCDC;
  border-radius: 8px;
  padding: 8px 0;
  text-align: center;
  color: #EE0000;
  max-width: 500px;
  width: 100%;
  margin-top: 8px;
  display: none;
}
.cta-form .top-form-message-fail {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 0;
}
.bottom-form-error-message {
  color: #EE0000;
  display: none;
}


label {
  position: relative;
  display: block;
  width: 100%;
}
label > span {
  pointer-events: none;
  position:absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity:0.5;
}
input:focus + span, input:not(:placeholder-shown) + span {
  opacity: 1;
  transform: scale(0.75) translateY(-155%);
  left: 2px;
  color: var(--neutral2);
}
input:focus + span, input:not(:-ms-input-placeholder) + span {
  opacity: 1;
  transform: scale(0.75) translateY(-155%);
  left: 2px;
  color: var(--neutral2);
}
.error-m {
  font-size: 14px;
  margin-top: 4px;
  color: #EE0000;
  display: none;
}
.input-holder.error .error-m {
  display: block;
}
.bottom-form-success-message .section-title {
  margin-bottom: 10px;
}
.bottom-form-success-message {
  display: none;
  flex-direction: column;
  align-items: center;
}
.bottom-form-success-message.opened {
  display: flex;
}
.hamburger {
  display: none;
}
@media(max-width: 1300px) {
  .header-inner {
    max-width: 1070px;
  }
}
@media(max-width: 1199px) {
  .container, .header-inner {
    max-width: 870px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 60px;
  }
  .narrow-holder {
    max-width: 100%;
  }
  .top-section-wrapper {
    padding: 40px 0 100px;
  }
  .top-banner-ellips {
    height: 560px;
    top: -105px;
    right: 30px;
  }
  section:not(.top-section) {
    padding: 80px 0;
  }
  section.help-section {
    padding-top: 40px;
  }
  .help-section-col-text {
    flex: 0 0 50%;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .expertise-img {
    flex: 0 0 43%;
  }
  .cta-inner .text-xl {
    font-size: 24px;
  }
  .cta-inner {
    padding: 60px;
  }
  section.cta-section {
    padding-bottom: 40px;
  }
  .testimonial-text {
    font-size: 35px;
  }
  .bottom-form-wrapper {
    flex: 0 0 39%;
  }
  .bottom-form-wrapper p {
    font-size: 24px;
  }
}
@media(max-width: 991px) {
  .container, .header-inner {
    max-width: 720px;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 50px;
  }
  .text-xl {
    font-size: 20px;
  }
  .text-l {
    font-size: 18px;
  }
  h3 {
    font-size: 24px;
  }
  .top-section-form {
    flex-wrap: wrap;
  }
  .top-section-image-part {
    flex: 0 0 43%;
  }
  section:not(.top-section) {
    padding: 60px 0;
  }
  section.help-section {
    padding-top: 20px;
  }
  .help-section-col {
    padding: 24px;
  }
  .help-section-col:not(.full) {
    max-width: calc(50% - 53px);
  }
  .advantages-item {
    flex: 0 0 50%;
    max-width: calc(50% - 38px);
    padding: 16px;
    margin-bottom: 12px;
  }
  section.expertise-section {
    padding: 80px 0;
  }
  .expertise-img {
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
  }
  .expertise-net-img {
    top: 52%;
  }
  .expertise-text {
    max-width: 65%;
  }
  .testimonial-text {
    font-size: 28px;
  }
  .cta-inner br {
    display: none;
  }
  .bottom-form-wrapper {
    padding: 24px;
    flex: 0 0 40%;
  }
  .header-menu-part > .menu-link, .header-buttons-part {
    display: none;
  }
  .header-menu-part {
    justify-content: space-between;
    width: 100%;
  }
  .hamburger {
    display: block;
  }
  .TUIr4b {
	display: block !important;
	margin-top: 15px !important;
	width: 100%;
  }
}
@media(max-width: 767px) {
  .container, .header-inner {
    max-width: 100%;
    padding: 0 15px;
  }
  .header-inner {
    padding: 15px;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 32px;
  }
  .top-section-wrapper {
    flex-direction: column-reverse;
  }
  .top-section-image-part {
    height: 240px;
    overflow: hidden;
    max-height: 200px;
    position: relative;
    margin-bottom: 15px;
  }
  .top-section-image-part:before {
    content: '';
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 78.75%);
  }
  .top-banner-ellips {
    height: 160px;
    top: -105px;
    right: -50px;
  }
  .top-section-title {
    text-align: center;
  }
  .top-section-subtitle {
    text-align: center;
  }
  .top-section-form .btn {
    width: 100%;
  }
  .top-section-wrapper, section:not(.top-section) {
    padding: 32px 0;
  }
  section.help-section h2 {
    padding: 0 45px;
  }
  .help-section-col, .help-section-row {
    flex-direction: column;
  }
  .help-section-col.full .help-col-image, .help-section-col.full .help-section-col-text {
    max-width: 100%;
  }
  .help-section-col:not(.full) {
    max-width: 100%;
  }
  .advantages-item, .colored-davantages-item {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .mobile-menu-holder {
    width: 70%;
  }
  .advantages-holder, .colored-advantages-holder {
    display: block;
  }
  .colored-davantages-item {
    margin-bottom: 12px;
  }
  .expertise-holder {
    flex-direction: column;
  }
  .expertise-img {
    position: relative;
  }
  .expertise-text {
    max-width: 100%;
  }
  .expertise-img {
    position: static;
    transform: none;
  }
  .expertise-net-img {
    bottom: 0;
    left: 0;
    transform: none;
  }
  .manufacturing-masonry {
    display: none;
  }
  .manufacturing-masonry-item {
    flex: 0 0 48%;
    height: 220px;
    margin-bottom: 12px;
  }
  .m-text {
    position: absolute;
    bottom: 0;
    left: 0;
    text-shadow: 0px 2px 2px #FFFFFF, 0px 4px 4px rgba(255, 255, 255, 0.8);
    padding: 16px;
    font-size: 16px;
  }
  .manufacturing-mobile {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section.cta-section {
    padding-top: 0;
  }
  .cta-inner {
    padding: 32px 16px;
  }
  .cta-inner .text-xl {
    font-size: 16px;
  }
  .cta-form {
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .testimonial-card {
    padding: 16px;
  }
  .testimonial-text {
    font-size: 20px;
  }
  .testimonial-text br {
    display: none;
  }
  .testimonial-author {
    font-size: 16px;
  }
  .testimonial-author strong {
    display: block;
    text-align: center;
  }
  .faq-question, .faq-answer {
    font-size: 16px;
  }
  .faq-item {
    padding: 16px 0;
  }
  .bottom-form-holder {
    flex-direction: column;
    gap: 24px;
  }
  .section-title, .bottom-form-text {
    text-align: center;
  }
  .footer-row:first-child a:not(.external) {
    display: none;
  }
  .footer-row {
    padding: 16px;
  }
  .footer-logo-holder p {
    font-size: 12px;
    margin-top: 12px;
  }
  .top-section-form input {
    width: 100%;
  }
}