



@font-face {
    font-family: 'Gilroy';
    src:url('https://lively-jelly-00bd33.netlify.app/NotoSans-Medium.ttf') format('truetype');
    font-weight: "normal";
    font-style: normal;
}




* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: none;
	box-sizing: border-box;
	list-style: none;
	border-radius: 0;
	color: #fff;
	font-family: "Gilroy",sans-serif
}

b,
strong {
	font-size: inherit;
	font-weight: 700;
	line-height: inherit;
	letter-spacing: inherit
}
h2{
    font-weight: 400;
}

button,
input,
select {
	-webkit-appearance: none;
	-moz-appearance: none
}

b,
strong {
	font-weight: 700;
	font-size: inherit;
	line-height: inherit;
	color: inherit
}

b *,
strong * {
	font-weight: 700;
	font-size: inherit;
	line-height: inherit;
	color: inherit
}

em,
i {
	font-size: inherit;
	line-height: inherit;
	color: inherit
}

em *,
i * {
	font-size: inherit;
	line-height: inherit;
	color: inherit
}

:focus {
	outline: transparent
}
.h3{
	font-weight: 400;
}
span{
	color: #fff;
}

body {
	overflow-x: hidden;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh
}

body main {
	overflow: hidden
}

body footer {
	margin-top: auto;
	margin-bottom: 0
}

input[type=submit] {
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}
.calcLeasing__subtitle{
	font-size: 24px;
	font-weight: 300;
}

.calcLeasing {
	margin: auto;
	padding: 20px;
	background-color: #0B8EC5;
	box-shadow: none;
	width: 100%;
	height: 100%;
	max-width: 799px;
	max-height: 377px;
	display: flex;
	gap: 15px;
    border-radius: 10px;
	justify-content: space-between;
    flex-direction: column;
	
}
.calcLeasing__title{
    font-size: 20px;
	padding-right: 20px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width: 50%;
	padding-left: 10px;
}
.calcLeasing__header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.calcLeasing__logo{
    width: 250px;
}
.calcLeasing__body{
    width: 100%;
}
.calcLeasing__wrapper{
    display: flex;
    width: 100%;
    gap: 40px;
    align-items: center ;
}
.calcLeasing__percentBlock{
    display: flex;
    padding: 10px;
    background-color: #3ED0F2;
    height: 75px;
    border-radius: 10px;
    margin-top: 10px;
    width: 50%;
	
}

