.promo {
    background: url('../images/product__promo.png') center/cover no-repeat;
}

.promo__img {
    width: 60px;
    height: 60px;
}

.product__promo {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
}

.promo__left {
    margin-top: 0;
}


.store .title__block {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 44px;
    line-height: 140%;
    color: var(--chernyy);
}

.right__block {
    display: flex;
    gap: 40px;
}

.store__block_mobile {
    display: none;
}

.store__head {
    display: flex;
    gap: 42px;
    margin-bottom: 12px;
    margin-top: 40px;
    border-bottom: 2px solid var(--fonovyy-goluboy);
    padding: 0px 0px 12px;
    height: 43px;
    width: 80%;
}

.store__head a {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    text-align: right;
    color: var(--fonovyy-goluboy);
    width: auto;
    border-bottom: 2px solid var(--fonovyy-goluboy);
    padding: 0px 0px 12px;
    height: 43px;
}

.store__head a:hover {
    border-bottom: 2px solid var(--siniy);
    padding: 0px 0px 12px;
    height: 43px;
    width: auto;
    color: var(--siniy);
    opacity: 1;
}

.store__head a.active {
    border-bottom: 2px solid var(--siniy);
    padding: 0px 0px 12px;
    height: 43px;
    width: auto;
    color: var(--siniy);
    opacity: 1;
}

.store__note {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 12px;
    line-height: 140%;
    color: var(--temno-seryy-fon);
}

.store__img {
    width: 100px;
    height: 100px;
}

.store__block {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.store__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--fonovyy-goluboy);
    padding-top: 20px;
}

.store__item:nth-child(1) {
    border-top: none;
}

.store__item .title__btn {
    margin-top: 0;
}

.store__title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--chernyy);
    margin-left: 32px;
    max-width: 395px;
}

.store__quantity {
    display: flex;
    gap: 12px;
}

.store__quantity a {
    color: var(--glavnyy-seryy);
    width: 24px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.store__price {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--fonovyy-goluboy);
    display: flex;
    align-items: center;
    gap: 5px;
}

.store__price_total {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--chernyy);
    min-width: 90px;
}

.review {
    padding-top: 80px;
}

.review .wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.review__video {
    width: 772px;
    height: 474px;
}

.review__title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 44px;
    line-height: 140%;
    color: var(--chernyy);
}

.descr {
    margin-top: 40px;
}

.product__descr {
    margin-bottom: 80px;
}

.descr__list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.descr__item {}