.ui-slider {
	
	height: 1px;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
	/*margin-bottom: 30px;*/
	
}

.ui-slider-range-min {
	
	border-top: 1px solid #000 !important;
	
}

.ui-slider-handle {
	
	width: 34px !important;
	height: 20px !important;
	border: none !important;
	border-radius: 10px;
	outline: none !important;
	background-color: #21d760 !important;
	top: -0.6em !important;
	margin-left: -1em !important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	
	
}

.ui-slider-handle:hover {
	
	cursor: pointer;
	
}

.calculator-wrapper {

    padding: 54px 126px 40px 68px;
    background-color: #f0f0f5;

}

.calculator-info-text {

    font-size: 60px;
    line-height: 55px;
    font-weight: 700;

}

.calculator-control-pane .pills-wrapper {

    margin-bottom: 24px;

}

.calculator-control-pane .pills-wrapper button {

    display: block;
    color: #000;
    border-radius: 25px;
    font-size: 16px;
    padding: 15px 32px;
    margin-bottom: 16px;
    cursor: pointer;
	border: 1px solid #e4e4e4;
	background: #fff;

}

.calculator-control-pane .pills-wrapper button:hover {

    background-color: #4b4b4b;
    color: #fff;

}

.calculator-control-pane .pills-wrapper button.selected {

    background: #21d760 !important;
    color: #fff !important;

}

.p_value_label, .project_amount, .project_amount_info {
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 14px;
    color: #c0c0c0;
    display: block;
	padding-left: 20px;
}

.polzunok-value {
    margin-bottom: 10px;
    width: 199px;
    border-radius: 30px;

}

.polzunok_container {
    flex-direction: column;
    margin-bottom: 10px;
    top: -11px;
    position: relative;
    padding: 0 12px;
	width: 199px;

}

.ui-widget-content {
    background: none;
}

.polzunok-wrapper.black-buttons .ui-slider-range-min {
    
    border-top: 1px solid #000 !important;

}

.control-pane-wrapper {

    width: 260px;

}

.first-value, .center-value, .last-value {
    width: 11px;
    height: 11px;
    background: #c0c0c0;
    border-radius: 50%;
}

.polzunok_grade {
    width: 100%;
    top: -6px;
    position: relative;
}

#pr_amount_summ {
    font-size: 36px;
    color: #000;
    font-weight: 700;
	padding-left: 20px;
}

.pr_amount_summ {
	
	font-size: 36px;
    color: #585858;
    font-weight: 500;
	margin-right: 3px;
	
}


.first-value-digit, .center-value-digit, .last-value-digit {
    font-size: 12px;
    margin-top: 7px;
    line-height: 1em;
    font-weight: 400;
	position: relative;
	color: #c0c0c0;
}

.first-value-digit {
	
	left: 2px;
	
}

.center-value-digit,
.last-value-digit {
	
	left: 10px;
	
}

.last-value-digit {
	
	left: 6px;
	
}

/*-----------------ADAPTIVE SECTION-----------------------*/

/* Мобильные устройства (портретная ориентация) */
@media (max-width: 430px) {

    .calculator-info-text {
        font-size: 32px;
        line-height: 30px;
    }

    .calculator-info-pane {

        padding-top: 32px;
        padding-bottom: 32px;

    }
    
    .calculator-control-pane {

        padding-top: 32px;
		padding-bottom: 32px;
		border-bottom: 1px solid #585858;

    }

    .calculator-wrapper {
        padding: 40px;
        background-color: #f5f5f5;
        text-align: center;
    }

    .calculator-control-pane .pills-wrapper button {
        font-size: 14px;
        margin-left: auto;
        margin-right: auto;
    }

    .calculator-control-pane .pills-wrapper button:hover {
        background-color: unset;
        color: unset;
    }
	
	.calculator-info-pane .hi_btn {

        margin: auto;

    }

    .polzunok-value {

        margin-left: auto;
        margin-right: auto;

    }
	
	.polzunok_container {
    
		width: 80%;
        margin-left: auto;
        margin-right: auto;
	
	}
    
}

/* Планшеты (портретная ориентация) */
@media (min-width: 426px) and (max-width: 768px) {
	
	.calculator-info-text {
        font-size: 32px;
        line-height: 30px;
    }

    .calculator-info-pane {

        padding-top: 32px;
        padding-bottom: 32px;

    }
    
    .calculator-control-pane {

        padding-top: 32px;
		padding-bottom: 32px;
		border-bottom: 1px solid #585858;

    }

    .calculator-wrapper {
        padding: 40px;
        background-color: #f5f5f5;
        text-align: center;
    }

    .calculator-control-pane .pills-wrapper button {
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
    }

    .calculator-control-pane .pills-wrapper button:hover {
        background-color: unset;
        color: unset;
    }
	
	.calculator-info-pane .hi_btn {

        margin: auto;

    }

    .polzunok-value {

        margin-left: auto;
        margin-right: auto;

    }
	
	.polzunok_container {
    
		width: 80%;
        margin-left: auto;
        margin-right: auto;
	
	}

}

/* Планшеты (альбомная ориентация) и небольшие ноутбуки */
@media (min-width: 769px) and (max-width: 1024px) {
	
	.calculator-info-text {
        font-size: 34px;
        line-height: 42px;
    }
	
	.calculator-wrapper {
		
		padding: 54px 46px 40px 46px;
		
	}
	
	.built-in-tags {
	
		padding: 30px 0;
		
	}
	
	.tags_wrapper {
		
		gap: 52px;
		
	}


}

/* Ноутбуки и десктопы */
@media (min-width: 1025px) and (max-width: 1440px) {
	
	

}

/*-----------------ADAPTIVE SECTION-----------------------*/