.object-item {
    margin-top: 10px;
}

.object-item-wrapper {
    position: relative;
    /*box-shadow: 0 3px 7px 4px rgba(0, 0, 0, 0.09);*/
    padding: 5px;
    border-bottom: 1px solid #1C2445;
}

.object-item-wrapper a {
    text-decoration: unset;
}

.object-item-info {
    color: #929BA0;
    font-size: 12px;
}

.object-item-type, .object-item-price-type {
    position: absolute;
}

.object-item-type {
    left: 5px;
}

.object-item-price {
    /*right: 5px;*/
    color: #2D4D76;
    font-size: 26px;
    font-weight: 700;
    text-align: right;
}

.object-item-image {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.object-item-price, .object-item-city {
    display: inline-block;
}

.object-item-price {

}

.object-item-city {
    float: right;
}

.object-item-title {
    color: #1C2445;
    font-weight: 700;
    font-size: 18px;
    min-height: 55px;
}

.object-item-details {
    color: #1C2445;
    min-height: 40px;
}

@media (max-width: 1024px) {
	.object-item-price {
		font-size: 24px;
	}
}

@media (max-width: 576px) {
	.object-item-price {
		font-size: 18px;
	}
}