/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.calc-form {
    cursor: default;
}

.calculator-heading-wrap {
    cursor: default;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    background: #fff;
    width: 100%;
    padding: 12px 8px;
    height: auto;
    border-radius: 10px;
    margin: 0 0 2px;
}

.calculator-heading {
    background: #e6e6e6;
    font-size: 18px;
    font-weight: 600;
    margin-top: 7px;
    padding: 7px 12px;
    border-radius: 20px;
    position: relative;
    width: 100%;
}

.calculator-heading__title {

}

.calculator-heading__button {
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    background: #d95546;
    z-index: 1;
}

.calculator-heading__button::after {
    content: "";
    background: url(/wp-content/themes/zabori/i/arrow.png) no-repeat;
    display: block;
    height: 6px;
    width: 9px;
    margin-left: 14px;
}

.dropdown_list {
    background: #fefefe;
    -webkit-box-shadow: inset 0 0 0 1px #7ca5d0;
    box-shadow: inset 0 0 0 1px #7ca5d0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 56px;
    z-index: 1;
}

.dropdown_item {
    padding: 10px 15px;
    -webkit-box-shadow: inset 0 0 1px 1px #d95546;
    box-shadow: inset 0 0 1px 1px #d95546;
}

.dropdown_item.active {
    font-weight: bold;
}

.option-close {
    right: 10px;
}

.sel_options {
    width: 95%;
    padding-right: 5px;
}

.dropdown_item:hover {
    background: #f1f1f1;
}

#preloader-ajax-calcs {
    padding: 100px 0;
}

#preloader-ajax-calcs .wrapp {
    display: table;
    width: 100%;
    height: 100%;
}

#preloader-ajax-calcs .inn {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#preloader-ajax-calcs img {
    max-width: 100%;
}

.calc_params {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.option-block {
    padding: 1px 0;
    width: 100%;
}

.option-block__wrap {
    padding: 7px 0 28px;
    background-color: #fff;
    border-radius: 8px;
    height: 100%;
}

.addBlock .calc-button {
    border-radius: 25px;
}

.minus {
    margin-right: 2px;
}

.option-block__title {
    color: #d95546;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 0 10px;
}

.additional .option-container.open {
    border: 1px solid #fff;
    padding: 6px 15px 6px 20px;
}

.option-row {
    color: #2c3f98;
    font-size: 16px;
    line-height: 20px;
}

.option-container + .option-container {
    margin-top: 5px;
}

.option-row + .option-row {
    margin-top: 5px;
}

.option-input, .sel_imul, .sel_selected, .selected-text {
    font-size: 15px;
    line-height: 20px;
}

.option-input, .sel_imul, .sel_selected{
    min-height: 40px;
}

.option-label {
    color: #020202;
    font-size: 16px;
    line-height: 1;
    position: relative;
    margin-bottom: 10px;
    margin-top: 8px;
}

.option-input {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e6e6e6;
    border: 0;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 20px;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1px 5px 1px 15px;
    width: calc(100% - 165px);
}

.sel_wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.sel_imul {
    cursor: pointer;
    background: #e6e6e6;
    border-radius: 20px;
    width: calc(100% - 83px);
}

.selected-text {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    padding: 5px 0;
    width: 100%;
}

.sel_selected {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1px 15px;
}

.sel_selected::after {
    background: #d95546 url(/wp-content/themes/zabori/i/mob-select-arrow.png) no-repeat;
    background-position-x: 32px;
    background-position-y: 50%;
    content: "";
    position: absolute;
    right: 0;
    border-radius: 20px;
    height: 100%;
    width: 80px;
}

.act .sel_selected {
    -webkit-box-shadow: inset 0 0 0 1px #7ca5d0;
    box-shadow: inset 0 0 0 1px #7ca5d0;
}

.container-fluid.fcalc-wrap {
    z-index: unset;
}

.sel_options {
    background: #fff;
    display: none;
    font-weight: normal;
    left: 50%;
    max-height: 600px;
    max-width: 100%;
    min-height: 300px;
    overflow-y: scroll;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 715px;
    z-index: 100;
    border-radius: 25px;
}

.option-close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 30px;
    height: 30px;
    background: #d34a3b;
    border-radius: 50%;
    color: #fff;
    content: "x";
    background-image: url(/wp-content/themes/zabori/i/close.png);
    background-size: 16px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(
            45deg
    );
    -ms-transform: rotate(
            45deg
    );
    transform: rotate(
            45deg
    );
    background-position-y: 50%;
    background-position-x: 50%;
}

