.good-single {
    margin-top: 40px;
}

.good-interiors .fotorama__nav-wrap {
    position: relative;
}

.good-interiors .fotorama__stage {
    height: auto !important;
    margin-bottom: 4px;
}

.good-interiors .fotorama__stage__shaft.fotorama__grab {
    position: relative;
    padding-bottom: 60%;
}

.good-interiors .fotorama__arr {
    width: 32px;
    height: 32px;
    background-size: 12px 8px;
}

.good-interiors__content {
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
    margin-top: 30px;
}

.good-right .ready-interior {
    margin-bottom: 15px;
}

.good-right__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    margin-bottom: 12px;
}

.good-right__btns {
    display: flex;
    align-items: center;
    gap: 16px 16px;
}

.good-right__btns button {
    white-space: nowrap;
}

.good-right__btns p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
}

.good-interiors {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
}

.good-interiors.clear {
    margin-top: 60px;
    margin-bottom: 64px;
    padding: 24px 32px;
}

.good-rooms li a {
    width: 210px;
    height: 140px;
}

.good-rooms li .remove {
    margin: 2px 0 0 89px
}

.good-similar {
    display: block;
    margin: 20px 0 0 0;
    padding: 1px 20px 20px 20px;
    width: 100%;
    background: #f0f0f0;
}

.goods-list-similar {
    width: 100%;
    height: auto !important;
}

@media (max-width: 940px) {
    .good-single {margin-top: 30px;}
    .good-right__btns {flex-wrap: wrap;}
}

@media (max-width: 540px) {
    .good-interiors.clear {overflow: hidden;}
    .good-rooms li a {width: unset; height: unset;}
    .good-interiors .fotorama__stage {
        height: auto !important;
    }
    .good-interiors .fotorama__nav-wrap {bottom: 0px;}
    .ready-interior .good-rooms {width: 140px;height: 94px;}
    .ready-interior .good-rooms-default {width: 140px;display: -webkit-box;}
    .good-single {margin-top: 26px;}
}