.services-cards__container {
  max-width: 1190px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.projection-callback {
    margin-bottom: 50px !important;
}

@media (min-width: 1191px) {
  .services-cards__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.services-cards {
  padding-top: 36px;
  padding-bottom: 100px;
}

.services-cards__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.services-cards__title-1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
  color: #182438;
  margin-bottom: 0px;
}

.services-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 485px;
  box-shadow: 0 4px 24px rgb(255, 255, 255);
  background: #ffffff;
  text-decoration: none !important;
}

.services-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.services-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center center;
}
@media (min-width: 992px) {
  .services-card__img img { object-fit: contain; }
}
.services-card__img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(216, 219, 224, 0.219) 0%, transparent 100%);
  z-index: 2;
}

.services-card__content {
  position: relative;
  z-index: 3;
  color: #182438;
  padding: 32px 40px 40px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.services-card__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 150%;
  text-align: left;
  padding-left: 0;
}

.services-card__desc {
  color: rgba(70, 74, 107, 1);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 170%;
  padding-left: 0px;
}

.services-card__link {
  color: #182438;
  font-weight: 700;
  text-decoration: underline;
  font-size: 15px;
  line-height: 170%;
  cursor: pointer;
}
.services-card__link:hover { text-decoration: none; }

/* Проекция и коллбэк */
.projection-callback-with-icon .projection-callback__btn {
  transition: all 0.3s ease;
  box-shadow: 0 4px 0 #e0992f, 0 0 8px 0 0 20px rgba(255, 203, 3, 0.15), rgba(255, 203, 3, 0.1);
}
.projection-callback-with-icon .projection-callback__btn:hover {
  background: linear-gradient(123.12deg, rgba(255, 255, 255, 0.2) 3.75%, rgba(255, 255, 255, 0.6) 52.52%, rgba(255, 255, 255, 0.2) 104.41%), linear-gradient(94.79deg, #ffd83d 18.06%, #ffb833 84.41%);
  box-shadow: 0 4px 0 #e0992f, 0 0 8px 0 0 20px rgba(255, 203, 3, 0.15), rgba(255, 203, 3, 0.1);
  cursor: pointer;
}
.projection-callback-with-icon .projection-callback__btn:active {
  box-shadow: 0 2px 0 #e0992f, 0 0 4px 0 0 10px rgba(255, 203, 3, 0.15), rgba(255, 203, 3, 0.1);
  transform: translateY(2px);
}

.projection-callback__form.projection-callback__form--horizontal .projection-callback__form__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
.projection-callback__form.projection-callback__form--horizontal .projection-callback__form__inner > div {
  flex: 1;
  min-width: 200px;
}

.hangars-guarantees {
  color: rgba(24, 29, 70, 1);
  padding: 40px 0 20px;
  margin-bottom: 57px;
}
@media (min-width: 991px) {
  .hangars-guarantees { background-size: auto 100%; padding: 0px 0 80px; }
}

.guarantees-main__title {
  text-align: start;
  margin-bottom: 17px;
  font-size: 32px;
  font-weight: 600;
  font-family: 'Open Sans';
  line-height: 140%;
  color: #182438;
  text-transform: none;
}

.guarantees__list {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  gap: 30px;
  flex-wrap: wrap;
  padding-top: 40px;
}

.guarantees__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  flex-basis: 100%;
  padding: 0 10px;
  background-repeat: no-repeat;
  background-position: 15px 10px;
  min-height: 80px;
}

.guarantees__title {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin: 0 0 0 78px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(70, 74, 107, 1);
}

.guarantees__text {
  margin: 0 0 0 78px;
  padding: 0;
  color: rgba(70, 74, 107, 1);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}