.option-close:hover {
    opacity: 1;
}

/* width */
.sel_options::-webkit-scrollbar {
    width: 40px;
    background: #fff;
    border-radius: 20px;
}

/* Track */
.sel_options::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-right: 18.5px solid #fff;
    border-left: 18.8px solid #fff;
    border-radius: 20px;
}

/* Handle */
.sel_options::-webkit-scrollbar-thumb {
    background-color: #d95546;
    border: 15px solid transparent;

    border-radius: 20px;
    background-clip: content-box !important;
}

/* Handle on hover */
.sel_options::-webkit-scrollbar-thumb:hover {
    background: #d34a3b;
}

/* width */
.sel-wrap::-webkit-scrollbar {
    width: 40px;
    background: #fff;
    border-radius: 20px;
}

/* Track */
.sel-wrap::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-right: 18.5px solid #fff;
    border-left: 18.8px solid #fff;

    border-radius: 20px;
}

/* Handle */
.sel-wrap::-webkit-scrollbar-thumb {
    background-color: #d95546;
    border: 15px solid transparent;
    border-radius: 20px;
    background-clip: content-box !important;
}

/* Handle on hover */
.sel-wrap::-webkit-scrollbar-thumb:hover {
    background: #d34a3b;
}

.sel_option {
    color: #2c3f98;
    font: normal 14px/1 "Montserrat", sans-serif;
    opacity: 0.7;
    position: relative;
    -o-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

#sliding_gate .sel_option {
    padding: 20px;
}

.sel_option + .sel_option {

}

.sel_option:hover {
    opacity: 1;
}

.sel_option.selected {
    opacity: 1;
}

.sel_option.selected:after {
    background: #d95546;
    content: "Выбрано";
    display: inline-block;
    left: 0px;
    position: absolute;
    top: 15px;
    font-size: 12px;
    color: #fff;
    padding: 5px 14px;
}

.option-block__items {
    padding: 0 10px;
}

#sliding_gate .sel_option.selected:after {
    top: 18px;
}

.option-row.hidden {
    display: none;
}

.additional-option-block {
    padding: 4px 5px;
    width: 50%;
}

.option-img {
    width: 100%;
}

.option-name {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.calc-button-wrap {
    background: #fff;
    border-radius: 10px;
    margin: 1px 0;
    padding: 10px;
    position: relative;
}

.calc-button-inner {
    text-align: center;
    padding: 0;
}

.calc-button-inner .calc-button {
    border-radius: 30px;
    cursor: pointer;
}

.add-tooltip {
    display: inline-block;
    font-size: 15px;
    margin: 20px 0 10px;
    padding: 0 8px;
}

.add-tooltip svg {
    position: relative;
    top: 2px;
}

.option-container.open {
    width: 100%;
}

.add-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}

.addBlock {
    margin: 5px 0;
}

.addBtn {
    position: relative;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 23px;
}

.addBtn:hover{
    color: #4b4b4b;
}

.addBtn span {
    font-size: 36px;
    line-height: 20px;
    font-weight: 500;
}

.answer {
    -webkit-box-shadow: 1px 3px 0.9em -0.1em rgba(0, 0, 6, 0.5);
    box-shadow: 1px 3px 0.9em -0.1em rgba(0, 0, 6, 0.5);
    min-width: 160px;
    padding: 5px 7px 6px 24px;
    right: 0;
    text-align: right;
    top: 11px;
    width: auto;
}

#blink1 {
    -webkit-animation: blink1 1s alternate infinite;
    animation: blink1 1s alternate infinite;
    font-weight: bold;
}

@-webkit-keyframes blink1 {
    from {
        color: #000000;
    }
    33% {
        color: #ff0000;
    }
    50% {
        color: #ff0000;
    }
    66% {
        color: #ff0000;
    }
    100% {
        color: #000000;
    }
}

@keyframes blink1 {
    from {
        color: #000000;
    }
    33% {
        color: #ff0000;
    }
    50% {
        color: #ff0000;
    }
    66% {
        color: #ff0000;
    }
    100% {
        color: #000000;
    }
}

.answer:before {
    background: 0;
    height: 0;
    left: 20px;
    right: -17px;
    width: 0;
    bottom: -9px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid black;
}

.answer > i {
    color: #000;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    left: 0;
    line-height: 16px;
    margin: -9px 4px 0 4px;
    opacity: 0.7;
    padding: 2px 4px;
    position: absolute;
    top: 50%;
    vertical-align: middle;
}

.answer > i:hover {
    opacity: 1;
}

