﻿
.calculator-trigger {
    background-color: #008a75;
    border-radius: 5px;
    top: -370px;
    box-shadow: 0 4px 15px 0 rgba(0,0,0,.25);
    right: 10%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-top: 18px;
    max-width: 320px;
    padding: 30px 30px 30px 30px;
    position: absolute;
    width: 100vw;
    z-index: 5
}

@media(min-width: 576px) {
    .calculator-trigger {
        left: auto;
        margin-bottom: 0;
        margin-top: -15px
    }
}

@media(min-width: 768px) {
    .calculator-trigger {
        left: auto;
        margin-bottom: 0;
        margin-top: -30px
    }
}

@media(min-width: 992px) {
    .calculator-trigger {
        right: 10%;
        margin: 0;
        padding: 30px 40px;
        position: absolute
    }
}

@media(min-width: 1200px) {
    .calculator-trigger {
        max-width: 360px;
        width: 360px
    }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .calculator-trigger {
        bottom: -232px;
        right: -34%
    }
}

.calculator-trigger__image {
    background-image: url(/css/Co2Calculator/assets/fabrique.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
    height: 110px;
    margin-top: -58px;
    padding-top: 20px;
    width: 78%
}

@media(min-width: 768px) {
    .calculator-trigger__image {
        height: 148px;
        margin-bottom: 30px;
        margin-top: -120px;
        padding-top: 50px;
        width: auto
    }
}

.calculator-trigger__image-tree {
    background-image: url(/css/Co2Calculator/assets/tree.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 40px;
    width: 50%
}

@media(min-width: 768px) {
    .calculator-trigger__image-tree {
        height: 50px
    }
}

.calculator-trigger__image-tree:nth-child(1), .calculator-trigger__image-tree:nth-child(2) {
    width: 42%
}

    .calculator-trigger__image-tree:nth-child(1) + .calculator-trigger__image-tree:nth-child(1), .calculator-trigger__image-tree:nth-child(1) + .calculator-trigger__image-tree:nth-child(2), .calculator-trigger__image-tree:nth-child(2) + .calculator-trigger__image-tree:nth-child(1), .calculator-trigger__image-tree:nth-child(2) + .calculator-trigger__image-tree:nth-child(2) {
        margin-left: 10%
    }

.calculator-trigger__image-tree:nth-child(3), .calculator-trigger__image-tree:nth-child(4) {
    margin-top: -20px;
    width: 10%
}

    .calculator-trigger__image-tree:nth-child(3) + .calculator-trigger__image-tree:nth-child(3), .calculator-trigger__image-tree:nth-child(3) + .calculator-trigger__image-tree:nth-child(4), .calculator-trigger__image-tree:nth-child(4) + .calculator-trigger__image-tree:nth-child(3), .calculator-trigger__image-tree:nth-child(4) + .calculator-trigger__image-tree:nth-child(4) {
        margin-left: 78%
    }

.calculator-trigger__image-tree:nth-child(5), .calculator-trigger__image-tree:nth-child(6) {
    margin-left: 4%;
    margin-top: -8px;
    width: 30%
}

@media(min-width: 768px) {
    .calculator-trigger__image-tree:nth-child(5), .calculator-trigger__image-tree:nth-child(6) {
        margin-left: 8%;
        margin-top: -12px
    }
}

.calculator-trigger__image-tree:nth-child(5) + .calculator-trigger__image-tree:nth-child(5), .calculator-trigger__image-tree:nth-child(5) + .calculator-trigger__image-tree:nth-child(6), .calculator-trigger__image-tree:nth-child(6) + .calculator-trigger__image-tree:nth-child(5), .calculator-trigger__image-tree:nth-child(6) + .calculator-trigger__image-tree:nth-child(6) {
    margin-left: 36%
}

@media(min-width: 768px) {
    .calculator-trigger__image-tree:nth-child(5) + .calculator-trigger__image-tree:nth-child(5), .calculator-trigger__image-tree:nth-child(5) + .calculator-trigger__image-tree:nth-child(6), .calculator-trigger__image-tree:nth-child(6) + .calculator-trigger__image-tree:nth-child(5), .calculator-trigger__image-tree:nth-child(6) + .calculator-trigger__image-tree:nth-child(6) {
        margin-left: 32%
    }
}

.calculator-trigger__title {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px
}

@media(min-width: 992px) {
    .calculator-trigger__title {
        font-size: 39px;
        line-height: 44px
    }
}

.calculator-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 0 24px !important;
    transform: translate(-50%,-50%);
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    z-index: 1000;
    padding: 10px
}

@media(min-width: 992px) {
    .calculator-popup {
        padding: 0
    }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .calculator-popup {
        overflow: hidden
    }
}

.calculator-popup__bg {
    background-color: #008a75;
    opacity: .5;
    position: fixed;
    bottom: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    right: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden
}

.calculator-popup__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 16px;
    height: auto;
    max-width: 1140px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 20px 20px 40px 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%
}

