@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

body {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 400;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-o-text-size-adjust: none;
	position: relative;
	background-color: #FFF;
	overflow-anchor: none;
}
body, body a {
	color: #000;
}
body.scroll-off {
	overflow: hidden;
}
@font-face {
    font-family: 'Bender';
    src: local('Bender'), url("../fonts/bender.c659bf3ab16a.woff2") format('woff2'), url("../fonts/bender.2346a2544c95.woff") format('woff'), url("../fonts/bender.a00b95b9b834.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Bender Bold';
    src: local('Bender Bold'), local('Bender-Bold'), url("../fonts/benderbold.90948e0bb4db.woff2") format('woff2'), url("../fonts/benderbold.e37d4ed033f9.woff") format('woff'), url("../fonts/benderbold.895334c90c80.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}
.container {
	padding: 0;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: normal;
		-ms-flex-align: normal;
			align-items: normal;
}
.duration {
	-webkit-transition-duration:.3s;
			-o-transition-duration:.3s;
			transition-duration:.3s;
}
.inner {
	margin: 0 20px;
}
h2, h3, h4, h4, h5, .btn {
	font-family: 'Bender Bold', sans-serif;
	font-weight: 700;
}
/* colors bind_card */
.card__btn {
	background-color: #5b43bb;
}
h2.margin-but, h3.margin-but, h4.margin-but, h5.margin-but {
	margin-bottom: 30px;
}
h2.margin-but-20, h3.margin-but-20, h4.margin-but-20, h5.margin-but-20 {
	margin-bottom: 20px;
}
h2.left, h3.left, h4.left, h5.left {
	text-align: left;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIzIDhMMTIuNTg4MiAxNS41NzIyQzEyLjIzNzUgMTUuODI3MyAxMS43NjI1IDE1LjgyNzMgMTEuNDExOCAxNS41NzIyTDEgOCIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==') no-repeat calc(100% - 15px) calc(50% + 2px);
	background-size: 15px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.section__title {
		font-size: 24px;
		line-height: 29px;
		font-weight: 700;
		text-align: center;
		letter-spacing: 0.02em;
		margin-bottom: 30px;
}
@media (min-width: 1200px) {
	.section__title {
		font-size: 36px;
		line-height: 44px;
		padding-top: 10px;
	}
}
@media (min-width: 1900px) {
	.section__title {
		padding-top: 0;
		font-size: 64px;
		line-height: 78px;
	}
}
/* if affiliate_id */
@media (max-width: 720px) {
	body.cut #aboutService,
	body.cut #steps,
	body.cut #cards,
	body.cut #advantage,
	body.cut #choice,
	body.cut #fillForm {
		display: none;
	}
	body.cut {
		min-height: auto;
	}
	body.cut .content-calculator {
		margin-bottom: 0;
	}
	body.cut .box-calculator {
		padding: 10px 0;
	}
}

/* header */
#header .header-logo {
	max-width: 200px;
}
/* /header */

/* plus-seven */
	.plus-seven {
		position: relative;
	}
	.plus-seven::before {
		position: absolute;
		content: "+7";
		left: 20px;
		top: 0;
		bottom: 0;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 14px;
		line-height: 46px;
		letter-spacing: 0.02em;
		pointer-events: none;
	}
	#mainForm fieldset .plus-seven input:not([type="submit"]) {
		padding-left: 40px;
		width: calc(100% - 60px);
		box-sizing: content-box;
	}
/* /plus-seven */

/* input[type="range"] */
	input[type="range"] {
		-webkit-appearance: none;
		position: relative;
		width: 100%;
		display: block;
		background: #CAE0FE;
		border-radius: 5px;
		height: 8px;
	}

	/* thumb */
	input[type="range"]::-webkit-slider-thumb {
		width: 30px;
		-webkit-appearance: none;
		height: 30px;
		cursor: pointer;
		-webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
				box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
		border-radius: 10px;
	}
	input[type="range"]::-moz-range-thumb {
		width: 30px;
		-moz-appearance: none;
		height: 30px;
		cursor: pointer;
		-moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
			 box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
		border-radius: 10px;
	}
	input[type="range"]::-ms-range-thumb {
		width: 30px;
		-ms-appearance: none;
		height: 30px;
		cursor: pointer;
		-ms-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
			box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
		border-radius: 10px;
	}
	/* /thumb */

	/* progress */
	input[type="range"]::range-progress {
		border-radius: 5px;
		height: 8px;
	}
	input[type="range"]::-webkit-range-progress,
	input[type="range"]::-moz-range-progress,
	input[type="range"]::-ms-range-progress {
		border-radius: 5px;
		height: 8px;
	}
	input[type="range"]::-webkit-slider-runnable-track,
	input[type="range"]::-moz-range-track,
	input[type="range"]::-ms-fill-lower {
	}
	input[type="range"]::-webkit-fill-lower,
	input[type="range"]::-moz-fill-lower,
	input[type="range"]::-ms-fill-lower {
		border-radius: 5px;
		height: 8px;
	}
	input[type="range"]::-webkit-fill-lower,
	input[type="range"]::-moz-fill-lower,
	input[type="range"]::-ms-fill-upper {
		border-radius: 5px;
		height: 8px;
	}
	/* /progress */
/* /input[type="range"] */

/* popup */
.popup__btn {
	background: linear-gradient(268.71deg, #7a029f 0%, #c41aec 100%);
}
/* /popup */

/* service */
.service {
	padding: 40px 0 50px;
}

.service-contacts {
	margin-bottom: 20px;
}

.service-contacts__item,
.service-report__item {
	border: 5px solid rgba(33, 129, 255, 0);
  box-shadow: 0px 0 20px rgba(0, 0, 0, 0.2);
}

.service-contacts__item:not(:last-child),
.service-report__item:not(:last-child) {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
  .service-contacts__item:not(:last-child),
	.service-report__item:not(:last-child) {
		margin-bottom: unset;
		margin-right: 20px;
	}
}

.service-report__item-title {
	font-size: 24px;
}

.service-report__item-btn {
	background: linear-gradient(268.71deg, #c41aec 0%, #7a029f 100%);
	color: #FFFFFF;
}
/* /service */

/* our-partners */
.our-partners__item-btn {
	background: linear-gradient(268.71deg, #c41aec 0%, #7a029f 100%);
	color: #FFFFFF;
	font-size: 18px;
	line-height: 140%;
}
/* /our-partners */

/* reviews */
.reviews {
	padding: 40px 0;
}

@media (min-width: 1500px) {
  .reviews {
    padding: 60px 0;
  }
}

.reviews__title {
	padding-top: 0;
	font-family: 'Bender Bold', sans-serif;
}

.reviews__item-quote svg {
	fill: #c41aec;
}

.reviews__navigation-prev,
.reviews__navigation-next {
	border: 1px solid #c41aec;
}

.reviews__navigation-progressbar>.swiper-pagination-progressbar-fill {
	background: #c41aec !important;
}
/* /reviews */

/* #sectionTop */
	body.white #sectionTop {
		background: #FFF;
	}
	#sectionTop.inner-page {
		padding-bottom: 10px;
		margin-bottom: -10px;
		position: relative;
		overflow: hidden;
	}
	#sectionTop.inner-page::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 10px;
		border-radius: 10px 10px 0 0;
		background-color: #FFF;
	}

	/* box-calculator */
	.box-calculator {
		border-radius: 30px 30px 0 0;
		padding: 40px 0 0;
		background: url("../images/calc.8df002ca30fc.png") no-repeat 50% 0;
		background-size: cover;
		flex-direction: column;
		line-height: 50px;
	}
	/* title-calculator-mob */
	.title-calculator-mob {
		width: 310px;
		margin: 0 auto;
	}
	/* /title-calculator-mob */

	/* title-calculator */
	.title-calculator {
		text-align: center;
	}
	.title-calculator .top p {
		font-family: 'Bender Bold', sans-serif;
		font-weight: 700;
		font-size: 36px;
		line-height: 37px;
		letter-spacing: 0.02em;
		text-transform: uppercase;
	}
	.title-calculator .top p > b {
		color: #FFF;
	}
	.title-calculator .top p span {
		border-radius: 4px;
		line-height: 37px;
		display: inline-block;
		position: relative;
		color: #3a004c;
	}
	.title-calculator .top p span i {
		position: absolute;
		left: 4px;
		right: 4px;
		top: 36px;
		user-select: none;
	}
	.title-calculator .fot p {
		font-size: 18px;
		line-height: 21px;
		letter-spacing: 0.02em;
		color: #010cb1;
		opacity: .75;
	}
	/* /title-calculator */

	/* content-calculator */
	.content-calculator {
		position: relative;
		margin: 30px 20px 50px;
	}
	/* form-calculator */
	.form-calculator {
		position: relative;
		padding: 20px;
		min-height: 200px;
	}
	.form-calculator h4 {
		font-size: 18px;
		line-height: 22px;
		letter-spacing: 0.02em;
		color: #000000;
		text-align: center;
		margin-bottom: -10px;
	}
	.form-calculator h4.small {
		font-size: 14px;
	}
	.form-calculator fieldset {
		margin-top: 30px;
	}
	.form-calculator fieldset div {
		justify-content: space-between;
		margin-bottom: 10px;
	}
	.form-calculator fieldset div p {
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 0.02em;
		color: #000000;
	}
	.form-calculator fieldset div p .color {
		font-family: 'Bender Bold', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
	}
	.form-calculator fieldset div p.bold {
		font-size: 16px;
		line-height: 20px;
		text-align: right;
		letter-spacing: 0.02em;
		color: #000000;
	}
	.form-calculator fieldset div p.bold,
	.form-calculator fieldset div p.bold span {
		font-weight: 700;
	}
    .form-calculator fieldset .editSum {
        margin: 0;
        background: #FFF;
        border-radius: 5px;
        padding: 0 5px;
    }
    .form-calculator fieldset .editSum input {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        line-height: 20px;
        text-align: right;
        letter-spacing: 0.02em;
        font-weight: 700;
        color: #000000;
        margin-right: 5px;
        width: 100px;
    }
	.form-calculator .submit {
		border-radius: 8px;
		font-size: 16px;
		line-height: 20px;
		text-align: center;
		letter-spacing: 0.02em;
		padding: 15px 0 20px;
		display: block;
		width: 100%;
		margin-top: 20px;
		cursor: pointer;
	}
	.form-calculator fieldset .checkbox-text label,
	.form-calculator fieldset .checkbox-text span {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
		color: rgba(0, 0, 0, 0.75);
		margin: 0;
	}
	.form-calculator fieldset .checkbox-text {
		padding: 10px 0 10px 34px;
		position: relative;
		overflow: hidden;
	}
	.form-calculator fieldset .checkbox-text label {
		display: inline-block;
	}
	.form-calculator fieldset .checkbox-text label,
	.form-calculatorfieldset .checkbox-text span {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
		color: rgba(0, 0, 0, 0.75);
		margin: 0;
	}
	.form-calculator fieldset .checkbox-text .link,
	.form-calculator fieldset .checkbox-text a {
		color: rgba(0, 0, 0, 0.75);
		text-decoration: underline;
		cursor: pointer;
	}
	.form-calculator fieldset .checkbox .checkmark {
		position:absolute;
		top: 0;
		left: 0;
		width: 24px;
		height: 24px;
		background: #FAFAFB;
		box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.75);
		border-radius: 8px;
	}
	.form-calculator fieldset .checkbox  .checkmark {
		top: 50%;
		margin-top: -12px;
	}
	.form-calculator fieldset .checkbox input:checked ~ .checkmark:after {
		opacity:1
	}
	.form-calculator fieldset .checkbox .checkmark:after {
		content:'';
		opacity:0;
		left:0;
		top:0;
		width: 24px;
		height: 24px;
		position:absolute;
		display: block;
		border-radius: 8px;
		background: url("../images/checkmark.5495cafe33b6.png") no-repeat 50% 50%;
	}
	.form-calculator fieldset .checkbox input {
		position: absolute;
		z-index: -1;
		left: 2px;
		top: 50%;
		width: 20px;
		height: 20px;
		transform: translate(0, -50%);
		border-radius: 10px;
		/* opacity: 0; */
	}
	.form-calculator .mob-none {
		display: none;
	}
	/* /form-calculator */

	/* advantage-calculator */
	.advantage-calculator {
		/* margin: 35px 20px 0; */
		padding: 35px 20px 20px;
		background-color: #FFF;
	}
	.advantage-calculator .title-calculator {
		display: none;
	}
	.advantage-calculator .advantage-items {
		display: none;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		max-width: 400px;
	}
	.advantage-calculator .item {
		justify-content: flex-start;
		align-items: center;
		width: 100%;
	}
	.advantage-calculator .item .icon {
		flex-shrink: 0;
		align-items: center;
		justify-content: center;
		margin-right: 20px;
	}
	.advantage-calculator .item .icon img {
		width: 48px;
		height: 48px;
	}
	.advantage-calculator .item .conent {
		flex-direction: column;
		justify-content: flex-start;
	}
	.advantage-calculator .item .conent h5 {
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0.02em;
		margin-bottom: 8px;
	}
	.advantage-calculator .item .conent .info {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.02em;
	}
	.advantage-calculator .hr {
		height: 2px;
		border-radius: 1px;
		background-color: #F4F4F4;
		width: calc(100% - 100px);
		margin: 15px 0 15px auto;
		opacity: 0;
	}
	/* /advantage-calculator */
	/* /content-calculator */
	/* /box-calculator */
