.b-brand-special-offers__section {
	position: relative;
	width: 100%;

	display: flex;
	flex-direction: column;
	align-items: center;
  padding: 0px 50px;
}

@media screen and (max-width: 1023px) {
  .b-brand-special-offers__section {
    padding: 0px 24px;
  }
}

@media screen and (max-width: 767px) {
  .b-brand-special-offers__section {
    padding: 0px 16px;
  }
}

.b-brand-special-offers__section--blue {
	background: #E5F2F8;
}

.b-brand-special-offers__wrapper {
	max-width: 1100px;
  width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	padding: 80px 0px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .b-brand-special-offers__wrapper {
    padding: 26px 0px 72px 0px;
    gap: 24px;
  }
}

.b-brand-special-offers__wrapper--blue {
	gap: 56px;
	padding: 145px 0px 56px 0px;
}

@media screen and (max-width: 767px) {
  .b-brand-special-offers__wrapper--blue {
	  gap: 32px;
  }
}

.b-brand-special-offers__title-wrapper {
	position: relative;
	width: fit-content;
	height: fit-content;

	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
}

@media screen and (max-width: 767px) {
  .b-brand-special-offers__title-wrapper {
    gap: 14px;
  }
}

.b-brand-special-offers__title {
	position: relative;
	font-family: "RotonBol", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 120%;
	color: #001689;
  text-align: center;
	margin: 0;
}

@media screen and (max-width: 767px) {
  .b-brand-special-offers__title {
    font-size: 36px;
    line-height: 124%;
  }
}

.b-brand-special-offers__title-sign {
	position: relative;
	text-align: center;
  	width: 100%;
	max-width: 885px;
}

.b-brand-special-offers__title-sign--advantages {
	max-width: 675px;
}

.b-brand-special-offers__offer-wrapper {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}

@media screen and (max-width: 767px) {
  .b-brand-special-offers__offer-wrapper {
    gap: 14px;
  }
}

.b-offer-card {
	position: relative;
	width: 333px;
	height: auto;
	min-height: 456px;

	display: flex;
	flex-direction: column;

	background: #F9F9F9;
	border: 1px solid #F1F1F1;
	border-radius: 24px;
	overflow: hidden;
}

@media screen and (max-width: 559px) {
	.b-offer-card {
		min-height: unset;
		height: fit-content;
	}
}

.b-offer-card__image {
	position: relative;
	width: 333px;
	height: auto;
}

@media screen and (max-width: 380px) {
	.b-offer-card__image--promotion-shopper {
		width: auto;
	}
}

.b-offer-card__content {
	position: relative;
	width: 100%;
	height: 100%;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 24px;
}

@media screen and (max-width: 559px) {
	.b-offer-card__content {
		gap: 14px;
	}
}

