@import url("../fonts/Roboto/Roboto.8c3fbe1d1a76.css");
@import url("../fonts/Akrobat/Akrobat.ad0b8e201892.css");
@import url("../fonts/Helvetica/Helvetica.8bd585dc8376.css");
@import url("../fonts/Exo2/Exo2.1f929afc8aa7.css");

:root {
	--font: "Roboto";
	--font-secondary: "Akrobat";
	--font-tertiary: "Helvetica";
	--font-additional: "Exo2";
}

body {
	width: 100%;
	font-family: var(--admin-font, var(--font)), 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;
}
.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: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.inner {
	margin: 0 20px;
}
h2,
h3,
h4,
h4,
h5,
.btn {
	font-family: var(--admin-font, var(--font-secondary)), sans-serif;
	font-weight: 900;
}
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;
}

/* header */
#header .header-logo {
	max-width: 200px;
}
/* /header */
/* if affiliate_id */
@media (max-width: 720px) {
	body.cut #aboutService {
		display: none;
	}
	body.cut #sectionTop {
		background: url("../images/t.b27f384af285.png") no-repeat 50% 0;
		background-size: 100% auto;
	}
	body.cut {
		min-height: auto;
	}
	body.cut .content-calculator {
		margin-bottom: 0;
	}
	body.cut .box-calculator {
		padding: 10px 0;
	}
}

/* plus-seven */
.plus-seven {
	position: relative;
}
.plus-seven::before {
	position: absolute;
	content: "+7";
	left: 20px;
	top: 0;
	bottom: 0;
	font-size: 14px;
	line-height: 46px;
	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: #f4f9fc;
	/* border-radius: 5px; */
	height: 5px;
}

/* thumb */
input[type="range"]::-webkit-slider-thumb {
	width: 20px;
	-webkit-appearance: none;
	height: 20px;
	cursor: pointer;
	border-radius: 14px;
	border: 0;
}
input[type="range"]::-moz-range-thumb {
	width: 20px;
	-moz-appearance: none;
	height: 20px;
	cursor: pointer;
	border-radius: 14px;
	border: 0;
}
input[type="range"]::-ms-range-thumb {
	width: 20px;
	-ms-appearance: none;
	height: 20px;
	cursor: pointer;
	border-radius: 14px;
	border: 0;
}
input[type="range"]::-webkit-slider-thumb:hover {
	-webkit-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb:hover {
	-webkit-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-ms-range-thumb:hover {
	-webkit-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.05);
}
/* /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-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: #009c00;
}
/* /popup */

/* service */
.service {
	padding: 30px 0;
}

.service__title {
	padding-top: unset;
}

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

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

.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: #009c00;
	color: #ffffff;
	line-height: 110%;
	max-width: fit-content;
}
/* /service */

/* our-partners */
.our-partners {
	margin-top: 20px;
}

.our-partners__item-btn {
	background: #009c00;
	color: #ffffff;
	font-size: 18px;
	line-height: 140%;
}

@media (min-width: 992px) {
	.our-partners {
		margin-top: 40px;
	}
}
/* /our-partners */

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

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

.reviews__title {
	padding-top: 0;
}

.reviews__item {
	border-radius: 20px;
	box-shadow: 0 6px 6px #e4e9f0;
	border: unset;
}

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

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

.reviews__navigation-progressbar > .swiper-pagination-progressbar-fill {
	background: #009c00 !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;
	flex-direction: column;
	line-height: 50px;
}
/* title-calculator-mob */
.title-calculator-mob {
	width: 280px;
	margin: 0 auto;
}
/* /title-calculator-mob */

/* title-calculator */
.title-calculator {
	text-align: center;
}
.title-calculator .top p {
	font-family: var(--admin-font, var(--font-secondary)), sans-serif;
	font-weight: 900;
	font-size: 31px;
	line-height: 28px;

	text-transform: uppercase;
}
.title-calculator .top p span {
	border-radius: 4px;
	line-height: 37px;
	display: inline-block;
	position: relative;
	margin: 0 0.15em;
}
.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;

	color: #000;
	opacity: 0.75;
	text-align: center;
	margin-top: 10px;
}
/* /title-calculator */

