.hidden-photo, .hidden-dom {
  display:none;
}
div.genplan.text-center {
  padding: 0 50px 30px 150px;
  max-width: 1570px;

}

.block-introduction .block__content .seotext{
    padding: 0 50px 30px 150px;
    max-width: 1570px;
}

.hidemore::before {
    content: '';
    position: absolute;
    top: -20px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #F8C956;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    left: 50%;
    margin-left: -5px;
}

.hidemore {
    display:none;
    margin: 0 auto 50px;
    padding: 5px 10px 5px;
    line-height: 1.2;
    width: 167px;
    background: #F8C956;
    position: relative;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}

.object-item__content {
    padding-bottom: 30px;
}

.object-item__content .object-item__row.row-price {
    float: left;
    width: 70%;
}

.object-item__content .order-lot{
    float: left;
    width: 30%;
    font-size: 12px;
    padding-top: 8px;
}

.object-item__content .order-lot a {
    background: #F8C956;
    position: relative;
    cursor: pointer;
    color: #fff;
    text-align: center;
    padding: 5px;
}