.b-offer-card__content-wrapper {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.b-offer-card__content-wrapper--promotion-shopper {
	margin-top: 16px;
}
@media screen and (max-width: 559px) {
	.b-offer-card__content-wrapper--promotion-shopper {
		margin-top: 0px;
	}
}

.b-offer-card__title {
	position: relative;
	font-family: "RotonBol", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	margin: 0;
}

.b-offer-card__title--kisl {
	color: #019C4E;
}

.b-offer-card__title--discount {
	color: #79B76A;
}

.b-offer-card__title--shaker {
	color: #009FE3;
}

.b-offer-card__title--shopper {
	color: #0067B9;
}

.b-offer-card__title--spoon {
	color: #6C96BF;
}

.b-offer-card__title--promotion-shopper {
	color: #7ac269;
}

.b-offer-card__description {
	position: relative;
	font-family: "RotonReg", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	margin: 0;
	color: #434343;
}

.b-offer-card__sign {
	position: relative;
	font-family: "RotonReg", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	margin: 0;

	color: #808080;
}

.b-offer-card__sign--promotion-shopper span {
	display: block;
}
.b-offer-card__sign--promotion-shopper span + span {
	margin-top: 8px;
}

.b-offer-card__btn {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 24px;

	border-radius: 48px;

	font-family: "RotonBol", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color: #FFFFFF;
	transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

.b-offer-card__btn:hover {
	background-color: #ff8300;
	color: #FFFFFF;
	transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

.b-offer-card__btn--kisl {
	background-color: #019C4E;
	transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

.b-offer-card__btn--discount {
	background-color: #79B76A;
	transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

.b-offer-card__btn--shaker {
	background-color: #009FE3;
	transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

.b-offer-card__btn--shopper {
	background-color: #0067B9;
	transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

.b-offer-card__btn--spoon {
	background-color: #6C96BF;
	transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}
.b-offer-card__btn--milk {
	background-color: #158F46;
	transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}
.b-offer-card__btn--promotion-shopper {
	background-color: #7ac269;
	transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

.b-brand-special-offers__button {
	position: relative;
	width: fit-content;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px 50px;

	background-color: #FF8300;
	border-radius: 48px;

	font-family: "RotonBol", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	text-align: center;
	color: #FFFFFF;
	transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

.b-brand-special-offers__button:hover {
	background-color: #27388a;
	color: #FFFFFF;
}

@media screen and (max-width: 768px) {
	.b-brand-special-offers__button {
		padding: 12px 32px;
		font-size: 16px;
	}
}

.b-brand-special-offers__mail-icon {
	position: absolute;
	top: -62px;
    left: calc(50% - 132px);
}

.b-brand-special-offers__discounts {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
}

@media screen and (max-width: 768px) {
	.b-brand-special-offers__discounts {
		gap: 24px;
	}
}

.b-brand-special-offers__discount-title {
	position: relative;
	font-family: "RotonBol", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 1;
	text-align: center;
	margin: 0;
	color: #001689;
}

@media screen and (max-width: 767px) {
  .b-brand-special-offers__discount-title {
    font-size: 24px;
    line-height: 120%;
  }
}

.b-catalog--special-offer {
	position: relative;
	width: 100%;
	height: fit-content;
	padding: 0;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	background: transparent;
}

.b-brand-special-offers__discounts .b-catalog--special-offer {
	padding: 0;
	background: transparent;
}

.b-catalog--special-offer .b-product-card {
	max-width: 258px;
	height: auto;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.b-catalog--special-offer .b-product-card {
		width: 100%;
	}
}

.b-offer-loyalty {
  position: relative;
  width: fit-content;
  height: fit-content;

  display: flex;
  flex-direction: column;
  gap: 28px;

  padding: 40px 32px;
  background: #FFFFFF;
  border-radius: 32px;
}

@media screen and (max-width: 992px) {
  .b-offer-loyalty {
    margin: 0;
	border-radius: 0;
  }
}

@media screen and (max-width: 767px) {
  .b-offer-loyalty {
	border-radius: 16px;
	padding: 8px;
  }
}

.b-offer-loyalty p {
  margin: 0;
}

.b-offer-loyalty__wrapper {
  position: relative;
  width: fit-content;
  height: 330px;

  display: flex;
  flex-direction: row;
  gap: 8px;
}

.b-offer-loyalty__wrapper--mobile {
	display: none;
}

@media screen and (max-width: 992px) {
  .b-offer-loyalty__wrapper {
    height: 420px;
  }
}

@media screen and (max-width: 767px) {
	.b-offer-loyalty__wrapper--desktop {
		display: none;
	}

	.b-offer-loyalty__wrapper--mobile {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: fit-content;
	}
}

.b-offer-loyalty__column {
  position: relative;
  width: fit-content;
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;

  padding: 34px 16px;
  border-radius: 24px;
  min-width: 168px;
}

@media screen and (max-width: 1023px) {
  .b-offer-loyalty__column {
    min-width: 127px;
  }
}

@media screen and (max-width: 767px) {
  .b-offer-loyalty__column {
	width: 100%;
    padding: 16px 24px;
	min-width: 0;
	height: fit-content;
	align-items: stretch;
	border-radius: 8px;
  }

  .b-offer-loyalty__column[open] .b-offer-loyalty__row-icon {
	transform: rotate(180deg);
	transition: transform 0.15s ease-in-out;
  }
}

.b-offer-loyalty__column--heading {
  align-items: start;
  padding: 34px 16px 34px 0px;
}

.b-offer-loyalty__column--green {
  background: #E5FFE0;
}

.b-offer-loyalty__column--yellow {
  background: #FFFEE2;
}

.b-offer-loyalty__column--orange {
  background: #FFE6CC;
}

.b-offer-loyalty__column--pink {
  background: #FFE4E4;
}

.b-offer-loyalty__row-wrapper {
	position: relative;
	width: 100%;
	height: fit-content;
	margin-top: 16px;

	display: flex;
	flex-direction: column;
	gap: 16px;
}

.b-offer-loyalty__row {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
}

.b-offer-loyalty__row-icon {
	transition: transform 0.15s ease-in-out;
}

.b-offer-loyalty__column-title {
  position: relative;
  font-family: "RotonBol", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #434343;
  flex: 1;
}

.b-offer-loyalty__column-text {
  position: relative;
  height: 100%;
  font-family: "RotonReg", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #434343;
  flex: 1;

  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
	.b-offer-loyalty__column-text {
		width: 100%;
		flex: unset;
	}

	.b-offer-loyalty__column-text--flex-end {
		justify-content: flex-end;
		width: fit-content;
	}
}

.b-offer-loyalty__bottom-text {
  font-family: "RotonReg", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  margin: 0;
  color: #434343;
}

.b-offer-loyalty__sign {
  position: relative;
  font-family: "RotonReg", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #808080;
}