@charset "UTF-8";
.integration__header {
  position: relative;
  height: calc(100vh - 180px);
  min-height: 320px;
}
.integration__header .header-content {
  background: grey no-repeat center top/cover;
  background-image: var(--bg-base), var(--bg-def);
  position: relative;
  height: calc(100vh + 2px);
  min-height: fit-content;
  top: -180px;
  padding-top: 180px;
  padding-bottom: 100px;
}
.integration__header .header-content .header-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: calc(100vh - 280px);
  min-height: fit-content;
}
.integration__header .header-content .header-text h1 {
  font-size: 64px;
  font-weight: 500;
  line-height: 76px;
  text-align: left;
  color: #FFFFFF;
  padding-bottom: 40px;
  z-index: 2;
  position: relative;
}
.integration__header .header-content .header-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #FFFFFF;
  z-index: 2;
  position: relative;
  width: 590px;
}
.integration__header .header-content .header-text .header-text-col2 {
  display: flex;
  gap: 20px;
}
.integration__header .header-content .header-text .header-text-col2 div {
  width: 50%;
}
.integration__header .header-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(16, 12, 39, 0) 50%, #100C27 100%), linear-gradient(360deg, rgba(16, 12, 39, 0) 60%, #100C27 100%);
}
.integration__blocks {
  padding: 70px 0 0 0;
}
.integration__block:first-child .integration__block-icons {
  margin-top: 0;
}
.integration__block-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 140%;
  text-align: center;
  background: linear-gradient(68.26deg, #7860BB 14.71%, #060539 105.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.integration__block-content {
  display: flex;
  width: 100%;
  gap: 30px;
  margin: 55px 0 105px 0;
  padding-top: 32px;
  border-top: 1px dashed #C2C2C2;
}
.integration__block-products, .integration__block-text {
  flex: 50%;
}
.integration__block-products {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.integration__block-product-name {
  font-weight: 400;
  font-size: 20px;
  line-height: 144%;
  position: absolute;
  top: 0;
  left: 0;
}
.integration__block-icons {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
  width: 390px;
  margin-top: 50px;
}
.integration__block-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #6C7282;
}
.integration__block-text a {
  color: #00B0FF;
  text-decoration: none;
  border-bottom: 1px solid #00B0FF;
}

/**********************************************************************************************************************/
/******************************                 Адаптивная верстка                      *******************************/
/**********************************************************************************************************************/
@media (min-width: 1921px) {
  .integration__header .header-content {
    background-image: var(--bg-big), var(--bg-def);
  }
}
/****************************************   Для экранов меньше 992px   ************************************************/
@media (max-width: 991.98px) {
  .integration__header {
    height: calc(100vh - 145px);
    min-height: 448px;
  }
  .integration__header .header-content {
    background-image: var(--bg-tablet), var(--bg-def);
    top: -144px;
    padding-top: 144px;
  }
  .integration__header .header-content .header-text {
    justify-content: center;
  }
  .integration__header .header-content .header-text h1 {
    padding-bottom: 20px;
  }
  .integration__header .header-content .header-text p {
    padding-bottom: 20px;
  }
  .integration__header .header-content .header-text .header-text-col2 {
    display: block;
  }
  .integration__header .header-content .header-text .header-text-col2 div {
    width: 100%;
  }
  .integration__block-content {
    display: block;
    margin-top: 35px;
  }
  .integration__block-text {
    padding-top: 40px;
    text-align: center;
  }
  .integration__block-product-name {
    left: auto;
  }
}
/****************************************   Для экранов меньше 768px   ************************************************/
@media (max-width: 767.98px) {
  .integration__header .header-content .header-text h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    text-align: left;
  }
  .integration__header .header-content .header-text p {
    width: auto;
  }
  .integration__block-title {
    font-size: 20px;
  }
  .integration__block-text {
    font-size: 14px;
  }
}
/****************************************   Для экранов меньше 576px   ************************************************/
@media (max-width: 575.98px) {
  .integration__header .header-content .header-text h1 {
    padding-bottom: 16px;
  }
  .integration__header .header-content .header-text p {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    padding-bottom: 16px;
  }
  .integration__block-icons {
    width: auto;
  }
  .integration__block-content {
    margin-top: 20px;
    padding-top: 20px;
  }
}

/*# sourceMappingURL=integration.css.map */