/* content-calculator */
.content-calculator {
	position: relative;
	margin: 30px 20px 50px;
}
/* form-calculator */
.form-calculator {
	position: relative;
	padding: 20px;
	min-height: 200px;
	border-radius: 20px;
	box-shadow: 0 16px 48px #e4e9f0;
}
.form-calculator h4 {
	font-family: var(--admin-font, var(--font)), sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	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;

	color: #000000;
}
.form-calculator fieldset div p .color {
	font-family: var(--admin-font, var(--font-secondary)), sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}
.form-calculator fieldset div p.bold {
	font-size: 16px;
	line-height: 20px;
	text-align: right;

	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: "Arial", 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;

	padding: 15px 0;
	display: block;
	width: 100%;
	margin-top: 20px;
	cursor: pointer;
}
.form-calculator fieldset .checkbox-text label,
.form-calculator fieldset .checkbox-text span {
	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-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 {
	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;

	margin-bottom: 8px;
}
.advantage-calculator .item .conent .info {
	font-size: 14px;
	line-height: 18px;
}
.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 */

/* 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: var(--admin-font, var(--font-secondary)), sans-serif;
	font-weight: 900;
	font-size: 14px;
	line-height: 18px;
	text-align: center;

	color: #000000;
	opacity: 0.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;
	border-radius: 40px;
}
#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;

	margin-bottom: 3px;
}
#circs .item .content .info p {
	font-family: var(--admin-font, var(--font-secondary)), sans-serif;
	font-weight: 900;
	font-size: 16px;
	line-height: 20px;
}
#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: var(--admin-font, var(--font-secondary)), sans-serif;
	font-weight: 900;
	font-size: 16px;
	line-height: 20px;

	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: var(--font-tertiary), sans-serif;
	font-size: 14px;
	line-height: 18px;

	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: #009c00;
	padding: 0 3px;
	border-radius: 3px;
	margin: 3px 0 0 0;
}
/* /circs */

/* mainForm */
#mainForm .b-form__phone {
	display: inline-block;
	margin: 10px 0;
}
#mainForm {
	position: relative;
	overflow: hidden;
	padding: 40px 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;

	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;

	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;
}
input.w-0[type="range"] {
	background: linear-gradient(to right, #009c00 0%, #009c00 0%, #daeee9 0%, #daeee9 100%);
}
#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;
	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-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: rgba(11, 31, 53, 0.05);
	box-shadow: inset 0 0 0 2px #daeee9;
	border-radius: 8px;
	width: calc(100% - 40px);
	padding: 15px 20px;
	font-size: 14px;
	line-height: 16px;
	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;
	font-size: 16px;
	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: var(--admin-font, var(--font-secondary)), sans-serif;
	font-weight: 900;
	display: inline-block;
	line-height: 50px;
	font-size: 16px;
	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;
}
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% #daeee9;
	background-size: contain;
	color: rgba(255, 255, 255, 0);
	border-radius: 8px;
	text-shadow: none;
}
@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 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#mainForm .logos-cards img {
	width: auto;
	height: 24px;
}
#mainForm .btn-text {
	color: rgba(0, 0, 0, 0.5);
	margin: 0 auto;
}
#mainForm .without-card {
	text-align: center;
}
#mainForm .content-card {
	max-width: 400px;
	margin: 0 auto;
}
/* /mainForm */

/* FAQ */
.faq {
	padding: 0 0 40px;
}
.faq-accordion__item-plus::before,
.faq-accordion__item-plus::after {
	background-color: #0cb90c;
}
.faq__btn {
	line-height: unset;
	width: fit-content;
	margin: unset;
	height: unset;
	background: #0cb90c;
}
/* /FAQ */

