

/* Start:/calculator/calc.css?17030832331548*/
label.vid-material > input {
	vertical-align: middle;
  margin: 0 5px 2px 0;
}
label.vid-material > select {
	max-width: 200px;
	margin-top: 10px;
	font-size: 12px;
    font-weight: 100;
}
.box-vid-material {
	display: flex;
    justify-content: space-between;
    max-width: 750px;
    flex-wrap: wrap;
}
.stoimost_form {
	/* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    
}
.price_div{
	margin: 20px 0px 20px 0px;
}
.price_info_div{
	text-align: center;
    float: left;
    display: block;
    margin: 0px 0px 20px 0px;
    color: #e53a3e;
    font-size: 15px;
}
.js-calc-min .form-blue{
	width: 100%;
}
.stoimost_form .rsform {
		min-width: auto;
    max-width: 650px;
}
.stoimost_form .price,
.stoimost_form .price output {
		font-size: 20px;
    font-weight: 700;
    padding-left: 10px;
		white-space: nowrap;
}
.stoimost_form > div:first-child {
	font-size: 18px;
}
.stoimost_form.bottom .rsform,
.stoimost_form.bottom .rsform input {
    background: none;
    background-color: #e4e2e2;
		color: #000;
}
.stoimost_form.bottom .rsform input {
	border-color: #aaa;
}
.stoimost_form.bottom .form-blue .btn:hover,
.stoimost_form.bottom .form-blue .btn {
	background-color: #0274b2!important;
    color: #fff!important;
    border-color: #0274b2!important;
}
.box-forma-calc {
		display: flex;
	  flex-wrap: wrap;
		max-width: 600px;
}
@media (max-width:995px) {
	.stoimost_form {
		flex-direction: column;
	}
}
@media (max-width:380px) {
	label.vid-material > select {
		max-width: 150px;
	}
}

/* End */
/* /calculator/calc.css?17030832331548 */