/* /sectionTop */

/* titlePage */
	#titlePage {
		padding: 0 0 10px;
		display: none;
	}
	body.calc #titlePage {
		display: block;
	}
	#titlePage .title-calculator .fot p {
		text-align: center;
	}
/* /titlePage */

/* menuSteps */
	#menuSteps {
		position: relative;
	}
	body.calc #menuSteps {
		display: none;
	}
	#menuSteps .inner-menu-steps {
		padding-left: 20px;
	}
	#menuSteps .menu-steps {
		flex-direction: row;
		width: 100%;
		overflow: hidden;
	}
	#menuSteps .menu-steps .item {
		padding: 20px 30px;
		position: relative;
	}
	#menuSteps .menu-steps .item::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 4px;
	}
	#menuSteps .menu-steps .item p {
		white-space: nowrap;
		font-family: 'Bender Bold', sans-serif;
		font-weight: 700;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		letter-spacing: 0.02em;
		color: #000000;
		opacity: .75;
	}
	 /* #menuSteps none */
	body[data-active-step="3"] #menuSteps .menu-steps .item:nth-child(1),
	body[data-active-step="4"] #menuSteps .menu-steps .item:nth-child(1),
	body[data-active-step="4"] #menuSteps .menu-steps .item:nth-child(2),
	body[data-active-step="5"] #menuSteps .menu-steps .item:nth-child(1),
	body[data-active-step="5"] #menuSteps .menu-steps .item:nth-child(2),
	body[data-active-step="5"] #menuSteps .menu-steps .item:nth-child(3) {
		display: none;
	}
	/* #menuSteps .menu-steps .item.active p, */
	body[data-active-step="1"] #menuSteps .menu-steps .item:nth-child(1) p,
	body[data-active-step="2"] #menuSteps .menu-steps .item:nth-child(1) p,
	body[data-active-step="3"] #menuSteps .menu-steps .item:nth-child(2) p,
	body[data-active-step="4"] #menuSteps .menu-steps .item:nth-child(3) p,
	body[data-active-step="5"] #menuSteps .menu-steps .item:nth-child(3) p {
		opacity: 1;
	}
	/* #menuSteps .menu-steps .item.active p.long, */
	body[data-active-step="1"] #menuSteps .menu-steps .item p.long,
	body[data-active-step="2"] #menuSteps .menu-steps .item p.long,
	body[data-active-step="3"] #menuSteps .menu-steps .item p.long,
	body[data-active-step="4"] #menuSteps .menu-steps .item p.long,
	body[data-active-step="5"] #menuSteps .menu-steps .item p.long {
		display: none;
	}
	#menuSteps .menu-steps .item p.shot {
		display: none;
	}
	body[data-active-step="1"] #menuSteps .menu-steps .item p.shot,
	body[data-active-step="2"] #menuSteps .menu-steps .item p.shot,
	body[data-active-step="3"] #menuSteps .menu-steps .item p.shot,
	body[data-active-step="4"] #menuSteps .menu-steps .item p.shot,
	body[data-active-step="5"] #menuSteps .menu-steps .item p.shot {
		display: block;
	}
	body[data-active-step="5"] #menuSteps .menu-steps {
		justify-content: center;
	}
/* /menuSteps */

/* circs */
	#circs {
		flex-direction: row;
		padding: 10px;
		justify-content: space-between;
	}
	#circs .edit,
	#circs.show .on,
	#circs.hidden .off {
		display: none;
	}
	#circs.show .show {
		display: none;
	}
	body.calc #circs.show {
		background: none;
		padding: 0;
	}
	#circs .hr {
		margin: 20px 0;
		height: 1px;
		background: rgba(255, 255, 255, 0.25);
	}
	#circs .item {
		flex-direction: column;
		align-items: center;
	}
	#circs .item .icon {
		width: 35px;
		overflow: hidden;
		flex-shrink: 0;
		margin-bottom: 5px;
	}
	#circs .item .icon svg {
		float: left;
		width: 100%;
		height: auto;
	}
	#circs .item .content {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	#circs .item .content .name p {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.02em;
		color: rgba(255, 255, 255, 0.75);
		margin-bottom: 3px;
	}
	#circs .item .content .info p {
		font-family: 'Bender Bold', sans-serif;
		font-weight: 700;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0.02em;
		color: #FFFFFF;
	}
	#circs .item .content .info.on p {
		width: 80px;
	}
	#circs .item .content .input-edit {
		position: relative;
	}
	#circs .item .content .input-edit input {
		width: 70px;
		background-color: #FFF;
		border-radius: 3px;
		background-repeat: no-repeat;
		font-family: 'Bender Bold', sans-serif;
		font-weight: 700;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0.02em;
		color: #010cb1;
		text-align: center;
		padding: 0 10px 0 0;
	}
	#circs .item .content .input-edit:before {
		content: '₽';
		position: absolute;
		right: 2px;
		top: 0;
		bottom: 0;
		color: #2a87dd;
		font-size: 11px;
		line-height: 23px;
	}
	#circs .item .content .edit p,
	#circs .item .content .edit p a {
		font-family: 'Helvetica', sans-serif;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.02em;
		text-decoration-line: underline;
		color: #FFFFFF;
		cursor: pointer;
		-webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none;   /* Chrome/Safari/Opera */
		-khtml-user-select: none;    /* Konqueror */
		-moz-user-select: none;      /* Firefox */
		-ms-user-select: none;       /* Internet Explorer/Edge */
		user-select: none;           /* Non-prefixed version, currently not supported by any browser */
	}
	#circs .item .content .edit p {
		margin: 3px 5px 0;
	}
	#circs .item .content .edit.off p {
		text-decoration: none;
		background: linear-gradient(268.71deg, #7a029f 0%, #c41aec 100%);
		padding: 0 3px;
		border-radius: 3px;
		margin: 3px 0 0 0;
	}
/* /circs */

