body, html {
    background-color: #ffffff !important;
}

#section-revolvoer {
    display: none !important;
}
#section-calc {
    display: block !important;
}

.desktop-models .model-name span.sub {
    margin-top: 2px !important;
}

@media only screen and (orientation: landscape) and (min-width: 1170px) {
    #section-calc .container-wide {
        top: 160px !important;
    }

    #section-calc .price-field {
        background-color: #ffffff !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    input[type=range] {
        margin: -10px 0 !important;
    }
}