/* Minification failed. Returning unminified contents.
(28,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
.fhoweiew {
    background-position: center;
    background-size: cover;
}

.sdfaguyth {
    background-position: center;
    background-size: cover;
}

.fddsjjdsf{
    text-decoration:none;
}
.card:hover {
    --bs-card-border-color: rgba(255, 255, 255, 0.15);
}

@media (min-width: 992px) {
    .fhoweiew {
        height: 600px;
    }
    .sdfaguyth {
        height: 500px;
    }
    .jhres {
        margin-top: 0px;
    }
}
@media (max-width: 992px) {
    .eghdfhdfh {
        margin: 20px 0px 20px 0px;
    }

    .jhres {
        margin-top: 10px;
    }

    .ppjwhc{
        width:100%;
    }

    .fadghwre {
        margin-top: 90px;
    }

    .dasdjup{
        display:none;
    }

}

/*калькулятор*/
.panels {
    background: #fff;
    width: 90%;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 10% 30px 10%;
}
.panel-blok {
    display: flex;
}
.group {
    display: grid;
}
.group-flex {
    display: flex;
}
.input-range {
    border-radius: 8px;
    border-width: 1px;
    font-size: 18px;
    padding: 10px;
    width: 100%;
}

    .input-range:focus {
        border-radius: 8px;
        border-width: 1px;
        font-size: 18px;
        padding: 10px;
        width: 100%;
        border-color: #29b6f6;
    }

.input-range1 {
    border-radius: 8px 0px 0px 8px;
    border-width: 1px;
    font-size: 18px;
    padding: 10px;
    width: 100%;
}

    .input-range1:focus {
        border-radius: 8px 0px 0px 8px;
        border-width: 1px;
        font-size: 18px;
        padding: 10px;
        width: 100%;
        border-color: #29b6f6;
    }
input[type=range] {
    background-color: #29b6f6;
    height: 2px;
    margin: -1px 10px 10px 10px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #039be5;
    opacity: 5;
    border-radius: 20px;
    width: 15px;
    height: 15px;
}
.calc-rigt {
    width: 50%;
    height: 190px;
    padding: 30px;
    border: 1px solid black;
    border-radius: 8px;
}
.text-flex-calc {
    display: flex;
    font-size: 19px;
    justify-content: space-between;
}
.calc-clc-text {
    margin-right: 120px;
    font-weight: bold;
}
.calc-left {
    width: 50%;
    height: 190px;
    padding: 10px 30px 30px 30px;
}
.selectQRCode {
    font-size: 18px;
    padding: 10px;
    display: block;
    width: 100%;
    border: none;
    border: 1px solid black;
    border-radius: 8px;
}
@media (max-width: 1200px) {
    .panel-blok {
        display: grid;
    }
    .calc-rigt {
        display: block;
        background-color: white;
        border-radius: 10px;
        width: auto;
    }
    .calc-left {
        display: block;
        background-color: white;
        border-radius: 10px;
        margin-bottom: 20px;
        width: auto;
        height: 200px;
    }
    .calc-clc-text {
        margin-right: 30px;
    }
}
/*калькулятор*/
