.street-view-container {
    width: 100%;
    height: 570px;
}
.map-wrapper {
    height: 0;
    display: none;
    overflow: hidden;
}
.map-wrapper.visible {
    display: block;
    height: 570px;
}

.page-section.results-step {
    background: #eee;
}
.page-section.results-step > div {
    padding: 0 20px;
}
.step2-section,
.calculation-results,
.step3-section {
    max-height: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    -webkit-transition: max-height 0.4s ease-out;
    -moz-transition: max-height 0.4s ease-out;
    -o-transition: max-height 0.4s ease-out;
    transition: all 0.4s ease-out;
    overflow: hidden;
}

.step2-section.visible,
.calculation-results.visible,
.step3-section.visible {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    max-height: 2000px;
    transition: all 0.25s ease-in;
    margin-bottom: 140px;
    overflow: visible;
}
.result-tabs.hidden {
    display: none;
}
.result-tabs .nav-item {
    flex: 1;
}
.result-tabs .nav-tabs {
    border-bottom: none;
}
.result-tabs .nav-link {
    border: none;
    background: none;
    color: #225db3;
    font-family: "GothamLight", sans-serif;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    padding: 15px 20px;
    outline: none;
}
.result-tabs .nav-link.active {
    background: #fff;
    font-family: "GothamBold", sans-serif;
    color: #4a4a4a;
}
.result-tabs .tab-content {
    background: #fff;
    text-align: center;
    padding: 40px;
}

.result-tabs .result-row {
    font-size: 16px;
    line-height: 1.5;
    font-family: "GothamLight", sans-serif;
}
.result-tabs .yellow-number {
    color: #ffd650;
    font-family: "GothamBold", sans-serif;
}
.result-percents {
    font-size: 20px;
    line-height: 24px;
    font-family: "GothamBold", sans-serif;
    margin: 30px 0;
}
.result-percents .yellow-number {
    font-size: 72px;
}
.custom__select:disabled + .nice-select {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
    opacity: 0.5;
}

.form-message {
    max-height: 0;
    transition: all 0.4s ease-out;
    overflow: hidden;
}
.form-message.success,
.form-message.error {
    max-height: 300px;
    padding-top: 10px;
    transition: all 0.25s ease-in;
}
.form-message.success {
    color: #14a26d;

}
.form-message.error {
    color: #d0021b;
}
.estimated-consump-form,
.estimated-consump-value {
    max-height: 0;
    /* padding: 0 !important; */
    /* -webkit-transition: max-height 0.4s ease-out; */
    /* -moz-transition: max-height 0.4s ease-out; */
    /* -o-transition: max-height 0.4s ease-out; */
    transition: all 0.4s ease-out;
    overflow: hidden;
    display: none;
}
.submit-estim-data {
    padding-top: 30px;
    display: inline-block;
}
.estimated-consump-form.visible,
.estimated-consump-value.visible {
    overflow: visible;
    max-height: 2000px;
    display: block;
    /* transition: all 0.25s ease-in; */
}