.send_mail__message {
    border: 2px solid #ccc;
    border-radius: 10px;
    display: none;
    margin-top: 15px;
    padding: 15px;
    text-align: center;
    width: 100%;
}

.modalwindow_content input[type="email"].send_mail__field.valid {
    border-color: green;
}

.send_mail__message.valid {
    border-color: green;
}

.modalwindow_content input[type="email"].send_mail__field.error {
    border-color: red;
}

.send_mail__message.error {
    border-color: red;
}

.calc_box__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 6px 10px 47px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

/* МОИ СТИЛИ */
.number-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.coun-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.coun-btn-wrap button {
    border-radius: 20px;
    border: none;
    background: #d95546;
    color: #fff;
    cursor: pointer;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 30px;
    width: 80px;
}

.coun-btn-wrap button.minus {
    padding-bottom: 5px;
}

.additional .option-container.open > div:last-child {
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}

.calculator-heading-btn {
    display: none;
}

.flexImportant {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sel_option {
    width: 49%;
}

.flexImportant:after {
    content: '';
}

.sel-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-y: auto;
    max-height: 600px;
}

.sel_options {
    overflow: hidden;
    padding-top: 50px;
    padding-right: 15px;
}

@media screen and (max-width: 1299px) {
    .calc {
        padding: 0;
    }
}

@media screen and (max-width: 991px) {
    .calc_box__foot {
        border-top: 1px solid #f2f2f2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: center;
    }

    .calc_box__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        color: #000;
        font-size: 20px;
        font-weight: bold;
        padding: 10px 6px 10px 47px;
        background-color: #fff;
        cursor: pointer;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-between;
    }

    .calc_box__head:hover {
        text-decoration: none;
    }



    .calc_box__head i {
        font-size: 16px;
        white-space: nowrap;
    }

    .active .calc_box__head::after {
        background-position: 0 100%;
    }

    .open-btn {
        width: 35px;
        height: 35px;
        background: #d95546;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 15px;
    }

    .mobile-option__row {
        display: none;
    }

    .active .mobile-option__row {
        display: block;
    }

    .mobile-block-title {
        border-bottom: 1px solid #f2f2f2;
        color: #d95546;
        font-size: 20px;
        font-weight: bold;
        line-height: 16px;
        margin-bottom: 5px;
        margin-top: 5px;
        padding-bottom: 10px;
        padding-top: 10px
    }

    .mobile-option__name {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 5px;
        margin-top: 5px;
        padding: 5px 0 0;
        width: calc(100% - 88px);
    }

    .mobile-option__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #f2f2f2;
    }

    .mobile-option__item {
        font-size: 15px;
        line-height: 16px;
        padding: 2px;
        text-align: center;
        width: 25%;
    }

    .mobile-option__sign {
        color: #d95546;
        font-size: 24px;
        font-weight: 600;
    }

    .mobile-option__equal {
        color: #d95546;
        font-size: 24px;
        font-weight: 600;
    }

    .mobile-option__list span {
        background: #f6f7fa;
        color: #000;
        font-weight: 600;
        display: block;
        padding: 7px 4px;
        white-space: nowrap;
        border-radius: 20px;
        text-align: right;
        padding-right: 10px;
    }

    .multiply {
        -webkit-transform: rotate(
                45deg
        );
        -ms-transform: rotate(
                45deg
        );
        transform: rotate(
                45deg
        );
        font-size: 20px;
    }

    .mobile-total__name {

        font-size: 18px;
        line-height: 18px;
        margin-bottom: 5px;
        margin-top: 5px;
        padding: 8px 4px;
        color: #d95546;
        font-weight: bold;
        width: calc(100% - 160px);
    }

    #total-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #total-box > div.mobile-total__name {
        width: 49%;
    }

    .calc_box.active .open-btn {
        -webkit-transform: rotate(
                180deg
        );
        -ms-transform: rotate(
                180deg
        );
        transform: rotate(
                180deg
        );
    }

    .estimate__total .calc_box {
        border-top: 1px solid #f2f2f2;
    }

    #total-box {
        border-bottom: 1px solid #f2f2f2;
    }

    .fcalc .estimate__btns .calc-button a {
        display: block;
        text-align: center;
    }

    .calc_box__head span {
        position: absolute;
        right: 0;
    }

    .mobile-total__value {
        margin-bottom: 5px;
        font-size: 24px;
        line-height: 15px;
        margin-top: 5px;
        text-align: right;
        background: #e8ecef;
        color: #000;
        font-weight: bold;
        border-radius: 18px;
        display: block;
        padding: 17px 10px 17px 0px;
        width: 46%;
        height: 50px;
    }

    .mobile-option__item-unit_price {
        position: relative;
    }


    .mobile-option__item-full_price {
        position: relative;
        width: 28%;
    }

    .math-span {
        background: transparent !important;
        color: #d95546 !important;
        font-weight: bold !important;
    }

    .mobile-option__item.unit {
        width: 54px;
    }

    .mobile-option__item.quantity {
        width: 15.5%;
    }

    .mobile-option__item-full_price {
        width: 28%;
    }

    .mobile-option__item.unit span {
        text-align: center;
    }
}

