.c-goods__footer .c-buy__buttons {justify-content: space-between; align-items: end}
.c-goods__footer .c-buy__buttons > a {-webkit-box-flex: unset; -ms-flex-positive: unset; flex-grow: unset; width: calc(50% - 5px)}
.c-goods__footer .property-form select {margin-top: 0; padding: 0 5px; border-radius: 1px; width: 100%; height: 30px; border: none; background: #ddd}
.select-type {width: calc(50% - 5px)}
.select-type .title {font-size: 11px}

@media (max-width: 767px) {
.select-type {width: 100%; margin-top: 10px}
.c-goods__footer .c-buy__buttons > a {width: 100%}
.c-goods__footer .property-form select {height: 32px}
}