/* ---- */

#construction-methods-vue-app h1 {
  margin: 2.8rem 0 1.68rem 0;
}

#construction-methods-vue-app h2 {
  margin: 2.3733333333rem 0 1.424rem 0;
}

#construction-methods-vue-app h3 {
  margin: 1.9466666667rem 0 1.168rem 0;
}

#construction-methods-vue-app h4 {
  margin: 1.52rem 0 0.912rem 0;
}

#construction-methods-vue-app h5 {
  margin: 1.0933333333rem 0 0.656rem 0;
}

#construction-methods-vue-app h6 {
  margin: 0.7666666667rem 0 0.46rem 0;
}

#construction-methods-vue-app .container {
	width: 88%;
}
#construction-methods-vue-app .cnstr-method {
	margin: 0.5ex 1ex;
}
#construction-methods-vue-app .proc-header {
	margin: auto 0 auto;
}
#construction-methods-vue-app .proc {
	margin: 0.0ex auto 0;
	margin-bottom: 0;
}
#construction-methods-vue-app .proc .col {
	height: 3.5ex;
}
@media (max-width: 600px) {
	#construction-methods-vue-app .operation-order .proc .col {
		height: 8.5ex;
	}
}
@media (max-width: 991px) {
	#construction-methods-vue-app .operation-order .proc .col {
		height: 6.5ex;
	}
}
#construction-methods-vue-app .material-order .row {
	margin-bottom: 0;
}

#construction-methods-vue-app .btn.price:hover, .btn-large.price:hover, .btn-small.price:hover {
	background-color: #BBDEFB;
}

.constr-method-enter-active, .constr-method-leave-active {
  transition: opacity .5s;
}
.constr-method-enter, .constr-method-leave-to {
}

.btn.price {
	width: 100%;
	text-transform: inherit;
}

.dropdown-content li>a, .dropdown-content li>span {
	color: #2196F3;
}