@media (max-width: 900px) {
    .calculator-heading-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .calculator-heading-btn {
        display: block;
        background: #d95546;
        color: #fff;
        font-size: 18px;
        width: 100%;
        text-align: center;
        padding: 11px 0;
        border-radius: 30px;
        margin-bottom: 10px;
    }

    .calculator-heading::after {
        display: none;
    }

    .calculator-heading-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }

    .add-btn-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .additional .option-container.open .parent {
        position: relative;
    }

    .additional .option-container.open {
        padding: 6px 0 6px 0;
    }

    .calc_header h3 {
        font-size: 24px;
        text-align: center;
        margin: 13px 0 28px;
        line-height: 34px;
    }
}

@media screen and (max-width: 359px) {
    .calc_box__head {
        font-size: 16px;
        padding: 10px 6px 10px 42px;
    }
    .calc_box__head i {
        font-size: 15px;
    }
}

@media screen and (min-width: 360px) {
    .option-input, .sel_imul, .sel_selected, .selected-text {
        font-size: 18px;
    }

    .option-input, .sel_imul, .sel_selected{
        min-height: 40px;
    }

    .option-input {
        width: calc(100% - 222px);
    }

    .coun-btn-wrap button {
        border-radius: 25px;
        height: 50px;
        font-size: 40px;
        font-weight: 600;
        line-height: 30px;
        width: 108px;
    }

    .sel_imul {
        width: calc(100% - 112px);
    }

    .sel_selected::after {
        background-position-x: 45px;
        border-radius: 25px;
        height: 50px;
        width: 108px;
    }
}

@media screen and (min-width: 420px) {
    .calculator-heading {
        margin-top: 7px;
        padding: 7px 20px;
    }
}

@media screen and (min-width: 576px) {
    th.name span {
        font-size: 24px;
    }
}

@media screen and (min-width: 768px) {
    .calculator-heading {
        margin-top: 0;
        padding: 7px 20px;
        border-radius: 20px;
        position: relative;
    }

    .calculator-heading__title {
        padding-right: 240px;
    }

    .calculator-heading-wrap {
        min-height: 68px;
    }

    .calculator-heading__button {
        width: 260px;
        height: 40px;
        position: absolute;
        transform: translate(0, -50%);
        right: 8px;
        top: 50%;
        z-index: 1;
    }

    .dropdown_list {
        top: 100%;
    }

    .option-block__wrap {
        padding: 6px 0 15px;
    }

    .option-block__title {
        margin-top: 5px;
    }

    .option-row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .option-label {
        margin: 0;
        padding-right: 20px;
        width: 50%;
    }

    .option-input{
        width: calc(100% - 65px);
    }

    .option-value {
        width: 50%;
    }

    .sel_imul {
        width: 100%;
    }

    .calc_wrapper_scroll {
        margin-bottom: 30px;
    }

    .sel_selected {
        position: relative;
    }

    .option-input, .sel_imul, .sel_selected, .selected-text {
        font-size: 15px;
        line-height: 20px;
    }

    .option-input, .sel_imul, .sel_selected {
        min-height: 30px;
    }

    .selected-text{
        padding: 0;
    }

    .sel_selected{
        padding-right: 30px;
    }

    .sel_selected::after {
        height: 100%;
        width: 30px;
        background: #d95546 url(/wp-content/themes/zabori/i/arrow.png) no-repeat;
        background-position-x: 10px;
        background-position-y: 50%;
        border-radius: 0 15px 15px 0;
    }

    .coun-btn-wrap button {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        font-size: 20px;
        line-height: 30px;
    }

    .coun-btn-wrap button.minus {
        padding-bottom: 4px;
    }

    .calc-button-inner {
        padding: 0 40px;
    }

    .answer {
        padding: 5px 7px 6px 24px;
        right: 0;
        text-align: right;
        top: 11px;
        width: auto;
    }

    .answer:before {
        background: 0;
        border-bottom: 8px solid transparent;
        border-left: 16px solid black;
        border-right: 0;
        border-top: 8px solid transparent;
        bottom: auto;
        height: 0;
        left: initial;
        right: -17px;
        width: 0;
    }
}

