.drilling-calc{
background: rgba(16, 89, 152, 0.7);
border-radius:20px;
padding: 30px;
color:#fff;
}

.calc-grid{
    display:flex;
}


.calc-left {
    width: 30%;
}

.calc-right  {
    width: 70%;
}

.calc-left h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 60px;
    color: #fff;
}

.calc-price{
    font-size:26px;
    font-weight:700;
    margin-bottom: 60px;
}


.drilling-calc .color-btn {
    font-size: 17px;
    font-weight: 600;
    padding-left: 35px;
    padding-right: 35px;
    height: 60px;
    line-height: 60px;
}

#drilling-price {
    font-size:38px;
}



.calc-button{
    width:100%;
    height:70px;
    border:none;
    border-radius:16px;
    background:#ff6600;
    color:#fff;
    font-size:28px;
    font-weight:700;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 25px;
    cursor:pointer;
}

.top-row {
display: flex;
}

.top-row1 {
    width: 60%;
    padding-right: 15px;
}

.top-row2 {
    width: 40%;
}


.bottom-row1 {
 width: 60%;
}

.bottom-row2 {
 width: 40%;
}


.calc-label{
    font-size:18px;
    font-weight:700;
    margin-bottom: 20px;
}

.car-list{
    display:flex;
    gap:20px;
    justify-content: space-between;
}

.car-card{
    width:48%;
    border-radius:20px;
    border:2px solid transparent;
    padding:5px;
    cursor:pointer;
}

.car-card.active{
    border-color:#ff6600;
}

.car-card img{
    width:100%;
    height:140px;
    object-fit:cover;
    border-radius: 18px;
}

.car-name{
    margin-top:10px;
    font-size:14px;
    font-weight:600;
    text-align: center;
}

#depth{
    width:100%;
    height:55px;
    border:none;
    border-radius:10px;
    padding:0 15px;
    font-size:18px;
    margin-top: 5px;
}

.bottom-row{
    display:flex;
    justify-content:space-between;
    margin-top:30px;
    gap:30px;
}

.radio{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:15px;
    font-size: 16px;
}

.radio input{
    width:24px;
    height:24px;
    accent-color:#ff6600;
}



@media (max-width: 992px) {

.calc-grid {
    flex-wrap: wrap;
}

.calc-left {
    width: 100%;
    margin-bottom: 40px;
}


.calc-right {
    width: 100%;
}

.calc-left h2 {
    font-size: 26px;
    margin-bottom: 30px;
}

.calc-price {
    font-size: 18px;
    margin-bottom: 30px;
}


#drilling-price {
    font-size: 32px;
}

.calc-label {
    font-size: 16px;
}

#depth {
    height: 50px;
    font-size: 16px;
}

.radio {
    font-size: 14px;
}

.drilling-calc .color-btn {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    height: 55px;
    line-height: 55px;
}
}



@media (max-width: 768px) {

.mob-kalc {
    font-size: 26px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    order: 1;
}


.calc-right {
    order: 2;
}


.calc-left {
    order: 3;
}

.top-row {
    flex-wrap: wrap;
}

.top-row1 {
    width: 100%;
    padding-right:0px;
    padding-bottom: 20px;
}

.top-row2 {
    width: 100%;
}


.bottom-row {
    flex-wrap: wrap;
        display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 0px;
}


.bottom-row1 {
    width: 100%;
     padding-bottom: 20px;
}

.bottom-row2 {
    width: 100%;
}

.car-card img {
    height: 90px;
}

    #drilling-price {
        font-size: 24px;
    }

    .calc-left {
        margin-bottom: 10px;
    }

.drilling-calc {
    padding: 25px;
}


.plus-block:hover {
    top: 0px;
    box-shadow: none;
}

.bur-block2-txt {
    top: 88px;
    right: 45px;
}

}