.good{
    padding-top: 120px;
}
.good_head {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 55px;
}

.good_image {
    max-width: 585px;
    width: 100%;
}

.good_photo {
    margin-bottom: 40px;
}

.good_print {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}

.good_print-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #262626;
}

.good_info {
    max-width: 475px;
    width: 100%;
}

.good_info-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    color: #262626;
    max-width: 440px;
    margin-bottom: 15px;
}

.good_info-article {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #909090;
    margin-bottom: 15px;
}

.good_info_price {
    display: flex;
    gap: 20px;
    align-items: end;
    margin-bottom: 15px;
}

.good_info_price-big {
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    color: #b42533;
}

.good_info_price-small {
    font-weight: 400;
    font-size: 26px;
    line-height: 130%;
    color: #909090;
    text-decoration: line-through;
}

.good_info_stock_block {
    margin-bottom: 25px;
}

.good_info_stock-t {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #262626;
    margin-bottom: 6px;
}

.good_info-city {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #262626;
    margin-bottom: 5px;
}

.good_info-city-stock.red {
    color: #b42533;
}
.good_info-city-stock.yellow {
    color: #e5800a;
}
.good_info-city-stock.green {
    color: #01be4d;
}

.good_info_desc_block {
    margin-bottom: 40px;
}

.good_info-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #262626;
    max-height: 140px;
    overflow: auto;
}

.good_info_button {
    border-radius: 6px;
    background: #2b47a9;
    padding: 16px 45px;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}
.good_foot_nav{
    display: flex;
    align-items: center;
    margin-bottom: 52px;
}
.good_foot_nav-btn{
    padding: 18px 26px;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #9b9b9b;
    border-bottom: 1px solid #b9b9b9;
}
.good_foot_nav-btn.active{
    border-color: #262626;
    color: #262626;
}
.good_foot_show.flex{
    flex-wrap: wrap;
    gap: 30px;
    align-items: start;
}
.good_foot_show.column{
    flex-direction: column;
}
.good_foot_show.active{
    display: flex;
}
.good_foot_show{
    display: none;
}

.attribute_text{
    max-width: 1000px;
    margin-bottom: 52px;
}
.attribute_title{
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #262626;
    margin-bottom: 25px;
}
.attribute_info-block{
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 3px;
    max-width: 480px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #262626;
}
.attribute_params{
    max-width: 200px;
    text-align: right;
}

@media (max-width: 900px) {
    .good_head{
        flex-direction: column;
    }
    .good_foot_nav-btn{
        padding: 10px;
        font-size: 14px;
    }
    .good_foot_nav {
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .good_foot_nav::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}
