.sweet__body {
  text-align: center;
}

.sweet-plitka {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 40px 0 80px;
}

.sweet-plitka img {
  width: 100%;
}

.brand-grad {
  /* background: linear-gradient(#fff 80%, #999 20%); */
}

.four-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 45px;
}

.four-card .products {
  grid-template-rows: auto;
}

.opt-block {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 100px;
  margin-top: 50px;
}

.opt-item {
  display: flex;
  justify-content: space-between;
  gap: 38px;

  color: #453a35;
  font-size: 18px;
  font-weight: 400;
}

.opt-rev {
  flex-direction: row-reverse;
}

.opt__info,
.opt__img {
  width: 50%;
}

.opt__img img {
  width: 100%;
}

.opt-quote {
  border-radius: 20px;
  background: #fff7e7;
  padding: 26px;
  border-left: none;
  margin-bottom: 15px;
  font-style: normal;
}

.opt-quote ul,
.opt-quote ol {
  margin: 0;
  margin-left: 20px;
}

.opt-quote ul li {
  list-style-type: disc;
}

.opt-slider {
  margin-bottom: 100px;
}

.opt-slider__inner {
  position: relative;
  padding: 0 10%;
}

.opt-slider__left,
.opt-slider__right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.opt-slider__left {
  left: 0;
}

.opt-slider__right {
  right: 0;
}

.opt-slider__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #453a35;
  font-size: 18px;
  font-weight: 400;
  background: #fff7e7;
}

.opt-slider__img {
  width: 300px;
  max-width: 100%;
}

.opt-slider__img img {
  width: 100%;
}

.opt-slider__info {
  padding: 30px 30px 30px 45px;
  width: calc(100% - 300px);
}

.opt-slider__text {
  margin-bottom: 50px;
}

.opt-slider__avtor {
  font-size: 20px;
  font-weight: 500;
}

.zakaz-block {
  padding: 50px 0;
}

.zakaz-list {
  margin: 64px 0 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}

.zakaz__item {
  position: relative;
  padding: 55px 23px 40px;
  border-radius: 20px;
  background: #fff7e7;
}

.zakaz__numb {
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9a989;
  border-radius: 50%;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  position: absolute;
  left: 33px;
  top: -31px;
}

.our-team {
  background-color: #f9e4b7;
  padding-top: 70px;
}

.brands-block {
  padding: 142px 0 70px;
}

.brands__inner {
  display: flex;
  justify-content: space-between;
  gap: 38px;
}

.brands-info,
.brands-img {
  width: 50%;
}

.brand-text {
  margin: 47px 0 63px;
}

.brand__icons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.brand__icon {
  display: flex;
  gap: 20px;
  align-items: center;
}

.oformlenie-block {
  padding: 70px 0;
  background-color: #f9e4b7;
}

.oformlenie__inner {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}

.oformlenie__item {
  text-align: center;
}

.oformlenie__item img {
  margin-bottom: 36px;
  border-radius: 20px;
  width: 100%;
}

.oformlenie__text {
  color: #453a35;
  font-size: 20px;
  font-weight: 500;
}

.mb90 {
  margin-bottom: 90px;
}

.numb-list {
  margin: 17px 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.numb-li {
  border-radius: 20px;
  background: #fff7e7;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.numb-numb {
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c9a989;
  border-radius: 50%;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}

.just-centr {
  align-items: center;
}

@media (max-width: 1230px) {
  ._container {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .four-card {
    grid-template-columns: repeat(2, 1fr);
  }

  .sweet-plitka {
    grid-template-columns: repeat(3, 1fr);
  }

  .opt-item {
    flex-direction: column;
  }

  .opt-rev {
    flex-direction: column;
  }

  .opt__info,
  .opt__img {
    width: 100%;
  }

  .opt-slider__inner {
    padding: 0;
  }

  .opt-slider__btns {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -80px;
  }

  .opt-slider__left,
  .opt-slider__right {
    position: relative;
  }

  .zakaz-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .brands__inner {
    flex-direction: column;
  }

  .oformlenie__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 450px) {
  .sweet-plitka {
    grid-template-columns: repeat(2, 1fr);
  }

  .sweet-plitka .sweet__item:nth-child(3) {
    grid-column: 1 / -1;
  }
}
