.input-row input,.select-header,.select-list,.vehicle-item {
    box-sizing: border-box;
    box-sizing: border-box;
    line-height: 22px
}

.header {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #232628;
    padding-bottom: 50px;
    margin: 0
}

ol,ul {
    list-style: none;
    padding-left: 0
}

.container-calc {
    transition: .3s
}

.calculator-preloader {
    filter: blur(10px)
}

.fade-enter-active,.fade-leave-active {
    transition: opacity .3s
}

.fade-enter,.fade-leave-to {
    opacity: 0
}

#calculator-vue-app {
    padding: 50px 10px;
    color: #232628
}

#calculator-vue-app .container-calc {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 1
}

.text-copied {
    background: #153e4d;
    border-radius: 4px;
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 11
}

.input-header,.vehicle-item {
    font-weight: 600;
    font-size: 16px
}

.choice-section {
    width: calc(100% - 440px);
    padding: 0 80px 0 0
}

.vehicle-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 0 20px;
    margin: 0
}

.vehicle-item {
    width: calc(25% - 7.5px);
    text-align: center;
    padding: 15px;
    border: 1px solid #0d6efd;
    box-shadow: 0 2px 4px rgba(73,161,76,.2);
    border-radius: 15px;
    cursor: pointer;
    transition: .3s;
    margin: 0
}

.vehicle-item.active,.vehicle-item:hover {
    border: 6px solid #0d6efd;
    padding: 10px
}

.vehicle-item img {
    display: block;
    margin: 5px auto 0
}

.input-row {
    margin-top: 20px
}

.input-header {
    display: block;
    line-height: 22px;
    margin-bottom: 10px
}

.input-row input,.select-header,.select-list {
    display: block;
    padding: 10px 12px;
    border: 1px solid #0d6efd;
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px
}

.input-row input:hover {
    border: 2px solid #0d6efd;
    padding: 9px 11px
}

.input-row input:focus {
    border: 2px solid #2d9cdb;
    padding: 9px 11px
}

.select {
    position: relative;
    z-index: 2;
    width: 360px
}

.select-header {
    position: relative;
    padding: 10px 23px 10px 12px;
    cursor: pointer;
    z-index: 1
}

.select-header:after {
    content: '';
    display: block;
    width: 11px;
    height: 6px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(0,-50%);
    background: url(./img/select-arrow.svg) center/contain no-repeat;
    transition: .3s
}

.select.open {
    z-index: 3
}

.select.open .select-header:after {
    transform: translate(0,-50%) rotate(180deg)
}

.select-header .select-placeholder {
    color: #888
}

.select-list .select-search,.select-list li {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #232628
}

.select-scrollbar-wrapper {
    max-height: 240px
}

.select-scrollbar-wrapper ul {
    max-height: 240px;
    padding-left: 0;
    margin: 0
}

.select-scrollbar-wrapper.without-search,.select-scrollbar-wrapper.without-search ul {
    max-height: 295px
}

.select-list,.select-list[data-simplebar] {
    width: 100%;
    max-height: 320px;
    position: absolute;
    top: 50px;
    background: #fff;
    z-index: 3
}

.select-list .select-search {
    width: 100%;
    border: 1px solid #ecf1f8;
    border-radius: 4px;
    padding: 10px 12px;
    margin-bottom: 10px
}

.check-text:before,.radio-list li:before {
    left: 0;
    width: 18px;
    height: 18px;
    transform: translate(0,-50%);
    top: 50%
}

.select-list .select-search::-webkit-input-placeholder {
    color: #888
}

.select-list .select-search::-moz-placeholder {
    color: #888
}

.select-list .select-search:-ms-input-placeholder {
    color: #888
}

.select-list .select-search:-moz-placeholder {
    color: #888
}

.select-list li {
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid #ecf1f8;
    margin: 0
}

.select-list li:last-of-type {
    border: none
}

.select-list li.active,.select-list li:hover {
    background: #ecf1f8
}

.simplebar-content-wrapper {
    overflow: auto
}

.simplebar-scrollbar {
    background: #e5e5e5;
    box-shadow: 0 2px 4px rgba(118,135,119,.1);
    border-radius: 6px;
    width: 8px
}

.simplebar-scrollbar:before {
    display: none
}

.check-text.checked:after,.check-text:before,.delivery-term:before,.radio-list li:before {
    content: '';
    display: block;
    position: absolute
}

.radio-list {
    display: flex;
    align-items: flex-start;
    padding-left: 0
}

.check-text,.radio-list li {
    padding-left: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
    position: relative
}

.radio-list li {
    margin-right: 20px
}

.radio-list li:before {
    border-radius: 20px;
    border: 1px solid #0d6efd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.radio-list li.active:before {
    border: 6px solid #0d6efd
}

.check-text:before {
    z-index: 1;
    border: 1px solid #0d6efd;
    border-radius: 2px
}

.check-text.checked:before {
    background: #0d6efd
}