/* mainForm */
	#mainForm {
		position: relative;
		overflow: hidden;
		padding: 40px 20px;
	}
	#mainForm.no-padding {
		padding: 0;
	}
	#mainForm .box-card {
		padding: 40px 20px 0;
	}
	#mainForm .b-form {
		padding: 0 20px;
	}
	#mainForm .w-450 {
		max-width: 450px;
		margin: 0 auto;
		text-align: center;
	}
	#mainForm .w-450 fieldset .btn {
		width: 100%;
		margin-top: 0;
	}
	#mainForm h5 {
		font-size: 14px;
		line-height: 18px;
		color: #333;
		text-align: center;
		margin-bottom: 10px;
	}
	#mainForm h5.left {
		text-align: left;
	}
	#mainForm h4 {
		font-size: 18px;
		line-height: 22px;
		text-align: center;
	}
	#mainForm h5.left,
	#mainForm h4.left {
		text-align: left;
		margin: 20px 0;
	}
	#mainForm h4 a,
	#mainForm h5 a {
		text-decoration: underline;
	}
	form span.error {
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 19px;
		letter-spacing: 0.02em;
		padding: 10px;
		background: #FF5C5C;
		box-shadow: 0px 0px 0px 2px rgba(255, 0, 0, 0.15);
		border: 2px solid #FF5C5C;
		color: #FFF;
		margin: 10px 0 10px 2px;
		display: inline-block;
	}
	form span.success {
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 19px;
		letter-spacing: 0.02em;
		padding: 10px 10px 10px 20px;
		margin: 10px 0 10px 2px;
		display: inline-block;
		position: relative;
	}
	form span.success::before {
		content: '✓';
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		line-height: 35px;
		font-size: 24px;
	}
	#mainForm fieldset {
		margin-bottom: 20px;
	}
	#mainForm fieldset.col {
		flex-direction: column;
	}
	#mainForm fieldset.w-30 {
		width: 30%;
		float: right;
		margin-bottom: 0;
	}
	#mainForm fieldset.w-65 {
		width: 65%;
		float: left;
		margin-bottom: 0;
	}
	#mainForm fieldset .captcha {
		margin: 0 -10px;
	}
	#mainForm fieldset.center {
		text-align: center;
	}
	#mainForm fieldset .b-radio {
		margin-right: 20px;
	}
	#mainForm fieldset label {
		display: block;
		font-weight: 700;
		font-size: 18px;
		line-height: 22px;
		letter-spacing: 0.02em;
		margin-bottom: 5px;
		height: 22px;
		overflow: hidden;
	}
	#mainForm fieldset .b-radio label {
		margin-bottom: 0;
	}
	#mainForm fieldset .checkbox-text {
		padding: 10px 0 10px 34px;
		position: relative;
		overflow: hidden;
	}
	#mainForm fieldset .checkbox-text label {
		display: inline-block;
	}
	#mainForm fieldset .checkbox-text label,
	#mainForm fieldset .checkbox-text span {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
		color: rgba(0, 0, 0, 0.75);
		margin: 0;
		display: inline;
	}
	#mainForm fieldset .checkbox-text .link,
	#mainForm fieldset .checkbox-text a {
		color: rgba(0, 0, 0, 0.75);
		text-decoration: underline;
		cursor: pointer;
		display: inline;
	}
	#mainForm fieldset .checkbox-text .link {
		color: #000;
	}
	#mainForm fieldset .checkbox-text .link.no-border,
	#mainForm fieldset .checkbox-text a.no-border {
		text-decoration: none;
	}
	#mainForm fieldset .checkbox-text .link.no-border:hover,
	#mainForm fieldset .checkbox-text a.no-border:hover {
		text-decoration: underline;
	}
	#mainForm fieldset input:not([type="submit"]),
	#mainForm fieldset select,
	#mainForm fieldset textarea {
		background: #F2F2F7;
		box-shadow: inset 0 0 0 2px #E6E6E8;
		border-radius: 8px;
		width: calc(100% - 40px);
		padding: 15px 20px;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 0.02em;
		color: #000;
		box-sizing: content-box;
	}
	#mainForm fieldset input[type="radio"] {
		width: 18px;
		height: 18px;
		background: #FFFFFF;
		border: 1px solid rgba(64, 152, 255, 0.5);
		border-radius: 30px;
		margin-right: 15px;
	}
	#mainForm fieldset input[type="radio"]:checked {
		background: #48c9ef;
	}
	#mainForm #addressResidence {
		display: none;
	}
	#mainForm #addressResidence.show {
		display: block;
	}
	#mainForm fieldset input.big {
		padding-bottom: 30px;
	}
	#mainForm fieldset input::placeholder {
		white-space: pre-wrap;
		font-size: 14px;
		line-height: 16px;
	}
	#mainForm fieldset select {
		width: 100%;
	}
	#mainForm fieldset textarea {
		resize: vertical;
	}
	#mainForm fieldset .checkbox input {
		position: absolute;
		z-index: -1;
		left: 2px;
		top: 50%;
		width: 20px;
		height: 20px;
		transform: translate(0, -50%);
		border-radius: 10px;
		opacity: 0;
	}
	#mainForm fieldset .checkbox .checkmark {
		position:absolute;
		top: 0;
		left: 0;
		width: 24px;
		height: 24px;
		background: #FAFAFB;
		box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.75);
		border-radius: 8px;
	}
	#mainForm fieldset .checkbox  .checkmark {
		top: 50%;
		margin-top: -12px;
	}
	#mainForm fieldset .checkbox input:checked~.checkmark:after {
		opacity:1
	}
	#mainForm fieldset .checkbox .checkmark:after {
		content:'';
		opacity:0;
		left:0;
		top:0;
		width: 24px;
		height: 24px;
		position:absolute;
		display: block;
		border-radius: 8px;
		background: url("../images/checkmark.5495cafe33b6.png") no-repeat 50% 50%;
	}
	#mainForm fieldset .btn {
		width: 100%;
		border-radius: 8px;
		display: block;
		line-height: 50px;
		font-size: 16px;
		letter-spacing: 0.02em;
		text-transform: uppercase;
		color: #FFFFFF;
		text-align: center;
		cursor: pointer;
		margin-top: 25px;
	}
	#mainForm #regStepForm fieldset .right .btn {
		margin: 0 auto 10px;
	}
	#approvedLoan .btn_text,
	#mainForm fieldset .btn_text {
		font-family: 'Bender Bold', sans-serif;
		font-weight: 700;
		display: inline-block;
		line-height: 50px;
		font-size: 16px;
		letter-spacing: 0.02em;
		text-transform: uppercase;
		color: #777;
		text-align: center;
		cursor: pointer;
		margin: 0 auto;
		background: none;
	}
	#buttonHidden.text .form_button,
	#buttonHidden:not(.text) .form_text {
		display: none;
	}
	#buttonHidden {
		text-align: center;
		order: 1;
	}
	#buttonHidden .form_text p {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.02em;
	}
	body[data-active-step="1"] #mainForm {
		padding-bottom: 0;
	}
	body[data-active-step="1"] #mainForm fieldset:last-child {
		margin-bottom: 0;
	}
	body[data-active-step="1"] #mainForm #regStepForm fieldset .right .btn {
		margin-bottom: 0;
		position: relative;
	}
	#approvedLoan .btn_text.load,
	#mainForm fieldset .btn_text.load,
	#mainForm fieldset .btn.load {
		pointer-events: none;
		cursor: wait;
		background: url("../images/loading.9bcd9b7eb35d.gif") no-repeat 50% 50% #E6E6E8;
		background-size: contain;
		color: rgba(255,255,255,0);
		border-radius: 8px;
	}
	@keyframes btn-load {
		  0% { color: rgba(255,255,255,0.6); }
		 50% { color: rgba(255,255,255,0.3); }
		100% { color: rgba(255,255,255,0.6); }
	}
	#mainForm .logos-cards {
		max-width: 300px;
		margin: 20px auto 40px;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	#mainForm .logos-cards img {
		width: auto;
		height: 24px;
	}
	#mainForm .btn-text {
		color: rgba(0,0,0,.5);
		margin: 0 auto;
	}
	#mainForm .without-card {
		text-align: center;
	}
	#mainForm .content-card {
		max-width: 400px;
		margin: 0 auto;
	}

/* /mainForm */

/* steps */
	#steps {
		padding: 40px 0;
		overflow: hidden;
	}
	#steps .steps-items {
		flex-direction: column;
	}
	#steps .steps-items .item {
		flex-direction: row;
		margin-top: 60px;
		align-items: center;
		justify-content: center;
	}
	#steps .steps-items .item:first-child {
		margin-top: 0;
	}
	#steps .steps-items .item .arrow {
		flex-direction: column;
		opacity: .25;
		margin-right: 20px;
		display: none;
	}
	#steps .steps-items .item .arrow .line {
		width: 3px;
		border-radius: 2px;
		height: 100%;
		background-color: rgba(46, 132, 255, 0.75);
		margin: 0 auto;
	}
	#steps .steps-items .item .arrow .pointer {
		flex-shrink: 0;
		margin: 5px 0 25px;
		overflow: hidden;
		width: 18px;
		height: 9px;
	}
	#steps .steps-items .item .arrow .pointer img {
		float: left;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	#steps .steps-items .item .conent {
		flex-direction: column;
		justify-content: center;
		text-align: center;
		align-items: center;
	}
	#steps .steps-items .item .num {
		width: 66px;
		height: 66px;
		margin-bottom: 15px;
		border-radius: 25px;
		overflow: hidden;
		justify-content: center;
		align-items: center;
	}
	#steps .steps-items .item .num img {
		object-fit: contain;
		width: 100%;
		height: 100%;
		object-position: 50% 50%;
	}
	#steps .steps-items .item h3 {
		font-size: 24px;
		line-height: 29px;
		letter-spacing: 0.02em;
		color: #000000;
		max-width: 90%;
	}
/* /steps */