@media screen and (min-width: 992px) {
    .block1 .option-label, .block3 .option-label {
        width: 46%;
    }

    .block1 .option-value, .block3 .option-value {
        width: 54%;
    }
}

@media screen and (min-width: 1024px) {
    .option-block {
        padding: 1px;
        width: 50%;
    }

    .option-block.block0 {
        width: 51.7%;
    }

    .option-block.block1 {
        width: 48.3%;
    }

    .option-block.block2 {
        width: 51.7%;
    }

    .option-block.block3 {
        width: 48.3%;
    }

    .calc-button-inner {
        bottom: 12px;
        position: absolute;
        right: 0;
        width: 48%;
    }

    .estimate__btns {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

    }

    .calc-button-wrap {
        background: 0;
        border-radius: 0;
        padding: 0;
    }
}

@media screen and (min-width: 1200px) {
    .calculator-heading-wrap {
        padding: 10px 29px;
    }

    .calculator-heading {
        margin-top: 0;
        padding: 7px 30px;
    }

    .calculator-heading__button {
        right: 25px;
    }

    .option-block__title {
        padding: 0 25px;
    }

    .option-block__items {
        padding: 0 25px;
    }

    .option-block__title {
        padding: 0 25px;
    }

    .add-tooltip {
        margin: 14px 0 24px;
        padding: 0 25px;
    }

    .add-btn-wrapper {
        flex-direction: row;
    }

    .addBlock .calc-button {
        border-radius: 18px;
    }

    .addBtn {
        font-size: 16px;
        height: 36px;
        padding: 6px 14px;
    }

    .addBtn span {
        font-size: 22px;
        margin-left: 5px;
        padding-top: 5px;
    }
}

@media screen and (min-width: 1440px) {
    .calculator-heading-wrap {
        padding: 10px 40px;
    }

    .calculator-heading__button {
        right: 37px;
    }

    .option-block__items {
        padding: 0 37px;
    }

    .option-block__title {
        padding: 0 37px;
    }

    .add-tooltip {
        padding: 0 37px;
    }

    .addBtn {
        font-size: 18px;
        padding: 6px 14px;
    }

    .addBtn span {
        margin-left: 6px;
    }
}

@media print {
    .printTable, .calc_header h3 {
        color: #000;
        font-family: Arial, sans-serif;
    }
    #estimate {
        color: #000;
    }
    th.name {
        width: auto;
    }
    td.block-title span {
        color: #000;
    }
    .calc_header {
        padding: 5px 50px;
    }

    .fcalc-phone {
        text-align: center;
        padding-left: 0;
    }

    .fcalc-phone, .fcalc-email {
        text-align: center;
    }

    .fcalc-phone a, .fcalc-email a{
        color: #000;
        font-family: Arial, sans-serif;
        font-size: 30px;
    }

    .calc_head {
        font-size: 22px;
        font-family: sans-serif;
        margin: 20px auto 10px;
        text-align: center;
    }

    .calc_header h3 {
        font-size: 16px;
        margin: 10px 0;
    }

    .calc_gap {
        text-align: center;
    }

    .calc_table {
        overflow-x: visible;
        padding: 15px;
    }

    .printTable {
        font-size: 12px;
        line-height: 1.2;
    }

    .printTable td {
        border: 1px solid #000;
    }

    .printTable thead th, .printTable td {
        padding: 1px;
        vertical-align: middle;
    }

    th.name span {
        color: #000;
        font-size: 14px;
    }

    th.quantity span, th.unit span, th.unit_price span, th.full_price span, th.total span {
        font-size: 16px;
    }

    td.block-title span {
        font-size: 18px;
        padding: 1px;
    }

    td.total-name span {
        color: #000;
        font-size: 18px;
        padding: 1px;
    }

    td.quantity span, td.unit span, td.unit_price span, td.full_price span {
        font-size: 16px;
        padding: 5px;
    }
    td.name span {
        color: #000;
        display: block;
        font-size: 18px;
        padding: 5px;
    }
    td.total span {
        font-size: 24px;
        padding: 3px;
    }
    td.quantity span, td.unit span, td.unit_price span, td.full_price span, .total span {
        background: none;
    }
    .total span.full_summ {
        color: #000;
        font-size: 25px;
    }
}