@-webkit-keyframes remodal-opening-keyframes {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes remodal-opening-keyframes {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes remodal-closing-keyframes {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes remodal-overlay-opening-keyframes {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes remodal-overlay-closing-keyframes {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.selectboxit-container, .selectboxit-container .selectboxit {
    position: relative;
    display: block;
    width: 100%
}

.selectboxit-container * {
    font: 14px Helvetica, Arial;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: 0;
    white-space: nowrap
}

.selectboxit-container .selectboxit {
    cursor: pointer;
    margin: 0;
    padding: 0;
    border-radius: 15px;
    overflow: hidden
}

.selectboxit-container .selectboxit-options a, .selectboxit-container span {
    height: 28px;
    line-height: 28px;
    display: block
}

.selectboxit-container .selectboxit:focus {
    outline: 0
}

.selectboxit-options .selectboxit-disabled, .selectboxit.selectboxit-disabled {
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none;
    cursor: default
}

.selectboxit-text {
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    padding-left: 12px
}

.selectboxit-container .selectboxit-options {
    box-sizing: border-box;
    min-width: 100%;
    *width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    display: none;
    z-index: 9999999999999;
    border-radius: 6px;
    text-align: left;
    box-shadow: none
}

.selectboxit-option .selectboxit-option-anchor {
    padding: 0 2px
}

.selectboxit-option .selectboxit-option-anchor:hover {
    text-decoration: none
}

.selectboxit-optgroup-header, .selectboxit-option {
    text-indent: 5px;
    margin: 0;
    list-style-type: none
}

.selectboxit-option-first {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
}

.selectboxit-optgroup-header + .selectboxit-option-first {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.selectboxit-option-last {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

.selectboxit-optgroup-header {
    font-weight: 700
}

.selectboxit-optgroup-header:hover {
    cursor: default
}

.selectboxit-arrow-container {
    width: 30px;
    position: absolute;
    right: 6px
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
    top: 30%
}

.selectboxit-option-icon-container {
    float: left
}

.selectboxit-container .selectboxit-option-icon {
    margin: 0;
    padding: 0;
    vertical-align: middle
}

.selectboxit-option-icon-url {
    width: 18px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    float: left
}

.selectboxit-rendering {
    display: inline-block !important;
    *display: inline !important;
    zoom: 1 !important;
    visibility: visible !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important
}

.jqueryui .ui-icon {
    background-color: inherit
}

.jqueryui .ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.selectboxit-btn {
    background-color: #fff
}

.selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:hover {
    background-color: #fff
}

.selectboxit-btn.selectboxit-enabled:active {
    color: #000;
    background-color: #fff
}

.selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:hover {
    color: #000;
    text-decoration: none
}

.selectboxit-default-arrow {
    width: 9px;
    height: 9px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000
}

.selectboxit-list {
    background-color: #fff
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    color: #000;
    background-color: #f3f3f3
}

.selectboxit-list .selectboxit-option-anchor, .selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
    color: #000
}

html.remodal-is-locked {
    overflow: hidden;
    touch-action: none
}

.remodal, [data-remodal-id] {
    display: none
}

.remodal-overlay, .remodal-wrapper {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none
}

.remodal-wrapper {
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    content: ""
}

.remodal-overlay, .remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.remodal {
    position: relative;
    outline: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}

.remodal-is-initialized {
    display: inline-block
}

.remodal-bg.remodal-is-opened, .remodal-bg.remodal-is-opening {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.remodal-overlay {
    background: rgba(0, 0, 0, .8)
}

.remodal-overlay.remodal-is-closing, .remodal-overlay.remodal-is-opening {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes
}

.remodal-wrapper {
    padding: 15px 15px 0
}

.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 0 15px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.remodal.remodal-is-closing, .remodal.remodal-is-opening {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes
}

.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes
}

.remodal, .remodal-wrapper:after {
    vertical-align: middle
}

.remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner, .remodal-confirm::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mop-modal-vis-detaljer {
    max-width: 580px;
    text-align: left;
    background-color: #efefef;
    position: relative;
    font-family: 'Avenir Next', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif
}

.mop-modal-vis-detaljer__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    min-height: 0;
    padding: 0;
    margin: 0;
    line-height: 1
}

.mop-modal-vis-detaljer__close svg {
    width: 20px;
    height: 20px
}

.mop-modal-vis-detaljer__wrap {
    padding: 40px 35px 15px;
    background-color: #fff
}

.mop-modal-vis-detaljer__logo {
    width: 220px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}

.mop-modal-vis-detaljer__h1 {
    margin-bottom: 20px;
    line-height: 1.25;
    font-size: 1.875rem;
    text-align: center;
    color: #000;
    font-weight: 700
}

.mop-modal-vis-detaljer__h2, .mop-modal-vis-detaljer__total {
    margin-bottom: 20px;
    line-height: 1.25;
    font-size: 1.25rem;
    color: #000;
    font-weight: 700
}

.mop-modal-vis-detaljer__list-config, .mop-modal-vis-detaljer__list-info {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.65
}

.mop-modal-vis-detaljer__list-config li, .mop-modal-vis-detaljer__list-info li {
    margin-bottom: 5px;
    color: #000
}

.mop-modal-vis-detaljer__footer {
    padding-top: 15px
}

.mop-modal-vis-detaljer__footer p {
    margin-bottom: 0;
    color: #888;
    text-align: center;
    font-size: 14px
}

.mop-modal-vis-detaljer__footer a {
    color: #888;
    text-decoration: none;
    font-weight: 700
}

.mop-flex {
    display: -webkit-box;
    display: flex
}

.mop-mr-25 {
    margin-right: 25px !important
}

.mop-mb-30 {
    margin-bottom: 30px !important
}

.mop-mb-40 {
    margin-bottom: 40px !important
}

.mop-pt-10 {
    padding-top: 10px !important
}

.mop-pt-40 {
    padding-top: 40px !important
}

.mop-pb-20 {
    padding-bottom: 20px !important
}

.mop-configurator {
    background-color: #fff;
    padding-bottom: 80px;
    margin-bottom: 0
}

@media (min-width: 992px) {
    .mop-configurator {
        min-height: 100vh;
        padding-bottom: 0;
    }
}

.mop-configurator-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background-color: rgba(255, 255, 255, .7);
    display: none
}

.mop-configurator-preloader.active-preloader {
    display: block
}

.mop-configurator-content__demonstrasjon svg, .mop-configurator-preloader svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.mop-configurator-header {
    min-height: 50px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    padding: 10px 20px
}

@media (max-width: 991px) {
    .mop-configurator-header {
        -webkit-box-pack: center;
        justify-content: center
    }
}

@media (min-width: 992px) {
    .mop-configurator-header__logo {
        margin-right: 50px
    }
}

@media (min-width: 1200px) {
    .mop-configurator-header__logo {
        margin-right: 300px
    }
}

.mop-configurator-header__nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: none
}

@media (min-width: 992px) {
    .mop-configurator-header__nav {
        flex-basis: 500px;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-align: center;
        align-items: center;
    }

}

.mop-configurator-header__nav-item {
    padding: 0 20px;
    margin: 0
}

@media (min-width: 1200px) {
    .mop-configurator-header__nav-item {
        padding: 0;
        flex: 1 0 0;
        position: relative;
    }

    .mop-configurator-header__nav-item:not(:first-child) .num:after {
        content: '';
        width: 93px;
        height: 1px;
        background-color: #2a5b9e;
        position: absolute;
        display: inline-block;
        left: -98px;
    }
}

.mop-configurator-header__nav-item:first-child {
    padding-left: 0
}

.mop-configurator-header__nav-item:last-child {
    padding-right: 0
}

.mop-configurator-header__nav-item.nav-item-checked {
    opacity: 1
}

.mop-configurator-header__nav-item.nav-item-checked .num {
    display: inline-flex;
    background-color: #2a5b9e;
    color: #fff;
    font-size: .775rem;
}

.mop-configurator-header__nav-item.nav-item-checked .num:before {
    display: none;
}

.mop-configurator-header__nav-item .num:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f00c";
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: .775rem;
    justify-content: center;
}

.mop-configurator-header__nav-item.nav-item-checked ~ .mop-configurator-header__nav-item {
    opacity: .5
}

.mop-configurator-header__nav-item.nav-item-checked ~ .mop-configurator-header__nav-item .num:before {
    display: none;
}

.mop-configurator-header__nav-item.nav-item-checked ~ .mop-configurator-header__nav-item .num {
    display: inline-flex;
    font-size: .775rem;
}

.mop-configurator-header__nav-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    font-size: .775rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2a5b9e;
}

.mop-configurator-header__nav-item a .num {
    display: inline-flex;
    font-size: 0;
    position: relative;
    width: 24px;
    box-sizing: border-box;
    height: 23px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #2a5b9e;
    margin-bottom: 3px;
}

@media (min-width: 992px) {
    .mop-configurator-content {
        display: none
    }

    .mop-configurator-content.content-checked {
        display: block
    }
}

.mop-configurator-content__wrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 992px) {
    .mop-configurator-content__wrap {
        min-height: calc(100vh - 60px);
    }
}

