html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.quantity-block
{
    display: inline-block;
    width: 100px;
    padding: 0px;
    margin-left: 10px;
}

#calc 
{
    padding: 20px;
    display:none;
}

#calc h3 {
    font-size: 18px;
}

    #calc input[type=checkbox] {
        margin-right: 5px;
    }

    input,
select {
    max-width: 400px;
}

.addServiceList 
{
    margin-bottom: 20px;
}

form{
    margin-top: 20px;
}

.category-header .addServiceList {
    display: none;
}

.category-header h3{
    cursor: pointer;
    text-decoration: underline;
}

.category-header h3.active{
    text-decoration: none;
}

.calc-block
{
    display: none;
}

.form-group{
    margin-bottom:20px;
}
.form-row.form-group{
    margin-bottom: 0px;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