/* description */
#description {
	border-radius: 10px;
	padding: 40px 0;
	margin-bottom: 20px;
}
#description p {
	padding: 0 20px;
	font-size: 14px;
	line-height: 18px;
	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;
	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;
	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;
	border-radius: 20px;
}
#conditions .inner-conditions .top .right .box {
	padding: 10px;
	border-radius: 20px;
}
#conditions .inner-conditions .top .right .box .content {
	text-align: center;
}
#conditions .inner-conditions .top .right .box .content h4 {
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	max-width: 250px;
	margin: 0 auto 10px;
}
#conditions .inner-conditions .top .right .box .content p {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 10px;
}
/* timer */
#timer .timer__items {
	flex-direction: row;
	justify-content: center;
}
#timer .timer__items .timer__item {
	font-family: var(--admin-font, var(--font-secondary)), sans-serif;
	font-weight: 900;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
}
/* /timer */
#conditions .inner-conditions .fot {
	margin-top: 15px;
}
#conditions .inner-conditions .fot .info {
	font-size: 16px;
	line-height: 19px;
	text-align: center;

	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: var(--admin-font, var(--font-secondary)), sans-serif;
	font-weight: 900;
	font-size: 18px;
	line-height: 46px;
	color: rgba(0, 0, 0, 0.25);
	text-align: center;
}
#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;

	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 {
	position: relative;
	z-index: 30;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 72px;
	font-size: 14px;
	text-align: center;
	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: #fff;
	border-radius: 20px;
	overflow: hidden;
	padding: 20px;
	text-align: center;
	box-shadow: 0 16px 48px #e4e9f0;
}
.progressbar {
	width: 64px;
	height: 64px;
	overflow: hidden;
	padding: 18px;
	background: #fff;
	margin: 0 auto 25px;
	box-shadow: 0 6px 6px #e4e9f0;
	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: 0.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: 0.5s;
}
.progressbar.start .meter {
	animation: progress 20s ease-out;
}
.progressbar .percent {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: var(--admin-font, var(--font-secondary)), sans-serif;
	font-size: 15px;
	line-height: 18px;
}
@keyframes progress {
	from {
		stroke-dashoffset: 360;
	}
	to {
		stroke-dashoffset: 0;
	}
}
#companySelection h4 {
	font-size: 16px;
	line-height: 20px;
}
#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: 13px;
	line-height: 1.4;
}
#companySelection .lisr-status li:nth-child(2),
#companySelection .lisr-status li:nth-child(2) .checkmark:after {
	animation-delay: 1s;
}
#companySelection .lisr-status li:nth-child(3),
#companySelection .lisr-status li:nth-child(3) .checkmark:after {
	animation-delay: 3s;
}
#companySelection .lisr-status li:nth-child(4),
#companySelection .lisr-status li:nth-child(4) .checkmark:after {
	animation-delay: 5s;
}
@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: #009c00;
	}
}
/* /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;
	margin-bottom: 25px;
}
#approvedLoan.platron h3 {
	font-size: 5vw;
	margin-bottom: 10px;
}
#approvedLoan p {
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	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: #009c00;
	border-radius: 8px;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	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) {
	/* /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 {
		padding: 15px 20px;
		min-height: 62px;
		font-size: 12px;
	}
	/* /offers */

	#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 */

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

	/* 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: 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-bottom: 40px;
	}
	.advantage-calculator .item .conent .info {
		opacity: 0.75;
		color: #fff;
	}
	/* /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;
	}
	.form-calculator .submit {
		margin-top: 30px;
	}
	/* /content-calculator */

	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;
	}

	/* 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;
		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 */
	.form-profile {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.td--email {
		grid-column: span 2;
	}
	.td--ml {
		grid-column: span 2;
		display: flex;
		justify-content: right;
	}
	#mainForm {
		margin: 0 auto;
		width: 720px;
	}
	#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: 20px;
		box-shadow: 0 0 10px rgba(0, 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: 18px;
	}
	/* /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;
		margin: 0 auto;
		border-radius: 0;
		background: none;
		position: relative;
	}
	.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 */

	/* conditions */
	#conditions {
		padding: 35px 0;
	}
	#conditions .inner-conditions .top .right {
		width: auto;
	}
	#conditions .inner-conditions .top .left h5 {
		font-size: 30px;
		line-height: 37px;
		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;
		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;
	}
	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: block;
	}
	/* /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/t.b27f384af285.png") no-repeat 100% 100%;
		background-size: contain;
		transform: translate(-50%, 0);
		z-index: 0;
	}
	.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-calculator .item .icon img {
		width: 70px;
		height: 70px;
	}
	/* /sectionTop */

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

	/* description */
	#description {
		width: 100%;
		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: 20px;
		line-height: 29px;
	}
	.advantage-calculator .item .conent .info {
		font-size: 18px;
		line-height: 24px;
	}
	/* /sectionTop */

	/* 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 */
	.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 img {
		width: 90px;
		height: 90px;
	}
	.advantage-calculator .item .conent h5 {
		font-size: 27px;
		line-height: 37px;
	}
	.form-calculator fieldset div {
		margin-bottom: 20px;
	}
	/* /sectionTop */

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

	/* 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) */
