.calc_wrapper {
    background: #e6e6e6;
}

.calc {
    cursor: default;
}

.calc-btn {
    background-color: #d95546;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: none;
    width: 100%;
    border-radius: 30px;
    cursor: pointer;
    padding: 10px 25px;
}

.calc_nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
}

.calc_nav button {
    background: none;
    outline: none;
    font-size: 1.25rem;
    color: #171B1F;
    margin: 0;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    transition: 0.5s;
    border: 1px solid transparent;
}

.calc_nav button.active {
    border: 1px solid #7CA5D0;
    padding: 0.75rem 1.5rem;
}

.front-calc {
    position: relative;
    z-index: 10;
    margin-top: 30px;
}

.front-calc a:hover {
    color: #fff;
}

.front-calc a:active {
    color: #fff;
}

.front-calc a:focus {
    color: #fff;
}

.additional .block0 .option-block__items .calc-button:hover,
.additional .block0 .option-block__items .calc-button:hover a,
.calc-button-inner .calc-button:hover,
.calc-button-inner .calc-button:hover button,
.calculator-heading:hover::after,
.coun-btn-wrap button:hover,
.sel_selected:hover::after {
    transition: 0.2s;
    background-color: #d34a3b;
}

.front-calc-title {
    margin: 7px 0;
}

.front-calc-head {
    color: #000;
    font-size: 35px;
    line-height: 1;
    text-align: center;
    font-weight: 700;
    margin: 0;
}

.front-calc-head > p {
    margin: 0;
}

.sel_options {
    box-shadow: -1px 0 10px 10px rgba(34, 60, 80, 0.2);
    max-height: 670px;
    width: 715px;
    padding: 50px 15px 20px 10px;
}

.option-container.open .sel_imul.act .sel_options {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow-y: auto;
}

.sliding_gate.open {
    border-bottom: 2px solid #ccc !important;
}

