body {
    background: #fff;
}

.calculator_panel {
    padding: 5px 0;
}

.calculator_panel a, .calculator_panel p {
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
}

.calculator_panel a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.calculator_panel p:last-child {
    text-align: right;
    font-weight: 600;
}

.calculator_panel p:not(:last-child):not(:first-child) {
    text-align: center;
}

.total {
    height: 40px;
}

.total p {
    font-size: 21px;
    margin: 0;
}

.total > div {
    width: 500px;
    height: 37px;
    padding: 4px 0;
    margin: 0 auto;
}

.total div > p:first-child {
    padding-left: 30px;
}

.order_btn {
    margin: 10px 0 35px;
}

.order_btn .btn {
    font-size: 21px;
    color: #000;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    display: block;
    margin: 0 auto;
}

.order_btn .btn:hover {
    border: 1px solid rgba(0, 0, 0, 0.8);
    color: rgba(0, 0, 0, 0.8);
}

.order_btn .btn:active {
    outline: none;
    box-shadow: none;
}

/*checkbox*/
.checkbox {
    padding-left: 20px;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
}

.checkbox label {
    position: relative;
    padding-left: 3px;
    flex-grow: 2;
}

.checkbox label::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    margin: 3px 0 0 -20px;
    border: 1px solid #a8a8a8;
    background-color: #f2f2f2;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
    margin: 3px 0 0 -20px;
}

.checkbox input[type="checkbox"]:checked + label::after {
    width: 15px;
    height: 15px;
    content: "";
    display: block;
    float: left;
    border: 1px solid #000;
    background: #f2f2f2 url(../image/checked.png) no-repeat 50%;
    margin-right: 15px;
}

/*checkbox end*/

.container_calculator > div {
    width: 850px;
    margin: 0 auto;
}

.checkbox p, .checkbox label {
    font-size: 13pt;
}

.checkbox p {
    float: right;
    margin: 0;
}

.info_calculator {
    width: 803px;
    margin: 0 auto 30px;
}

.info_calculator p {
    font-size: 17px;
    margin: 0;
    background-color: transparent;
}

.brand {
    width: 511px;
    height: 40px;
    display: table;
    margin: 0 auto;
}

.brand img:first-child {
    margin-top: 7px;
}

.brand img {
    display: inline-table;
    vertical-align: middle;
}

.brand img:not(:last-child) {
    margin-right: 15px;
}

.calculator_panel {
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
}

.result {
    bottom: 15px;
    position: absolute;
    margin: auto;
    width: 100%;
    /*background: rgba(255, 255, 255, 0.8);*/
    z-index: 10;
}

.container_calculator {
    margin-top: 50px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.comp_description {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    color: #000;
    text-align: center;
    background-color: #ebebeb;
    display: inline-block;
    padding: 0 2px 2px;
    font-size: 16px;
    /*border: 1px rgba(0, 0, 0, 0.5) solid;*/
    cursor: pointer;
    line-height: 17px;
    vertical-align: middle;
    margin-right: 10px;
}

.comp_description span {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.tooltip_calculator {
    top: 30px !important;
}

.tooltip_calculator .tooltip-inner {
    max-width: 400px;
    padding: 10px;
    background-color: rgba(207, 207, 207, 0.94) !important;
    color: black;
    border-radius: 7px;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
}

.tooltip_calculator .tooltip-arrow {
    top: -5px !important;
    margin-left: -10px !important;
    border-width: 0 10px 10px !important;
    border-bottom-color: rgba(207, 207, 207, 0.8) !important;
}

.checkbox .price {
    height: 25px;
    display: inline-flex;
    font-size: 18px;
}

@media (max-width: 535px) {
    .checkbox p {
        float: none;
    }

    .container_calculator > div, .total {
        width: 100%;
    }
}

@media (max-width: 475px) {
    .calculator_panel p:last-child {
        display: none;
    }

    .calculator_panel p:not(:last-child):not(:first-child) {
        float: right;
        text-align: right;
    }

    .calculator_panel p:not(:last-child):not(:first-child), .calculator_panel a {
        width: 50%;
    }

    .calculator_panel {
        height: 40px;
    }
}

.count_scope {
    padding-right: 12px;
    min-width: 60px;
    display: inline-block;
}

.price {
    min-width: 100px;
}

.plus, .minus {
    color: #000000;
}

.price_calc {
    display: inline-block;
    width: 75px;
}

#calculator_before_result {
    position: relative;
    top: -30px;
    z-index: 10;

}

#calculator_before_result div {
    width: 800px;
    height: 30px;
    background: white;
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.2));
    background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.2));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}

.half_opacity {
    background-color: rgba(255, 255, 255, 0.94);
    height: 100%;
}

.additional_height {
    height: 105px;
}

#bottom_block .total div {
    background-color: rgba(255, 255, 255, 0.5);
}

#bottom_block .order_btn .btn {
    background-color: /*rgba(255, 255, 255, 0.5)*/#e0bb00;
}