/* cards */
	#cards {
		padding: 40px 0;
		overflow: hidden;
		margin-bottom: -154px;
		position: relative;
		z-index: 30;
	}
	.cards__title {
		text-align: center;
		letter-spacing: 0.02em;
		margin-bottom: 25px;
		padding: 15px;
		color: #8a4dc6;
	}
	@media (min-width: 768px) {
		.cards__title {
					margin-bottom: 20px;
			}
	}
	@media (min-width: 1500px) {
		.cards__title {
					padding: 0;
					margin-bottom: 50px;
			}
	}
	#cards .names {
		display: none;
	}
	#cards .box-cards {
		background: #FFFFFF;
		border-radius: 10px;
		overflow: hidden;
		padding-bottom: 40px;
	}
	#cards .cards-items {
		flex-wrap: wrap;
		justify-content: center;
		padding: 0 15px;
		margin-bottom: -9px;
	}
	#cards .cards-items .item {
		/* width: calc(50% - 10px); */
		width: calc(50vw - 50px);
		height: 17.5vw;
		margin: 0 5px 9px;
		flex-shrink: 0;
	}
	#cards .cards-items .item svg,
	#cards .cards-items .item img  {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
/* /cards */

/* advantage */
	#advantage {
		padding: 154px 0 40px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.advantage__title {
		text-align: center;
		letter-spacing: 0.02em;
		color: #FFFFFF;
		margin-bottom: 30px;
		padding-top: 40px;
	}
	@media (min-width: 768px) {
		.advantage__title {
				margin-bottom: 20px;
		}
	}
	@media (min-width: 1500px) {
		.advantage__title {
				margin-bottom: 50px;
		}
	}
	@media (min-width: 1900px) {
		.advantage__title {
			padding-top: 90px;
			margin-bottom: 30px;
		}
	}
	#advantage .advantage-items {
		flex-direction: column;
	}
	#advantage .advantage-items .item {
		flex-direction: column;
		background: #FFFFFF;
		border-radius: 10px;
		margin-top: 10px;
		overflow: hidden;
		padding: 20px;
		box-sizing: content-box;
	}
	#advantage .advantage-items .item .icon {
		width: 48px;
		overflow: hidden;
		margin-bottom: 20px;
	}
	#advantage .advantage-items .item .icon img {
		float: left;
		width: 100%;
		height: auto;
	}
	#advantage .advantage-items .item h4 {
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0.02em;
		color: #000000;
		margin-bottom: 15px;
	}
	#advantage .advantage-items .item .info {
		font-family: 'Bender Bold', sans-serif;
		font-weight: 700;
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 0.02em;
		color: rgba(0, 0, 0, 0.5);
	}
/* /advantage */

/* choice */
	#choice {
		position: relative;
		overflow: hidden;
		padding: 40px 0;
	}

	.loans {
		flex-direction: column;
	}
	.loans .item {
		padding: 20px;
		overflow: hidden;
		margin-top: 20px;
		background: #FFFFFF;
		border: 3px solid #E6E6E6;
		border-radius: 15px;
		flex-direction: column;
		box-sizing: content-box;
	}
	.loans .item .icon {
		overflow: hidden;
		width: 100%;
	}
	.loans .item .icon img {
		float: left;
		width: 100%;
	}
	.loans .item h4 {
		font-size: 18px;
		line-height: 22px;
		text-align: center;
		letter-spacing: 0.02em;
		color: #000000;
		margin: 20px 0;
	}
	.loans .item .info {
		flex-direction: column;
		text-align: center;
	}
	.loans .item .info p {
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		text-align: center;
		letter-spacing: 0.02em;
		color: rgba(0, 0, 0, 0.75);
	}
	.loans .item .info p .color {
		border-radius: 8px;
		line-height: 30px;
		font-size: 16px;
		letter-spacing: 0.02em;
		color: #FFF;
		display: inline-block;
		padding: 0 20px;
	}
	.loans .item .info .hr {
		height: 1px;
		margin: 8px 0;
		background-color: rgba(0, 0, 0, 0.1);
	}
	.loans .item .fot {
		margin-top: 20px;
	}
	.loans .item .fot .btn {
		border-radius: 8px;
		line-height: 43px;
		font-size: 14px;
		text-align: center;
		letter-spacing: 0.02em;
		text-transform: uppercase;
		color: #000000;
		cursor: pointer;
		display: block;
	}
/* /choice */

/* FAQ */
.faq-accordion__item-plus::before, .faq-accordion__item-plus::after {
	background-color: #c41aec;
}
.faq__btn {
	line-height: unset;
	width: fit-content;
	margin: unset;
	height: unset;
	background: linear-gradient(268.71deg, #c41aec 0%, #7a029f 100%);
}
/* /FAQ */

/* fillForm */
	#fillForm {
		padding: 20px 0;
		overflow: hidden;
	}
	#fillForm .form {
		padding: 20px;
		text-align: center;
		color: #FFF;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	#fillForm .form h3 {
		margin-bottom: 10px;
		font-size: 24px;
		line-height: 29px;
		letter-spacing: 0.02em;
	}
	#fillForm .form p {
		font-size: 16px;
		line-height: 19px;
		letter-spacing: 0.02em;
		margin-bottom: 30px;
	}
	#fillForm .form .btn {
		display: inline-block;
		cursor: pointer;
		width: 100%;
		border-radius: 8px;
		font-size: 14px;
		line-height: 47px;
		letter-spacing: 0.02em;
		text-transform: uppercase;
	}
	#fillForm .security {
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	#fillForm .security .icon {
		overflow: hidden;
		flex-shrink: 0;
	}
	#fillForm .security .icon img {
		float: left;
		width: 48px;
		height: auto;
	}
	#fillForm .security p {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.02em;
		color: rgba(0, 0, 0, 0.75);
		margin-left: 20px;
	}
/* /fillForm */

/* description */
	#description {
		background: #F4F4F4;
		border-radius: 10px;
		padding: 40px 0;
		margin-bottom: 20px;
	}
	#description p {
		padding: 0 20px;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.02em;
		color: rgba(0, 0, 0, 0.75);
		margin-bottom: 10px;
	}
	/* list-creditors */
	#description .list-creditors {
		padding: 18px;
		background: #FFFFFF;
		border-radius: 10px;
		margin: 40px 0;
	}
	#description .list-creditors h5 {
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0.02em;
		color: rgba(0, 0, 0, 0.75);
		margin-bottom: 20px;
		padding: 0;
	}
	#description .list-creditors p {
		padding: 0;
		margin-bottom: 0;
	}
	#description .list-creditors p:not(:last-child) {
		padding: 20px 0;
		border-bottom: 1px solid #f4f4f4;
	}
	#description .list-creditors p:last-child {
		padding: 20px 0;
	}
	#description .list-creditors .hr {
		height: 2px;
		background: #f4f4f4;
		margin: 20px 0;
	}
	#description ul {
		padding: 0 20px;
		margin-bottom: 40px;
	}
	#description ul li {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.02em;
		color: rgba(0, 0, 0, 0.75);
		padding-left: 22px;
		position: relative;
	}
	#description ul li::before {
		content: '';
		position: absolute;
		left: 10px;
		top: 8px;
		width: 3px;
		height: 3px;
		background: rgba(0, 0, 0, 0.75);
		border-radius: 2px;
	}
	/* /list-creditors */
/* /description */

/* conditions */
	#conditions {
		padding: 20px 0 0;
	}
	#conditions .inner-conditions .top {
		flex-direction: column;
		margin: 0 2px;
	}
	#conditions .inner-conditions .top .left {
		display: none;
	}
	#conditions .inner-conditions .top .right {
		padding: 10px;
		width: 290px;
		margin: 0 auto;
	}
	#conditions .inner-conditions .top .right .box {
		background: #FFFFFF;
		padding: 10px;
	}
	#conditions .inner-conditions .top .right .box .content {
		text-align: center;
	}
	#conditions .inner-conditions .top .right .box .content h4 {
		font-size: 20px;
		line-height: 29px;
		letter-spacing: 0.02em;
		text-transform: uppercase;
		max-width: 250px;
		margin: 0 auto 10px;
	}
	#conditions .inner-conditions .top .right .box .content p {
		font-size: 18px;
		line-height: 21px;
		letter-spacing: 0.02em;
		margin-bottom: 10px;
	}
	/* timer */
	#timer .timer__items {
		flex-direction: row;
		justify-content: center;
	}
	#timer .timer__items .timer__item {
		font-family: 'Bender Bold', sans-serif;
		font-weight: 700;
		font-size: 24px;
		line-height: 29px;
		text-align: center;
		letter-spacing: 0.02em;
	}
	/* /timer */
	#conditions .inner-conditions .fot {
		margin-top: 15px;
	}
	#conditions .inner-conditions .fot .info {
		font-size: 16px;
		line-height: 19px;
		text-align: center;
		letter-spacing: 0.02em;
		color: rgba(0, 0, 0, 0.75);
	}
	/* counter */
	#counter {
		margin-bottom: 10px;
		flex-direction: row;
		justify-content: center;
		display: none;
	}
	#counter .item {
		margin: 0 5px;
	}
	#counter .item.num {
		width: 50px;
	}
	#counter .item p {
		font-family: 'Bender Bold', sans-serif;
		font-weight: 700;
		font-size: 18px;
		line-height: 46px;
		color: rgba(0, 0, 0, 0.25);
		text-align: center;
		letter-spacing: 0.02em;
	}
	#counter .item.num p {
		font-size: 24px;
		box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
		border-radius: 6px;
	}
	/* /counter */
/* /conditions */

