.main-block {
  overflow: hidden;
}

.main-wrapper {
  position: relative;
  padding-top: 224px;
  padding-bottom: 117px;
}

.main-holder {
  max-width: 727px;
  width: 100%;
}

.main-title {
  text-transform: uppercase;
}

.main-title span {
  color: var(--primary);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}

.main-desc-wrapper {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 517px;
  width: 100%;
}

.main-desc-icon {
  width: 105px;
  flex-shrink: 0;
}

.main-desc-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.main-desc {
  font-weight: 400;
  font-style: Bold;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  color: var(---head);
}

.main-desc b {
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
}

.main-btn {
  margin-top: 30px;
  padding: 27px 50px;
  border-bottom: 4px solid #00000040;
  border-radius: 70px;
}

.main-list {
  margin-top: 70px;
  display: flex;
  gap: 10px;
}

.main-list-item {
  background: var(--card);
  box-shadow: 0px 0px 24px 0px #0000001a;
  border-radius: 10px;
  display: flex;
  gap: 17px;
  overflow: hidden;
  max-width: 312px;
  width: 100%;
}

.main-list-item__icon {
/*   width: 93px; */
  height: 100%;
  flex-shrink: 0;
}
.main-list-item__icon img {
  width: 100%;
  height: 100%;
/*   display: block; */
  object-fit: contain;
}

.main-list-item__content {
  padding: 20px 10px 20px 17px;
}

.main-list-item__name {
  color: var(--stroke);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
}

.main-list-item__name span {
  display: block;
  font-weight: 500;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: -2%;
  text-transform: uppercase;
  color: var(--accent);
}

.main-list-item__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  color: var(--head);
}

.main-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.main-background img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.main-advants-wrapper {
  margin-top: 30px;
}

.main-advants {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}

.main-advantage {
  border-radius: 10px;
  background: var(--card);
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
}

.main-advantage__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--bg_light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.main-advantage__icon img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}

.main-advantage__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  color: var(--main_text);
}

.main-advantage:last-child {
  background: var(--primary);
}

.main-advantage:last-child .main-advantage__icon {
  background: var(--card);
}

.main-advantage:last-child .main-advantage__desc {
  color: var(--card);
}

@media (min-width: 1920px) {
  .main-background img {
    object-fit: contain;
  }
}

@media (max-width: 992px) {
  .main-advants {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

@media (max-width: 650px) {
  .main-wrapper {
    padding-top: 120px;
    padding-bottom: 25px;
  }
  .main-title {
    font-size: 35px;
  }

  .main-desc-wrapper {
    gap: 10px;
    margin-top: 15px;
  }

  .main-desc-icon {
    width: 71px;
  }

  .main-desc {
    font-size: 16px;
  }

  .main-btn {
    margin-top: 30px;
    width: 100%;
    font-size: 14px;
  }

  .main-list {
    flex-direction: column;
    margin-top: 0;
  }

  .main-list-item {
    width: 100%;
    max-width: unset;
  }

  .main-list-item__content {
    padding: 20px;
  }

  .main-list-item__desc {
    font-size: 14px;
  }

  .main-list-item__icon {
/*     width: 101px; */
  }

  .main-background {
    height: 210px;
    margin: 30px 0;
    position: relative;
    top: unset;
    left: unset;
    position: relative;
  }

  .main-background img {
    position: absolute;
    width: calc(100% + 30px);
    top: 0;
    left: -15px;
    object-fit: contain;
  }
}

@media (max-width: 510px) {
  .main-wrapper {
    padding-top: 0;
  }
}

@media (max-width: 400px) {
  .main-title {
    font-size: 25px;
  }

  .main-desc {
    font-size: 12px;
  }

  .main-background {
    margin: 15px 0;
  }

  .main-list-item__content {
    padding: 10px;
  }

  .main-advants-wrapper {
    margin-top: 0;
  }
}
