.serviceBanner {
  padding-top: 20px;
}
.serviceBanner__wrapper {
  color: var(--white);
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  aspect-ratio: 2/1;
}
.serviceBanner__wrapper::before {
  position: absolute;
  inset: 0;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 43.78%, rgba(0, 0, 0, 0.7) 100%);
}
.serviceBanner__info {
  position: relative;
  z-index: 3;
}
.serviceBanner__title {
  margin-bottom: 30px;
}

.attendance {
  padding: 60px 0;
}
.attendance .row {
  row-gap: 60px;
}
.attendance__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.attendance__item__title {
  margin-bottom: 20px;
}
.attendance__item__text {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.attendance__item--img img {
  aspect-ratio: 1/0.8;
  width: 100%;
}
.attendance__item--info-between {
  justify-content: space-between;
}
.attendance__item--info-center {
  justify-content: center;
}
.attendance__item__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.attendance__item__list_item {
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 19.5px */
  text-transform: uppercase;
  padding-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  gap: 35px;
}
.attendance__item__list_item span {
  color: var(--grey, #9e9e9e);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  text-transform: uppercase;
}

.spare {
  padding-bottom: 35px;
}
.spare .row {
  row-gap: 30px;
}
.spare_first {
  display: flex;
  flex-direction: column;
}
.spare_first span {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  text-transform: uppercase;
}
.spare_first p {
  color: var(--red);
  font-size: 6rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.spare_twice {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  text-transform: uppercase;
}
.spare_twice span {
  color: var(--red);
}
.spare_third {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}

.advantages {
  padding: 60px 0;
}
.advantages__wrapper {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.advantages__wrapper .card {
  width: calc(33.3333333333% - 0px);
  border: 1px solid #e1e1e1;
  border-left: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
}
.advantages__wrapper .card__svg {
  margin-bottom: 25px;
}
.advantages__wrapper .card__svg svg {
  width: 54px;
  height: 54px;
}
.advantages__wrapper .card__title {
  margin-bottom: 20px;
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 19.5px */
  text-transform: uppercase;
}
.advantages__wrapper .cardImg {
  width: calc(50% - 0px);
  aspect-ratio: 1/0.8;
}
.advantages__wrapper .cardImg img {
  width: 100%;
  height: 100%;
}

.warranty {
  padding-bottom: 60px;
}
.warranty__title {
  margin-bottom: 15px;
}
.warranty .row {
  row-gap: 30px;
}
.warranty__subtitle {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  margin-bottom: 5px;
}
.warranty__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #ebebeb;
  padding-top: 25px;
}
.warranty__item_title {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  text-transform: uppercase;
}
.warranty__item_text {
  color: var(--red);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .attendance {
    padding: 50px 0;
  }
  .attendance .row {
    row-gap: 30px;
  }
  .advantages {
    padding: 50px 0;
  }
  .advantages__wrapper .card {
    width: calc(50% - 0px);
    padding: 30px 20px;
  }
  .advantages__wrapper .card:nth-last-child(3) {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .advantages {
    padding: 40px 0;
  }
  .advantages__wrapper .card {
    width: calc(100% - 0px);
    border-right: none;
  }
  .advantages__wrapper .card__svg {
    margin-bottom: 20px;
  }
  .advantages__wrapper .card__title {
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .warranty {
    padding-bottom: 40px;
  }
  .warranty__title {
    margin-bottom: 10px;
  }
  .warranty .row {
    row-gap: 25px;
  }
  .warranty__subtitle {
    font-size: 0.7rem;
    margin-bottom: 5px;
  }
  .warranty__item {
    padding-top: 15px;
    gap: 10px;
  }
  .warranty__item_title {
    font-size: 0.6rem;
  }
  .warranty__item_text {
    font-size: 0.9rem;
  }
  .advantages .cardImg {
    width: calc(100% - 0px);
  }
  .spare {
    padding-bottom: 30px;
  }
  .spare .row {
    row-gap: 25px;
  }
  .spare_first span {
    font-size: 0.9rem;
  }
  .spare_first p {
    font-size: 4rem;
  }
  .spare_twice {
    font-size: 0.9rem;
  }
  .spare_third {
    font-size: 0.7rem;
  }
  .attendance {
    padding: 40px 0;
  }
  .attendance .row {
    row-gap: 25px;
  }
  .attendance__item__title {
    margin-bottom: 20px;
  }
  .attendance__item__text {
    font-size: 0.7rem;
  }
  .attendance__item__list {
    gap: 15px;
  }
  .attendance__item__list_item {
    padding-bottom: 15px;
    gap: 15px;
    font-size: 0.55rem;
  }
  .attendance__item__list_item span {
    font-size: 0.9rem;
  }
}

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