.calcLeasing__percent{
    flex:1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.calcLeasing__percent p{
	font-size: 20px;
    margin-left: 5px;
}
.calcLeasing__period{
    font-weight: 400;
	width: 50%;
	text-align: end;
	padding-right: 20px;
    font-size: 20px;
}
.selected{
    background-color: #fff;
    border-radius: 5px;
}
.selected p{
    color: #0B8EC5;
}
.calcLeasing__result{
    width: 100%;
    background-color: #3ED0F2;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}
.calcLeasing__submit{
    background-color:#E82859;
    height: 100%;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px;
}
.calcLeasing__submit_uz{
    background-color:#E82859;
    height: 100%;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px;
}

.calcLeasing__submit p{
    color: #fff;
    text-align: center;
}
.calcLeasing__submit_uz p{
    color: #fff;
    text-align: center;
}

.calcLeasing__info{
    margin-top: 0px;
}

.api-calculator-cont .leftPart {
	width: 50%;
	min-width: 380px
}

.api-calculator-cont .rightPart {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 24px
}

.api-calculator-cont .rightPart .logo_here img {
	display: block;
	width: 220px
}

.api-calculator-cont .rightPart .result-item {
	text-align: center
}

.api-calculator-cont .rightPart .result-item .label {
	display: block;
	color: #b9babc;
	font-size: 13px;
	font-weight: 700
}

.api-calculator-cont .rightPart .result-item .resultInput_text {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 28px;
	color: #091639;
	font-weight: 700;
	border: none;
	background: 0 0
}

.api-calculator-cont .rightPart .btn {
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 20px 40px;
	border: none;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	border-radius: 99px;
	background: #fbb03a;
	color: #343f3e;
	cursor: pointer;
	transition: .4s;
	text-decoration: none;
	text-transform: uppercase
}

.api-calculator-cont .rightPart .btn:hover {
	background: #091639;
	color: #fff
}

.mainCalc {
	background: #091639;
	border-radius: 20px;
	padding: 10px !important
}

.mainCalc__item {
	background: #fff;
	border-radius: 10px;
	padding: 12px;
	margin-bottom: 10px
}

.mainCalc__item:last-child {
	margin-bottom: 0
}

.mainCalc__item-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%
}

.mainCalc__item-label label {
	display: block;
	color: #b9babc;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap
}

.mainCalc__item-label input {
	display: block;
	width: 100%;
	font-size: 22px;
	color: #091639;
	font-weight: 700;
	border: none;
	background: 0 0;
	text-align: right
}

.mainCalc__item-slider .slider-dev {
	position: relative;
	background: #fbb03a
}

.mainCalc__item-slider .slider-dev .ui-slider-range {
	height: 3px;
	background: #091639
}

.mainCalc__item-slider .slider-dev.car {
	width: calc(100% - 64px);
	margin: 30px auto 0
}

.mainCalc__item-slider .slider-dev.car:before {
	content: "";
	position: absolute;
	right: 100%;
	bottom: 0;
	width: 32px;
	height: 3px;
	background: #091639
}

.mainCalc__item-slider .slider-dev.car:after {
	content: "";
	position: absolute;
	left: 100%;
	bottom: 0;
	width: 32px;
	height: 3px;
	background: #fbb03a
}

.mainCalc__item-slider .slider-dev.car .ui-slider-handle {
	position: absolute;
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	display: block;
	width: 64px;
	height: 30px;
	border-bottom: 3px solid #091639;
	background-image: url(https://auto-money.kz/wp-content/themes/a-template/assets/img/car_svg.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	z-index: 3
}

.mainCalc__item-slider .slider-dev:not(.car) {
	width: calc(100% - 18px);
	margin: 20px auto 0
}

.mainCalc__item-slider .slider-dev:not(.car):before {
	content: "";
	position: absolute;
	right: 100%;
	bottom: 0;
	width: 9px;
	height: 3px;
	background: #091639
}

.mainCalc__item-slider .slider-dev:not(.car):after {
	content: "";
	position: absolute;
	left: 100%;
	bottom: 0;
	width: 9px;
	height: 3px;
	background: #fbb03a
}

.mainCalc__item-slider .slider-dev:not(.car) .ui-slider-handle {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 99px;
	background: #091639;
	cursor: pointer;
	z-index: 3
}

.mainCalc__item-bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 5px
}

.mainCalc__item-bottom p {
	color: #b9babc;
	font-size: 13px;
	font-weight: 700
}

.mainCalc__result span {
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	display: block
}

.mainCalc__result input {
	font-size: 32px;
	color: #fff;
	font-weight: 700;
	border: none;
	background: 0 0;
	display: block;
	width: 100%
}

.mainCalc .btn-yellow {
	margin: 0 auto 0;
	border: 5px solid #fff;
	-webkit-transform: translateY(50%);
	transform: translateY(50%)
}
.calcLeasing__resultItem div{
	font-size: 20px;
}

#next{
	display: none;
}

.phone{
	font-weight: 600;
	color: #0B8EC5;
}
.calcLeasing__phone{
	padding: 10px;
	border-radius: 5px;
	background-color: #fff;
	display: block;
	min-width: 158px;


}

@media screen and (max-width:660px) {
	.calcLeasing__phone{
		padding: 6px;
		min-width: 120px;
	}
	.phone{
		font-size: 12px;
		min-width: 115px;
		text-align: center	;
	}
	#next{
		display: block;
	}
	.calcLeasing__logo{
        width: 130px;
    }
    .calcLeasing__title{
        font-size: 14px;
		padding-right: 0px;
    }
    .calcLeasing{
        padding: 10px;
		gap: 10px;
    }
    .calcLeasing__body h2{
        font-size: 12px;
    }
    .calcLeasing__wrapper{
        flex-direction: column;
        gap: 10px;
    }
    .calcLeasing__percentBlock{
        width: 100%;
        height: 30px;
		padding: 0px;
    }
    .calcLeasing__period{
        font-size: 12px;
        width: 100%;
		padding-right: 20px;
		text-align: start;
    }
	.calcLeasing__subtitle{
		font-size: 14px;
	}
	.calcLeasing__percent p{
		font-size: 12px;
	}
	.calcLeasing__resultItem div{
		font-size: 12px;
	}
	.calcLeasing__submit p{
		font-size: 12px;
	}
	.calcLeasing__submit_uz p{
		font-size: 12px;
	}
	.calcLeasing__result{
		height: 60px;
		padding: 5px;
	}
	.calcLeasing__info{
		font-size: 10px;
	}
	.calcLeasing__submit{
		width: 170px;
	}
	.calcLeasing__submit_uz{
		width: 135px;
	}	
}