.wrapper .section-title {
  color: #1c1c1c;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 40px;
  max-width: 1030px;
}

.wrapper .main-banner__title {
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.64px;
  text-transform: uppercase;
}

.wrapper .main-banner__list {
  max-width: 540px;
}

.wrapper .main-banner__list li {
  margin-bottom: 26px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
}

.wrapper .main-banner__list {
  padding-bottom: 40px;
  margin-bottom: 0;
}

.wrapper .set-bottom {
  margin-bottom: 50px;
}

/* Общие стили */
.solutions {
  padding: 60px 0;
  margin: 0 auto;
  background: #f8f8f8;
}

.solutions__title {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 40px;
  font-style: normal;
}

.solutions__cards {
  display: flex;
  gap: 34px;
  justify-content: space-between;
}

.solutions__card {
  display: block; /* Делаем ссылку блочным элементом */
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
  flex: 1;
  text-decoration: none; /* Убираем подчеркивание у ссылки */
  transition: all 0.4s ease;
  position: relative;
  min-height: 200px;
}

.solutions__card-title {
  color: #1c1c1c;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px; /* 125% */
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}

.solutions__card:hover .solutions__card-title {
  color: #fff;
}

.solutions__card:hover {
  background-color: #ef7124;
}

.solutions__card-image {
  width: 260px;
  height: auto;
  object-fit: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}

.set-box__image {
  width: calc(100% - 400px);
  right: 0;
  left: auto;
  top: 0;
  border-radius: 0;
  height: 100%;
  min-height: 580px;
  z-index: -1;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 580px;
  position: absolute;
  background: #e9ecf1;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}

.set-box__image img {
  aspect-ratio: 730 / 513;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.wrapper .set__inner {
  background: #f8f8f8;
}

.wrapper .set__content {
  opacity: 0.84;
  background: #fff;
  padding: 50px 60px;
  max-width: 400px;
  margin: 0;
  background: #fff;
}

.wrapper .set__img img {
  object-fit: contain;
  max-height: inherit;
}

.set-box__inner_accent {
  border-radius: 8px;
  border: 2px solid #ef7123;
}

.set-box__inner_accent .set-box__content {
  opacity: 0.84;
  background: #fff;
}

.set-box__inner_accent .set-box__btn {
  min-width: 100%;
}

/* Infoblocks setup start*/

.infoblock__v1 {
  left: 41%;
  top: 33%;
}

.infoblock__v2 {
  top: 60%;
  left: 58%;
}

.infoblock__v3 {
  top: 43%;
  left: 69%;
}

.infoblock__v4 {
  top: 44%;
  left: 89%;
}

.infoblock__v5 {
  top: 33%;
  left: 51%;
}

.infoblock__v6 {
  top: 30%;
  left: 56%;
}

.infoblock__v7 {
  top: 58%;
  left: 65%;
}

.infoblock__v8 {
  top: 45%;
  left: 74%;
}

.infoblock__v9 {
  top: 45%;
  left: 88%;
}

.infoblock__v10 {
  top: 41%;
  left: 51%;
}

.infoblock__v11 {
  top: 43%;
  left: 46%;
}

.infoblock__v12 {
  top: 31%;
  left: 56%;
}

.infoblock__v13 {
  top: 60%;
  left: 65%;
}

.infoblock__v14 {
  top: 47%;
  left: 73%;
}

.infoblock__v15 {
  top: 52%;
  left: 90%;
}

.infoblock__v16 {
  top: 30%;
  left: 59%;
}

.infoblock__v17 {
  top: 54%;
  left: 62%;
}

.infoblock__v18 {
  top: 39%;
  left: 72%;
}

.infoblock__v19 {
  top: 51%;
  left: 92%;
}

/* infoblocks setup end */

@media (min-width: 768px) {
  .wrapper .set-bottom {
    margin-bottom: 100px;
  }

  .wrapper .section-title {
    margin-bottom: 48px;
    line-height: 60px;
    font-size: 48px;
  }

  .solutions__title {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 40px;
  }

  .wrapper .main-banner__title {
    font-size: 42px;
    line-height: 51px;
    margin-bottom: 30px;
  }

  .wrapper .main-banner__list li {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
  }

  .solutions__card {
    min-height: 320px;
  }
}

@media (min-width: 1150px) {
  .wrapper .main-banner::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 50%;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.4196078431);
  }

  .wrapper .main-banner {
    background-size: cover;
    position: relative;
    background-attachment: fixed;
  }

  .wrapper .main-banner__inner {
    position: relative;
  }

  .wrapper .main-banner__list {
    padding-left: 40px;
  }
}