.sel_imul {
    cursor: pointer;
    background: #e6e6e6;
    border-radius: 0;
    width: calc(100% - 0px);
    padding: 5px 0px;
    margin: 0 0 7px;
}
.option-block__items {
    padding: 0 20px;
}
.option-block {
    padding: 2px;
}
.option-block__wrap {
    border-radius: 0;
}
.sel_selected::after {
    height: 49px;
    width: 49px;
    top: 0;
    background: #00aeff;
    border-radius: 0;
    color: white;
    border-left: 3px solid white;
    background-image: url(/wp-content/themes/zabori/i/menu-arrow.png);
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 50%;
}
.option-block__title {
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 17px;
    color: black;
    font-weight: 600;
}
.calculator-heading-wrap {
    padding: 0px 20px;
    background: #303c45;
    border-radius: 0;
    align-items: center;
    justify-content: center;
}
.calculator-heading-wrap button.calculator-heading__button {
    background: transparent;
    font-size: 0;
    width: 50px;
}
.calculator-heading-wrap .calculator-heading {
    margin-top: 0;
    padding: 0px 0px;
    background: transparent;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 27px;
}
.calculator-heading__button::after {
    content: "";
    width: 14px;
    height: 8px;
    background: url(/wp-content/themes/zabori/i/menu-arrow.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0;
    margin-bottom: 1px;
}
.calculator-heading__button {
    right: 0;
}
.option-block__wrap {
    padding: 20px 0 40px;
}
.option-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.calc_wrap {
    padding: 0px;
    border-radius: 0;
}
.calculator-heading-wrap {
    min-height: 60px;
}
.option-input {
    width: 100%;
    padding: 5px 15px 5px;
    min-height: 40px !important;
    border-radius: 0;
}
.calc_wrap .coun-btn-wrap button {
    border-radius: 0;
    line-height: 30px;
    margin-left: -2px;
    font-weight: 600;
    font-size: 1.5em;
    width: 50px;
    height: 50px;
    background: #00aeff;
    color: #fff;
    border-left: 3px solid white;
}
.option-block__items label {
    font-size: 19px;
    font-family: 'Roboto';
}
.option-block__title {
    font-family: 'Roboto';
}
.sel_selected:hover::after {
    background-color: transparent;
    color: black;
    opacity: 0.5;
}
.add-tooltip {
    padding: 0 37px;
    font-family: 'Roboto';
    font-size: 18px;
    padding: 0 20px 0;
}
.add-tooltip {
    padding: 0 37px;
    font-family: 'Roboto';
    font-size: 18px;
    padding: 0 20px 0;
}
.add-tooltip svg {
    display: none;
}
.additional .block0 .option-block__items .calc-button a.calc-btn {
    font-family: 'Roboto';
    font-weight: 400;
    border-radius: 0;
    background-color: #e6e6e6 !important;
    color: black;
    font-size: 19px;
}
.add-btn-wrapper.start .addBlock {
    min-width: 29%;
}
button.calc-btn.calculator_start {
    background: url(/wp-content/themes/zabori/img/btn-bg.png) center center no-repeat;
    color: black;
    text-transform: initial;
    letter-spacing: 0;
    padding: 15px 15px 15px;
    max-width: 283px;
    width: 100%;
    border-radius: 0;
    background-color: transparent !important;
}
.calc_params.main {
    margin: -2px;
}
.select.calculator-heading-wrap:hover {
    background: #767676;
}
.calc-button-inner {
    text-align: left;
    padding: 0;
    bottom: 45px;
}
.calc-button-wrap .calc-button {
    background: transparent !important;
    text-align: center;
}

.option-input, .sel_imul, .sel_selected, .selected-text {
    font-size: 15px;
}

.header-logo__mobicon {
    height: 54px;
    width: 139px;
    margin: 0 0 5px;
    object-fit: contain;
}

.add-tooltip {
    margin: 5px 0 10px;
}

.addBtn {
    padding: 15px 15px;
}

.addBtn span {
    font-size: 27px;
    line-height: 20px;
    font-weight: 400;
    color: #00aeff;
}

button.calc-btn.calculator_start {
    top: -8px;
    position: relative;
}

.additional .block0 .option-block__items .calc-button a.calc-btn {
    height: 50px;
}

.input.option-value.number-input input {
    height: 50px;
}

.option-block__wrap {
    padding: 5px 0 15px;
}

.form-calc-cback {
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    margin-top: -60px;
}
.form-calc-cback button.top-slider__btn.btn.btn-blue {
    background: #e6e6e6;
    border-bottom: 4px solid #263944;
    font-weight: 600;
    font-size: 19px;
    padding: 0 15px 0;
    width: 250px;
}

.fcalc__estimate .estimate__btns {
    padding: 0 65px;
    background: white;
    max-width: 1252px;
    margin: auto;
    padding: 10px 15px 15px;
}
.fcalc__estimate.estimate td.full_price span:before {
    content: "=";
    display: inline-block;
    float: left;
    background: white;
    width: 50px;
    text-align: center;
    height: 30px;
    line-height: 28px;
    margin: -5px -11px 0;
    font-size: 19px;
    color: #00aeff;
}
.fcalc__estimate.estimate td.unit_price:before {
    content: "×";
    display: inline-block;
    display: inline-block;
    float: left;
    background: white;
    width: 37px;
    text-align: center;
    height: 30px;
    line-height: 28px;
    margin: 0px 0px 0;
    font-size: 24px;
    color: #00aeff;
}
a.estimate-btn.calc-btn.calc-send:hover {
    border: inherit;
    background: #00aeff;
    border-bottom: 4px solid #263944 !important;
}
a.estimate-btn.calc-btn.calc-order:hover, a.estimate-btn.calc-btn.calc-order2:hover {
    border-bottom: 4px solid #263944 !important;
}
a.estimate-btn.calc-btn.calc-order, a.estimate-btn.calc-btn.calc-order2 {
    letter-spacing: 0;
    width: 100%;
    display: inline-block;
    font-size: 17px;
    text-transform: inherit;
    padding: 10px 40px;
    max-width: 100%;
    background: #00aeff;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}
button.estimate-btn.calc-btn.calc-print:hover {
    background: #00aeff;
}
button.estimate-btn.calc-btn.calc-print {
    font-size: 17px;
    width: 100%;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
a.estimate-btn.calc-btn.calc-send {
    font-size: 17px;
    width: 100%;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    line-height: 1.3;
}
.estimate__btns .calc-btn {
    background-color: #cfcfcf;
    color: black;
    font-size: 18px;
    font-weight: bold;
    border: none;
    width: 100%;
    border-radius: 20px;
    cursor: pointer;
    padding: 13px 25px;
    border-bottom: 4px solid #263944;
}
.total span.full_summ {
    color: #090909;
    font-size: 21px;
    font-weight: 800;
}
td.quantity span, td.unit span, td.unit_price span, td.full_price span {
    border-radius: 0;
}
.sel_option.selected:after {
    background: #00aeff;
    top: 15px;
    font-size: 14px;
    color: #222;
    padding: 5px 14px;
    right: 0px;
    font-weight: 600;
    left: inherit;
}
td.total span {
    font-weight: 600;
    padding: 15px 28px;
    font-size: 18px;
    font-weight: 800;
    padding: 7px 10px;
    border-radius: 0;
    font-family: 'Roboto';
}
td.unit_price span, td.full_price span {
    padding: 5px 10px;
}
.total-name span {
    color: #000000;
    display: block;
    padding: 3px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "roboto";
}
.calc_params.additional {
    margin: -2px;
}
.calc-button-wrap {
    margin: 0px 0;
    padding-bottom: 60px;
    border-radius: 0;
}

.fcalc-top.profnastil {
    background-size: 150% !important;
}
.fcalc__estimate {
    background: white;}
.sel-wrap .option-img img {
    padding-right: 5px;
}
.sel_option.selected:before {
    width: 0;
    height: 0;
    border-top: 7px solid #303c45;
    border-right: 5px solid transparent;
    content: "";
    position: absolute;
    right: 0;
    margin-top: 39px;
}
.option-close {
    background-color: #00aeff;}
td.block-title span {
    color: #00aeff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
}
th.name span {
    font-size: 17px;
}
#estimate {
    color: #00aeff;
}
.calc_header {
    padding: 5px 45px;
    text-align: center;
}
.calc_table {
    padding: 20px 10px;
    background: white;
}

.fa-window-close {
    margin-top: -10px!important;
}

@media (min-width: 768px) {
    .answer {
        padding-left: 30px;
        top: 10px;
    }
    /* width */
    .sel_options::-webkit-scrollbar {
        width: 40px;
        background: #fff;
        border-radius: 20px;
    }
    .sel-wrap::-webkit-scrollbar {
        width: 40px;
        background: #fff;
        border-radius: 20px;
    }

    /* Track */
    .sel_options::-webkit-scrollbar-track {
        background: #e6e6e6;
        border-right: 17px solid #fff;
        border-left: 17px solid #fff;
        border-radius: 20px;
    }
    .sel-wrap::-webkit-scrollbar-track {
        background: #e6e6e6;
        border-right: 17px solid #fff;
        border-left: 17px solid #fff;
        border-radius: 20px;
    }

    /* Handle */
    .sel_options::-webkit-scrollbar-thumb {
        background-color: #00aeff;
        border: 13px solid transparent;
        border-radius: 15px;
        background-clip: content-box !important;
    }
    .sel-wrap::-webkit-scrollbar-thumb {
        background-color: #00aeff;
        border: 13px solid transparent;
        border-radius: 15px;
        background-clip: content-box !important;
    }

    /* Handle on hover */
    .sel_options::-webkit-scrollbar-thumb:hover {
        background: #00aeff;
    }
    .sel-wrap::-webkit-scrollbar-thumb:hover {
        background: #00aeff;
    }

    .calculator-heading__title {
        padding-right: 10px;
    }
    .calc_wrapper_scroll {
        margin-bottom: 0;
    }
    .input.option-value.number-input input {
        height: auto;
    }
    .calc_wrap .coun-btn-wrap button {
        width: 25px;
        height: 40px;
        line-height: 30px;
        background: #e6e6e6;
        color: #000;
        border-left: 0;
    }
    .option-label {
        margin-bottom: 7px;
    }
    .sel_selected::after {
        background: url(/wp-content/themes/zabori/img/str-dwn-ico.png) no-repeat;
        background-position-x: 5px;
        top: 10px;
        border-left: 0;
        height: 100%;
        width: 30px;
    }
    .addBtn span {
        font-size: 36px;
        font-weight: 500;
        color: black;
        font-family: "Montserrat", sans-serif;
    }
    .calc-button-wrap {
        padding: 0;
    }
    .calc-button-inner {
        width: 50%;
    }
    .form-calc-cback {
        margin-top: -77px;
        left: 50%;
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .calc-button-wrap {
        padding-bottom: 0;
    }
    .calc-button-inner {
        bottom: 0px;
        position: absolute;
        right: 0;
        width: 48%;
    }
    .form-calc-cback {
        left: 50%;
        width: 48%;
        padding-right: 0;
        bottom: 88px;
        margin-left: 15px;
    }
}
@media (min-width: 1200px) {
    .calc-button-inner {
        bottom: 3px;
        left: 50%;
        width: 25%;
        margin-left: 16px;
    }
    .form-calc-cback {
        left: 75%;
        width: 25%;
        bottom: 15px;
        margin-left: -15px;
    }
    .addBtn span {
        padding-top: 0;
    }
}
.row.questions__wrap ol li{
    list-style-type: unset !important;
}
.row.questions__wrap ul li{
    list-style-type: disc;
}
.row.questions__wrap ul ul li{
    margin-left:15px;
}