/* offers */
	#offers {
		padding: 20px 0 25px;
	}
	#offers .items-offers {
		flex-direction: column;
	}
	#offers .items-offers .item {
		box-shadow: inset 0 0 0 1px #F4F4F4;
		border-radius: 10px;
		margin-bottom: 10px;
		position: relative;
		overflow: hidden;
		flex-direction: column;
	}
	#offers .items-offers .item .logo {
		overflow: hidden;
		height: 50px;
		margin: 5% 8%;
	}
	#offers .items-offers .item .logo img {
		object-fit: contain;
		width: 100%;
		height: 100%;
		object-position: 50% 50%;
	}
	#offers .items-offers .item .content {
		padding: 0 10px 10px;
		margin-top: auto;
	}
	#offers .items-offers .item .content .row {
		margin-bottom: 5px;
		flex-direction: row;
	}
	#offers .items-offers .item .content .row .tick {
		width: 14px;
		height: 14px;
		overflow: hidden;
		margin: 2px 12px 2px 2px;
		flex-shrink: 0;
	}
	#offers .items-offers .item .content .row .tick svg {
		float: left;
		width: 100%;
		height: auto;
	}
	#offers .items-offers .item .content .row .text p {
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0.02em;
		color: #333333;
	}
	#offers .items-offers .item .content .row .text p.pc {
		display: none;
	}
	#offers .items-offers .item .content .row .text.bold p {
		font-weight: 700;
	}
	#offers .items-offers .item .content .hr {
		height: 1px;
		background: #ECF5FF;
		margin: 10px 0;
	}
	#offers .items-offers .item .btn {
		display: block;
		position: relative;
		z-index: 30;
		font-size: 14px;
		line-height: 37px;
		text-align: center;
		letter-spacing: 0.02em;
		text-transform: uppercase;
		border-radius: 8px;
		margin: 0 10px 10px;
	}
	#offers .items-offers .item .btn:hover {
		color: #FFF;
	}
	#offers .items-offers .item .link {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 20;
	}
/* /offers */

/* companySelection */
	#companySelection {
		padding: 20px 0;
		margin-bottom: 20px;
	}
	#companySelection .box {
		background: #F4F4F4;
		border-radius: 10px;
		overflow: hidden;
		padding: 20px;
		text-align: center;
		box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.2), 0px 10px 5px rgba(0, 0, 0, 0.2), 0px 5px 2px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.2);
	}
	.progressbar {
		width: 64px;
		height: 64px;
		overflow: hidden;
		padding: 18px;
		background: #FFF;
		margin: 0 auto 25px;
		box-shadow: 0px 61.3497px 49.0798px rgba(255, 140, 0, 0.07), 0px 25.6304px 20.5043px rgba(255, 140, 0, 0.0503198), 0px 13.7033px 10.9626px rgba(255, 140, 0, 0.0417275), 0px 7.68193px 6.14555px rgba(255, 140, 0, 0.035), 0px 4.07982px 3.26385px rgba(255, 140, 0, 0.0282725), 0px 1.6977px 1.35816px rgba(255, 140, 0, 0.0196802);
		border-radius: 50%;
		position: relative;
		box-sizing: content-box;
	}
	.progressbar svg {
		width: 116px;
		height: 116px;
		margin: -26px 0 0 -26px;
	}
	.progressbar .bg {
		fill: none;
		stroke-width: 6px;
		opacity: .25;
	}
	.progressbar .meter {
		fill: none;
		stroke-width: 6px;
		stroke-linecap: round;
		transform: rotate(-90deg);
		transform-origin: 50% 50%;
		stroke-dasharray: 360;
		stroke-dashoffset: 0;
		animation-delay: .5s;
	}
	.progressbar.start .meter {
		animation: progress 20s ease-out;
	}
	.progressbar .percent {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		font-family: 'Bender Bold', sans-serif;
		font-size: 15px;
		line-height: 18px;
		letter-spacing: 0.02em;
	}
	@keyframes progress {
		from {stroke-dashoffset: 360;}
		to {stroke-dashoffset: 0;}
	}
	#companySelection h4 {
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0.02em;
	}
	#companySelection .lisr-status {
		margin: 0 auto;
		max-width: 330px;
	}
	#companySelection .lisr-status li {
		margin-bottom: 10px;
		align-items: center;
		color: #777;
		animation: status 1.2s ease-out forwards;
		font-size: 15px;
		line-height: 1.4;
	}
	#companySelection .lisr-status li:nth-child(2),
	#companySelection .lisr-status li:nth-child(2) .checkmark:after {
		animation-delay: 2s;
	}
	#companySelection .lisr-status li:nth-child(3),
	#companySelection .lisr-status li:nth-child(3) .checkmark:after  {
		animation-delay: 4s;
	}
	#companySelection .lisr-status li:nth-child(4),
	#companySelection .lisr-status li:nth-child(4) .checkmark:after  {
		animation-delay: 6s;
	}
	@keyframes status {
		from {color: #777;}
		to {color: #000;}
	}
	#companySelection .lisr-status li .checkmark {
		display: block;
		width: 24px;
		height: 24px;
		background: #FAFAFB;
		box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.75);
		border-radius: 8px;
		margin-right: 10px;
		position: relative;
	}
	#companySelection .lisr-status li .checkmark:after {
		content: '';
		left: 0;
		top: 0;
		width: 24px;
		height: 24px;
		position: absolute;
		background: url("../images/checkmark.5495cafe33b6.png") no-repeat 50% 50% #FFF;
		display: block;
		border-radius: 8px;
		animation: checkmark 1s ease-out forwards;
	}
	@keyframes checkmark {
		from {background-color: #FFF;}
		to {background-color: #8a4dc6;}
	}
/* /companySelection */

/* approvedLoan */
	#approvedLoan {
		padding: 40px 0;
	}
	#approvedLoan.platron {
		display: block;
		background-color: #e9eef2;
		padding: 10px 0;
	}
	#approvedLoan {
		display: none;
	}
	#approvedLoan h3 {
		font-size: 6.5vw;
		line-height: 1.4;
		text-align: center;
		letter-spacing: 0.02em;
		margin-bottom: 25px;
	}
	#approvedLoan.platron h3 {
		font-size: 5vw;
		margin-bottom: 10px;
	}
	#approvedLoan p {
		font-size: 16px;
		line-height: 18px;
		text-align: center;
		letter-spacing: 0.02em;
		color: rgba(0, 0, 0, 0.75);
	}
	#approvedLoan.platron p {
		font-size: 14px;
	}
	#approvedLoan .cards-items {
		margin: 40px 0 30px;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	#approvedLoan .cards-items .item {
		width: 40vw;
		height: 20vw;
		overflow: hidden;
		margin: 0 5px 10px;
		cursor: pointer;
		border-radius: 7px;
	}
	#approvedLoan .cards-items .item.pc {
		display: none;
	}
	#approvedLoan .cards-items .item.last {
		order: 1;
	}
	#approvedLoan .cards-items .item.active,
	#approvedLoan .cards-items .item:hover {
		box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
	}
	#approvedLoan .cards-items .item.active .border,
	#approvedLoan .cards-items .item:hover .border {
		fill: #48c9ef;
	}
	#approvedLoan .cards-items .item svg {
		float: left;
		width: 100%;
		height: auto;
		object-fit: contain;
	}
	#approvedLoan .btn {
		background: linear-gradient(268.71deg, #7a029f 0%, #c41aec 100%);
		border-radius: 8px;
		font-size: 16px;
		line-height: 50px;
		text-align: center;
		letter-spacing: 0.02em;
		text-transform: uppercase;
		color: #FFFFFF;
		/* cursor: pointer; */
		display: block
	}
	#approvedLoan .btn_text {
		margin: 20px auto;
		display: block;
		width: 180px;
	}
	#butDontCard {
		opacity: 0;
		pointer-events: none;
	}
	#butDontCard.show {
		opacity: 1;
		pointer-events: auto;
	}
/* /approvedLoan */

/* media (min-width: 360px)  */
@media (min-width: 360px) {
	#companySelection .box {
		padding: 30px;
	}
	/* captcha */
	#mainForm fieldset .captcha {
		margin: 0 auto;
		display: inline-block;
	}
	/* /captcha */
}
/* /media (min-width: 360px) */

/* media (min-width: 420px)  */
@media (min-width: 420px) {

	/* title-calculator-mob */
	.title-calculator-mob {
		width: 100%;
	}
	/* /title-calculator-mob */

	/* title-calculator */
	.title-calculator .top p {
		font-size: 36px;
		line-height: 46px;
	}
	.title-calculator .top p span {
		line-height: 46px;
	}
	.title-calculator .fot p {
		font-size: 24px;
		line-height: 28px;
	}
	/* /title-calculator */

	/* form-calculator */
	.form-calculator h4 {
		font-size: 24px;
		line-height: 29px;
		margin-bottom: 0;
	}
	.form-calculator h4.small {
		font-size: 18px;
	}
	.form-calculator fieldset div {
		margin-bottom: 15px;
	}
	.form-calculator fieldset div p {
		font-size: 16px;
		line-height: 24px;
	}
    .form-calculator fieldset div p.bold,
    .form-calculator fieldset .editSum input {
		font-size: 18px;
		line-height: 24px;
	}
	.form-calculator .submit {
		line-height: 22px;
		font-size: 18px;
	}
	/* /form-calculator */

	/* advantage-calculator */
	.advantage-calculator .item .icon {
		margin-right: 30px;
	}
	.advantage-calculator .item .icon img {
		width: 60px;
		height: 60px;
	}
	.advantage-calculator .item .conent h5 {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 5px;
	}
	.advantage-calculator .item .conent .info {
		font-size: 16px;
		line-height: 20px;
	}
	.advantage-calculator .hr {
		left: 120px;
	}
	/* /advantage-calculator */

	/* steps */
	#steps .steps-items .item h3 {
		max-width: 100%;
	}
	/* /steps */

	/* offers */
	#offers .items-offers .item .btn {
		font-size: 14px;
	}
	/* /offers */

	/* fillForm */
	#fillForm {
		padding-top: 30px;
	}
	#fillForm .form h3 {
		font-size: 30px;
		line-height: 37px;
	}
	#fillForm .form .btn {
		font-size: 16px;
		line-height: 60px;
	}
	/* /fillForm */

	/* mainForm */
	#mainForm fieldset input.big {
		padding-bottom: 15px;
	}
	/* /mainForm */

	/* companySelection */
	#companySelection h4 {
		font-size: 18px;
		line-height: 22px;
	}
	.progressbar {
		width: 70px;
		height: 70px;
		padding: 20px;
	}
	.progressbar .circle {
		transform: scale(1.15,1.15);
		position: relative;
		width: 100%;
		height: 100%;
	}
	.progressbar .circle svg {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		margin: 0;
	}
	.progressbar .percent {
		font-size: 16px;
		line-height: 20px;
	}
	/* /companySelection */

	/* approvedLoan */
	#approvedLoan h3 {
		font-size: 24px;
		line-height: 29px;
	}
	#approvedLoan p {
		font-size: 16px;
		line-height: 19px;
	}
	#approvedLoan .cards-items {
		margin: 50px 0 40px;
	}
	#approvedLoan .cards-items .item {
		width: 150px;
		height: 75px;
	}
	/* /approvedLoan */
}
/* /media (min-width: 420px) */

