.itemDataCalc {
	width: calc(33.33% - 15px);
}

.topRowCalc {
	display: flex;
	justify-content: space-between;
}

.itemDataCalc select, .itemDataCalc input {
	height: 54px !important;
	background: #fff;
	border: 1px solid #818181 !important;
	border-radius: 5px !important;
	margin: 0 !important;
	box-shadow: none !important;
	color: #818181;
	padding: 5px 10px !important;
	font-size: 16px;
	outline: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.bodyCalc {
	font-family: "Gilroy", Sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.infoSlider {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	font-weight: 700;
}

select {
	display: block;
	width: 100% !important;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(/wp-content/uploads/2022/10/arrow.svg) !important;
	background-repeat: no-repeat !important;
	background-position: right .7em top 50%, 0 0 !important;
}

.ui-widget.ui-widget-content {
	border: none !important;
	background: #D9D9D9;
	height: 8px;
	border-radius: 100px;
}

.ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min {
	background: #085C52;
	border-radius: 100px;
}

.innerSlider {
	margin: 30px 0;
}

.ui-slider-handle.ui-corner-all.ui-state-default {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fff;
	border-color: #085C52;
	top: -8px;
	outline: none;
	cursor: pointer;
}


.dopDataSliderRow {
	display: flex;
	justify-content: space-between;
}

.itemDopData {
	width: calc(33.33% - 15px);
	border: 1px solid #818181 !important;
	border-radius: 5px !important;
	height: 54px;
	display: flex;
	align-items: center;
	padding: 10px 15px;
}


.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-checkbox + label {
	display: inline-flex;
	align-items: center;
	user-select: none;
	cursor: pointer;
}

.custom-checkbox+label::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 2px solid #818181;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	border-radius: 2px;
}

.custom-checkbox:checked+label::before {
	border-color: #085C52;
	background-color: #085C52;
}

.dopTitleSlider {
	font-weight: 700;
	margin-bottom: 7px;
}

.max-min {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	color: #7C7C7C;
	font-size: 15px;
}

.resSliderRow {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.viborRes {
	font-weight: 700;
}

.summResultBlock {
	display: flex;
}

.allSumm {
	font-size: 24px;
	font-weight: 700;
}

.discontSumm {
	text-decoration: line-through;
	color: #222222;
	position: relative;
	top: -10px;
	margin-left: 10px;
}

.zakazatCalc .btnGreen {
	width: 100%;
	display: block;
	padding: 18px;
}

.zakazatCalc {
	margin-top: 30px;
}

.hideGroup {
	display: none;
}

.hideGroup.activeOption {
	display: block;
}

.allSumm.startHide, .discontSumm.startHide, .viborRes.startHide {
	display: none;
}














































/* responsive  */

@media  (max-width: 1200px) {  

} 
/* //max-width: 1200px */  

@media  (max-width: 991px) { 
	
	.topRowCalc, .dopDataSliderRow {
		display: flex;
		justify-content: space-between;
	}

	.itemDataCalc, .itemDopData {
		margin-bottom: 10px;
	}

	.itemDopData {
		width: calc(33.33% - 5px);
	}

	.itemDataCalc {
		width: calc(50% - 5px);
	}

	.topRowCalc {
		flex-wrap: wrap;
	}

	.itemDataCalc.dataCalcPerson {
		width: 100%;
	}





} 
/* //max-width: 991px */  



@media (max-width: 800px) {  

}  
/* //max-width: 800px */  




@media (max-width: 767px) {  

	.bodyCalc {
		max-width: 500px;
		margin: 0 auto;
	}

} 
/* //max-width: 768px */ 






@media(max-width: 640px) {  

}  
/* //max-width: 640px */  








@media (max-width: 480px) { 

	[tooltip]::after {
		width: 124px;
		font-size: 12px;
	}

	[tooltip]:not([flow])::after {
		right: -85px;
	}

	

} 
/* //max-width: 480px */  


@media (max-width: 400px) { 

} 
/* //max-width: 400px */







