.automation-page {
  width: 100%;
  height: 100%;
  position: relative;
  top: -25px;
  background: white;
}
.automation-page .automation-title {
  font-size: 28px;
  font-weight: 600;
  color: rgb(50, 80, 121);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 500px) {
  .automation-page .automation-title {
    font-size: 22px;
    text-align: center;
  }
}
.automation-page .automation-title:after {
  content: "";
  width: 70px;
  height: 6px;
  background: #abd2e9;
  display: block;
  position: relative;
  left: 0;
  top: 10px;
  margin-bottom: 60px;
}
@media (max-width: 500px) {
  .automation-page .automation-title:after {
    width: 150px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 1200px) {
  .automation-page {
    top: 0;
  }
}
.automation-page__intro {
  padding-bottom: 40px;
}
.automation-page h1, .automation-page h2 {
  margin-bottom: 18px;
  font-size: 42px;
  font-weight: 500;
  font-family: Arvo;
  position: relative;
  line-height: 1;
  z-index: 1;
}
@media (max-width: 500px) {
  .automation-page h1, .automation-page h2 {
    text-align: center;
  }
}
.automation-page .automation-container {
  max-width: 980px;
  padding: 41px 10px 0;
  margin: 0 auto;
}
.automation-page .head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
}
@media (max-width: 1000px) {
  .automation-page .head {
    flex-direction: column;
  }
}
.automation-page .head h1 {
  font-size: 41px !important;
}
.automation-page .head .left {
  flex: 1;
  max-width: 597px;
  font-size: 16px;
  font-weight: 600;
}
.automation-page .head .left__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 10px;
}
.automation-page .head__right {
  flex: 1;
  max-width: 371px;
}
@media (max-width: 1000px) {
  .automation-page .head__right {
    max-width: 100%;
    width: 100%;
  }
}
.automation-page .head__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  .automation-page .head__right img {
    max-height: 400px;
    width: 100%;
  }
}
.automation-page__consultation {
  width: 100%;
  text-align: center;
}
.automation-page__consultation button {
  background: rgb(19, 99, 191);
  text-transform: uppercase;
  color: white;
  padding: 18px 35px;
  border: none;
  outline: none;
}
.automation-page__consultation button:hover {
  background: rgb(42, 114, 196);
}
.automation-page__transformation {
  padding-bottom: 15px;
  background: linear-gradient(rgba(19, 99, 191, 0.78), rgba(19, 99, 191, 0.78)), url("/_assets/images/automation/transformation_bg.jpg") no-repeat center 20%;
  background-size: 120%;
}
.automation-page__transformation > div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 20px !important;
}
.automation-page__transformation h2 {
  margin: 0;
  margin-bottom: 15px;
}
.automation-page__transformation h2, .automation-page__transformation div {
  color: white;
}
.automation-page__transformation div {
  font-size: 16px;
  line-height: 1;
}
.automation-page .services__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 26px;
  margin-top: 15px;
}
@media (max-width: 1000px) {
  .automation-page .services__body {
    flex-direction: column;
  }
}
.automation-page .services__img {
  max-width: 387px;
  align-self: stretch;
}
@media (max-width: 1000px) {
  .automation-page .services__img {
    max-width: 100%;
    max-height: 400px;
  }
}
.automation-page .services__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  .automation-page .services__img img {
    max-height: 400px !important;
    width: 100%;
  }
}
.automation-page .services .list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
}
.automation-page .services .list__item {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 16px;
}
.automation-page .services .list .item__num {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(19, 99, 191);
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  font-size: 14px;
  color: white;
  border-radius: 50%;
}
.automation-page .services .list .item__text {
  display: flex;
  flex-direction: column;
  color: rgb(47, 47, 47);
}
.automation-page .services .list .item__text span:first-child {
  font-weight: 600;
  color: rgb(50, 80, 121);
}
.automation-page .solutions .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 48px;
}
@media (max-width: 735px) {
  .automation-page .solutions .list {
    flex-direction: column;
    gap: 0;
  }
}
.automation-page .solutions h2 {
  margin-bottom: 26px;
}
.automation-page .solutions .item {
  align-self: stretch;
}
.automation-page .solutions .item__content {
  margin-bottom: 42px;
}
.automation-page .solutions .item__title {
  font-size: 23px;
  font-weight: 500;
  color: rgb(50, 80, 121);
  text-transform: uppercase;
}
.automation-page .solutions .item__title:after {
  content: "";
  width: 70px;
  height: 6px;
  background: #abd2e9;
  display: block;
  position: relative;
  left: 0;
  top: 10px;
  margin-bottom: 15px;
}
.automation-page .solutions .item__text {
  font-size: 15px;
  font-weight: 400;
}
.automation-page .solutions .item__text div {
  margin-bottom: 10px;
}
.automation-page .solutions .item__text span {
  color: rgb(50, 80, 121);
  font-weight: 600;
}
.automation-page .realizovannye-proekty {
  padding: 10px 0;
  background: #fff;
}
.automation-page .realizovannye-proekty__flex-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.automation-page .realizovannye-proekty__left {
  max-width: 450px;
}
.automation-page .realizovannye-proekty__right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.automation-page .realizovannye-proekty__project-item {
  margin-bottom: 100px;
}
@media (max-width: 500px) {
  .automation-page .realizovannye-proekty__project-item {
    margin-bottom: 70px;
  }
}
.automation-page .realizovannye-proekty h2 {
  margin-top: 10px;
  margin-bottom: 35px;
  color: rgb(50, 80, 121);
}
@media (max-width: 500px) {
  .automation-page .realizovannye-proekty h2 {
    margin: 10px 0;
  }
}
.automation-page .realizovannye-proekty ul li {
  margin: 0;
}
.automation-page .realizovannye-proekty__item-text-block {
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .automation-page .realizovannye-proekty__item-text-block {
    font-size: 16px;
  }
}
.automation-page .realizovannye-proekty__images {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.automation-page .realizovannye-proekty__images img {
  width: 100%;
  height: 100%;
}
.automation-page .realizovannye-proekty__images.inner {
  gap: 12px;
  flex-direction: column;
}
.automation-page__bottom-img {
  height: 548px;
  background: linear-gradient(rgba(19, 99, 191, 0.78), rgba(19, 99, 191, 0.78)), url("/_assets/images/automation/bottom_bg.jpg") no-repeat center center;
}