.form-calculate-cost .price-list {
	border: 1px solid rgba(25,129,90,.5);
    background-color: #fff;
    padding: 15px;
    font-size: 14px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s cubic-bezier(.46,.84,.32,.94);
    transition: all .4s cubic-bezier(.46,.84,.32,.94);
    resize: none;
    margin-bottom: 20px;
    display: none;
}
span.fa-search {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: silver;
    border: none;
    font-size: 24px;
    -webkit-transition: all .4s cubic-bezier(.46,.84,.32,.94);
    transition: all .4s cubic-bezier(.46,.84,.32,.94);
    background: 0 0;
    position: absolute;
    padding: 13px 10px;
    right: 0;
    top: 0;
}
.live-search-wrapper {
	position: relative;
}
.form-calculate-cost .item-step,
.live-search-wrapper {
	display: none;
}

.form-calculate-cost .price-list .title {
	margin-bottom: 10px;
}

.form-calculate-cost .price-list .items {
	max-height: 240px;
	overflow-y: auto;
}

.form-calculate-cost .price-list .items .item {
	min-height: 39px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 5px;
}

.form-calculate-cost .price-list .items .item .checkbox {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	transition: 0.2s;
	padding: 12px 10px;
	box-sizing: border-box;
}

.form-calculate-cost .price-list .items .item .checkbox:hover .price {
	color: #19815a;
}

@media (min-width: 460px) {
	.form-calculate-cost .price-list .items .item .checkbox:hover {
		background: #cae8d9;
	}
}

.form-calculate-cost .price-list .items .item .price {
	margin-left: 20px;
}

.form-calculate-cost .total-services {
	display: none;
}

.form-calculate-cost .total-services.open {
	display: flex;
	justify-content: space-between;
}

.form-calculate-cost .total-services .quantity,
.form-calculate-cost .total-services .price {
	color: #19815a;
}

.form-calculate-cost .successful-request-sending {
	text-align: center;
    font-size: 20px;
    color: #19815a;
}

.form-calculate-cost .form-line_submit {
	margin-top: 0px;
}

@media (max-width: 460px) {

	.form-calculate-cost {
		max-width: 320px;
	    overflow-y: auto;
	    min-height: 300px;
	}

	.form-calculate-cost .price-list {
		padding: 5px;
	    padding-top: 15px;
	}

	.form-calculate-cost .price-list .items .item {
		margin: 0px;
	}

	#popup-сalculate-cost.modal-window_form {
		padding: 40px 20px;
	}

	.form-calculate-cost .form-line_submit {
		margin-top: 20px;
	}
}

.form-calculate-cost .btn-type1.disabled, 
.form-calculate-cost .btn-type1.disabled:link, 
.form-calculate-cost .btn-type1.disabled:visited, 
.form-calculate-cost input.btn-type1.disabled,
.form-calculate-cost .btn-type1.disabled:hover, 
.form-calculate-cost .btn-type1.disabled:link:hover, 
.form-calculate-cost .btn-type1.disabled:visited:hover, 
.form-calculate-cost input.btn-type1.disabled:hover,
.form-calculate-cost .btn-type1.disabled:active, 
.form-calculate-cost .btn-type1.disabled:link:active, 
.form-calculate-cost .btn-type1.disabled:visited:active, 
.form-calculate-cost input.btn-type1.disabled:active {
	background: #898989;
	cursor: default;
	opacity: 1;
	color: #fff;
}