@font-face {
    font-family: ApexNew;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/ApexNew-Book.ttf) format("truetype");
}
@font-face {
    font-family: ApexNew;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/ApexNew-Bold.ttf) format("truetype");
}
@font-face {
    font-family: ApexNew;
    font-weight: 700;
    font-style: italic;
    src: url(../fonts/ApexNew-BoldItalic.ttf) format("truetype");
}
@font-face {
    font-family: ApexNew;
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/ApexNew-Medium.ttf) format("truetype");
}

#eco-calculator p {
    margin: 0;
    min-width: 55px;
}

#eco-calculator {
    font: normal 18px / 25px "ApexNew", Helvetica, Arial, Verdana, sans-serif;
    display: flex;
}

#eco-calculator .col {
    width: 50%;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

#planet-column {
    max-width: 275px;
    margin: auto;
}

#eco-calculator #total_result_area {
    display: none;
    padding-top: 100px;
}

#nreams {
    margin: 0;
    height: 45px;
    width: 100%;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #818a91;
    font-family: ApexNew;
    padding: 0 15px;
}

#nreams-wrapper {
    background-color: #e9f3dc;
    padding: 7px;
    display: flex;
    margin: 0 0 30px;
}

.savings_choice .title,
.savings_choice_button .title {
    font-family: "ApexNew";
    font-size: 18px;
    line-height: 1.39;
    color: #0c0c0c;
    margin-top: 30px;
    margin-bottom: 20px;
}

.savings_choice .selected_paper,
.savings_choice_button .selected_paper {
    height: auto;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.savings_choice .select_paper,
.savings_choice_button .select_paper {
    background-color: #e9f3dc;
    padding: 8px;
    position: relative;
    margin-bottom: 20px;
}

.gramas-btn {
    background: transparent url("../img/btn_bg.svg") no-repeat scroll center;
    background-size: 100% auto;
    white-space: normal;
    font: normal 500 15px / 17px "ApexNew", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    border-radius: 3px;
    border: 0px solid #82bc00;
    padding: 12px 50px 18px 50px;
    color: #fff;
    cursor: pointer;
}

.gramas-btn.option_selected {
  background-image: url('../img/btn_bg_hover.svg');
}

.gramas-btn:first-child {
    margin-right: 15px;
}

.calculator {
    width: 66%;
}

#transport_waste {
    display: flex;
    flex-wrap: wrap;
    margin-left: -11px;
    margin-right: -11px;
    justify-content: space-between;
}

#calculator-container > p {
    width: 33%;
}

#calculator-container {
    display: flex;
}

#kg_year {
    visibility: hidden;
    height: 59px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

#savings_product_img img {
    height: 142px;
    width: 118px;
    margin-top: 30px;
}

.calculator,
.book-container {
    padding: 0 15px;
}

#eco-header {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
}

#eco-header .eco-title {
    color: #0c0c0c;
    text-transform: uppercase;
    font: italic 700 45px / 50px "ApexNew", Helvetica, Arial, Verdana, sans-serif;
}

#eco-header p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.23;
    color: #82bc00;
    max-width: 400px;
    margin-bottom: 20px;
}

#eco-header img {
    max-height: 240px;
    width: auto;
    margin: 0 auto 75px;
}

.eco-txt {
    color: #0c0c0c;
    margin: 40px 0 25px;
}

#eco-header .eco-title span {
    color: #82bc00;
}

.result_less {
    position: relative;
}

.result_less {
    background-color: #f7fbf2;
    padding-top: 26px;
    padding-bottom: 34px;
    width: calc(33% - 22px);
    margin: 0 11px 18px;
}

.result_less .result_title {
    font-size: 12px;
    line-height: 0.87;
    letter-spacing: 0.86px;
    text-align: center;
    color: #000;
    max-width: 80%;
    margin: 0 auto 10px;
    font-weight: bold;
}

.result_less .result {
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.09;
    text-align: center;
    color: #006e49;
    margin-bottom: 16px;
}

.result_less .image {
    text-align: center;
}

.result_less .image img {
    max-height: 74px;
    max-width: 77px;
    height: 100%;
}

.result_disclaimer {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.savings_subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.23;
    color: #82bc00;
    max-width: 400px;
    padding: 20px 0;
    border-top: 1px solid #e9f3dc;
}

.result_copy {
    text-align: center;
    width: 100%;
    font-size: 12px;
}

.separator {
    margin-bottom: 40px;
    width: 100%;
}

#co2-storage::after {
    content: "⇔";
    display: block;
    position: absolute;
    right: -28px;
    font-size: 34px;
    top: calc(50% - 17px);
    z-index: 1;
    color: #006e49;
}

@media (max-width: 1024px) {
    #eco-calculator {
        flex-direction: column;
    }

    #eco-calculator .col {
        width: 100%;
    }

    #eco-calculator .col#planet-column {
        display: none;
    }

    .savings_choice_button .selected_paper {
        flex-direction: column;
    }

    .gramas-btn:first-child {
        margin-right: 0;
    }

    #eco-calculator #total_result_area {
        padding-top: 40px;
    }

    .savings_subtitle {
        display: none;
    }
}

@media (max-width: 767px) {
    .result_less {
        width: calc(50% - 22px);
    }
}