/* media (min-width: 500px)  */
@media (min-width: 500px) {
	/* /offers */
	#offers .items-offers {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: 0 -10px;
	}
	#offers .items-offers .item {
		width: calc(50% - 20px);
		margin: 0 10px 20px;
	}
	#offers .items-offers .item .btn {
		font-size: 10px;
	}
	/* /offers */
}
/* /media (min-width: 500px) */

/* media (min-width: 768px)  */
@media (min-width: 768px) {
	/* sectionTop */
	#sectionTop.inner-page {
		padding-bottom: 20px;
		margin-bottom: -20px;
	}
	#sectionTop.inner-page::before {
		height: 20px;
		border-radius: 20px 20px 0 0;
	}

	/* title-calculator-mob */
	.title-calculator-mob {
		display: none;
	}
	/* /title-calculator-mob */

	/* advantage-calculator */
	.advantage-calculator {
		order: -1;
		margin: 0 60px 50px;
		padding-top: 0;
		background: none;
	}
	.advantage-calculator .title-calculator {
		display: block;
		margin: 0 auto 40px;
		max-width: 90%;
	}
	.advantage-calculator .item .conent .info {
		opacity: .75;
		color: #FFF;
	}
	.advantage-calculator .advantage-items {
		display: flex;
	}
	/* /advantage-calculator */

	/* title-calculator  */
	.title-calculator .top p {
		font-size: 52px;
		line-height: 64px;
	}
	.title-calculator .top p span {
		line-height: 61px;
	}
	.title-calculator .top p span i {
		height: 30px;
		top: calc(100% - 6px);
		left: -3px;
		right: -3px;
		opacity: 0;
	}
	.title-calculator .top p span i img {
		display: none;
	}
	.title-calculator .fot p {
		font-size: 30px;
		line-height: 42px;
	}
	/* /title-calculator  */

	/* content-calculator */
	.content-calculator {
		margin: 0 60px 80px;
	}
	.form-calculator {
		padding: 40px;
		box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.2),
					0px 10px 5px rgba(0, 0, 0, 0.2),
					0px 5px 2px rgba(0, 0, 0, 0.2),
					0px 1px 1px rgba(0, 0, 0, 0.2);
	}
	.form-calculator .submit {
		margin-top: 30px;
	}
	/* /content-calculator */

	/* steps */
	#steps {
		padding: 40px 0 20px;
	}
	#steps .steps-items {
		flex-direction: row;
		justify-content: space-between;
	}
	#steps .steps-items .item {
		margin: 0;
		/* width: calc(33% - 14px); */
	}
	#steps .steps-items .item:nth-child(2) {
		margin: 0 10px;
		/* width: calc(33% - 14px); */
	}
	#steps .steps-items .item .conent {
		width: 100%;
	}
	#steps .steps-items .item .arrow {
		display: none;
	}
	#steps .steps-items .item .num {
		width: 44px;
		height: 44px;
		border-radius: 17px;
	}
	#steps .steps-items .item h3 {
		font-size: 18px;
		line-height: 22px;
	}
	body[data-active-step="1"] #menuSteps .menu-steps .item p.long,
	body[data-active-step="2"] #menuSteps .menu-steps .item p.long,
	body[data-active-step="3"] #menuSteps .menu-steps .item p.long,
	body[data-active-step="4"] #menuSteps .menu-steps .item p.long,
	body[data-active-step="5"] #menuSteps .menu-steps .item p.long {
		display: block;
	}
	body[data-active-step="1"] #menuSteps .menu-steps .item p.shot,
	body[data-active-step="2"] #menuSteps .menu-steps .item p.shot,
	body[data-active-step="3"] #menuSteps .menu-steps .item p.shot,
	body[data-active-step="4"] #menuSteps .menu-steps .item p.shot,
	body[data-active-step="5"] #menuSteps .menu-steps .item p.shot {
		display: none;
	}
	/* /steps */

	/* cards */
	#cards {
		padding: 35px 0 0;
		margin-bottom: -102px;
	}
	#cards .box-cards {
		padding: 25px 50px 50px;
	}

	#cards .cards-items {
		padding: 0;
		margin: 0 -5px -10px;
	}
	#cards .cards-items .item {
		width: calc(33vw - 55px);
		height: 13.6vw;
	}
	/* /cards */
	/* advantage */
	#advantage {
		padding-top: 102px;
	}
	#advantage .advantage-items {
		flex-flow: column wrap;
		flex-direction: row;
		justify-content: space-between;
	}
	#advantage .advantage-items .item {
		margin-top: 20px;
		width: calc(50% - 50px);
	}
	/* /advantage */

	/* choice */
	.loans .item {
		padding: 30px;
		border: 3px solid #E6E6E6;
	}
	.loans .item .icon {
		height: 290px;
	}
	.loans .item .icon img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		object-position: 50% 0;
	}
	.loans .item h4 {
		font-size: 30px;
		line-height: 37px;
		text-align: center;
		letter-spacing: 0.02em;
		color: #000000;
		margin: 30px 0;
	}
	.loans .item .info p {
		font-weight: 400;
		font-size: 24px;
		line-height: 30px;
		text-align: center;
		letter-spacing: 0.02em;
		color: rgba(0, 0, 0, 0.75);
	}
	.loans .item .info p .color {
		font-size: 24px;
		line-height: 40px;
	}
	.loans .item .info .hr {
		margin: 10px 0;
	}
	.loans .item .fot {
		margin-top: 30px;
	}
	.loans .item .fot .btn {
		line-height: 65px;
		font-size: 24px;
	}
	/* /choice */

	/* fillForm */
	#fillForm .form {
		padding: 73px;
	}
	#fillForm .form h3 {
		font-size: 48px;
		line-height: 59px;
	}
	#fillForm .form .btn {
		font-size: 18px;
		line-height: 62px;
	}
	#fillForm .security p {
		font-size: 16px;
		line-height: 20px;
	}
	#fillForm .security .icon img {
		width: 60px;
	}
	/* /fillForm */

	/* conditions */
	#conditions {
		padding: 20px 0;
	}
	#conditions .inner-conditions .top {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin: 0 20px;
		width: calc(100% - 40px);
		align-self: center;
	}
	#conditions .inner-conditions .top .left {
		display: block;
	}
	#conditions .inner-conditions .top .left h5 {
		font-size: 24px;
		line-height: 29px;
		text-align: center;
		letter-spacing: 0.02em;
		margin-bottom: 20px;
	}
	#conditions .inner-conditions .top .right {
		padding: 30px;
		width: 270px;
		flex-shrink: 0;
	}
	#conditions .inner-conditions .top .right .box .content h4 {
		max-width: 100%;
	}
	/* /conditions */

	/* description */
	#description {
		margin: 20px 20px 30px;
		padding: 94px 0;
	}
	/* /description */

	/* circs */
	#circs {
		justify-content: center;
		padding: 20px 10px;
	}
	#circs .item .icon {
		width: 48px;
	}
	#circs .hr {
		display: none;
	}
	#circs .item {
		width: calc(33% - 14px);
		max-width: 220px;
		margin: 0 10px;
		flex-direction: column;
		text-align: center;
	}
	#circs .item .icon {
		margin: 0 0 15px;
	}
	/* /circs */

	/* mainForm */
	#mainForm #regStepForm fieldset.td:nth-child(6) {
		float: left;
		margin-right: 20px;
	}
	#mainForm {
		margin: 0 auto;
		width: 720px;
	}
	#mainForm fieldset.td {
		width: calc(50% - 10px);
		display: inline-block;
	}
	#mainForm fieldset.td:nth-child(2n),
	#mainForm fieldset.td.two {
		float: right;
	}
	#mainForm fieldset.col.flex {
		margin: 30px 0 0;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	#mainForm fieldset label.checkbox {
		margin: 0;
	}
	#mainForm fieldset .btn {
		margin: 0;
		width: 200px;
	}
	#mainForm #regStepForm fieldset .right .btn {
		margin: 0;
	}
	#regStepForm #buttonHidden {
		order: 0;
	}
	#mainForm .box-card h3 {
		max-width: 420px;
		margin: 0 auto 20px;
	}
	#mainForm .box-card h3,
	#mainForm .box-card h5 {
		text-align: center;
	}
	#mainForm .box-card h5 {
		max-width: 450px;
		margin: 0 auto 30px;
	}
	#mainForm .content-card {
		padding: 20px;
		border-radius: 10px;
		box-shadow: 0 0 10px rgba(0,0,0,.2);
		overflow: hidden;
	}
	#mainForm .content-card .w-30,
	#mainForm .content-card .w-65 {
		margin-bottom: 20px;
	}
	#mainForm  .content-card fieldset:nth-child(5) {
		width: 50%;
		text-align: right;
		float: right;
		margin-bottom: 0;
	}
	#mainForm  .content-card .without-card {
		float: left;
		width: 49%;
		margin: 16px 0 0;
		overflow: hidden;
		text-align: left;
	}
	#mainForm  .content-card .without-card .btn-text {
		margin: 0;
	}
	/* /mainForm */

	/* companySelection */
	#companySelection .box {
		max-width: 490px;
		padding: 50px;
		margin: 0 auto;
	}
	.progressbar {
		width: 96px;
		height: 96px;
		padding: 27px;
	}
	.progressbar .circle {
		transform: scale(1.55,1.55);
	}
	.progressbar .percent {
		font-size: 22px;
		line-height: 27px;
	}
	#companySelection h4 {
		font-size: 24px;
		line-height: 29px;
	}
	#companySelection .lisr-status li {
		font-size: 20px;
	}
	/* /companySelection */

	/* approvedLoan */
	#approvedLoan.platron {
		padding: 20px 0;
	}
	#approvedLoan h3 {
		font-size: 30px;
		line-height: 37px;
		margin-bottom: 10px;
	}
	#approvedLoan.platron h3 {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	#approvedLoan p {
		font-size: 18px;
		line-height: 21px;
	}
	#approvedLoan.platron p {
		max-width: 800px;
		margin: 0 auto;
	}
	#approvedLoan .cards-items {
		margin: 40px 0 30px;
	}
	#approvedLoan .btn {
		width: 200px;
		margin: 0 auto;
	}
	/* /approvedLoan */
}
/* /media (min-width: 768px) */