.check-text.checked:after {
    z-index: 2;
    left: 4px;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translate(0,-50%);
    /*background: url(/wp-content/themes/simplest/calc_assets/img/check.svg) center/contain no-repeat*/
}

.delivery-input-row .select:before,.delivery-term:before {
    width: 12px;
    height: 12px;
    top: 50%;
    transform: translate(0,-50%)
}

.delivery-wrapper {
    position: relative
}

.delivery-header {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin: 40px 0 20px
}

.delivery-term {
    background: #edf7ed;
    border: 1px solid #0d6efd;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #0d6efd;
    padding: 4px 12px;
    margin-top: 40px;
    width: 135px;
    position: relative;
    z-index: 2
}

.delivery-term:before {
    left: -33px;
    background: #fff;
    border: 2px solid #ffd8006b;
    border-radius: 10px
}

.truck-details:after,.truck-details:before {
    left: 50%;
    transform: translate(-50%,0);
    content: '';
    position: absolute;
    display: block
}

.delivery-input-row .select:before {
    content: '';
    display: block;
    position: absolute;
    left: -32px;
    background: #ffd8006b;
    border-radius: 10px;
    border: 2px solid #fff
}

.delivery-line {
    position: absolute;
    left: -27px;
    bottom: 13px;
    padding: 0;
    display: block;
    width: 2px;
    height: 170px;
    background: #ffd8006b
}

.truck-details {
    width: 100%;
    background: #0d6efd;
    border: 1px solid #0d6efd;
    border-radius: 10px;
    margin-top: 60px;
    position: relative;
    padding: 45px 35px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px
}

.truck-details:before {
    top: -30px;
    border: 5px solid #fff;
    width: 60px;
    height: 60px;
    background: #0d6efd;
    border-radius: 100px
}

.truck-details:after {
    top: -8px;
    width: 16px;
    height: 16px;
    background: url(./img/phone.svg) center/contain no-repeat
}

.phones-list {
    margin: 15px 0 0;
    display: flex;
    padding: 0
}

.phones-list li {
    width: 33%;
    text-align: center;
    position: relative
}

.phones-list li:first-of-type {
    text-align: left
}

.phones-list li:last-of-type {
    text-align: right
}

.phones-list li:first-of-type:before,.phones-list li:last-of-type:before {
    content: '';
    position: absolute;
    top: 3px;
    display: block;
    width: 1px;
    height: 16px;
    background: #fff
}

.phones-list li:first-of-type:before {
    right: 5px
}

.phones-list li:last-of-type:before {
    left: 7px
}

.output-col {
    position: relative;
    width: 440px
}

.output-section {
    width: 440px;
    box-shadow: 0 2px 10px rgba(73,162,76,.2);
    border-radius: 10px;
    padding: 20px;
    color: #363946
}

.cost-row-with-border,.cost-subheader {
    padding-top: 15px;
    border-top: 1px solid #ecf1f8
}