@media(min-width: 321px) {
    .calculator-popup__content {
        height: auto
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width:667px) {
    .calculator-popup__content {
        top: 51%;
        height: 98%
    }
}

@media(min-width: 992px) {
    .calculator-popup__content {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end;
        padding: 54px 42px
    }
}

@media(min-width: 1200px) {
    .calculator-popup__content {
        padding: 54px 62px
    }
}

.calculator-popup__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media(min-width: 576px) {
    .calculator-popup__header {
        margin-bottom: 20px
    }
}

.calculator-popup__header .calculator-popup__logo {
    height: 24px;
    width: auto
}

.calculator-popup__logo {
    width: 48px;
    height: auto
}

.calculator-popup__close {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .calculator-popup__close {
        position: absolute;
        right: 50px
    }
}

.calculator-popup__close-text {
    display: none
}

@media(min-width: 992px) {
    .calculator-popup__close-text {
        display: hidden;
        font-family: "Khand SemiBold",Khand,Helvetica,sans-serif;
        color: #494848;
        letter-spacing: 1px;
        font-size: 18px
    }
}

.calculator-popup__close-icon {
    display: inline-block;
    height: 20px;
    margin-left: 20px;
    width: 20px
}

.calculator__next-btn {
    margin-left: 10px
}

.calculator-popup__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

@media(min-width: 992px) {
    .calculator-popup__body {
        margin-bottom: 60px;
        margin-top: 50px;
        padding-left: 85px
    }
}

@media(min-width: 1200px) {
    .calculator-popup__body {
        padding-left: 135px
    }
}

.calculator-popup__subtitle, .calculator-popup__title {
    z-index: 1;
    margin: 0
}

.calculator-popup__disclaimer {
    font-size: 12px;
    font-family: "Khand Light",Helvetica,sans-serif;
    line-height: 19px;
    letter-spacing: .51px;
    color: #494848;
    margin: 10px 0;
    padding: 0 20px
}

@media(min-width: 992px) {
    .calculator-popup__disclaimer {
        padding: 0;
        margin-bottom: 0
    }
}

.calculator-popup__subtitle {
    margin-top: -50px;
    font-size: 20px
}

@media(min-width: 992px) {
    .calculator-popup__subtitle {
        font-size: 30px;
        margin-top: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%
    }
}

.calculator-popup__title {
    margin-top: -20px;
    color: #008b76;
    font-size: 28px;
    line-height: 32px
}

@media(min-width: 992px) {
    .calculator-popup__title {
        margin-top: 20px;
        font-size: 65px;
        max-width: 580px;
        line-height: 75px
    }
}

.calculator-popup__image-cont {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

@media(min-width: 992px) {
    .calculator-popup__image-cont {
        position: absolute;
        right: 0
    }
}

.calculator-popup__image {
    width: 173px;
    margin: 0 auto;
    height: auto;
    z-index: 0
}

@media(min-width: 992px) {
    .calculator-popup__image {
        width: 355px
    }
}

.calculator-popup__footer {
    margin-top: 50px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(min-width: 992px) {
    .calculator-popup__footer .or-link {
        display: none
    }
}

@media(min-width: 992px) {
    .calculator-popup__footer {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start
    }
}

.calculator-popup__footer .form-control__error-message {
    display: none
}

.calculator-popup__footer .input-validation-error + .form-control__error-message {
    display: block;
    position: absolute;
    bottom: 25px;
    left: 15px;
    color: #b45a73;
    font-size: 12px
}

@media(min-width: 992px) {
    .calculator-popup__footer .input-validation-error + .form-control__error-message {
        bottom: -45px;
        left: 15px
    }
}

.calculator-popup__footer .calculator-popup__footer-input {
    padding: 0 0 0 15px
}

    .calculator-popup__footer .calculator-popup__footer-input::-webkit-inner-spin-button, .calculator-popup__footer .calculator-popup__footer-input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    .calculator-popup__footer .calculator-popup__footer-input[type=number] {
        -moz-appearance: textfield
    }

.calculator-popup__footer-input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 18px;
    color: #4a4a49;
    font-family: "Khand SemiBold",Khand,Helvetica,sans-serif;
    font-size: 16px
}

    .calculator-popup__footer-input select::-ms-expand {
        display: none
    }

@media(min-width: 992px) {
    .calculator-popup__footer-input {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        font-size: 24px;
        width: 200px;
        max-width: 200px;
        margin-right: 20px;
        margin-bottom: 0
    }
}

.calculator-popup__footer-select {
    font-family: "Khand SemiBold",Khand,Helvetica,sans-serif;
    font-size: 16px;
    padding: 0 30px 0 20px
}

@media(min-width: 992px) {
    .calculator-popup__footer-select {
        font-size: 24px
    }
}

.calculator-popup__footer-select option {
    font-family: "Khand SemiBold",Khand,Helvetica,sans-serif;
    font-size: 16px
}

@media(min-width: 992px) {
    .calculator-popup__footer-select option {
        font-size: 24px
    }
}

.calculator-popup__footer-select-container {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

@media(min-width: 992px) {
    .calculator-popup__footer-select-container {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

.calculator-popup__footer-select-container::after {
    content: '';
    background-image: url(/css/Co2Calculator/assets/Arrow-down.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 15px;
    right: 20px;
    pointer-events: none
}

@media(min-width: 992px) {
    .calculator-popup__footer-select-container::after {
        top: 20px;
        right: 40px
    }
}

.calculator-popup-timeline {
    width: 100%;
    margin-bottom: 20px;
    z-index: 1
}

@media(min-width: 992px) {
    .calculator-popup-timeline {
        width: 50px;
        position: absolute;
        top: 28%;
        left: 45px
    }
}

@media(min-width: 1200px) {
    .calculator-popup-timeline {
        left: 70px
    }
}

.calculator-popup-timeline-back {
    display: none
}

@media(min-width: 992px) {
    .calculator-popup-timeline-back {
        font-size: 16px;
        display: inline-block;
        padding-left: 8px;
        padding-bottom: 24px;
        position: relative;
        font-family: "Khand SemiBold",Khand,Helvetica,sans-serif
    }

        .calculator-popup-timeline-back::before {
            content: '';
            background-image: url(/css/Co2Calculator/assets/Arrow-up.svg);
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            display: inline-block;
            width: 11px;
            height: 11px;
            position: absolute;
            top: 4px;
            left: -10px
        }

        .calculator-popup-timeline-back:hover {
            cursor: pointer
        }
}

.calculator-popup-timeline-list {
    width: 100%;
    padding-left: 0;
    list-style-type: none;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

    .calculator-popup-timeline-list::after {
        content: '';
        position: absolute;
        background-color: #d9eeeb;
        height: 2px;
        width: 100%;
        bottom: 0;
        right: -10px
    }

@media(min-width: 992px) {
    .calculator-popup-timeline-list::after {
        height: 92%;
        width: 2px;
        top: 0
    }
}

@media(min-width: 992px) {
    .calculator-popup-timeline-list {
        width: 50px;
        margin-left: -10px;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.calculator-popup-timeline-list-item {
    position: relative
}

    .calculator-popup-timeline-list-item + .calculator-popup-timeline-list-item {
        margin-left: auto
    }

@media(min-width: 992px) {
    .calculator-popup-timeline-list-item + .calculator-popup-timeline-list-item {
        margin-left: 0
    }
}

@media(min-width: 992px) {
    .calculator-popup-timeline-list-item {
        margin-bottom: 15px
    }
}

.calculator-popup-timeline-list-item.is-active {
    position: relative
}

    .calculator-popup-timeline-list-item.is-active::after {
        content: '';
        position: absolute;
        background-color: #494848;
        height: 2px;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 1
    }

@media(min-width: 992px) {
    .calculator-popup-timeline-list-item.is-active::after {
        height: 30px;
        width: 2px;
        right: -27px;
        left: auto
    }
}

.calculator-popup-timeline-list-item.is-active .calculator-popup-timeline-list-item-text {
    opacity: 1;
    color: #494848
}

@media(min-width: 992px) {
    .calculator-popup-timeline-list-item:nth-child(2)::after, .calculator-popup-timeline-list-item:nth-child(3)::after {
        left: auto;
        right: -26px
    }
}

@media(min-width: 992px) {
    .calculator-popup-timeline-list-item:last-child::after {
        right: -26px
    }
}

.calculator-popup-timeline-list-item-text {
    font-size: 14px;
    color: #494848;
    color: #d9eeeb;
    font-family: "Khand Medium",Khand,Helvetica,sans-serif
}

.calculator-popup__body--4 .calculator-popup__footer .or-btntype-01 {
    padding: 5px 25px 5px 60px
}

    .calculator-popup__body--4 .calculator-popup__footer .or-btntype-01::before {
        left: 27px
    }

.calculator-popup__select-cont {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    position: relative
}

@media(min-width: 992px) {
    .calculator-popup__select-cont {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

.calculator-popup__select-cont::before {
    content: '';
    background-image: url(/css/Co2Calculator/assets/icon-chevron-up.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 12px;
    width: 8px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 14px;
    transform: rotate(180deg)
}

@media(min-width: 992px) {
    .calculator-popup__select-cont::before {
        top: 20px;
        right: 15px
    }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .calculator-popup__select-cont::before {
        content: none
    }
}

.calculator-popup__radio .label-radio {
    display: inline-block;
    margin-bottom: 0;
    padding: 5px 10px 5px 30px;
    cursor: pointer;
    position: relative
}

    .calculator-popup__radio .label-radio::before {
        background: #fff;
        border-radius: 50%;
        border: 1px solid #adb5bd;
        content: "";
        height: 18px;
        left: 0;
        position: absolute;
        top: 7px;
        width: 18px
    }

    .calculator-popup__radio .label-radio::after {
        background-color: #008a75;
        border-radius: 50%;
        content: '';
        height: 10px;
        left: 4px;
        position: absolute;
        opacity: 0;
        transition: all .2s ease-in-out;
        top: 11px;
        width: 10px
    }

    .calculator-popup__radio .label-radio.label-radio--boxed {
        border: 1px solid #adb5bd;
        background-color: #fff;
        margin-bottom: 8px;
        position: relative
    }

        .calculator-popup__radio .label-radio.label-radio--boxed::after, .calculator-popup__radio .label-radio.label-radio--boxed::before {
            margin-left: 8px
        }

        .calculator-popup__radio .label-radio.label-radio--boxed::before {
            top: calc(50% - 9px)
        }

        .calculator-popup__radio .label-radio.label-radio--boxed::after {
            top: calc(50% - 5px)
        }

.calculator-popup__radio input[type=radio] {
    display: none;
    opacity: 0
}

    .calculator-popup__radio input[type=radio]:checked ~ label::before {
        border-color: #008a75
    }

    .calculator-popup__radio input[type=radio]:checked ~ label::after {
        opacity: 1
    }

    .calculator-popup__radio input[type=radio]:disabled ~ label, .calculator-popup__radio input[type=radio]:disabled ~ label:after {
        opacity: .8;
        cursor: not-allowed
    }

.calculator-popup--solution .calculator-popup__content {
    overflow: auto;
    padding: 0;
    height: 100%
}

@media(min-width: 768px) {
    .calculator-popup--solution .calculator-popup__content {
        height: auto
    }
}

@media(min-width: 992px) {
    .calculator-popup--solution .calculator-popup__content {
        overflow: hidden;
        padding: 54px 0 0 42px
    }
}

@media(min-width: 1200px) {
    .calculator-popup--solution .calculator-popup__content {
        padding-left: 60px
    }
}

.calculator-popup--solution .calculator-popup__comparisons, .calculator-popup--solution .calculator-popup__footer, .calculator-popup--solution .calculator-popup__header, .calculator-popup--solution .calculator-popup__pallets, .calculator-popup--solution .calculator-popup__title {
    padding: 0 20px
}

.calculator-popup--solution .calculator-popup__header {
    padding: 20px
}

@media(min-width: 992px) {
    .calculator-popup--solution .calculator-popup__header {
        padding: 0 62px 0 0;
        margin-bottom: 28px
    }
}

.calculator-popup--solution .calculator-popup__title {
    font-size: 22px;
    color: #494848;
    margin-top: 0;
    line-height: 26px;
    max-width: none
}

@media(min-width: 992px) {
    .calculator-popup--solution .calculator-popup__title {
        font-size: 45px;
        line-height: 55px;
        margin-top: 0;
        padding: 0
    }
}

.calculator-popup--solution .calculator-popup__title em {
    color: #008a75;
    font-style: normal;
    white-space: nowrap
}

.calculator-popup--solution .calculator-popup__body {
    width: 100%;
    padding-left: 0
}

@media(min-width: 992px) {
    .calculator-popup--solution .calculator-popup__body {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 64%;
        -moz-box-flex: 0;
        -moz-flex: 0 1 64%;
        -ms-flex: 0 1 64%;
        flex: 0 1 64%;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 12px
    }
}

.calculator-popup--solution .calculator-popup__pallets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

@media(min-width: 992px) {
    .calculator-popup--solution .calculator-popup__pallets {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start
    }
}

.calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-item {
    position: relative
}

    .calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-item .calculator-popup__pallets-content {
        margin-top: -15px
    }

@media(min-width: 992px) {
    .calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-item .calculator-popup__pallets-content {
        bottom: -18px;
        left: 15%;
        margin-top: 0;
        position: absolute
    }
}

.calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-item .calculator-popup__pallets-number {
    margin-right: 2px;
    white-space: nowrap;
    min-width: 75px
}

@media(min-width: 992px) {
    .calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-item .calculator-popup__pallets-number {
        margin-right: 5px;
        font-size: 20px
    }
}

.calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-item .calculator-popup__pallets-text {
    margin-top: 5px;
    white-space: nowrap
}

@media(min-width: 992px) {
    .calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-item .calculator-popup__pallets-text {
        font-size: 16px
    }
}

.calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-item--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -moz-box-flex: 1;
    -moz-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0
}

    .calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-item--current .calculator-popup__pallets-number {
        white-space: normal
    }

.calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-item--new {
    position: relative;
    margin-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 0;
    -moz-box-flex: 0;
    -moz-flex: 0 1 0;
    -ms-flex: 0 1 0;
    flex: 0 1 0
}

    .calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-item--new .calculator-popup__pallets-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        position: relative
    }

@media(min-width: 992px) {
    .calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-item--new .calculator-popup__pallets-content {
        bottom: -20px;
        left: 20px
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast:none),(min-width:992px) and (-ms-high-contrast:active) {
    .calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-item--new .calculator-popup__pallets-content {
        width: 100%
    }
}

@media(min-width: 576px) {
    .calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-item--new .calculator-popup__pallets-content :first-child {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

@media all and (min-width: 576px) and (-ms-high-contrast:none),(min-width:576px) and (-ms-high-contrast:active) {
    .calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-item--new .calculator-popup__pallets-content :first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 30%;
        -moz-box-flex: 0;
        -moz-flex: 0 1 30%;
        -ms-flex: 0 1 30%;
        flex: 0 1 30%
    }
}

@media(min-width: 576px) {
    .calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-item--new .calculator-popup__pallets-content > :nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -moz-box-flex: 0;
        -moz-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        min-width: 150px;
        margin-left: 30px
    }
}

@media(min-width: 992px) {
    .calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-item--new {
        margin-left: 110px
    }
}

.calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-item--new .calculator-popup__pallets-sticker {
    background-color: #f6ac00;
    border-radius: 50%;
    font-family: "Khand Medium",Khand,Helvetica,sans-serif;
    line-height: 14px;
    font-size: 11px;
    margin-bottom: 10px;
    padding: 10px 5px 10px 5px;
    text-align: center;
    height: 44px;
    width: 44px;
    position: absolute;
    top: -26px;
    right: 40%
}

@media(min-width: 992px) {
    .calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-item--new .calculator-popup__pallets-sticker {
        padding: 20px 5px 10px 5px;
        height: 68px;
        width: 68px;
        font-size: 16px;
        left: -30px;
        top: 24px
    }
}

.calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-item--new .calculator-popup__pallets-image {
    background-image: url(/css/Co2Calculator/assets/pallets-prs.svg);
    width: 184px;
    position: relative;
    height: 70px
}

@media(min-width: 992px) {
    .calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-item--new .calculator-popup__pallets-image {
        top: 72px;
        width: 304px;
        height: 188px
    }
}

.calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-item--new .calculator-popup__pallets-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

.calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-image {
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    height: 109px;
    width: 75px
}

@media(min-width: 992px) {
    .calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-image {
        width: 145px;
        height: 231px
    }
}

.calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-number {
    background-color: #008a75;
    color: #fff;
    font-family: "Khand Medium",Khand,Helvetica,sans-serif;
    font-size: 13px;
    padding: 4px 11px 2px 6px;
    display: block;
    text-align: center
}

@media(min-width: 992px) {
    .calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-number {
        font-size: 20px;
        padding: 5px 10px
    }
}

.calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-number--trees {
    background-color: #f6ac00;
    min-width: 96px;
    color: #000
}

    .calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-number--trees .calculator-popup__logo {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

.calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-text {
    color: #494848;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Khand Regular",Khand,Helvetica,sans-serif;
    text-align: center;
    margin: 0
}

.calculator-popup--solution .calculator-popup__pallets .calculator-popup__pallets-text-logo {
    background-image: url(/css/Co2Calculator/assets/logo.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 10px;
    display: inline-block
}

.calculator-popup--solution .calculator-popup__comparisons {
    background-color: #d9eeeb;
    margin-top: 25px;
    max-height: 40px;
    overflow: hidden;
    width: 100%
}

@media(min-width: 768px) {
    .calculator-popup--solution .calculator-popup__comparisons {
        margin-top: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        -webkit-align-items: baseline;
        -moz-align-items: baseline;
        align-items: baseline;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.calculator-popup--solution .calculator-popup__comparisons.is-active {
    max-height: 400px;
    transition: max-height .5s linear
}

@media(min-width: 992px) {
    .calculator-popup--solution .calculator-popup__comparisons {
        display: none
    }
}

.calculator-popup--solution .calculator-popup__comparisons-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    color: #008b76;
    font-size: 16px;
    font-family: "Khand SemiBold",Khand,Helvetica,sans-serif;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px
}

    .calculator-popup--solution .calculator-popup__comparisons-text::after {
        content: '';
        background-image: url(/css/Co2Calculator/assets/Arrow-down.svg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        display: inline-block;
        width: 11px;
        height: 11px;
        position: absolute;
        top: 6px;
        right: 0
    }

.calculator-popup--solution .calculator-popup__comparison {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

@media(min-width: 768px) {
    .calculator-popup--solution .calculator-popup__comparison {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        display: block;
        text-align: center
    }
}

.calculator-popup--solution .calculator-popup__comparison:last-child {
    margin-bottom: 20px
}

.calculator-popup--solution .calculator-popup__comparison-image-cont {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin-right: 30px
}

@media(min-width: 768px) {
    .calculator-popup--solution .calculator-popup__comparison-image-cont {
        margin-right: 0
    }
}

.calculator-popup--solution .calculator-popup__comparison-image {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block
}

.calculator-popup--solution .calculator-popup__comparison-image--truck {
    background-image: url(/css/Co2Calculator/assets/truck.svg);
    width: 62px;
    height: 62px
}

.calculator-popup--solution .calculator-popup__comparison-image--fabrique {
    background-image: url(/css/Co2Calculator/assets/fabrique.svg);
    width: 70px;
    height: 80px
}

.calculator-popup--solution .calculator-popup__comparison-image--trees {
    background-image: url(/css/Co2Calculator/assets/trees.svg);
    width: 93px;
    height: 46px
}

.calculator-popup--solution .calculator-popup__comparison-text {
    font-size: 14px;
    line-height: 16px
}

.calculator-popup--solution .calculator-popup__footer {
    margin-top: 20px;
    padding-bottom: 20px
}

@media(min-width: 992px) {
    .calculator-popup--solution .calculator-popup__footer {
        border-top: 4px solid #d9eeeb;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 10px;
        margin-top: 50px;
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width: 992px) {
    .calculator-popup--solution .calculator-popup__footer .calculator-popup__footer-content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 550px;
        -moz-box-flex: 0;
        -moz-flex: 0 1 550px;
        -ms-flex: 0 1 550px;
        flex: 0 1 550px
    }
}

.calculator-popup--solution .calculator-popup__footer .calculator-popup__footer-content h4 {
    font-family: "Khand SemiBold",Khand,Helvetica,sans-serif;
    font-size: 22px;
    color: #008875
}

.calculator-popup--solution .calculator-popup__footer .input-validation-error + .form-control__error-message {
    position: unset;
    bottom: 15px;
    left: 115px
}

@media(min-width: 576px) {
    .calculator-popup--solution .calculator-popup__footer .input-validation-error + .form-control__error-message {
        bottom: 12px;
        position: absolute;
        left: 295px
    }
}

@media(min-width: 992px) {
    .calculator-popup--solution .calculator-popup__footer .input-validation-error + .form-control__error-message {
        bottom: 5px;
        left: 365px
    }
}

.calculator-popup--solution .calculator-popup__footer-inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(min-width: 576px) {
    .calculator-popup--solution .calculator-popup__footer-inputs {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        width: 100%
    }
}

.calculator-popup--solution .calculator-popup__footer-input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 74%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 74%;
    -ms-flex: 0 1 74%;
    flex: 0 1 74%;
    margin-bottom: 0;
    color: #4a4a49;
    font-family: "Khand SemiBold",Khand,Helvetica,sans-serif;
    font-size: 16px
}

    .calculator-popup--solution .calculator-popup__footer-input:nth-child(3) {
        margin-top: 10px
    }

@media(min-width: 576px) {
    .calculator-popup--solution .calculator-popup__footer-input:nth-child(3) {
        margin-top: 0;
        margin-left: 5px;
        margin-right: 0
    }
}

@media(min-width: 576px) {
    .calculator-popup--solution .calculator-popup__footer-input {
        font-size: 24px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 250px;
        -moz-box-flex: 0;
        -moz-flex: 0 1 250px;
        -ms-flex: 0 1 250px;
        flex: 0 1 250px
    }
}

.calculator-popup--solution .calculator-popup__footer-input--name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 47%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 47%;
    -ms-flex: 0 1 47%;
    flex: 0 1 47%
}

    .calculator-popup--solution .calculator-popup__footer-input--name:first-child {
        margin-right: 8px
    }

@media(min-width: 576px) {
    .calculator-popup--solution .calculator-popup__footer-input--name:first-child {
        margin-right: 0
    }
}

@media(min-width: 576px) {
    .calculator-popup--solution .calculator-popup__footer-input--name {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 190px;
        -moz-box-flex: 0;
        -moz-flex: 0 1 190px;
        -ms-flex: 0 1 190px;
        flex: 0 1 190px
    }

        .calculator-popup--solution .calculator-popup__footer-input--name:nth-child(2) {
            margin-right: 0;
            margin-left: 5px
        }
}

.calculator-popup--solution .calculator-popup__footer-btn {
    background-color: #f6ac00;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    background-image: url(/css/Co2Calculator/assets/link_right_reverse.svg);
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 20%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    height: 42px;
    width: 100%;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 4px
}

@media(min-width: 576px) {
    .calculator-popup--solution .calculator-popup__footer-btn {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 54px;
        -moz-box-flex: 0;
        -moz-flex: 0 0 54px;
        -ms-flex: 0 0 54px;
        flex: 0 0 54px;
        width: 54px;
        height: 50px;
        margin-top: 0;
        margin-left: 5px
    }
}

.calculator-popup--solution .calculator-popup__aside {
    display: none;
    background-color: #d9eeeb;
    border-radius: 15px 0 4px 15px;
    top: -32px;
    padding: 50px 40px 40px 40px;
    position: relative;
    right: -40px;
    text-align: center;
    width: calc(100%/3)
}

    .calculator-popup--solution .calculator-popup__aside::after {
        background-color: #d9eeeb;
        content: '';
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1
    }

@media(min-width: 992px) {
    .calculator-popup--solution .calculator-popup__aside {
        width: calc(100%/3.2);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media(min-width: 1200px) {
    .calculator-popup--solution .calculator-popup__aside {
        width: calc(100%/3)
    }
}

.calculator-popup--solution .calculator-popup__aside-title {
    color: #008a75;
    width: 100%
}

@media(min-width: 992px) {
    .calculator-popup--solution .calculator-popup__aside-title {
        margin-top: 0;
        margin-bottom: 50px
    }
}

@media(min-width: 992px) {
    .calculator-popup--solution .calculator-popup__aside-item {
        margin-bottom: 80px
    }
}

.calculator-popup--solution .calculator-popup__aside-item p {
    line-height: 20px;
    margin: 0
}

.calculator-popup--solution .calculator-popup__aside-item strong {
    white-space: nowrap
}

.calculator-popup--solution .calculator-popup__aside-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    height: 110px;
    width: 150px
}

    .calculator-popup--solution .calculator-popup__aside-image.calculator-popup__aside-image--truck {
        background-image: url(/css/Co2Calculator/assets/truck.svg);
        width: 82px;
        height: 83px
    }

    .calculator-popup--solution .calculator-popup__aside-image.calculator-popup__aside-image--fabrique {
        background-image: url(/css/Co2Calculator/assets/fabrique.svg);
        width: 94px;
        height: 111px
    }

    .calculator-popup--solution .calculator-popup__aside-image.calculator-popup__aside-image--trees {
        background-image: url(/css/Co2Calculator/assets/trees.svg);
        width: 139px;
        height: 68px
    }

/*    more stuff form thead buttons   */

.calculator-trigger a:active, a:focus, a:visited, html.no-touch a:hover, html.touch a:hover {
    text-decoration: none !important
}

.calculator-trigger .or-btntype-04 {
    background-color: #fff;
    color: #494848;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    font-family: "Roboto Bold",Roboto,Helvetica,sans-serif;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.3)
}


@media(max-width: 767px) {
    .calculator-trigger .or-btntype, .or-btntype-01, .or-btntype-04, .or-btntype-05 {
        white-space: normal;
        font-size: 14px !important;
        text-align: left
    }
}

.calculator-trigger .or-btntype, .or-btntype-01, .or-btntype-04, .or-btntype-05 {
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 15px 30px 15px 64px;
    margin: 0;
    border-radius: 5px
}


.calculator-trigger .slick-slider * {
    outline: 0 none !important
}

.calculator-trigger .navigation nav.main ul li, .promo-pods .item .info, .slick-next, .slick-prev, a, button, li.has-child ul li span a::before {
    transition: all .2s ease-in-out 0s
}

.calculator-trigger .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    z-index: 0
}



.calculator-trigger .or-btntype-04::before {
    left: 30px;
    top: 13px
}

.calculator-trigger .or-btntype-02--inverse::before, .or-btntype-02::before, .or-btntype-04::before, .or-pod__list li::before, .or-pod__list--inverse li::before, .promo-pods--box .item .link-01::before, .promo-pods--box-01 .item .link-01::before {
    background-color: #f6ac00;
    background-image: url(/css/Co2Calculator/assets/btn-arrows-1.svg)
}

.calculator-trigger .or-btntype-01::before, .or-btntype-02--inverse::before, .or-btntype-02::before, .or-btntype-04::before, .or-pod__list li::before, .or-pod__list--inverse li::before, .promo-pods--box .item .link-01::before, .promo-pods--box-01 .item .link-01::before {
    position: absolute;
    height: 24px;
    width: 24px;
    content: '';
    border-radius: 50%;
    background-size: 19px 20px;
    background-repeat: repeat-x;
    background-position: 18px 1px;
    -webkit-transition: background-position .3s ease-out;
    -moz-transition: background-position .3s ease-out;
    -o-transition: background-position .3s ease-out;
    -ms-transition: background-position .3s ease-out;
    transition: background-position .3s ease-out
}


/* for the image on the first popup */

.calculator-popup__content img {
    max-width: 100%;
    height: auto;
    transform: scale(1)
}

/*.calculator-popup__content ul {
    margin-left: 16px;
    list-style: disc outside
}*/

/*.calculator-popup__content ol, ul {
    padding: 0;
    margin: 0 0 15px;
    line-height: 1.4
}
*/

.calculator-popup__content .or-link::before {
    content: '';
    background-image: url(/css/Co2Calculator/assets/Arrow-left.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 4px;
    left: 5px
}


.calculator-popup__content  a:active, a:focus, a:visited, html.no-touch a:hover, html.touch a:hover {
    text-decoration: none !important
}

.calculator-popup__content .or-link {
    font-size: 16px;
    padding-left: 24px;
    position: relative;
    font-family: "Khand SemiBold",Khand,Helvetica,sans-serif
}

.calculator-popup__content .navigation nav.main ul li, .promo-pods .item .info, .slick-next, .slick-prev, a, button, li.has-child ul li span a::before {
    transition: all .2s ease-in-out 0s
}

.calculator-popup__content .or-link::before {
    content: '';
    background-image: url(/css/Co2Calculator/assets/Arrow-left.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 4px;
    left: 5px
}

/* This interfered with other things on the page */

/*.calculator-popup__content .or-btntype-01::before {
    background-color: #fff;
    background-image: url(/css/Co2Calculator/assets/btn-arrows.svg)
}*/

/*.calculator-popup__content .or-btntype-02--inverse::before, .or-btntype-02::before, .or-btntype-04::before, .or-pod__list li::before, .or-pod__list--inverse li::before, .promo-pods--box .item .link-01::before, .promo-pods--box-01 .item .link-01::before {
    background-color: #f6ac00;
    background-image: url(/Assets/icons/btn/btn-arrows-1.svg)
}
*/

.calculator-popup .icon-cross {
    background-repeat: no-repeat;
    background-image: url(/css/Co2Calculator/assets/cross.svg);
    background-size: contain;
    background-position: center center
}

/* Custom styling */
@media(max-width: 430px) {
    .calculator-trigger {
        top: -210px;
        padding: 20px;
    }

    .calculator-trigger__image {
        display: none;
    }

    .calculator-trigger__title {
        font-size: 20px;
        line-height: 26px;
    }
}
