.delivery-pay {
  width: 100%;
}
.delivery-pay__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.delivery-pay__container .breadcrumbs {
  padding-top: 100px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.delivery-pay__container .breadcrumbs a {
  color: #151922;
  text-decoration: none;
  margin-right: 5px;
}
.delivery-pay__container .breadcrumbs__separator {
  margin: 0 5px;
  color: #151922;
}
.delivery-pay__container .breadcrumbs__current {
  color: #566550;
}
.delivery-pay__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.delivery-pay .deliver-pay__info-title {
  padding-top: 50px;
  font-size: 40px;
  font-weight: 700;
}
.delivery-pay .deliver-pay__info-content {
  padding-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.delivery-pay .deliver-pay__info-content_item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: left;
  max-width: 440px;
}
.delivery-pay .deliver-pay__info-content_item-title {
  font-size: 25px;
  font-weight: 700;
  color: #566550;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.delivery-pay .deliver-pay__info-content_item-content {
  font-size: 20px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.delivery-pay .deliver-pay__info-content_item-content-row {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}
.delivery-pay .deliver-pay__info-content_item-content-row p {
  margin: 0;
}
.delivery-pay .deliver-pay__info-content_item:last-child {
  max-width: 350px;
}
.delivery-pay .delivery-pay-img {
  padding-top: 100px;
  width: 100%;
}

.garanty {
  padding-top: 100px;
  width: 100%;
}
.garanty__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.garanty__title {
  font-size: 40px;
  font-weight: 700;
}
.garanty__content {
  padding-top: 50px;
  font-size: 20px;
  font-weight: 400;
}
.garanty__img-wrapper {
  display: flex;
  justify-content: end;
}
.garanty__img-wrapper img {
  width: 183px;
}