.bar-card {
 padding-top: 135px;
}

.bar-card__title {
 position: relative;
 text-align: center;
 font-size: 32px;
 font-weight: 700;
 line-height: 0.94;
 letter-spacing: -0.03em;
 margin-bottom: 60px;
}

.bar-card__title-button {
 width: 24px;
 height: 24px;
 position: absolute;
 top: -12px;
 left: 0;
 font-size: 24px;
}

.bar-card__name {
 text-align: center;
 font-size: 120px;
 font-family: var(--shnobel);
 font-weight: 400;
 line-height: 0.83;
 letter-spacing: -0.05em;
 margin-bottom: 34px;
}

.bar-card__image {
 position: relative;
 z-index: 2;
 margin: 0 -70px 45px;
}

.bar-card__image-bg {
 width: 483px;
 height: 483px;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 z-index: -1;
 background: white;
 rotate: 0 0 1 45deg;
 margin: auto;
}

.bar-card__ingredients {
 text-align: center;
 font-size: 24px;
 font-weight: 700;
 letter-spacing: -0.01em;
 margin-bottom: 60px;
}

.bar-card__desc {
 max-width: 690px;
 text-align: center;
 font-size: 16px;
 font-family: var(--rubik);
 font-weight: 400;
 line-height: 1.5;
 margin: 0 auto 60px;
}

.bar-card__food-value {
 display: flex;
 justify-content: center;
 gap: 20px;
}

.bar-card__food-value-card {
 flex: 0 1 auto;
 min-width: 130px;
 text-align: center;
 color: white;
 padding: 27px 23px 20px;
}

.bar-card__food-value-card-note {
 font-size: 16px;
 font-family: var(--rubik);
 font-weight: 400;
}

.bar-card__food-value-card-value {
 white-space: nowrap;
 font-size: 48px;
 font-weight: 700;
 letter-spacing: -0.03em;
}

.page-apple_strawberry .bar-card__food-value-card {
 background: #E36A66;
}

.page-apple_blueberry .bar-card__food-value-card {
 background: #0071B8;
}

.page-apple_mango .bar-card__food-value-card {
 background: #F37D01;
}

.catalog {
 padding-block: 120px;
}

.catalog__title {
 font-size: 48px;
 background: none;
 padding-bottom: 0;
 margin-bottom: 120px;
}