.cost-header {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cost-row,.cost-subheader {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cost-row span:last-of-type,.cost-subheader span:last-of-type {
    display: block;
    min-width: 90px;
    text-align: right;
    padding-left: 10px
}

.cost-subheader {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin: 15px 0 10px
}

.cost-subheader:last-of-type {
    margin-bottom: 0
}

.cost-row {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px
}

.cost-row-with-border {
    margin: 15px 0 10px
}

.stm-template-listing button.cost-copy-button {
    background-color: #0d6efd;
    box-shadow: 0 2px 4px rgba(73,161,76,.2);
    border-radius: 6px;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    padding: 8px 27px;
    text-transform: none;
    display: inline-flex
}

.stm-template-listing button.cost-copy-button img {
    margin-right: 5px
}

@media (max-width: 1300px) {
    .header {
        font-size:24px;
        line-height: 30px;
        padding-bottom: 30px
    }

    .choice-section {
        width: calc(100% - 400px);
        padding-right: 50px
    }

    .vehicle-item {
        font-size: 14px;
        line-height: 20px
    }

    .output-col,.output-section {
        width: 400px
    }

    .cost-header {
        font-size: 20px;
        line-height: 30px
    }

    .stm-template-listing button.cost-copy-button {
        padding: 8px 10px
    }
}

@media (max-width: 1000px) {
    .choice-section {
        width:calc(100% - 350px);
        padding-right: 50px
    }

    .radio-list,.vehicle-list {
        flex-wrap: wrap
    }

    .vehicle-item {
        width: calc(50% - 7.5px);
        margin-bottom: 15px
    }

    .vehicle-item:nth-last-of-type(-n+2) {
        margin-bottom: 0
    }

    .input-row input,.select,.select-header,.select-list {
        width: 100%
    }

    .check-text:before {
        top: 0;
        transform: translate(0,0)
    }

    .check-text.checked:after {
        top: 4px;
        transform: translate(0,0)
    }

    .radio-list li {
        width: calc(50% - 5px);
        margin-right: 10px
    }

    .radio-list li:nth-of-type(2n) {
        margin-right: 0
    }

    .output-col,.output-section {
        width: 350px
    }

    .stm-template-listing button.cost-copy-button {
        width: 160px;
        padding: 8px 10px
    }
}

@media (max-width: 500px) {
    .radio-list li,.radio-list li:nth-of-type(2n) {
        margin-right:20px
    }

    .body-fixed {
        height: 100vh;
        width: 100vw;
        overflow: hidden
    }

    .text-copied {
        width: 80%
    }

    .choice-section {
        width: 100%;
        padding: 0
    }

    .input-header {
        font-size: 14px;
        line-height: 20px
    }

    .input-row input,.radio-list li,.select-header,.select-list {
        font-size: 12px;
        line-height: 18px
    }

    .radio-list li {
        width: auto
    }

    .radio-list li:last-of-type {
        margin-right: 0
    }

    .delivery-header {
        font-size: 16px;
        line-height: 30px
    }

    .delivery-input-row {
        padding-left: 22px
    }

    .delivery-term {
        margin-left: 22px
    }

    .delivery-input-row .select:before {
        left: -22px
    }

    .delivery-term:before {
        left: -23px
    }

    .delivery-line {
        left: 5px
    }

    .form-full-price-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #e5e5e5;
        padding-top: 5px;
        margin-top: 40px;
        font-weight: 600;
        font-size: 16px;
        line-height: 22xp;
        color: #888
    }

    .form-full-price-row span:last-of-type {
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        color: #232628
    }

    .stm-template-listing button.form-full-price-button {
        background: #0d6efd;
        box-shadow: 0 2px 4px rgba(73,161,76,.2);
        border-radius: 6px;
        padding: 10px 0;
        width: 100%;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        margin-top: 30px
    }

    .output-col {
        position: fixed;
        left: 0;
        top: 110%;
        width: 100%;
        height: 100%;
        background: 0 0;
        z-index: 10;
        transition: .5s;
        transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0)
    }

    .output-col.open {
        top: 0;
        display: flex;
        align-items: center;
        background: rgba(35,38,40,.2)
    }

    .mobile-cost-header-wrapper:before,.output-section:after {
        background: #0d6efd;
        content: '';
        position: absolute;
        display: block
    }

    .output-section.vue-affix {
        position: absolute
    }

    .output-section {
        width: 100%;
        max-height: calc(100% - 100px);
        left: 0;
        top: 0;
        bottom: auto;
        padding: 15px 15px 0;
        box-shadow: none;
        border-radius: 0;
        background-color: #fff;
        transition: .5s
    }

    .output-section:after {
        bottom: 0;
        left: 0;
        height: calc(100% - 40px);
        width: 100%;
        z-index: 2;
        opacity: 1;
        transition: opacity .5s
    }

    .output-col.open .output-section {
        top: auto;
        bottom: 0
    }

    .output-col.open .output-section:after {
        height: 0;
        opacity: 0
    }

    .mobile-cost-header-wrapper {
        width: calc(100% + 30px);
        margin: 0 -15px 30px;
        background-color: #0d6efd;
        padding: 0 15px 40px;
        transition: .5s .3s
    }

    .output-col.open .mobile-cost-header-wrapper {
        padding: 0 15px
    }

    .mobile-cost-header-wrapper:before {
        top: -10px;
        left: 50%;
        transform: translate(-50%,0);
        box-shadow: 0 1px 1px rgba(85,85,85,.1);
        border-radius: 6px;
        width: 10%;
        height: 5px
    }

    .mobile-cost-header-wrapper:after {
        content: '';
        position: absolute;
        top: -7px;
        left: 0;
        display: block;
        width: 100%;
        height: 60px;
        background: url(./img/mobile-top-background.svg) top center/cover no-repeat;
        z-index: 0
    }

    .mobile-overflow-scroll {
        max-height: calc(100vh - 200px);
        width: calc(100% + 30px);
        margin: 0 -15px;
        padding: 0 15px 15px;
        overflow-y: scroll
    }

    .cost-header {
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 4px;
        margin: 0;
        position: relative;
        z-index: 1
    }

    .cost-row,.cost-subheader {
        font-size: 12px;
        line-height: 18px
    }

    .cost-header span:last-of-type {
        font-weight: 700
    }

    .cost-subheader {
        font-weight: 600
    }

    .cost-row {
        font-weight: 400;
        margin-bottom: 5px
    }

    .stm-template-listing button.cost-copy-button {
        width: 100%;
        padding: 10px 0;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        display: flex;
        justify-content: center;
        margin-top: 25px
    }
}

.boxShadow {
    box-shadow: 0 2px 10px rgb(73 162 76 / 20%);
    border-radius: 10px;
    padding: 20px;
}

.noBoxShadow {
    box-shadow: none;
    border-radius: unset;
}
