@font-face {
  font-family: 'Euclid Circular A';
  src: url('/company/assets/fonts/EuclidCircularA-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclid Circular A';
  src: url('/company/assets/fonts/EuclidCircularA-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclid Circular A';
  src: url('/company/assets/fonts/EuclidCircularA-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclid Circular A';
  src: url('/company/assets/fonts/EuclidCircularA-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclid Circular A';
  src: url('/company/assets/fonts/EuclidCircularA-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html,
body {
  height: 100%;
}

* {
  font-family: 'Euclid Circular A', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
button {
  margin: 0;
  padding: 0;
}

html {
  font-synthesis: none;
}

.section {
  max-width: 1640px;
}

* {
  box-sizing: border-box;
}

button {
  cursor: pointer;
  border: none;
}

body {
  margin: 0;
  font-size: 16px;
  background: #fff;
  color: #808182;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #7875fe4d;
  padding: 0 20px 20px;
}

.headerBtn {
  height: 40px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7875fe;
  font-size: 14px;
  border-radius: 12px;
  font-weight: 500;
  color: #fff;
}

.about {
  margin: 60px auto 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aboutImage {
  width: 885px;
  height: auto;
  margin: 0 auto 60px;
}

.about h2 {
  font-weight: 600;
  font-size: 64px;
  text-align: center;
  color: #3a3a3a;
  margin-bottom: 12px;
}

.about p {
  font-weight: 300;
  font-size: 24px;
  line-height: 115%;
  text-align: center;
  color: #808182;
  max-width: 1000px;
  margin-bottom: 24px;
}

.aboutBtn {
  height: 72px;
  width: 263px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7875fe;
  font-size: 20px;
  border-radius: 12px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 45px;
}

.aboutText {
  font-weight: 300;
  font-size: 24px;
  line-height: 115%;
  text-align: center;
  max-width: 1000px;
  color: #808182;
  margin-bottom: 120px;
}

.aboutText:first-child {
  margin-bottom: 20px;
}

.techBlock {
  width: 100%;
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.techBlock h2 {
  width: 430px;
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  color: #3a3a3a;
}

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

.techBlockCard {
  width: 810px;
  height: 640px;
  border-radius: 20px;
  box-shadow: 0px 4px 20px 0px #3b3a8733;
  padding: 80px 0 0 70px;
  position: relative;
  overflow: hidden;
}

.techBlockCardImage {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: auto;
}

.techBlockCardTitle {
  font-weight: 600;
  font-size: 36px;
  color: #3a3a3a;
  margin-bottom: 50px;
}

.techBlockCardText,
.techBlockCardTextSecond {
  list-style: none;
  padding: 0;
  margin: 0;
}

.techBlockCardText li {
  font-weight: 300;
  font-size: 30px;
  line-height: 135%;
  color: #808182;
  position: relative;
}

.techBlockCardImage .second {
  width: 520px;
}

.techBlockCardBlue {
  background: #7875fe;
}

.techBlockCardTitleSecond {
  font-weight: 600;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 35px;
}

.techBlockCardTextSecond li {
  font-weight: 300;
  font-size: 30px;
  line-height: 135%;
  color: #ffffff99;
  position: relative;
}

.productBlock {
  width: 100%;
  margin-bottom: 120px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.productBlockLeft {
  width: 560px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}

.productLogo {
  width: 184px;
  height: 48px;
  margin-bottom: 24px;
}

.productBlockLeft h2 {
  font-weight: 600;
  font-size: 40px;
  color: #3a3a3a;
  margin-bottom: 16px;
}

.productBlockLeft p {
  font-weight: 500;
  font-size: 24px;
  color: #3a3a3aa6;
}

.productBlockRight {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  max-width: 810px;
}

.productBlockRight p:first-child {
  font-weight: 300;
  font-size: 20px;
  line-height: 115%;
  color: #808182;
  margin-bottom: 80px;
}

.productCards {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.productCardIcon {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}

.productCardTitle {
  font-weight: 600;
  font-size: 28px;
  color: #3a3a3a;
  margin-bottom: 12px;
}

.productCardText {
  font-weight: 300;
  font-size: 18px;
  line-height: 115%;
  color: #808182;
}

.contactBlock {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.contactBlock h2 {
  font-weight: 600;
  font-size: 48px;
  color: #3a3a3a;
  margin-bottom: 65px;
}

.contactBlock p {
  font-weight: 300;
  font-size: 20px;
  line-height: 115%;
  color: #808182;
  margin-bottom: 40px;
  max-width: 420px;
}

.footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footerLogo {
  width: 340px;
  height: 88px;
  margin-bottom: 30px;
}

.footer p {
  font-weight: 300;
  font-size: 20px;
  line-height: 115%;
  color: #808182;
  text-align: center;
}

.techBlockCards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
}

.techBlockCard {
  width: 100%;
  max-width: none;
}

.techBlockCardImage.second {
  width: 520px;
}

.techBlockCardTitle,
.techBlockCardTitleSecond {
  width: auto !important;
  max-width: 100%;
}

@media (max-width: 1600px) {
  .techBlockCardImage.second {
    width: 400px !important;
  }
}

@media (max-width: 1400px) {
  .techBlockCard {
    height: 560px;
    padding: 60px 24px 0 40px;
  }
  .techBlockCardTitle,
  .techBlockCardTitleSecond {
    font-size: 32px;
  }
  .techBlockCardText li,
  .techBlockCardTextSecond li {
    font-size: 26px;
  }
}

@media (max-width: 1200px) {
  .techBlockCards {
    grid-template-columns: 1fr;
  }
  .techBlockCard {
    height: auto;
    padding: 32px 24px 220px;
  }
  .techBlockCardImage {
    width: 360px;
    right: -40px;
    bottom: -20px;
  }
  .techBlockCardTitle,
  .techBlockCardTitleSecond {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .techBlockCardText li,
  .techBlockCardTextSecond li {
    font-size: 22px;
  }
  .techBlock h2 {
    width: auto;
  }
}

.additional-company-data {
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  max-width: 1000px;
  padding: 20px;
  width: 100%;
  font-family: Euclid, sans-serif;
  font-size: 14px;
  color: #888;
}
.company-data_name {
  display: flex;
  align-items: center;
  gap: 30px;
}

.company-data_name > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.documentation {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.documentation-inner {
  width: 500px;
  text-align: center;
  padding: 30px 0;
}

.documentation-inner a {
  transition: .2s;
  color: rgb(64, 64, 230) !important;
  font-size: 13px;
  width: 500px;
  font-family: "Euclid", sans-serif;
}

.documentation-inner a:hover {
  opacity: 0.7;
}

@media (max-width: 1400px) {
  .productBlock {
    column-gap: 48px;
  }
  .productBlockLeft {
    width: 450px;
  }
  .productBlockRight {
    max-width: 640px;
  }
  .productBlockLeft h2 {
    font-size: 36px;
  }
  .productBlockLeft p {
    font-size: 22px;
  }
  .productBlockRight p:first-child {
    font-size: 18px;
    margin-bottom: 64px;
  }
  .productCardTitle {
    font-size: 26px;
  }

  .productBlock .productCards {
    gap: 100px !important;
  }

  .productBlock .productCards:last-child {
    gap: 120px !important;
  }
}

@media (max-width: 1200px) {
  .productBlock {
    column-gap: 36px;
    align-items: flex-start;
  }

  .productBlockLeft {
    width: 420px;
  }
  .productLogo {
    width: 160px;
    height: 42px;
    margin-bottom: 20px;
  }
  .productBlockLeft h2 {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .productBlockLeft p {
    font-size: 20px;
  }

  .productBlockRight {
    max-width: 680px;
  }
  .productBlockRight p:first-child {
    font-size: 17px;
    margin-bottom: 48px;
  }

  .productCards {
    flex-wrap: wrap;
    gap: 72px !important;
    margin-bottom: 48px !important;
  }

  .productCardTitle {
    font-size: 24px;
  }
  .productCardText {
    font-size: 15px;
  }
  .productCardIcon {
    width: 36px;
    height: 36px;
  }
}


@media screen and (max-width: 550px) {
  .about {
    margin: 60px auto 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .aboutImage {
    width: 90vw;
    height: auto;
    margin: 0 auto 60px;
  }

  h1 {
    font-size: 20px !important;
  }

  h3 {
    font-size: 20px !important;
  }

  h2 {
    font-size: 20px !important;
  }

  p {
    font-size: 16px !important;
  }

  .techBlockCardText li, .techBlockCardTextSecond li {
    font-size: 16px;
  }

  .productBlock {
    flex-direction: column;
  }

  .productCards {
    gap: 30px !important;
    margin-bottom: 20px !important;
  }

  .productBlockRight {
    margin-top: 20px;
  }

  .company-data_name {
    display: flex;
    flex-direction: column;
  }

  .company-data_name > div {
    flex-direction: column;
  }
  .documentation {
    padding: 0 20px;
  }
}