@media (min-width: 992px){
	.form-calculator .mob-none {
		display: block;
	}
}

/* media (min-width: 1000px) */
@media (min-width: 1000px) {
	body {
		min-height: 100vh;
	}
	/* sectionTop */
    .cut #sectionTop {
        height: 100vh;
    }
    .cut #sectionTop .box-calculator {
        height: calc(100vh - 222px);
    }
    .box-calculator {
        flex-direction: row;
        justify-content: space-between;
        /* width: calc(100% - 40px); */
        /* max-width: 1060px; */
        margin: 0 auto;
        border-radius: 0;
        background: none;
        position: relative;
        /* padding: 70px 0; */
    }
    .cut .box-calculator .advantage-calculator,
    .cut .box-calculator .content-calculator {
        margin: 0 20px 50px;
    }
    .cut .advantage-calculator {
        overflow: visible;
    }
	#sectionTop.inner-page {
		padding-bottom: 30px;
		margin-bottom: -30px;
	}
	#sectionTop.inner-page::before {
		height: 30px;
		border-radius: 30px 30px 0 0;
	}
	/* /sectionTop */

	/* cards */
	#cards .cards-items .item {
		width: calc(25% - 10px);
		height: auto;
	}
	/* /cards */

	/* choice */

	.loans .item {
		flex-direction: row;
	}
	.loans .item .icon {
		height: 100%;
	}
	.loans .item .icon img {
		object-fit: contain;
		object-position: 50% 50%;
	}
	.loans .item .right {
		flex-shrink: 0;
		width: 470px;
		margin-left: 30px;
	}
	.loans .item h4 {
		margin-top: 0;
		font-size: 24px;
		line-height: 29px;
	}
	.loans .item .info p {
		font-size: 18px;
		line-height: 24px;
	}
	.loans .item .info p .color {
		font-size: 18px;
		line-height: 34px;
	}
	.loans .item .fot .btn {
		line-height: 48px;
		font-size: 18px;
	}
	/* /choice */

	/* conditions */
	#conditions {
		padding: 35px 0;
	}
	#conditions .inner-conditions .top .right {
		width: auto;
	}
	#conditions .inner-conditions .top .left h5 {
		font-size: 30px;
		line-height: 37px;
		letter-spacing: 0.02em;
		max-width: 520px;
	}
	#conditions .inner-conditions .top .right .box {
		padding: 30px;
		width: 330px;
	}
	#conditions .inner-conditions .top .right .box .content h4 {
		max-width: 250px;
	}
	#counter {
		display: flex;
		margin: 0;
	}
	#conditions .inner-conditions .fot .inner {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#conditions .inner-conditions .fot .info {
		margin: 0 0 0 20px;
	}
	#offers .items-offers .item {
		width: calc(33.3% - 20px);
	}
	#offers .items-offers .item .logo {
		height: 60px;
	}
	#offers .items-offers .item .content {
		padding: 0 20px 20px;
	}
	#offers .items-offers .item .content .row {
		margin-bottom: 10px;
	}
	#offers .items-offers .item .content .row .tick {
		width: 20px;
		height: 20px;
	}
	#offers .items-offers .item .content .row .text p {
		font-size: 16px;
		line-height: 20px;
	}
	#offers .items-offers .item .content .row .text p.mob {
		display: none;
	}
	#offers .items-offers .item .content .row .text p.pc {
		display: block;
	}
	#offers .items-offers .item .content .hr {
		background-color: #FFF;
	}
	#offers .items-offers .item .btn {
		margin: 0 20px 20px;
		line-height: 50px;
		font-size: 16px;
	}
	/* /conditions */

	/* menuSteps */
	#menuSteps .inner-menu-steps {
		padding: 0 20px;
		margin: 0 auto;
		max-width: 1060px;
	}
	#menuSteps .menu-steps {
		justify-content: space-between;
	}
	#menuSteps .menu-steps .item p {
		white-space: normal;
	}
	/* /menuSteps */

	/* approvedLoan */
	#approvedLoan .cards-items .item.pc {
		display: block;
	}
	#approvedLoan .cards-items .item.last {
		order: 0;
	}
	/* /approvedLoan */

	/* companySelection */
	#companySelection {
		padding: 50px 0 70px;
	}
	.progressbar {
		width: 90px;
		height: 90px;
		padding: 25px;
	}
	.progressbar .circle {
		transform: scale(1.45,1.45);
	}
	.progressbar .percent {
		font-size: 20px;
		line-height: 25px;
	}
	/* /companySelection */
}
/* /media (min-width: 1000px) */

/* media (min-width: 1200px) */
@media (min-width: 1200px) {
	.inner,
	#conditions .inner-conditions .top {
		max-width: 1060px;
		margin: 0 auto;
	}
	/* sectionTop */
	#sectionTop {
		overflow: hidden
	}
	.box-calculator {
		flex-direction: row;
		justify-content: space-between;
		width: calc(100% - 40px);
		max-width: 1060px;
		margin: 0 auto;
		border-radius: 0;
		background: none;
		position: relative;
		padding: 70px 0;
	}
	.box-calculator::before {
		content: '';
		position: absolute;
		left: 50%;
		top: 0;
		width: 100vw;
		height: 100%;
		background: url("../images/calc.8df002ca30fc.png") no-repeat 50% 0;
		background-size: 100% auto;
		border-radius: 30px 30px 0 0;
		transform: translate(-50%, 0);
		z-index: 0;
	}
	.title-calculator .fot p {
		text-align: left;
	}
	.advantage-calculator .item .conent {
		width: 370px;
	}
	.form-calculator {
		width: 300px;
	}
    .cut .form-calculator {
        height: auto;
    }

	#circs.show .circs-calculator .form-calculator {
		height: auto;
		padding:  0 30px 30px;
	}
	.advantage-calculator {
		position: relative;
		z-index: 20;
	}
	.advantage-calculator,
	.content-calculator {
		margin: 0;
	}
	#advantage .advantage-items .item {
		width: calc(25% - 55px);
	}
	/* /sectionTop */

	/* cards */
	#cards {
		margin-bottom: -157px;
	}
	#cards .box-cards {
		text-align: center;
	}

	#cards .names {
		display: inline-block;
		margin: 0 auto;
		margin-bottom: 20px;
		padding: 0 28px;
	}
	#cards .name-items {
		justify-content: center;
		margin: 0 auto;
	}
	#cards .name-items .item {
		padding: 18px 16px;
		margin: 0 5px;
	}
	#cards .name-items .item p {
		font-weight: 400;
		font-size: 16px;
		line-height: 19px;
		text-align: center;
		letter-spacing: 0.02em;
		color: #000000;
	}
	/* /cards */

	/* advantage */
	#advantage {
		padding-top: 157px;
	}
	/* /advantage */

	/* fillForm */
	#fillForm {
		padding-bottom: 35px;
	}
	#fillForm .form {
		padding: 50px;
		display: flex;
		justify-content: space-between;
		border-radius: 10px;
	}
	#fillForm .form .btn {
		width: 290px;
		line-height: 75px;
	}
	#fillForm .form .top {
		text-align: left;
	}
	#fillForm .form h3 {
		font-size: 36px;
		line-height: 44px;
		letter-spacing: 0.02em;
		color: #FFFFFF;
	}
	#fillForm .form p {
		font-size: 18px;
		line-height: 21px;
		letter-spacing: 0.02em;
		color: #FFFFFF;
		margin: 0;
	}
	/* /fillForm */

	/* conditions */
	#conditions .inner-conditions .top .left h5 {
		text-align: left;
	}
	#conditions .inner-conditions .fot {
		margin-top: 20px;
	}
	/* /conditions */

	/* description */
	#description {
		max-width: 880px;
		margin: 50px auto 0;
		padding: 90px;
	}
	#description .list-creditors {
		padding: 70px;
	}
	/* /description */

	/* mainForm */
	#mainForm {
		padding: 70px 0;
	}
	/* /mainForm */

	/* companySelection */
	.progressbar {
		width: 96px;
		height: 96px;
		padding: 27px;
	}
	.progressbar .circle {
		transform: scale(1.55,1.55);
	}
	.progressbar .percent {
		line-height: 27px;
	}
	/* /companySelection */
}
/* /media (min-width: 1200px) */

