.products:hover{
    transform: scale(1);
}
.count{
    padding: 0px 10px;
}
.box{
    box-shadow: 0.3em 0.3em 1em rgba(86, 85, 97,.3);
    border-radius: 5px;
    transform: scale(.966);
    height: 100%;
    padding: 20px;
    margin-bottom: 18px;

}
.place{
    transform: scale(.974);
    box-shadow: 0.3em 0.3em 1em rgba(86, 85, 97,.3);
    border-radius: 5px;
    margin-bottom: 40px;

}
.blue-c{
    margin-top: 20px;
    font-weight:bold;
}
.form-row{
    padding: 20px 0px;
}
.form-control{
    border: none;
    background-color: #F7F7F7F7;
    margin-top: 10px;
}
.cart-btn{
    color: white;
    background-color: #3c68d9;
}
.description{
    border-top: 1px solid #e7e6e6f7;
    border-bottom: 1px solid #e7e6e6f7;
    padding: 15px;
}

.bold{
    font-weight: bold;
}
table{
    width: 100%;
    font-size: 15px;

}
table tr th{
    padding: 8px;
}
table tr td{
    text-align: left;
    margin-left: 10px;
}
.sum{
    font-size: 18px;
    padding: 20px;
}
.break{
    padding-bottom: 20px;
}
.line3{
    border-top: 1px solid #e7e6e6f7;
}
.btn__g{
    display: flex;
    justify-content: center;
    padding-bottom: 2px;
}
.buy__btn{
    width: 300px;
    text-align: center;
    padding: 18px;
    border-radius: 5px;
    background-color: #3c68d9;
}
.googleMap{
    margin-top: 20px;
}
@media only screen and (max-width: 900px) {
    .sub-title,.title2{
        text-align: center;
    }
    .box,.place,.products{
        transform: scale(1);
    
    }
    .products,.place{
        margin: 20px;

    }
    .count{
        padding: 0px 50px;
    }
    
}