@media (max-height: 816px) {
    .mop-configurator-content__wrap {
        height: auto;
    }

    .mop-configurator-content__info {
        padding: 60px 25px 80px 45px;
    }

    .mop-configurator-footer {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
    }
}

.mop-configurator-content__demonstrasjon {
    position: relative;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    height: 300px;
    background-color: rgba(0, 0, 0, .1)
}

@media (min-width: 576px) {
    .mop-configurator-content__demonstrasjon {
        height: 400px
    }
}

@media (min-width: 992px) {
    .mop-configurator-content__demonstrasjon {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
        height: auto;
    }
}

.mop-configurator-content__demonstrasjon-img {
    position: absolute;
    overflow: hidden;
    z-index: 3;
    height: calc(100% - 150px);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.mop-configurator-content__demonstrasjon-img .flexslider {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.mop-configurator-content__model-info {
    position: absolute;
    right: 0;
    bottom: 60px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
    padding: 24px 0;
    z-index: 3;
}

.mop-configurator-content__model-info div {
    position: relative;
    padding: 0 15px;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
}

.mop-configurator-content__model-info div:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.mop-configurator-content__model-info div:last-child:after {
    content: none;
}

.mop-configurator-content__model-info div span {
    display: block;
    margin: 0;
    padding-top: 5px;
    font-size: .875rem;
    opacity: .65;
}

.mop-configurator-content__nettsted-bar {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    color: #000;
    padding: 25px 20px
}

@media (min-width: 992px) {
    .mop-configurator-content__nettsted-bar {
        -webkit-box-flex: 0;
        flex: 0 0 430px;
        max-width: 430px;
        padding: 60px 25px 55px 45px
    }
}

.mop-configurator-content__nettsted-bar .nettsted-bar-title {
    font-size: .875rem;
    line-height: 1.1;
    margin-bottom: 30px
}

.mop-configurator-content__nettsted-bar .nettsted-bar-subtitle {
    font-size: .875rem;
    line-height: 1.1;
    padding: 15px 0 30px
}

.mop-configurator-content .radio-text {
    display: block;
    width: 160px;
    margin-bottom: 15px;
    cursor: pointer
}

.mop-configurator-content .input-analog [type=radio], .mop-configurator-content .radio-circle [type=radio], .mop-configurator-content .radio-text [type=radio] {
    display: none
}

.mop-configurator-content .radio-text__span {
    font-size: .8125rem;
    line-height: 26px;
    opacity: .5;
    font-weight: 400;
    display: block;
    height: 28px;
    border: 1px solid #000;
    border-radius: 12px;
    padding: 0 12px
}

.mop-configurator-content .radio-text [type=radio]:checked + .radio-text__span {
    opacity: 1
}

.mop-configurator-content .modell-description {
    font-size: .8125rem;
    padding-top: 15px;
    line-height: 1.5;
    max-width: 260px;
    color: #000;
    opacity: .5;
    margin-bottom: 30px
}

.mop-configurator-content .ekster-farge-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 40px
}

.mop-configurator-content .ekster-farge-list__desc {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 10px 6px 0
}

@media (min-width: 992px) {
    .mop-configurator-content .ekster-farge-list__desc {
        max-width: 250px
    }
}

.mop-configurator-content .ekster-farge-list__price, .mop-configurator-content .ekster-farge-list__title {
    font-size: .875rem;
    line-height: 1.1
}

.mop-configurator-content .ekster-farge-list__price {
    opacity: .5
}

.mop-configurator-content .radio-circle {
    display: block;
    margin: 0 6px 10px;
    position: relative;
    cursor: pointer
}

.mop-configurator-content .radio-circle__span {
    width: 28px;
    height: 28px;
    display: block;
    border-radius: 50%
}

.mop-configurator-content .radio-circle__span:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    height: 15px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .85)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, 0) 100%)
}