.guarantee-item {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  border-radius: 12px;
  max-width: 500px;
}
.guarantee-item__icon {
  flex: 0 0 48px;
  /* margin-right: 150px !important; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.guarantee-item__icon img { width: 56px; height: 56px; }
.guarantee-item__content { flex: 1; }
.guarantee-item__title { font-weight: 700; font-size: 15px; color: #253C6C; margin-left: 20px;}
.guarantee-item__text { font-size: 14px; margin-top: 10px; color: #464A6B; line-height: 1.6; }
.guarantee-item__text--custom { margin-bottom: 25px; margin-top: 0px; }

.hangars-main__title_white {
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .services-cards { padding-top: 24px; padding-bottom: 64px; }
  .services-cards__title-1 { font-size: 24px !important; }
  .services-cards__grid { grid-template-columns: repeat(2, 1fr); grid-gap: 20px; }
  .services-card { min-height: 391px; border-radius: 14px; }
  .services-card__content { padding: 24px !important; }
  .services-card__title { font-size: 18px !important; display: -webkit-box; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; }
  .services-card__desc { font-size: 13px !important; display: -webkit-box; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis; }
  .services-card__link { font-size: 13px !important; }

  .projection-callback__form.projection-callback__form--horizontal .projection-callback__form__inner {
    flex-direction: column;
  }
  .projection-callback__form.projection-callback__form--horizontal .projection-callback__form__inner > div {
    min-width: auto;
    flex: none;
    width: 100%;
  }

  .hangars-guarantees { padding: 0; margin-bottom: 72px; }
  .guarantees-main__title { font-size: 28px; margin-bottom: 0px; }
  .guarantees__list { grid-template-columns: repeat(2, 1fr); padding-top: 24px; gap: 20px; }
  .guarantees__item { margin-bottom: 20px; padding: 0 5px; }
  .guarantees__title { margin-left: 60px; font-size: 14px; }
  .guarantees__text { margin-left: 60px; font-size: 13px; }
  .guarantee-item__icon { 
    flex: 0 0 40px; 
    /* margin-right: 64px;  */
  }
  .guarantee-item__title { font-size: 14px; margin-left: 20px;}
  .guarantee-item__text { font-size: 13px; margin-top: 8px; }

  .projection-callback__form__inner > div:first-child,
  .projection-callback__form__inner > div:nth-child(2) {
    flex: 1 1 45%;
    min-width: 280px;
  }
  .projection-callback__form__inner > div:first-child input,
  .projection-callback__form__inner > div:nth-child(2) input {
    padding: 22px 24px;
    font-size: 19px;
    height: 65px;
  }
}

@media (max-width: 575px) {
  .hangars-guarantees { margin-bottom: 72px; }
  .guarantees-main__title { font-size: 28px; margin-bottom: 0px; }
  .guarantees__list { padding-top: 24px; gap: 24px; grid-template-columns: repeat(1, 1fr);}
  .guarantees__item { min-height: 70px; background-position: 12px 8px; }
  .guarantees__title, .guarantees__text { margin-left: 50px; }
  .guarantee-item__icon { flex: 0 0 36px; }
  .services-cards__grid { grid-template-columns: 1fr; grid-gap: 16px; }
  .services-card { min-height: 373px; border-radius: 12px; }
  .services-card__img img { min-height: 160px; }
  .services-card__content { padding: 24px !important; }
  .services-card__title { font-size: 18px !important; margin-bottom: 6px; line-height: 1.3; }
  .services-card__desc { font-size: 13px !important; margin-bottom: 8px; line-height: 1.5; }
  .services-card__link { font-size: 13px !important; line-height: 1.5; }
}

@media (max-width: 425px) {
  .services-cards__grid { grid-template-columns: 1fr; grid-gap: 16px; }
  .services-card { min-height: 373px; border-radius: 12px; }
  .services-card__img img { min-height: 160px; }
  .services-card__content { padding: 24px !important; }
  .services-card__title { font-size: 18px !important; margin-bottom: 6px; line-height: 1.3; }
  .services-card__desc { font-size: 13px !important; margin-bottom: 8px; line-height: 1.5; }
  .services-card__link { font-size: 13px !important; line-height: 1.5; }
}

@media (max-width: 375px) {
  .services-card { min-width: 200px; }
  .services-card__title { font-size: 18px !important; }
  .services-card__desc { font-size: 13px !important; }
  .guarantees__title, .guarantees__text { margin-left: 40px; }
  .guarantee-item__icon { flex: 0 0 32px; }
  .guarantee-item__title { font-size: 15px; line-height: 1.6; }
}

.projection-callback__form::after {
  position: absolute;
  content: url('/statics/img/Иконка.png') !important;
  top: -18px;
  right: -18px;
  z-index: 1;
}
@media (max-width: 900px) {
  .projection-callback__form::after { display: none; }
}

.n-container_no-padding { padding: 0; }
@media (max-width: 767px) { .n-container_no-padding { padding: 0 10px; } }
