.product {
 color: white;
 padding-block: 35px 120px;
}

.product__bg {
 z-index: 0;
}

.page-violet .product__bg {
 background: var(--purple-light);
}

.page-pink .product__bg {
 background: var(--pink-light);
}

.page-regular .product__bg {
 background: var(--orange-light);
}

.product__content {
 position: relative;
 z-index: 2;
}

.product__images {
 height: 550px;
 position: relative;
 margin-bottom: 20px;
}

.product__images-bg {
 background: no-repeat 50% 100% / 1440px auto;
}

.product__img {
 position: absolute;
 -webkit-filter: drop-shadow(0px 20px 50px rgba(0, 0, 0, 0.25));
         filter: drop-shadow(0px 20px 50px rgba(0, 0, 0, 0.25));
}

.product__img_1 {
 width: 550px;
 bottom: 69px;
 left: 490px;
 rotate: 0 0 1 10deg;
}

.product__img_2 {
 width: 382px;
 bottom: 179px;
 left: 244px;
 rotate: 0 0 1 -10deg;
}

.product__name {
 max-width: 700px;
 text-align: center;
 font-size: 96px;
 font-weight: 700;
 line-height: 0.9;
 letter-spacing: -0.05em;
 margin: 0 auto 60px;
}

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

.product__desc {
 max-width: 640px;
 position: relative;
 text-align: center;
 font-size: 20px;
 font-weight: 600;
 line-height: 1.2;
 letter-spacing: -0.05em;
 margin: 0 auto 110px;
}

.product__desc-img {
 position: absolute;
 bottom: 0;
}

.product__desc-img_1 {
 right: 100%;
}

.product__desc-img_2 {
 left: 100%;
}

.page-violet .product__desc-img_1 {
 margin-right: 167px;
}

.page-violet .product__desc-img_2 {
 margin-left: 150px;
}

.page-pink .product__desc-img_1 {
 margin-right: 138px;
}

.page-pink .product__desc-img_2 {
 margin-left: 168px;
 margin-bottom: 33px;
}

.page-regular .product__desc-img_1 {
 margin-right: 148px;
 margin-bottom: -28px;
}

.page-regular .product__desc-img_2 {
 margin-left: 120px;
 margin-bottom: 22px;
}

.product__props {
 display: flex;
 gap: 75px;
 margin: 0 0 90px 110px;
}

.product__prop {
 width: 310px;
 font-size: 16px;
}

.product__prop-title {
 font-size: 24px;
 font-weight: 700;
 letter-spacing: -0.01em;
}

.product__prop-note {
 margin-top: 5px;
}

.product__prop-text {
 font-family: var(--rubik);
 line-height: 1.5;
 margin-top: 30px;
}

.product__prop-items {
 display: flex;
 flex-direction: column;
 gap: 15px;
}

.product__prop-item {
 border-bottom: 1px solid;
 padding-bottom: 15px;
}

.page-violet .product__prop-item {
 border-color: var(--purple-dark);
}

.page-pink .product__prop-item {
 border-color: var(--pink-dark);
}

.page-regular .product__prop-item {
 border-color: var(--orange-dark);
}

.product__prop_last {
 margin-left: auto;
}

.product__footer {
 width: 141px;
 height: 141px;
 position: relative;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 text-align: center;
 margin-inline: auto;
}

.product__footer-bg {
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 z-index: -1;
 rotate: 0 0 1 45deg;
}

.page-violet .product__footer-bg {
 background: var(--purple-dark);
}

.page-pink .product__footer-bg {
 background: var(--pink-dark);
}

.page-regular .product__footer-bg {
 background: var(--orange-dark);
}

.product__footer-num {
 font-size: 24px;
 font-weight: 700;
 letter-spacing: -0.01em;
}

.product__footer-text {
 font-size: 16px;
 font-family: var(--rubik);
 line-height: 1.5;
}

.catalog {
 padding-block: 120px;
}

.catalog__bg-decor {
 height: 31px;
 background: url("../../img/chips/common/decor-white_up.svg") repeat-x 50% 0/auto 100%;
 translate: 0 -100% 0;
}