.mop-configurator-content .radio-circle__span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(.85);
    transform: translate(-50%, -50%) scale(.85);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 50%;
    border: 2px solid #000;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.mop-configurator-content .radio-circle [type=radio]:checked + .radio-circle__span:after {
    opacity: .5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.mop-configurator-content .input-analog {
    display: block;
    max-width: 70%;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.mop-configurator-content .input-analog input[type=checkbox] {
    display: none;
}

.mop-configurator-content .input-analog__span span,
.mop-configurator-content .input-analog__span-checkbox span {
    display: block;
    padding-top: 5px;
    font-size: .8125rem;
    opacity: .65;
}

.mop-configurator-content .input-analog__span-checkbox {
    display: block;
    position: relative;
    font-size: .875rem;
    line-height: 1;
    font-weight: 500;
    padding-left: 25px
}

.mop-configurator-content .input-analog__span-checkbox:before,
.mop-configurator-content .input-analog__span-checkbox:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mop-configurator-content .input-analog__span-checkbox:before {
    left: 0;
    width: 12px;
    height: 12px;
    border: 1px solid black;
}

.mop-configurator-content .input-analog__span-checkbox:after {
    content: '✔';
    left: 1px;
    opacity: 0;
    font-size: 0.875rem;
}

.mop-configurator-content .input-analog [type=checkbox]:checked + .input-analog__span-checkbox:after {
    opacity: 1
}

.mop-configurator-content .input-analog__span {
    display: block;
    position: relative;
    font-size: .875rem;
    line-height: 1;
    font-weight: 500;
    padding-left: 25px
}

.mop-configurator-content .input-analog__span:after, .mop-configurator-content .input-analog__span:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%
}