/* media (min-width: 1500px) */
@media (min-width: 1500px) {
	.inner,
	.box-calculator,
	#conditions .inner-conditions .top,
	#menuSteps .inner-menu-steps {
		max-width: 1300px;
	}
	/* sectionTop */
	.box-calculator	{
		align-items: center;
	}
	.form-calculator {
		padding: 50px;
		width: 550px;
	}
	.form-calculator h4 {
		font-size: 30px;
		line-height: 37px;
		margin-bottom: 50px;
	}
	.form-calculator h4.small {
		font-size: 24px;
	}
	.form-calculator .submit {
		line-height: 40px;
		font-size: 24px;
	}
	.form-calculator fieldset div p {
		font-size: 18px;
		line-height: 28px;
	}
    .form-calculator fieldset div p.bold,
    .form-calculator fieldset .editSum input {
		font-size: 24px;
		line-height: 28px;
	}
	.advantage-calculator .item .conent {
		width: 490px;
	}
	.title-calculator .top p {
		font-size: 64px;
		line-height: 80px;
		margin-bottom: 30px;
	}
	.title-calculator .top p span i {
		top: calc(100% - 4px);
	}
	.advantage-calculator .item .conent h5 {
		font-size: 24px;
		line-height: 29px;
	}
	.advantage-calculator .item .conent .info {
		font-size: 18px;
		line-height: 24px;
	}
	/* /sectionTop */

	/* steps */
	#steps {
		padding: 50px 0;
	}
	#steps .steps-items .item .num {
		width: 64px;
		height: 64px;
	}
	#steps .steps-items .item {
		/* max-width: 400px; */
	}
	#steps .steps-items .item h3 {
		font-size: 24px;
		line-height: 29px;
	}
	/* /steps */

	/* cards */
	#cards {
		padding: 70px 0 50px;
	}
	#cards .box-cards {
		padding: 50px 90px;
	}

	#cards .names {
		margin-bottom: 25px;
	}
	#cards .name-items .item p {
		font-size: 18px;
		line-height: 21px;
	}
	#cards .cards-items {
		margin-bottom: 0;
	}
	#cards .cards-items .item {
		width: 200px;
		margin: 0 7px 14px;
	}
	/* /cards */

	/* advantage */
	#advantage {
		padding-bottom: 100px;
	}
	/* /advantage */

	/* choice */
	#choice {
		padding: 60px 0;
	}
	.loans {
		flex-direction: row;
		justify-content: space-between;
	}
	.loans .item:nth-child(2) {
		order: -1;
	}
	.loans .item {
		flex-direction: column;
		justify-content: space-between;
		width: calc(33% - 74px);
	}
	.loans .item .right {
		width: 100%;
		margin: 30px 0 0;
	}
	.loans .item h4 {
		font-size: 30px;
		line-height: 37px;
	}
	.loans .item .info p {
		font-size: 24px;
		line-height: 30px;
	}
	.loans .item .fot {
		padding-top: 30px;
	}
	/* /choice */

	/* fillForm */
	#fillForm {
		padding: 50px 0;
	}
	#fillForm .form {
		align-items: center;
	}
	#fillForm .form h3 {
		font-size: 48px;
		line-height: 59px;
		margin-bottom: 20px;
	}
	#fillForm .form p {
		font-size: 24px;
		line-height: 28px;
	}
	#fillForm .form .btn {
		font-size: 24px;
		line-height: 89px;
	}
	/* /fillForm */

	/* description */
	#description {
		max-width: 1080px;
		margin: 70px auto;
		padding: 110px 110px 95px;
	}
	#description p {
		margin-bottom: 15px;
	}
	#description p,
	#description ul li {
		font-size: 18px;
		line-height: 24px;
	}
	#description .list-creditors {
		padding: 90px;
		margin-bottom: 35px;
	}
	#description .list-creditors h5 {
		font-size: 18px;
		line-height: 22px;
	}
	/* /description */

	/* conditions */
	#conditions .inner-conditions .top .left h5 {
		font-size: 36px;
		line-height: 44px;
		max-width: 640px;
	}
	#conditions .inner-conditions .top .right .box {
		width: 410px;
	}
	#conditions .inner-conditions .top .right .box .content h4 {
		max-width: 100%;
		font-size: 24px;
		line-height: 29px;
	}
	#conditions .inner-conditions .top .right .box .content p {
		font-size: 18px;
		line-height: 21px;
	}
	#timer .timer__items .timer__item {
		font-size: 30px;
		line-height: 37px;
	}
	#conditions .inner-conditions .fot {
		margin-top: 30px;
	}
	/* /conditions */

	/* circs */
	#circs {
		padding: 35px 20px;
	}
	#circs .item {
		max-width: 270px;
	}
	#circs .item .icon {
		width: 72px;
	}
	#circs .item .content .name p {
		font-size: 18px;
		line-height: 24px;
	}
	#circs .item .content .info p {
		font-size: 22px;
		line-height: 28px;
	}
	#circs .item .content .edit p {
		font-size: 16px;
		line-height: 24px;
	}
	#circs .item .content .info.on p {
		width: 110px;
	}
	#circs .item .content .input-edit input {
		font-size: 22px;
		line-height: 28px;
		width: 100px;
	}
	#circs .item .content .input-edit::before {
		line-height: 35px;
	}
	#circs .item .content .edit.off p {
		font-size: 16px;
		line-height: 24px;
		width: 104px;
		text-align: center;
	}
	/* /circs */

	/* companySelection */
	.progressbar {
		width: 100px;
		height: 100px;
		padding: 30px;
	}
	.progressbar .circle {
		transform: scale(1.65,1.65);
	}
	.progressbar .percent {
		font-size: 24px;
		line-height: 29px;
	}
	#companySelection h4 {
		font-size: 30px;
		line-height: 37px;
	}
	/* /companySelection */

	/* approvedLoan */
	#approvedLoan {
		padding: 70px 0 ;
	}
	#approvedLoan h3 {
		font-size: 36px;
		line-height: 44px;
		margin-bottom: 20px;
	}
	#approvedLoan p {
		font-size: 24px;
		line-height: 28px;
	}
	#approvedLoan .cards-items {
		margin: 50px 0 40px;
	}
	/* /approvedLoan */
}
/* /media (min-width: 1500px) */

/* media (min-width: 1900px) */
@media (min-width: 1900px) {
	.inner,
	.box-calculator,
	#menuSteps .inner-menu-steps,
	#conditions .inner-conditions .top {
		max-width: 1550px;
	}

	/* sectionTop */
	.box-calculator::before {
		background-size: 100% auto;
	}
	.title-calculator .top p {
		font-size: 82px;
		line-height: 102px;
	}
	.title-calculator .fot p {
		font-size: 36px;
		line-height: 42px;
	}
	.advantage-calculator .item .conent {
		width: 620px;
	}
	.advantage-calculator .title-calculator {
		margin-bottom: 70px;
	}
	.advantage-calculator .item .icon svg {
		width: 70px;
		height: 70px;
	}
	.advantage-calculator .item .conent h5 {
		font-size: 30px;
		line-height: 37px;
	}
	.form-calculator fieldset div {
		margin-bottom: 20px;
	}
	/* /sectionTop */

	/* content-calculator  */
	#circs .form-calculator {
		padding: 50px;
	}
	/* / content-calculator  */

	/* steps */
	#steps .steps-items .item h3 {
		font-size: 30px;
		line-height: 37px;
	}
	/* /steps */

	/* cards */

	#cards .names {
		margin-bottom: 50px;
	}
	#cards .name-items .item p {
		font-size: 24px;
		line-height: 28px;
	}
	#cards .cards-items .item {
		width: 225px;
		margin: 0 10px 20px;
	}
	/* /cards */

	/* advantage */
	#advantage .advantage-items .item {
		padding: 30px;
		width: calc(25% - 75px);
	}
	#advantage .advantage-items .item .icon {
		width: 72px;
		margin-bottom: 30px;
	}
	#advantage .advantage-items .item h4 {
		font-size: 24px;
		line-height: 29px;
		margin-bottom: 15px;
	}
	#advantage .advantage-items .item .info {
		font-size: 24px;
		line-height: 30px;
	}
	/* /advantage */
	/* choice */
	#choice {
		padding: 50px 0;
	}

	.loans .item .fot .btn {
		font-size: 24px;
		line-height: 65px;
	}
	/* /choice */

	/* fillForm */
	#fillForm .form {
		padding: 100px;
	}
	#fillForm .form h3 {
		font-size: 64px;
		line-height: 78px;
		margin-bottom: 20px;
	}
	#fillForm .form p {
		font-size: 36px;
		line-height: 42px;
	}
	/* /fillForm */

	/* description */
	#description {
		max-width: 1380px;
		padding: 80px 140px;
		margin: 35px auto;
	}
	/* /description */

	/* conditions */
	#conditions .inner-conditions .top .left h5 {
		min-width: 820px;
		font-size: 48px;
		line-height: 59px;
	}
	#conditions .inner-conditions .top .right .box {
		padding: 50px;
		width: 520px;
	}
	#conditions .inner-conditions .top .right .box .content h4 {
		max-width: 100%;
		font-size: 30px;
		line-height: 37px;
	}
	#conditions .inner-conditions .top .right .box .content p {
		font-size: 24px;
		line-height: 28px;
	}
	#timer .timer__items .timer__item {
		font-size: 36px;
		line-height: 44px;
	}
	/* /conditions */

	/* menuSteps */
	#menuSteps .menu-steps .item {
		padding: 20px 100px;
	}
	/* /menuSteps */

	/* circs */
	#circs .item {
		max-width: 260px;
		flex-direction: row;
	}
	#circs .item .icon {
		margin: 0 20px 0 0;
	}
	#circs .item .content {
		text-align: left;
		align-items: self-start;
	}
	/* /circs */

	/* mainForm */
	#mainForm {
		max-width: 820px;
	}
	/* /mainForm */

	/* approvedLoan */
	#approvedLoan h3 {
		font-size: 48px;
		line-height: 59px;
	}
	#approvedLoan p {
		font-size: 24px;
		line-height: 28px;
	}
	#approvedLoan .cards-items .item {
		width: 148px;
	}
	/* /approvedLoan */
}
/* /media (min-width: 1900px) */