@media (max-width: 1200px) {
  .infoblock__v1 {
    left: 9%;
    top: 11%;
  }

  .infoblock__v2 {
    top: 42%;
    left: 36%;
  }

  .infoblock__v3 {
    top: 23%;
    left: 52%;
  }

  .infoblock__v4 {
    top: 24%;
    left: 84%;
  }

  .infoblock__v5 {
    top: 12%;
    left: 25%;
  }

  .infoblock__v6 {
    top: 5%;
    left: 32%;
  }

  .infoblock__v7 {
    top: 42%;
    left: 46%;
  }

  .infoblock__v8 {
    top: 25%;
    left: 60%;
  }

  .infoblock__v9 {
    top: 28%;
    left: 85%;
  }

  .infoblock__v10 {
    top: 19%;
    left: 25%;
  }

  .infoblock__v11 {
    top: 23%;
    left: 18%;
  }

  .infoblock__v12 {
    top: 8%;
    left: 32%;
  }

  .infoblock__v13 {
    top: 42%;
    left: 46%;
  }

  .infoblock__v14 {
    top: 27%;
    left: 59%;
  }

  .infoblock__v15 {
    top: 32%;
    left: 84%;
  }

  .infoblock__v16 {
    top: 5%;
    left: 36%;
  }

  .infoblock__v17 {
    top: 36%;
    left: 42%;
  }

  .infoblock__v18 {
    top: 19%;
    left: 57%;
  }

  .infoblock__v19 {
    top: 33%;
    left: 87%;
  }

  .set-box__inner_accent .set-box__btn {
    min-width: auto;
  }

  .set-box__image {
    position: absolute;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 430px;
    min-height: 430px;
    transform: none;
    top: 0;
    left: 0;
    width: 100%;
  }

  .set-box__image img {
    object-fit: cover;
  }

  .wrapper .set-box__inner {
    padding-top: 430px;
  }

  .wrapper .set-box__content {
    padding: 25px 20px 20px;
    border-radius: 0;
    max-width: 100%;
    min-height: auto;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .wrapper .set__content {
    max-width: 100%;
  }
}

@media (max-width: 1150px) {
  .wrapper .main-banner {
    background-image: none !important;
  }
}

@media (max-width: 950px) {
  .infoblock__v1 {
    left: 8%;
    top: 16%;
  }

  .infoblock__v2 {
    top: 38%;
    left: 36%;
  }

  .infoblock__v5 {
    top: 16%;
    left: 25%;
  }

  .infoblock__v6 {
    top: 12%;
    left: 32%;
  }

  .infoblock__v7 {
    top: 39%;
    left: 46%;
  }

  .infoblock__v12 {
    top: 14%;
    left: 32%;
  }

  .infoblock__v13 {
    top: 38%;
    left: 46%;
  }

  .infoblock__v16 {
    top: 10%;
    left: 36%;
  }
}

@media (max-width: 768px) {
  .solutions__cards {
    flex-direction: column;
    gap: 30px;
  }

  .solutions__card {
    flex: none;
  }

  .solutions__title {
    font-size: 28px;
  }

  .solutions__card-title {
    font-size: 18px;
    padding-right: 130px;
    line-height: 25px;
  }

  .solutions__card-image {
    width: 180px;
  }
}

@media (max-width: 650px) {
  .infoblock__v1 {
    left: 5%;
    top: 16%;
  }

  .infoblock__v5 {
    top: 16%;
    left: 17%;
  }

  .infoblock__v6 {
    top: 14%;
    left: 27%;
  }

  .infoblock__v7 {
    top: 36%;
    left: 44%;
  }

  .infoblock__v9 {
    top: 28%;
    left: 91%;
  }

  .infoblock__v10 {
    top: 22%;
    left: 25%;
  }
  .infoblock__v12 {
    top: 15%;
    left: 32%;
  }

  .infoblock__v13 {
    top: 38%;
    left: 46%;
  }

  .infoblock__v16 {
    top: 12%;
    left: 34%;
  }

  .infoblock__v17 {
    top: 32%;
    left: 40%;
  }

  .infoblock__v19 {
    top: 31%;
    left: 93%;
  }
}

@media (max-width: 600px) {
  .infoblock__v1 {
    left: 8%;
    top: 11%;
  }

  .infoblock__v2 {
    top: 29%;
    left: 34%;
  }

  .infoblock__v3 {
    top: 17%;
    left: 50%;
  }

  .infoblock__v4 {
    top: 19%;
    left: 84%;
  }

  .infoblock__v6 {
    top: 9%;
    left: 31%;
  }

  .infoblock__v7 {
    top: 29%;
    left: 45%;
  }

  .infoblock__v8 {
    top: 20%;
    left: 58%;
  }

  .infoblock__v9 {
    top: 24%;
    left: 86%;
  }

  .infoblock__v10 {
    top: 16%;
    left: 24%;
  }

  .infoblock__v11 {
    top: 19%;
    left: 18%;
  }

  .infoblock__v12 {
    top: 9%;
    left: 32%;
  }

  .infoblock__v13 {
    top: 30%;
    left: 46%;
  }

  .infoblock__v14 {
    top: 21%;
    left: 59%;
  }

  .infoblock__v15 {
    top: 24%;
    left: 84%;
  }

  .infoblock__v16 {
    top: 8%;
    left: 36%;
  }

  .infoblock__v17 {
    top: 26%;
    left: 41%;
  }

  .infoblock__v18 {
    top: 15%;
    left: 57%;
  }

  .infoblock__v19 {
    top: 25%;
    left: 87%;
  }

  .set-box__image {
    height: 270px;
    min-height: 270px;
  }

  .wrapper .set-box__inner {
    padding-top: 270px;
  }
}

@media (max-width: 574px) {
  .set-box__inner_accent .set__img-logo {
    margin-left: 20px;
    margin-right: auto;
    position: absolute;
    max-width: 70px;
    top: 15px;
    height: auto;
    right: 15px;
  }
}

@media (max-width: 400px) {
  .infoblock__v1 {
    left: 3%;
    top: 13%;
  }

  .infoblock__v2 {
    top: 22%;
    left: 29%;
  }

  .infoblock__v3 {
    top: 16%;
    left: 50%;
  }

  .infoblock__v4 {
    top: 17%;
    left: 84%;
  }

  .infoblock__v5 {
    top: 13%;
    left: 12%;
  }

  .infoblock__v6 {
    top: 9%;
    left: 24%;
  }

  .infoblock__v7 {
    top: 25%;
    left: 43%;
  }

  .infoblock__v8 {
    top: 19%;
    left: 59%;
  }

  .infoblock__v9 {
    top: 19%;
    left: 90%;
  }

  .infoblock__v10 {
    top: 15%;
    left: 16%;
  }

  .infoblock__v11 {
    top: 16%;
    left: 7%;
  }

  .infoblock__v12 {
    top: 10%;
    left: 25%;
  }

  .infoblock__v13 {
    top: 26%;
    left: 45%;
  }

  .infoblock__v14 {
    top: 19%;
    left: 59%;
  }

  .infoblock__v15 {
    top: 21%;
    left: 89%;
  }

  .infoblock__v16 {
    top: 8%;
    left: 33%;
  }

  .infoblock__v17 {
    top: 21%;
    left: 39%;
  }

  .infoblock__v19 {
    top: 22%;
    left: 91%;
  }
}