.mop-configurator-content .input-analog__span:before {
    left: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #000
}

.mop-configurator-content .input-analog__span:after {
    width: 6px;
    height: 6px;
    background-color: #000;
    left: 3px;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.mop-configurator-content .input-analog [type=radio]:checked + .input-analog__span:after {
    opacity: 1
}

.mop-configurator-content .analog-parameters {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px
}

.mop-configurator-content .analog-parameters__price {
    font-size: .875rem;
    line-height: 1.1;
    opacity: .5
}

.mop-configurator-content .input-text {
    padding: 10px 0;
    width: 100%;
    margin: 0
}

.mop-configurator-content .input-text__title {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 10px;
    padding-left: 10px;
    color: #000;
    display: block
}

.mop-configurator-content .input-text [type=email],
.mop-configurator-content .input-text [type=tel],
.mop-configurator-content .input-text [type=text],
.mop-configurator-content .input-text textarea {
    width: 100%;
    height: 28px;
    border-radius: 20px;
    border: 0;
    background-color: #fff;
    color: #000;
    box-shadow: none;
    padding: 0 12px;
    font-size: .8125rem;
    font-weight: 400;
    margin-bottom: 0
}

.mop-configurator-content .input-text textarea {
    padding: 10px 12px !important;
}

.mop-configurator-content input.mop-standardelementer {
    box-shadow: none;
    outline: 0;
    color: rgba(0, 0, 0, .5);
    background-color: #fff;
    border: 0;
    padding: 0;
    margin: 0;
    height: auto;
    font-size: .875rem;
    line-height: 1.5
}

.mop-configurator-content input.mop-standardelementer:focus {
    box-shadow: none;
    color: rgba(0, 0, 0, .5)
}

.mop-configurator-content label.error {
    display: none !important
}

.mop-configurator-content input.error, .mop-configurator-content .selectboxit-btn.error {
    border: 1px solid red !important
}

.mop-configurator-content .input-disabled {
    display: none
}

.mop-configurator-content .mop-select {
    margin-bottom: 30px
}

.mop-configurator-content__info {
    position: relative;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    background-color: rgba(0, 0, 0, .1);
    padding: 25px 20px
}

@media (min-width: 992px) {
    .mop-configurator-content__info {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
        padding: 60px 25px 70px 45px
    }
}

.mop-configurator-content__block {
    margin-bottom: 30px
}

.mop-configurator-container {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .mop-configurator-container {
        max-width: 550px
    }
}

.mop-configurator-row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.mop-configurator-col {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px
}

@media (min-width: 768px) {
    .mop-configurator-col {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.mop-configurator hr {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .2);
    margin: 15px 0 30px
}

.mop-configurator-title {
    font-size: .875rem;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #000
}

.mop-configurator-footer {
    background-color: #333;
    min-height: 60px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    z-index: 998;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .mop-configurator-footer {
        -webkit-box-pack: end;
        justify-content: flex-end
    }
}

@media (max-width: 991px) {
    .mop-configurator {
        padding-bottom: 110px;
    }

    .mop-configurator-footer {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0
    }

    .mop-configurator-footer__info > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }

    .mop-configurator-neste, .mop-configurator-submit {
        margin-bottom: 15px !important;
    }

}

.mop-configurator-footer__info {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.mop-configurator-footer__model-name {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}

@media (min-width: 992px) {
    .mop-configurator-footer__info {
        -webkit-box-flex: 0;
        flex: 0 0 580px;
        max-width: 580px;
        padding: 0 40px
    }

    .mop-configurator-footer__model-name {
        flex: 0 0 calc(100% - 580px);
        max-width: calc(100% - 580px);
        padding: 0;
    }
}

.mop-configurator-footer__info .mop-total {
    color: #fff;
    line-height: 1.1;
}

.mop-configurator-footer__info .mop-total:before {
    content: 'kr '
}

.mop-configurator-footer__info .mop-total-input {
    display: none
}

.mop-configurator-footer__info .mop-vis-detaljer {
    font-size: .8125rem;
    font-weight: 400;
    color: #fff;
    text-decoration: underline
}

.mop-configurator-footer__info .mop-vis-detaljer:hover {
    text-decoration: none
}

.mop-configurator-neste, .mop-configurator-submit {
    -webkit-box-flex: 0;
    flex: 0 0 350px;
    max-width: 350px;
    height: 28px;
    min-height: 28px;
    border-radius: 20px;
    text-align: center;
    background-color: #2a5b9e;
    color: #fff;
    text-transform: uppercase;
    font-size: .875rem;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    border: 0;
    display: block
}

.mop-configurator-neste.neste-noactive {
    display: none
}

.mop-configurator-neste:hover {
    color: #fff
}

.mop-configurator-submit.submit-noactive {
    display: none
}

.mop-configurator-submit:hover {
    color: #fff
}

.mop-total-info__logo {
    width: 86px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.mop-total-info__logo img {
    width: 100%
}

.mop-total-info__title {
    font-size: .875rem;
    line-height: 1.1;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px
}

.mop-total-info__summary-title {
    font-size: .875rem;
    line-height: 1.1;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.mop-total-info__summary-item {
    font-size: .875rem;
    line-height: 1.1;
    font-weight: 400;
    opacity: .5;
    padding-bottom: 10px
}

/*# sourceMappingURL=maps/configurator.css.map */

#modell .analog-parameters__price {
    margin-bottom: 15px;
}

.mop-configurator-content .input-text.annet-finansiering,
.mop-configurator-content .input-text.annet-forsikring {
    display: none;
}

.mop-configurator-content .input-text textarea {
    width: 100%;
    height: 28px;
    border-radius: 20px;
    border: 0;
    background-color: #fff;
    color: #000;
    box-shadow: none;
    padding: 0 12px;
    font-size: .8125rem;
    font-weight: 400;
    margin-bottom: 0;
}

.kontraktsignering-bedrift.active,
.kontraktsignering-privat.active {
    display: block;
}

.kontraktsignering-bedrift,
.kontraktsignering-privat {
    display: none;
}

.kontraktsignering-privat-notice {
    display: none;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 10px;
    padding-left: 10px;
    color: #000;
}

.kontraktsignering-privat-notice.active {
    display: block;
}

@media (min-width: 1921px) {
    .mop-configurator-header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .mop-configurator-header__logo {
        margin-right: auto;
    }

    .mop-configurator-header__nav {
        margin-right: auto;
    }
}

@media (max-width: 991px) {
    .mop-configurator-content__demonstrasjon {
        z-index: 1;
    }

    .mop-configurator-content__demonstrasjon svg, .mop-configurator-preloader svg {
        z-index: -1;
    }

    .mop-configurator-content__demonstrasjon-img {
        height: calc(100% - 75px);
    }

    .mop-configurator-content__model-info {
        bottom: 0;
    }

    .mop-configurator-footer__info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .mop-configurator-content__demonstrasjon {
        height: 450px;
    }

    .mop-configurator-content__demonstrasjon svg, .mop-configurator-preloader svg {
        top: calc(50% - 100px);
    }

    .mop-configurator-content__demonstrasjon-img {
        height: calc(100% - 200px);
    }

    .mop-configurator-content__model-info {
        height: 200px;
        padding: 15px 0;
    }

    .mop-configurator-content__model-info div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .mop-configurator-content__model-info div:after {
        content: none;
    }

    #interiør .mop-configurator-content__demonstrasjon {
        height: 300px;
    }

    #interiør .mop-configurator-content__demonstrasjon svg, .mop-configurator-preloader svg {
        top: 50%;
    }

    #interiør .mop-configurator-content__demonstrasjon-img {
        height: 100%;
    }
}