body.overlay-menu::before { 
    height: 100%; 
}

.header {
    border-bottom: 1px solid rgba(224, 224, 224, 1)
}

.subnav{
    min-height: 300px;
}

.subnav__right-item-col:first-child::before{
    background: #BDBDBD
}

.btn-show-more{
    width: 100% !important;
    margin: 76px auto 0 auto !important;
}

.no-result .offers-page__no-results{
    display: none;
}

.offers-search-process{
    display: none;
}

.offers-result{
    display: none;
}

.step-item__btn:disabled,
.step-item__btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.loan-calculator__results-list li strong{
    font-weight: normal;
}


.star__icon {
    fill: #fff;
}

.datepicker {
    z-index: 999 !important;
}