.header {
  border-bottom: 1px solid rgba(238, 239, 245, 1);
}

.header a {
  color: rgba(61, 64, 98, 1);
}

.header__mobile-menu a {
  color: #fff;
}

.header--sticky {
  border-bottom: 1px solid transparent;
}

.header--sticky a {
  color: #fff;
}

.button__text {
  color: #fff;
}

.breadcrumbs {
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  color: rgba(146, 148, 166, 1);
  margin-bottom: 60px;

  @media only screen and (max-width: 660px) {
    margin-bottom: 40px;
  }
}

.production {
  margin-top: 110px;

  @media only screen and (max-width: 660px) {
    margin-top: 100px;
  }
}

.breadcrumbs div {
  color: rgba(61, 64, 98, 1);
  margin-left: 5px;
}

.production__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  color: rgba(61, 64, 98, 1);
  margin-bottom: 20px;

  @media only screen and (max-width: 660px) {
    font-size: 24px;
  }
}

.production--button {
  display: inline-flex;
  align-items: center;
  height: 50px;
  border: 1px solid rgba(238, 239, 245, 1);
  border-radius: 37px;
  text-decoration: none !important;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: rgba(61, 64, 98, 1);
  background-color: transparent;
  margin-right: 8px;
}

.button-first {
  max-width: 119px !important;
  max-height: 40px;
}

.button-second {
  max-width: 95px !important;
  max-height: 40px;
}

.button-third {
  max-width: 90px !important;
  max-height: 40px;
}

.button-fourth {
  max-width: 176px !important;
  max-height: 40px;
}

.button-fifth {
  max-width: 171px !important;
  max-height: 40px;
}

.button-sixth {
  max-width: 76px !important;
  max-height: 40px;
}

.production--button:last-child {
  margin-right: 0;
}

.production--button:hover {
  background-color: rgba(238, 239, 245, 1);
}

.active-btn {
  background-color: rgba(61, 64, 98, 1);
  color: rgba(255, 255, 255, 1);
}

.features__card {
  height: 400px;

  @media only screen and (max-width: 375px) {
    max-width: 350px;
    max-height: 370px;
  }
}

.features__card .button {
  margin-top: 20px;
}

.features__wrapper {
  display: flex;
  flex-direction: row;

  @media only screen and (max-width: 660px) {
    flex-direction: column-reverse !important;
    gap: 10px;
  }
}

.features__card--banner-1 {
  background: url(/img/banners/coffee-machine.png) right center/cover no-repeat !important;

  @media only screen and (max-width: 375px) {
    background: url(/img/banners/coffee--mobile.png) center/cover no-repeat !important;
  }
}

.features__card--banner-2 {
  background: url(/img/banners/cooler.png) right center/cover no-repeat !important;

  @media only screen and (max-width: 375px) {
    background: url(/img/banners/cooler--mobile.png) center/cover no-repeat !important;
  }
}

.production__cards__list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;

  @media only screen and (max-width: 660px) {
    margin-top: 50px;
  }
}

.offers__card {
  max-width: 310px;
  width: 310px;
  /* max-height: 410px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;

  @media only screen and (max-width: 660px) {
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);

    min-height: auto;
    max-height: none;
    /* max-width: 158px;
    width: 158px; */
    /* max-height: 268px; */
  }
}

/* .offers__card__price {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  color: rgba(61, 64, 98, 1);
  font-weight: 800;
  font-size: 18px;
  line-height: 30px;
  text-align: center;

  @media only screen and (max-width: 660px) {
    text-align: center;
    font-size: 14px;
    line-height: 16.8px;
  }
} */

.offers__card__price {
  display: flex;
  align-items: flex-start;
  justify-content: center;

  min-height: 60px;

  margin-bottom: 5px;
  color: rgba(61, 64, 98, 1);
  font-weight: 800;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

@media only screen and (max-width: 660px) {
  .offers__card__price {
    text-align: center;
    font-size: 14px;
    line-height: 16.8px;
    min-height: 40px;
  }
}

.offers__card__info {
  color: rgba(61, 64, 98, 1);
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;

  @media only screen and (max-width: 660px) {
    font-size: 14px;
    line-height: 20px;
  }
}

.clue {
  position: relative;
}

.clue:hover {
  .clue-buble {
    display: block;
    position: absolute;
  }
}

.clue-buble {
  display: none;
  color: rgba(61, 64, 98, 1);
  font-weight: 800;
  font-size: 13px;
  line-height: 15.6px;
  width: 173px;
  border-radius: 10px;
  padding: 8px;
  top: -40px;
  right: -50px;
  box-shadow: 4px 0px 15px rgba(0, 0, 0, 0.1);
}

.modal-order-form .modal__container {
  min-width: 433px;
}

.modal-order-form__form {
  padding-right: 0px;
}

/* =========Swiper=========== */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide {
  max-width: 170px;
  margin-right: 10px !important;
}
