@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;700&family=Courier+Prime:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Inter:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
	--default_color: 77, 187, 59;
	--default_additional_color_light: 200, 17, 170;
	--default_additional_color_dark: 134, 17, 142;
	--broker-color: var(--default_color);
}

body {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-o-text-size-adjust: none;
	position: relative;
	overflow-anchor: none;
}

body {
	background-color: #F7F5F8;
}

body,
body a {
	color: #000;
}

body.scroll-off {
	overflow: hidden;
}

section {
	position: relative;
	padding-top: 30px;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: normal;
	-ms-flex-align: normal;
	align-items: normal;
}

.mob {
	display: block;
}

.pc {
	display: none;
}

.duration {
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

.inner {
	margin: 0 15px;
}

h2,
h3,
h4,
h4,
h5,
.btn {
	font-weight: 700;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 26px;
	line-height: 1.4;
	text-align: center;
	color: #000000;
	margin-bottom: 15px;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	color: #000000;
	margin-bottom: 30px;
}

h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 60px;
	line-height: 63px;
	background: linear-gradient(237.27deg, rgb(var(--admin-additional-color, var(--default_additional_color_dark))) 5.01%, rgb(var(--admin-additional-color, var(--default_additional_color_light))) 96.53%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 33px;
	line-height: 39px;
	color: #000000;
}

.section__title {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	color: #000000;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.section__title {
		font-size: 40px;
	}
}

@media (min-width: 1200px) {
	.section__title {
		margin-bottom: 50px;
		font-size: 55px;
	}
}


.header-hamburger__img path {
	fill: #FFFFFF;
}

@media (min-width: 1200px) {
	.header-navbar__item {
		color: #FFFFFF;
	}

	.header-navbar__item::after {
		background: #FFFFFF;
	}
}

.popup__btn {
	background: rgb(var(--admin-color, var(--default_color)));
}

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

@media (min-width: 992px) {
	.service {
		padding-top: 90px;
	}
}

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

.service-contacts__item,
.service-report__item {
	box-shadow: 0 15px 50px rgba(130, 118, 136, 0.15);
}

.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: rgb(var(--admin-color, var(--default_color)));
	color: #FFFFFF;
}

.our-partners__item-btn {
	background: rgb(var(--admin-color, var(--default_color)));
	color: #FFFFFF;
	font-size: 18px;
	line-height: 140%;
}

.reviews__title {
	padding-top: 0;
}

.reviews__item {
	box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
	border-radius: 20px;
	border: unset;
}

.reviews__item-quote svg {
	fill: rgb(var(--admin-additional-color, var(--default_additional_color_light)));
}

.reviews__navigation-prev,
.reviews__navigation-next {
	border: 1px solid rgb(var(--admin-color, var(--default_color)));
}

.reviews__navigation-progressbar>.swiper-pagination-progressbar-fill {
	background: rgb(var(--admin-color, var(--default_color))) !important;
}

.btn.load,
.form-box button.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;
	text-shadow: none;
	box-shadow: none;
}

.captcha {
	display: inline-block;
	margin: 0 auto;
}

.card__btn {
	background-color: rgb(var(--admin-color, var(--default_color)));
}

.checkbox-text .checkbox {
	position: relative;
	padding-left: 35px;
	display: inline-block;
	line-height: 22px;
}

.checkbox-text .checkbox input {
	display: none;
}

.checkbox-text .checkbox .checkmark {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 22px;
	height: 22px;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.75);
	border-radius: 7px;
}

.checkbox-text .checkbox .text {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 23px;
	color: #000000;
}

.checkbox-text .checkbox .checkmark:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIzLjAzNSA3LjUwNjY0QzIyLjEwMzQgNi42NTM4NyAyMC42NzQ3IDYuNjUzODcgMTkuNzQzMSA3LjUwNjY0TDExLjEyMjQgMTUuMzk3OEw4LjI1NjU5IDEyLjc2OTFDNy4zMjU0MSAxMS45MTUgNS44OTU4NiAxMS45MTQzIDQuOTYzODEgMTIuNzY3NVYxMi43Njc1QzMuOTA4NDQgMTMuNzMzNSAzLjkwODQ0IDE1LjM5NjYgNC45NjM4MSAxNi4zNjI3TDkuNDkxMjIgMjAuNTA2OUMxMC40MTQ1IDIxLjM1MjEgMTEuODMwNCAyMS4zNTIzIDEyLjc1NCAyMC41MDc0TDIzLjAzNDQgMTEuMTAzNEMyNC4wOTA2IDEwLjEzNzIgMjQuMDkwOSA4LjQ3MzE5IDIzLjAzNSA3LjUwNjY0VjcuNTA2NjRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat 50% 50% #000;
	background-size: contain;
	border-radius: 7px;
}

.checkbox-text .checkbox input:checked~.checkmark:after {
	opacity: 1;
}

/* input[type='range'] */
input[type='range'] {
	-webkit-appearance: none;
	position: relative;
	width: 100%;
	display: block;
	background: #D9D5DB;
	background: linear-gradient(to right, rgb(var(--admin-color, var(--default_color))) 0%, rgb(var(--admin-color, var(--default_color))) 50%, #F1ECF3 50%, #F1ECF3 100%);
	height: 4px;
	border-radius: 2px;
}

input.w-30[type="range"] {
	background: linear-gradient(to right, rgb(var(--admin-color, var(--default_color))) 0%, rgb(var(--admin-color, var(--default_color))) 30%, #F1ECF3 30%, #F1ECF3 100%);
}

input.w-14[type="range"] {
	background: linear-gradient(to right, rgb(var(--admin-color, var(--default_color))) 0%, rgb(var(--admin-color, var(--default_color))) 4%, #F1ECF3 4%, #F1ECF3 100%);
}

input.w-0[type="range"] {
	background: linear-gradient(to right, rgb(var(--admin-color, var(--default_color))) 0%, rgb(var(--admin-color, var(--default_color))) 0%, #F1ECF3 0%, #F1ECF3 100%);
}

/* thumb */
input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 28px;
	height: 28px;
	cursor: pointer;
	background: #434343;
	background: #FFF;
	border: 4px solid rgb(var(--admin-color, var(--default_color)));
	border-radius: 18px;
}

input[type='range']::-moz-range-thumb {
	-moz-appearance: none;
	width: 28px;
	height: 28px;
	cursor: pointer;
	background: #434343;
	background: #FFF;
	border: 4px solid rgb(var(--admin-color, var(--default_color)));
	border-radius: 18px;
}

input[type='range']::-ms-range-thumb {
	-ms-appearance: none;
	width: 28px;
	height: 28px;
	cursor: pointer;
	background: #434343;
	background: #FFF;
	border: 4px solid rgb(var(--admin-color, var(--default_color)));
	border-radius: 18px;
}

/* progress */
input[type=range]::range-progress {
	background-color: rgb(var(--admin-color, var(--default_color)));
	height: 4px;
	border-radius: 2px;
}

input[type="range"]::-webkit-range-progress,
input[type="range"]::-moz-range-progress,
input[type="range"]::-ms-range-progress {
	background-color: rgb(var(--admin-color, var(--default_color)));
	height: 4px;
	border-radius: 2px;
}

input[type="range"]::-webkit-slider-runnable-track,
input[type="range"]::-moz-range-track,
input[type="range"]::-ms-fill-lower {
	background-color: rgb(var(--admin-color, var(--default_color)));
	height: 4px;
	border-radius: 2px;
}

input[type="range"]::-webkit-fill-lower,
input[type="range"]::-moz-fill-lower,
input[type="range"]::-ms-fill-lower {
	background-color: rgb(var(--admin-color, var(--default_color)));
	height: 4px;
	border-radius: 2px;
}

input[type="range"]::-webkit-fill-lower,
input[type="range"]::-moz-fill-lower,
input[type="range"]::-ms-fill-upper {
	background-color: #CAE1FE;
	height: 4px;
	border-radius: 2px;
}

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

/* plus-seven */
.plus-seven {
	position: relative;
}

.plus-seven::before {
	position: absolute;
	content: "+7";
	left: 15px;
	top: 10px;
	bottom: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	pointer-events: none;
}

form .plus-seven input:not([type="submit"]) {
	padding-left: 40px;
}

.toggle {
	position: relative;
	display: block;
	z-index: 100;
	background: #FAFAFB;
	box-shadow: inset 0 0 0 2px #E6E6E8;
	border-radius: 8px;
}

.toggle.open {
	z-index: 200;
}

.toggle .children-toggle {
	z-index: 100;
	position: absolute;
	right: 0;
	left: 0;
	top: 100%;
	overflow: hidden;
	height: 0;
	background-color: #FFF;
}

.toggle.open .children-toggle {
	height: auto;
	background: #FAFAFB;
	box-shadow: inset 0 0 0 2px #E6E6E8;
	border-radius: 8px;
	margin-top: 5px;
	padding: 10px 0;
}

.toggle .item-toggle {
	padding: 15px 20px;
	cursor: pointer;
	white-space: nowrap;
	display: block;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.75);
}

.toggle .children-toggle .item-toggle {
	padding: 10px 20px;
}

.toggle .item-toggle .no-select {
	color: #9D9DA5;
}

.toggle .item-toggle:hover,
.toggle .item-toggle.active {
	color: #000;
}

.toggle .item-toggle.active {
	pointer-events: none;
}

.toggle .selected-toggle {
	position: relative
}

.toggle .selected-toggle:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 60px;
	background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04LjcyMjM4IDAuNUgxLjI3NzYyQzAuNjEwODE5IDAuNSAwLjI1NDQ0NyAxLjMxMTU1IDAuNjkzNTM3IDEuODMwMUw0LjQxNTkyIDYuMjI2MTJDNC43MjUxMyA2LjU5MTI5IDUuMjc0ODcgNi41OTEyOSA1LjU4NDA4IDYuMjI2MTNMOS4zMDY0NiAxLjgzMDFDOS43NDU1NSAxLjMxMTU1IDkuMzg5MTggMC41IDguNzIyMzggMC41WiIgZmlsbD0iYmxhY2siIGZpbGwtb3BhY2l0eT0iMC41Ii8+Cjwvc3ZnPgo=') no-repeat 50% 50%;
}

.toggle.open .selected-toggle:after {
	margin-top: -1px;
	transform: scale(-1, -1)
}


.waves {
	background: url("../images/waves_mob.6eef2361f53e.png") no-repeat 0 100%;
	background-size: contain;
}

.cross {
	background: url("../images/cross_mob.4a9de482523f.png") no-repeat 0 100%;
	background-size: contain;
}

.circle {
	background: url("../images/circle_mob.dc6542ddcca0.png") no-repeat 0 100%;
	background-size: contain;
}

body.page-pc #page {
	min-height: 100vh;
}

/* form-box */
.form-box {
	overflow: hidden;
	max-width: 655px;
	margin: 0 auto;
}

.form-box p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: rgba(0, 0, 0, .6);
	margin-bottom: 20px;
}

.form-box .decree {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 20px;
	text-align: center;
	color: #000000;
}

.form-box .link {
	cursor: pointer;
	color: rgb(var(--admin-additional-color, var(--default_additional_color_dark)));
	text-decoration: underline;
}

.form-box fieldset.two {
	justify-content: space-between;
}

.form-box .w-50 {
	width: calc(50% - 15px);
}

.form-box form {
	text-align: center;
}

.form-box .check-validation {
	position: relative;
	overflow: hidden;
}

.form-box .check-validation .check-icon {
	position: absolute;
	right: 14px;
	top: 14px;
	bottom: 14px;
	width: 13px;
	pointer-events: none;
}

.form-box .check-validation .check-br {
	position: absolute;
	pointer-events: none;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	border-radius: 7px;
}

.form-box .phone-edit-input,
.form-box fieldset input {
	display: block;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	background: #FFFFFF;
	box-shadow: 0 15px 50px rgba(130, 118, 136, 0.05),
		0 0 0 1px #777 inset;
	border-radius: 7px;
	padding: 10px 40px 10px 25px;
	box-sizing: border-box;
	width: 100%;
}

.form-box .label-main {
	display: block;
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #626162;
	margin-bottom: 5px;
}

.form-box .label-main span {
	color: rgb(var(--admin-additional-color, --default_additional_color_light));
}

.form-box button.btn {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	background: rgb(var(--admin-color, var(--default_color)));
	border-radius: 10px;
	padding: 18px 0;
	box-sizing: border-box;
	width: 240px;
	margin: 0 auto 15px;
	pointer-events: auto;
	cursor: pointer;
}

.form-box button.btn:disabled,
.form-box button.btn[disabled] {
	color: #FFF;
	background: #9E97A2;
	pointer-events: none;
	cursor: auto;
}

.form-box .hr {
	width: 100%;
	height: 15px;
}

.form-box fieldset input:focus {
	box-shadow: inset 0 0 0 1px #333;
}

.form-box fieldset input.status:not(:focus):invalid~.check-br {
	box-shadow: inset 0 0 0 1px #F12E46;
}

.form-box .phone-edit-input,
.form-box fieldset input.status:not(:focus):valid~.check-br {
	box-shadow: inset 0 0 0 1px rgb(var(--admin-color, var(--default_color)));
}

.form-box fieldset input.status:not(:focus):invalid~.check-icon {
	background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNDM5MzQgMi41NjA2NkMtMC4xNDY0NDcgMS45NzQ4NyAtMC4xNDY0NDcgMS4wMjUxMyAwLjQzOTM0IDAuNDM5MzRDMS4wMjUxMyAtMC4xNDY0NDcgMS45NzQ4NyAtMC4xNDY0NDcgMi41NjA2NiAwLjQzOTM0TDExLjc1MyA5LjYzMTczQzEyLjMzODggMTAuMjE3NSAxMi4zMzg4IDExLjE2NzMgMTEuNzUzIDExLjc1M0MxMS4xNjczIDEyLjMzODggMTAuMjE3NSAxMi4zMzg4IDkuNjMxNzMgMTEuNzUzTDAuNDM5MzQgMi41NjA2NloiIGZpbGw9IiNGMTJFNDYiLz4KPHBhdGggZD0iTTExLjc1MzEgMi41NjA3OEMxMi4zMzg5IDEuOTc1IDEyLjMzODkgMS4wMjUyNSAxMS43NTMxIDAuNDM5NDYyQzExLjE2NzMgLTAuMTQ2MzI1IDEwLjIxNzUgLTAuMTQ2MzI1IDkuNjMxNzYgMC40Mzk0NjJMMC40MzkzNyA5LjYzMTg1Qy0wLjE0NjQxNyAxMC4yMTc2IC0wLjE0NjQxNyAxMS4xNjc0IDAuNDM5MzcgMTEuNzUzMkMxLjAyNTE2IDEyLjMzOSAxLjk3NDkgMTIuMzM5IDIuNTYwNjkgMTEuNzUzMkwxMS43NTMxIDIuNTYwNzhaIiBmaWxsPSIjRjEyRTQ2Ii8+Cjwvc3ZnPgo=') no-repeat 50% 50%;
}

.form-box .check-validation.check .check-icon,
.form-box fieldset input.status:not(:focus):valid~.check-icon {
	background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjgzODEgMS4xMjMzN0MxMi4yMDg3IDAuNTAwOTM4IDExLjE5NTYgMC41MDA5MzggMTAuNTY2MiAxLjEyMzM3TDUuMTY4NzggNi40NjA5N0wzLjQzMzQ3IDQuNzQxMzVDMi44MDQ0NiA0LjExODAzIDEuNzkwODEgNC4xMTc1MSAxLjE2MTE1IDQuNzQwMTlDMC41MjE5NjggNS4zNzIyOSAwLjUyMTk2OCA2LjQwNDY2IDEuMTYxMTUgNy4wMzY3N0wzLjk5NjYgOS44NDA4MUM0LjY0NjE0IDEwLjQ4MzIgNS42OTE1OSAxMC40ODMzIDYuMzQxMzQgOS44NDEyTDEyLjgzNzcgMy40MjExMUMxMy40Nzc0IDIuNzg4ODYgMTMuNDc3NiAxLjc1NTg0IDEyLjgzODEgMS4xMjMzN1oiIGZpbGw9IiM0REJCM0IiLz4KPC9zdmc+Cg==') no-repeat 50% 50%;
}

.form-box .phone-edit-btn {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	color: #555;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding: 10px 24px 12px;
	display: inline-block;
}

.form-box button.hidden,
#content a.hidden,
.form-box input.hidden {
	display: none;
}

.form-box p.error,
.form-box span.error,
#submit_card span.error,
#main span.error {
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	color: #F12E46;
	margin-bottom: 0;
}

#cardEntry .hosted-field {
	margin-bottom: 12px;
	box-shadow: 0 0 0 1px #FFF inset;
	background: #FFFFFF;
	border-radius: 10px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 14px;
	line-height: 56px;
	letter-spacing: 0.2em;
}

#cardEntry .hosted-field,
#cardEntry .hosted-field iframe {
	height: 56px;
}

span[name="output-status"] {
	font-size: 14px;
	line-height: 16px;
	display: none;
	text-align: center;
	margin: 20px 0;
}

span[name="output-status"].error.center,
span[name="output-status"].success.center {
	text-align: center;
}

span[name="output-status"].error,
span[name="output-status"].success {
	display: block;
}

span[name="output-status"].error {
	color: #F12E46;
}

span[name="output-status"].success {
	color: rgb(var(--admin-color, var(--default_color)));
}

#main span.error {
	padding-top: 5px;
	display: inline-block;
}

.form-box p.error.center,
.form-box .center {
	text-align: center;
}

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

/* dataValidation */
#dataValidation {}

#dataValidation .progressbar {
	width: 250px;
	height: 250px;
	margin: 0 auto 45px;
	border-radius: 175px;
	background: #FFF;
	-webkit-box-shadow: 0 15px 50px rgba(130, 118, 136, 0.15);
	box-shadow: 0 15px 50px rgba(130, 118, 136, 0.15);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	position: relative;
}

#dataValidation .progressbar .circle {
	width: 220px;
	height: 220px;
	border-radius: 160px;
	background: #D9CDDD;
}

#dataValidation .progressbar .percent {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 160px;
	height: 160px;
	border-radius: 80px;
	background: #FFF;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#dataValidation .progressbar.finish .percent {
	background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iNjIiIHZpZXdCb3g9IjAgMCA4MCA2MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTc2LjcxMzggMy44NDIxN0M3Mi44MjY1IDAuMDM2NzUyMiA2Ni42MTAzIDAuMDM2NzU2NSA2Mi43MjMgMy44NDIxOEwyOC40MjYzIDM3LjQxNjRMMTcuMjc3MiAyNi40Nzk3QzEzLjM5MDkgMjIuNjY3NSA3LjE2OTE4IDIyLjY2NDMgMy4yNzkwMSAyNi40NzI1TDMuMDU4MTMgMjYuNjg4OEMtMC45NDgwMDYgMzAuNjEwNSAtMC45NDgwMDIgMzcuMDU4OSAzLjA1ODEzIDQwLjk4MDZMMjEuNDMzMiA1OC45Njg2QzI1LjMxOTYgNjIuNzczMSAzMS41MzM5IDYyLjc3NDIgMzUuNDIxNiA1OC45NzFMNzYuOTM3IDE4LjM1NzNDODAuOTQ1NCAxNC40MzU5IDgwLjk0NjUgNy45ODU3MiA3Ni45Mzk0IDQuMDYzMDZMNzYuNzEzOCAzLjg0MjE3WiIgZmlsbD0iIzREQkIzQiIvPgo8L3N2Zz4K') no-repeat 50% 50% #FFF;
}

#dataValidation .progressbar .percent p {
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 50px;
	line-height: 63px;
	color: #AB9CAF;
}

#dataValidation .progressbar.finish p {
	opacity: 0;
}

#dataValidation .progressbar .percent p span {
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	color: #000;
}

#dataValidation .progressbar svg {
	width: 220px;
	height: 220px;
	border-radius: 160px;
}

#dataValidation .progressbar .meter {
	fill: none;
	stroke-width: 30px;
	stroke-linecap: round;
	-webkit-transform: rotate(-90deg) scale(1, -1);
	-ms-transform: rotate(-90deg) scale(1, -1);
	transform: rotate(-90deg) scale(1, -1);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	stroke-dasharray: 595;
	stroke-dashoffset: 595;
}

#dataValidation .progressbar.start .meter {
	-webkit-animation: progress 10s linear forwards;
	animation: progress 10s linear forwards;
}

@-webkit-keyframes progress {
	from {
		stroke-dashoffset: -595;
	}

	to {
		stroke-dashoffset: 0;
	}
}

@keyframes progress {
	from {
		stroke-dashoffset: -595;
	}

	to {
		stroke-dashoffset: 0;
	}
}

#dataValidation .lisr-status {
	margin: 0 auto;
	max-width: 330px;
}

#dataValidation .lisr-status li {
	margin-bottom: 10px;
	align-items: center;
	animation: status 2s ease-out forwards;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 29px;
	color: #000000;
}

#dataValidation .lisr-status li:nth-child(1),
#dataValidation .lisr-status li:nth-child(1) .checkmark .icon,
#dataValidation .lisr-status li:nth-child(1) .checkmark .check {
	animation-delay: 3s;
}

#dataValidation .lisr-status li:nth-child(2),
#dataValidation .lisr-status li:nth-child(2) .checkmark .icon,
#dataValidation .lisr-status li:nth-child(2) .checkmark .check {
	animation-delay: 6s;
}

#dataValidation .lisr-status li:nth-child(3),
#dataValidation .lisr-status li:nth-child(3) .checkmark .icon,
#dataValidation .lisr-status li:nth-child(3) .checkmark .check {
	animation-delay: 9s;
}

@keyframes status {
	from {
		color: #000000;
	}

	to {
		color: rgb(var(--admin-color, var(--default_color)));
	}
}

#dataValidation .lisr-status li .checkmark {
	display: block;
	width: 29px;
	height: 29px;
	margin-left: 15px;
	position: relative;
}

#dataValidation .lisr-status li .checkmark .icon {
	left: 0;
	top: 0;
	width: 29px;
	height: 29px;
	position: absolute;
	display: block;
	border-radius: 8px;
	animation: checkmark 1s ease-out forwards;
}

@keyframes checkmark {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

#dataValidation .lisr-status li .checkmark .icon svg {
	animation: checksvg 1s linear infinite;
	transform: rotate(0);
}

@keyframes checksvg {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(-369deg);
	}
}

#dataValidation .lisr-status li .checkmark .check {
	left: 0;
	top: 0;
	width: 29px;
	height: 29px;
	position: absolute;
	display: block;
	border-radius: 8px;
	animation: check 2s ease-out forwards;
	background: no-repeat 50% 50%;
	background-size: 18px auto;
}

@keyframes check {
	from {
		background: no-repeat 50% 50%;
	}

	to {
		background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iNjIiIHZpZXdCb3g9IjAgMCA4MCA2MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTc2LjcxMzggMy44NDIxN0M3Mi44MjY1IDAuMDM2NzUyMiA2Ni42MTAzIDAuMDM2NzU2NSA2Mi43MjMgMy44NDIxOEwyOC40MjYzIDM3LjQxNjRMMTcuMjc3MiAyNi40Nzk3QzEzLjM5MDkgMjIuNjY3NSA3LjE2OTE4IDIyLjY2NDMgMy4yNzkwMSAyNi40NzI1TDMuMDU4MTMgMjYuNjg4OEMtMC45NDgwMDYgMzAuNjEwNSAtMC45NDgwMDIgMzcuMDU4OSAzLjA1ODEzIDQwLjk4MDZMMjEuNDMzMiA1OC45Njg2QzI1LjMxOTYgNjIuNzczMSAzMS41MzM5IDYyLjc3NDIgMzUuNDIxNiA1OC45NzFMNzYuOTM3IDE4LjM1NzNDODAuOTQ1NCAxNC40MzU5IDgwLjk0NjUgNy45ODU3MiA3Ni45Mzk0IDQuMDYzMDZMNzYuNzEzOCAzLjg0MjE3WiIgZmlsbD0iIzREQkIzQiIvPgo8L3N2Zz4K')
	}
}

/* /dataValidation */

/* cardEntry */
#cardEntry {
	padding-top: 0;
}

#cardEntry .title p {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
	text-align: center;
	margin-bottom: 15px;
}

#cardEntry .title p .color {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	background: linear-gradient(237.27deg, rgb(var(--admin-additional-color, var(--default_additional_color_dark))) 5.01%, rgb(var(--admin-additional-color, var(--default_additional_color_light))) 96.53%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin-left: 10px;
}

#cardEntry .title h3 {
	margin-bottom: 10px;
}

#cardEntry .title .small {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: rgba(0, 0, 0, .4);
	text-align: center;
	margin-bottom: 20px;
}

#cardEntry .box-card {
	padding: 10px 15px 15px;
	color: #FFF;
	border-radius: 15px;
	background: #585F71;
	overflow: hidden;
	max-width: 500px;
	margin: 0 auto;
}

#cardEntry form[data-card="alfa"] .box-card {
	background: #EF3124;
}

#cardEntry form[data-card="sber"] .box-card {
	background: #21A038;
}

#cardEntry form[data-card="vtb"] .box-card {
	background: -webkit-gradient(linear, left top, left bottom, from(#0A2973), to(#009FDF));
	background: -o-linear-gradient(top, #0A2973 0%, #009FDF 100%);
	background: linear-gradient(180deg, #0A2973 0%, #009FDF 100%);
}

#cardEntry form[data-card="tinkoff"] .box-card {
	background: #FDDE2B;
	color: #000;
}

#cardEntry .box-card .logo-card {
	width: 100px;
	height: 30px;
	margin-bottom: 10px;
	background: url("../images/no-bank.5c457bf8f3b1.png") no-repeat 0 50%;
	background-size: contain;
}

#cardEntry .box-card input {
	-webkit-box-shadow: 0 0 0 1px #FFF inset;
	box-shadow: 0 0 0 1px #FFF inset;
	border-radius: 10px;
	-webkit-appearance: none;
	background: none;
	line-height: 36px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	color: #FFF;
	margin-bottom: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.2em;
}

#submit_card span.error {
	margin-bottom: 12px;
	font-weight: 700;
	display: block;
	text-shadow: 0 0 10px #333;
}

#cardEntry .box-card input::placeholder {
	color: #FFF;
}

#cardEntry form[data-card="tinkoff"] .box-card input {
	-webkit-appearance: none;
	-webkit-box-shadow: 0 0 0 1px #000 inset;
	box-shadow: 0 0 0 1px #000 inset;
	color: #000;
}

#cardEntry form[data-card="tinkoff"] .box-card input::placeholder {
	color: #000;
}

#cardEntry .box-card .two {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#cardEntry .box-card .two .w-90 {
	width: 90px;
}

#cardEntry .box-card .type-cards {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 5px;
}

#cardEntry .box-card .type-cards .item {
	width: calc(20% - 3px);
	opacity: 0.5;
}

#cardEntry .box-card .type-cards .item svg,
#cardEntry .box-card .type-cards .item img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

#cardEntry .box-card .type-cards[data-type="visa"] .item.visa,
#cardEntry .box-card .type-cards[data-type="unionpay"] .item.unionpay,
#cardEntry .box-card .type-cards[data-type="maestro"] .item.maestro,
#cardEntry .box-card .type-cards[data-type="mastercard"] .item.mastercard,
#cardEntry .box-card .type-cards[data-type="visa"] .item.visa {
	opacity: 1;
}

#cardEntry .btn {
	display: block;
	width: 280px;
	margin: 30px auto;
	background: rgb(var(--admin-color, var(--default_color)));
	border-radius: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 55px;
	text-align: center;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
}

#cardEntry .btn:disabled,
#cardEntry .btn[disabled] {
	background: #9E97A2;
	pointer-events: none;
	cursor: auto;
}

#cardEntry .without-card {
	text-align: center;
	margin: 35px auto 20px;
}

#cardEntry .btn-text {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: rgb(var(--admin-color, var(--default_color)));
	text-decoration: underline;
}

/* /cardEntry */

/* buttonHidden */
#buttonHidden.text .hidden-btn,
#buttonHidden .hidden-text {
	display: none;
}

#buttonHidden .hidden-btn,
#buttonHidden.text .hidden-text {
	display: block;
}

#buttonHidden button {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: rgb(var(--admin-additional-color, var(--default_additional_color_dark)));
	background: none;
	width: 210px;
	text-align: center;
	cursor: pointer;
}

/* /buttonHidden */
/* smsCode */
#smsCode input {
	width: 250px;
	height: 55px;
	background: url("../images/sms_code.3369ee13aa8d.png") no-repeat 50% 50%;
	background-size: contain;
	font-family: 'Courier Prime', monospace;
	font-weight: 700;
	font-size: 30px;
	text-align: left;
	word-spacing: 21px;
	padding: 5px 0 0 48px;
	color: rgb(var(--admin-additional-color, var(--default_additional_color_dark)));
	/* box-sizing: border-box; */
	letter-spacing: 43px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	box-sizing: content-box;
}

#smsCode input:not(:focus):invalid {
	background: url("../images/sms_code_error.352d0d123f79.png") no-repeat 50% 50%;
	background-size: contain;
	color: #FFFFFF;
}

#smsCode input:not(:focus):valid {
	background: url("../images/sms_code_ok.9c6cfb2a32d3.png") no-repeat 50% 50%;
	background-size: contain;
	color: #FFFFFF;
}

/* /smsCode */
/* steps-reg */
.steps-reg.mob .steps {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: rgba(0, 0, 0, .4);
}

.steps-reg.mob .steps span {
	display: none;
}

body[data-steps="3"] .steps-reg.mob .steps span.one,
body[data-steps="4"] .steps-reg.mob .steps span.two {
	display: inline;
}

.steps-reg.pc {
	max-width: 655px;
	margin: 0 auto;
}

.steps-reg.pc ul {
	justify-content: space-between;
}

.steps-reg.pc li {
	width: 50%;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	color: #B7A9BD;
}

body[data-steps="3"] .steps-reg.pc li:first-child,
body[data-steps="4"] .steps-reg.pc li:nth-child(2) {
	color: #000;
}

/* /steps-reg */
/* steps-line */
.steps-line {
	background: #E5DAEA;
	border-radius: 2px;
	height: 4px;
	max-width: 655px;
	margin: 10px auto 0;
}

.steps-line .color {
	height: 4px;
	background: linear-gradient(237.27deg, rgb(var(--admin-additional-color, var(--default_additional_color_dark))) 5.01%, rgb(var(--admin-additional-color, var(--default_additional_color_light))) 96.53%);
	border-radius: 2px;
	width: 0;
}

body[data-steps="3"] .steps-line .color {
	width: 50%;
}

body[data-steps="4"] .steps-line .color {
	width: 100%;
}

/* /steps-line */

/* loan-protection */
.loan-protection {
	margin-top: 45px;
	text-align: center;
}

.loan-protection .icon {
	margin-bottom: 13px;
}

.loan-protection p {
	font-size: 15px;
	line-height: 20px;
	color: #000000;
}

/* /loan-protection */

/* loan-terms */
.loan-terms {
	overflow: hidden;
}

.loan-terms .steps-title {
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	color: #000000;
	margin-bottom: 20px;
}

.loan-terms .box-terms {
	background: linear-gradient(237.27deg, rgb(var(--admin-additional-color, var(--default_additional_color_dark))) 5.01%, rgb(var(--admin-additional-color, var(--default_additional_color_light))) 96.53%);
	border-radius: 30px;
	padding: 20px 30px;
	color: #FFF;
	justify-content: space-between;
	margin: 0 auto 30px;
	box-sizing: border-box;
	max-width: 655px;
}

.loan-terms .box-terms .hr {
	background: rgba(255, 255, 255, .15);
	border-radius: 2px;
	width: 4px;
	margin-right: 50px;
	height: auto;
}

.loan-terms .box-terms .item {
	flex-grow: 1;
	text-align: left;
}

.loan-terms .box-terms .title {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	color: #FFFFFF;
	margin-bottom: 10px;
	text-align: left;
}

.loan-terms .box-terms .edit-input {
	background: #FFB800;
	border-radius: 10px;
	padding: 5px 60px 5px 10px;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	width: 35px;
	box-sizing: content-box;
}

.loan-terms .box-terms .edit-input.sum {
	padding-right: 30px;
	width: 75px;
}

.loan-terms .box-terms .edit-input .icon {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #9B7104;
	text-align: left;
	width: 45px;
}

.loan-terms .box-terms .edit-input.sum .icon {
	width: auto;
}

.loan-terms .box-terms .edit-input input {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	background: #FFB800;
	height: 20px;
	width: 100%;
	text-align: right;
}

.loan-terms .box-terms .switch {
	position: relative;
}

.loan-terms .box-terms .switch .text {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.4;
	color: #FFFFFF;
	position: relative;
}

.loan-terms .box-terms .switch .text.br:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4px;
	height: 2px;
	border-radius: 1px;
	background-color: rgba(255, 255, 255, .5);
}

.loan-terms .box-terms .switch:hover .text.br:before {
	background-color: rgba(255, 255, 255, 1);
}

.loan-terms .box-terms .switch .icon {
	margin-right: 10px;
}

.loan-terms .box-terms .switch .text strong {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.loan-terms .box-terms .switch .link {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	z-index: 20;
	cursor: pointer;
}

.loan-terms .box-terms .price {
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 30px;
	color: #FFFFFF;
	margin-bottom: 13px;
	text-align: left;
	min-width: 200px;
}

.loan-terms .box-terms .price .color {
	font-weight: 800;
	color: #FFFFFF;
}

.loan-terms .box-terms .old-price {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4;
	color: #FFFFFF;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
}

.loan-terms .box-terms .old-price::before {
	content: '';
	position: absolute;
	left: -4px;
	right: -4px;
	top: 50%;
	margin-top: -2px;
	height: 4px;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, .5);
}

/* sectionTop */
#sectionTop {
	overflow: hidden;
	padding-top: 70px;
	background: #FFF;
	min-height: 100vh;
}

#sectionTop .bg {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 290px;
	left: 0;
	z-index: 10;
}

#sectionTop .bg .square {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: linear-gradient(237.27deg, rgb(var(--admin-additional-color, var(--default_additional_color_dark))) 5.01%, rgb(var(--admin-additional-color, var(--default_additional_color_light))) 96.53%);
}

#sectionTop .bg .decorations {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 20;
	overflow: hidden;
}

#sectionTop .bg .decorations .waves {
	position: absolute;
	left: 65%;
	top: -5px;
	width: 200px;
	height: 70px;
}

#sectionTop .bg .decorations .cross {
	position: absolute;
	left: 30%;
	top: 50px;
	width: 115px;
	height: 115px;
}

#sectionTop .bg .decorations .circle {
	position: absolute;
	left: -70px;
	top: 50%;
	width: 200px;
	height: 200px;
}

#sectionTop .bg .decorations .girl {
	position: absolute;
	left: 50%;
	bottom: 0;
	top: 70px;
	right: 0;
	background: url("../images/girl_mob.6b2bb3fba9bf.png") no-repeat 0 0;
	background-size: cover;
	max-height: 300px;
}

@media (max-height: 450px) {
	body #sectionTop .bg .decorations .girl {
		opacity: 1;
		top: auto;
		height: 200px;
		background-position: 50px 0;
		right: auto;
		width: 300px;
		background-size: contain;
	}
}

@media (min-width: 992px) {
	#sectionTop .bg .decorations .girl {
		position: absolute;
		left: 55%;
		bottom: 0;
		top: 15px;
		right: 0;
		background: url("../images/girl_mob.6b2bb3fba9bf.png") no-repeat 0 0;
		background-size: cover;
		max-height: 100%;
	}
}

/* calculator */
#calculator {
	position: relative;
	z-index: 10;
}

body.page-pc #calculator {
	height: 100vh;
}

#calculator .inner {
	flex-direction: column;
	height: 100%;
	padding-top: 75px;
	max-height: 570px;
	justify-content: space-between;
	box-sizing: border-box;
}

@media (max-width: 400px) and (max-height: 570px) {
	#calculator .inner {
		padding-top: 50px;
	}
}

#calculator .advantage-calculator {
	margin: 20px 0;
}

#calculator .advantage-calculator h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	background: none;
	text-align: left;
	margin-bottom: 0;
}

#calculator .advantage-calculator h2 .color {
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	color: #FFB800;
}

#calculator .advantage-calculator .notice,
#calculator .advantage-calculator .timer {
	display: none;
}

#calculator .advantage-calculator .notice .icon {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

#calculator .advantage-calculator .notice .icon svg,
#calculator .advantage-calculator .notice .icon img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

#calculator .advantage-calculator .notice .text {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
}

#calculator .advantage-calculator .timer>div {
	padding: 20px 30px;
	background: #F7F5F8;
	border-radius: 20px;
	text-align: center;
	align-items: center;
}

#calculator .advantage-calculator .timer .icon {
	width: 60px;
	height: 60px;
	margin-right: 20px;
	flex-shrink: 0;
}

#calculator .advantage-calculator .timer .icon svg,
#calculator .advantage-calculator .timer .icon img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

#calculator .advantage-calculator .timer .info .text {
	font-size: 14px;
	line-height: 1.4;
	color: rgba(0, 0, 0, .6);
}

#calculator .advantage-calculator .timer .info .zaimTimer {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 55px;
	line-height: 1;
	letter-spacing: 0.13em;
}

#calculator .box-calculator {
	margin: auto -15px 0;
	padding: 20px 15px 15px;
	background: #FFFFFF;
	border-radius: 30px 30px 0px 0px;
}

#calculator .box-calculator form {
	flex-direction: column;
}

#calculator .box-calculator h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 31px;
	text-align: center;
	color: #000000;
}

#calculator .box-calculator form fieldset:first-child,
#calculator .box-calculator form fieldset:nth-child(2) {
	margin-top: 10px;
}

#calculator .box-calculator .range-info {
	margin-bottom: 25px;
	justify-content: space-between;
	align-items: center;
}

#calculator .box-calculator .range-info p {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 19px;
	line-height: 22px;
	color: #000000;
}

#calculator .box-calculator .range-info .range-num {
	width: 120px;
	height: 30px;
	/* background: #F1ECF3; */
	border-radius: 5px;
	position: relative;
	justify-content: center;
	/* align-items: center; */
	align-items: flex-end;
	box-sizing: content-box;
}

#calculator .box-calculator .range-info .range-num.sum {
	background: #F1ECF3;
	padding-bottom: 7px;
}

#calculator .box-calculator .range-info .range-num input,
#calculator .box-calculator .range-info .range-num .bold {
	display: inline-block;
	margin-right: 5px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	text-align: right;
	color: #000000;
	background: none;
}

#calculator .box-calculator .range-info .range-num.sum input {
	background: #F1ECF3;
}

#calculator .box-calculator .range-info .range-num.sum input {
	width: 80px;
}

#calculator .box-calculator .range-info .range-num.date input,
#calculator .box-calculator .range-info .range-num .bold {
	width: 35px;
}

#calculator .box-calculator .range-info .range-num .icon {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	text-align: left;
	color: #7D7D7D;
}

#calculator .box-calculator .range-ruler {
	margin-top: 8px;
	justify-content: space-between;
	align-items: center;
}

#calculator .box-calculator .range-ruler span {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 28px;
	display: flex;
	align-items: center;
	text-align: right;
	color: #000000;
	opacity: 0.4;
}

#calculator .box-calculator .return {
	margin-top: 10px;
	align-items: center;
}

#calculator .box-calculator .return .text {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
}

#calculator .box-calculator .return .price {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	color: rgba(0, 0, 0, .4);
	margin-left: auto;
}

#calculator .box-calculator .return .price s {
	text-decoration: line-through;
}

#calculator .box-calculator .return strong {
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 18px;
	line-height: 1.5;
	background: linear-gradient(237.27deg, rgb(var(--admin-additional-color, var(--default_additional_color_dark))) 5.01%, rgb(var(--admin-additional-color, var(--default_additional_color_light))) 96.53%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin-left: 10px;
}

#calculator .box-calculator .btn-box {
	position: relative;
	margin-top: 10px;
	background: #F1ECF3;
	border-radius: 10px;
	/* overflow: hidden; */
}

#calculator .box-calculator .btn-box .submit {
	display: block;
	width: 100%;
	background: rgb(var(--admin-color, var(--default_color)));
	box-shadow: 0px 20px 30px -15px rgb(var(--admin-color, --default_color), 0.7);
	border-radius: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 54px;
	text-align: center;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
}

#calculator .box-calculator .btn-box p.flex {
	justify-content: center;
	align-items: center;
	padding: 8px 0;
}

#calculator .box-calculator .btn-box p.flex .icon {
	width: 14px;
	height: 14px;
	margin-right: 7px;
}

#calculator .box-calculator .btn-box p.flex .icon svg {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

#calculator .box-calculator .btn-box p.flex span {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}

#calculator .box-calculator .btn-box p.flex .text {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: rgba(0, 0, 0, .6);
	margin-right: 7px;
}

#calculator .box-calculator form fieldset:nth-child(4) {
	order: 1;
}

#calculator .box-calculator .checkbox-text {
	margin-top: 10px;
}

#calculator .box-calculator .checkbox-text .checkbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#calculator .box-calculator .checkbox-text .checkbox .price {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 22px;
	color: #000000;
}

#calculator .box-calculator .checkbox-text .checkbox .price b {
	color: #7D7D7D;
}

#calculator .box-calculator .mob-none {
	display: none;
}

/* steps */
#steps .steps-items {
	background: #FFF;
	box-shadow: 0px 15px 50px rgba(130, 118, 136, 0.15);
	border-radius: 30px;
	padding: 20px;
	flex-direction: column;
}

#steps .steps-items .item:first-child {
	margin-top: 0;
}

#steps .steps-items .item {
	margin-top: 15px;
	align-items: center;
}

#steps .steps-items .item .icon {
	width: 64px;
	height: 64px;
	margin-right: 15px;
	flex-shrink: 0;
}

#steps .steps-items .item .icon svg,
#steps .steps-items .item .icon img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

#steps .steps-items .item p {
	font-size: 22px;
	line-height: 26px;
	color: #000000;
	opacity: 0.6;
}

/* /steps */

/* cards */
#cards {
	overflow: hidden;
	padding-bottom: 30px;
}

#cards .box-cards {
	flex-direction: column;
}

#cards .box-cards .title {
	padding: 20px 30px 50px;
	background: linear-gradient(237.27deg, rgb(var(--admin-additional-color, var(--default_additional_color_dark))) 5.01%, rgb(var(--admin-additional-color, var(--default_additional_color_light))) 96.53%);
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

#cards .box-cards .title .bg {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 5px;
	left: 5px;
	z-index: 10;
	background: url("../images/cards-bg.caf21dfc60dc.png") no-repeat 100% 100%;
	background-size: contain;
}

#cards .box-cards .title p {
	position: relative;
	z-index: 20;
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF;
	width: 70%;
}

#cards .box-cards .cards-items {
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

#cards .box-cards .cards-items .item {
	width: calc(50% - 5px);
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 15px 50px rgba(130, 118, 136, 0.05);
	border-radius: 20px;
	margin-top: 10px;
}

#cards .box-cards .cards-items .item .icon {
	width: 100px;
	height: 70px;
	margin: 0 auto 20px;
}

#cards .box-cards .cards-items .item .icon svg,
#cards .box-cards .cards-items .item .icon img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	object-position: 50%;
}

#cards .box-cards .cards-items .item p {
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	color: rgba(0, 0, 0, .6);
	background: #F4F2F5;
	border-radius: 20px;
	padding: 0 20px;
	pointer-events: none;
}

/* /cards */

/* advantage */
#advantage {
	background: #FFF;
}

#advantage .advantage-items {
	flex-direction: column;
}

#advantage .advantage-items .item {
	padding: 20px 30px 40px;
	margin-top: 15px;
	flex-direction: column;
	border-radius: 20px;
	color: #FFF;
}

#advantage .advantage-items .item:first-child {
	margin-top: 0;
	background: linear-gradient(237.27deg, rgb(var(--admin-additional-color, var(--default_additional_color_dark))) 5.01%, rgb(var(--admin-additional-color, var(--default_additional_color_light))) 96.53%);
}

#advantage .advantage-items .item:nth-child(2) {
	background: linear-gradient(237.27deg, rgb(var(--admin-additional-color, var(--default_additional_color_dark))) 5.01%, rgb(var(--admin-additional-color, var(--default_additional_color_light))) 96.53%);
}

#advantage .advantage-items .item:nth-child(3) {
	background: linear-gradient(237.27deg, rgb(var(--admin-additional-color, var(--default_additional_color_dark))) 5.01%, rgb(var(--admin-additional-color, var(--default_additional_color_light))) 96.53%);
}

#advantage .advantage-items .item:nth-child(4) {
	background: linear-gradient(237.27deg, rgb(var(--admin-additional-color, var(--default_additional_color_dark))) 5.01%, rgb(var(--admin-additional-color, var(--default_additional_color_light))) 96.53%);
}

#advantage .advantage-items .item .icon {
	width: 56px;
	height: 56px;
	margin-bottom: 20px;
}

#advantage .advantage-items .item .icon svg,
#advantage .advantage-items .item .icon img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	object-position: 50%;
}

#advantage .advantage-items .item .title {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
}

#advantage .advantage-items .item .info {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	opacity: 0.7;
}

/* /advantage */

/* choice */
#choice {
	background: #FFF;
}

#choice .loans {
	flex-direction: column;
	margin-top: -15px;
}

#choice .loans .item {
	margin-top: 15px;
	background: #FFFFFF;
	box-shadow: 0 15px 50px rgba(130, 118, 136, 0.15);
	border-radius: 30px;
	padding: 20px 20px 30px;
	flex-direction: column;
	align-items: center;
	position: relative;
}

#choice .loans .item:nth-child(2) {
	order: -1;
	box-shadow: 0 30px 30px -15px rgba(255, 184, 0, 0.3),
		inset 0 0 0 3px #FFB800;
}

#choice .loans .item .icon {
	max-width: 290px;
	margin: 0 auto 20px;
	overflow: hidden;
}

#choice .loans .item .icon img {
	float: left;
	width: 100%;
	height: auto;
}

#choice .loans .item .title {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	color: #000000;
	margin-bottom: 20px;
}

#choice .loans .item .title .color {
	font-weight: 600;
	color: rgb(var(--admin-additional-color, var(--default_additional_color_dark)));
}

#choice .loans .item .info {
	width: 165px;
	flex-direction: column;
	margin-bottom: 20px;
}

#choice .loans .item .info p {
	margin-top: 15px;
	padding-left: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: rgba(0, 0, 0, .6);
	background: url("../images/check.846d6c7d78b3.png") no-repeat 0 100%;
	background-size: 18px auto;
}

#choice .loans .item .info p:first-child {
	margin-top: 0;
}

#choice .loans .item .btn {
	display: inline-block;
	margin: 0 auto;
	width: 220px;
	background: rgb(var(--admin-color, var(--default_color)));
	border-radius: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 56px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}

#choice .loans .item .btn:hover {
	box-shadow: 0 20px 30px -15px rgb(var(--admin-color, --default_color), 0.7);
}

#choice .loans .item .label {
	position: absolute;
	top: -17px;
	left: 50%;
	background: #FFB800;
	border-radius: 20px;
	padding: 9px 25px 11px;
	transform: translate(-50%, 0);
	overflow: hidden;
	flex-direction: row;
}

#choice .loans .item .label span {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	color: #FFFFFF;
}

#choice .loans .item .label span.img {
	width: 20px;
	height: 20px;
	margin-right: 7px;
}

#choice .loans .item .label span.img svg,
#choice .loans .item .label span.img img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	object-position: 50% 50%;
}

/* /choice */

/* FAQ */
.faq-accordion__item-plus::before,
.faq-accordion__item-plus::after {
	background-color: rgb(var(--admin-color, var(--default_color)));
}

.faq__btn {
	background: rgb(var(--admin-color, var(--default_color)));
}

#faq .inner {
	padding: 40px 15px;
}

@media (min-width: 1400px) {
	#faq .inner {
		padding: 40px 0;
	}
}

/* /FAQ */

/* questions */
#questions {
	padding: 30px 0;
}

#questions h3 {
	margin-bottom: 40px;
}

/* accordion */
#accordion .accordion-item {
	overflow: hidden;
	margin-top: 10px;
	background: #F7F5F8;
	box-shadow: 0px 15px 50px rgba(130, 118, 136, 0.15);
	border-radius: 15px;
}

#accordion .accordion-title {
	background: #fff;
	padding: 10px;
	cursor: pointer;
	position: relative;
	align-items: center;
}

#accordion .accordion-title h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	width: 100%;
}

#accordion .accordion-title .num {
	background: linear-gradient(237.27deg, rgb(var(--admin-additional-color, var(--default_additional_color_dark))) 5.01%, rgb(var(--admin-additional-color, var(--default_additional_color_light))) 96.53%);
	border-radius: 20px;
	margin: 0 20px auto 0;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
}

#accordion .active .accordion-title .num {
	background: #FFB800;
}

#accordion .accordion-title .num p {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 38px;
	color: #FFFFFF;
	text-align: center;
}

#accordion .accordion-title .icon {
	justify-content: flex-end;
	align-items: center;
	flex-shrink: 0;
}

#accordion .accordion-title .icon .cross {
	width: 15px;
	height: 6px;
	padding: 10px;
	flex-shrink: 0;
	overflow: hidden;
	margin: -3px 0;
	box-sizing: content-box;
}

#accordion .active .accordion-title .icon .cross {
	transform: scale(1, -1);
}

#accordion .accordion-title .icon .cross svg {
	width: 100%;
	height: auto;
	float: left;
}

#accordion .accordion-content {
	max-height: 0;
	overflow: hidden;
}

#accordion .active .accordion-content {
	max-height: 500px;
}

#accordion .accordion-content p {
	padding: 10px 20px 25px;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	color: rgba(0, 0, 0, .6);
}

/* /accordion */

/* fillForm */
#fillForm {
	overflow-y: hidden;
}

#fillForm .form {
	flex-direction: column;
	background: linear-gradient(237.27deg, rgb(var(--admin-additional-color, var(--default_additional_color_dark))) 5.01%, rgb(var(--admin-additional-color, var(--default_additional_color_light))) 96.53%);
	border-radius: 15px;
	color: #FFF;
	padding: 20px;
	position: relative;
}

#fillForm .form .bg {
	position: absolute;
	overflow: hidden;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 15px;
	z-index: 10;
}

#fillForm .bg .girl {
	position: absolute;
	right: 5px;
	top: 35px;
	bottom: 0;
	width: 80%;
	background: url("../images/fill_form.1cc127a13c7f.png") no-repeat 100% 100%;
	background-size: contain;
}

#fillForm .bg .waves {
	position: absolute;
	right: -20px;
	top: -10px;
	width: 200px;
	height: 80px;
}

#fillForm .bg .cross {
	position: absolute;
	left: -30px;
	top: -5px;
	width: 60px;
	height: 60px;
}

#fillForm .bg .circle {
	position: absolute;
	left: 20%;
	top: 40px;
	width: 50%;
	height: 200px;
}

#fillForm .form .top {
	position: relative;
	width: 230px;
	z-index: 20;
}

#fillForm .form .title {
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 10px;
	color: #FFFFFF;
}

#fillForm .form .info {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 40px;
	color: rgba(255, 255, 255, .7);
}

#fillForm .form .btn {
	position: relative;
	z-index: 30;
	background: rgb(var(--admin-color, var(--default_color)));
	border-radius: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: #FFFFFF;
}

#fillForm .form .btn:hover {
	box-shadow: 0 20px 30px -15px rgb(var(--admin-color, --default_color), 0.7);
}

/* /fillForm */

/* description */
#description {
	border-radius: 20px;
	padding: 20px 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;
}

#description a {
	color: #000;
}

#description a:hover {
	text-decoration: underline;
}

/* list-creditors */
#description .list-creditors {
	padding: 18px;
	background: #FFFFFF;
	border-radius: 20px;
	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-top: 0;
}

#conditions .loan-terms {
	flex-direction: column;
}

#conditions .loan-terms .top {
	background: linear-gradient(237.27deg, rgb(var(--admin-additional-color, var(--default_additional_color_dark))) 5.01%, rgb(var(--admin-additional-color, var(--default_additional_color_light))) 96.53%);
	border-radius: 10px;
	padding: 15px 25px;
	color: #FFF;
	margin-bottom: 12px;
}

#conditions .loan-terms .top .title {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 29px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
}

/* expire */
#conditions .loan-terms .top .expire {
	justify-content: space-between;
	align-items: center;
}

#conditions .loan-terms .top .expire p {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 20px;
	color: rgba(255, 255, 255, .8);
}

#conditions .loan-terms .fot {
	margin-bottom: 18px;
}

#conditions .loan-terms .fot p {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	color: #000000;
}

#conditions h4 {
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
	margin: 0 0 10px;
}

/* timer */
#timer {
	justify-content: space-between;
}

#timer .timer__item {
	background: #FFB800;
	border-radius: 10px;
	width: 45px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 34px;
	letter-spacing: 0.1em;
	color: #000000;
}

#timer .timer__item.dot {
	background: none;
	border-radius: 0;
	width: 5px;
	text-align: center;
	margin: 0 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	color: #FFB800;
}

/* /timer */
/* /expire */

/* offers */
#offers {
	padding-top: 0;
	overflow: hidden;
	padding-bottom: 50px;
}

#offers .items-offers {
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -14px;
	flex-direction: column;
}

#offers .items-offers .item {
	position: relative;
	margin-top: 14px;
	background: #FFFFFF;
	box-shadow: 0px 15px 50px rgba(130, 118, 136, 0.05);
	border-radius: 10px;
	box-sizing: border-box;
	flex-direction: column;
	padding: 10px;
}

#offers.main-page .items-offers .item {
	padding-bottom: 0;
}

#offers .items-offers .item .logo {
	height: 40px;
}

#offers .items-offers .item .logo svg,
#offers .items-offers .item .logo img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	object-position: 50% 50%;
}

#offers .items-offers .item .content {
	margin-top: auto;
}

#offers .items-offers .item .content .row {
	margin-top: 8px;
	align-items: center;
}

#offers .items-offers .item .content .text {
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	color: #626162;
}

#offers .items-offers .item .content .text.bold {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}

#offers .items-offers .item .content .tick {
	width: 18px;
	height: 8px;
	overflow: hidden;
}

#offers .items-offers .item .content .tick svg,
#offers .items-offers .item .content .tick img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	object-position: 50% 0;
	float: left;
}

#offers .items-offers .item .btn {
	position: relative;
	z-index: 20;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	color: #FFFFFF;
	background: rgb(var(--admin-color, var(--default_color)));
	border-radius: 5px;
	padding: 13px 0;
	margin-top: 15px;
}

#offers .items-offers .item .link {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

/* /offers */
/* /conditions */

/* unsubscribe */
.unsubscribe .happy {
	margin-bottom: 15px;
	justify-content: center;
	align-items: center;
}

.unsubscribe .happy .icon {
	margin-right: 10px;
}

.unsubscribe .happy .text {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: rgb(var(--admin-color, var(--default_color)));
}

/* /unsubscribe */

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

	/* cardEntry */
	#cardEntry .box-card {
		padding: 20px 30px;
	}

	#cardEntry .box-card input {
		font-size: 15px;
	}

	#cardEntry .box-card .two .w-90 {
		width: 105px;
	}

	/* /cardEntry */

	/* conditions */
	#conditions .loan-terms .top .title {
		font-size: 20px;
	}

	/* /conditions */

	/* timer */
	#timer .timer__item {
		width: 55px;
	}

	/* /timer */
}

/* /(min-width: 360px) */

/* (max-height: 450px)  */
@media (max-height: 450px) and (orientation: portrait) {

	/* sectionTop */
	#sectionTop .bg {
		bottom: 350px;
	}

	#sectionTop .bg .decorations .girl {
		opacity: 0;
	}

	/* /sectionTop */

	/* calculator */
	#calculator .inner {
		padding-top: 0;
	}

	/* /calculator */
}

/* /(max-height: 450px) */

/* (max-height: 500px)  */
@media (max-height: 500px) {

	/* calculator */
	#calculator .box-calculator h4 {
		font-size: 20px;
		line-height: 24px;
	}

	#calculator .box-calculator form fieldset:first-child,
	#calculator .box-calculator form fieldset:nth-child(2) {
		margin-top: 10px;
	}

	#calculator .box-calculator .range-info {
		margin-bottom: 15px;
	}

	#calculator .box-calculator .return {
		margin-top: 0;
	}

	/* /calculator */
}

/* /(max-height: 500px) */

/* (max-height: 630px) and (orientation: portrait) */
@media (max-height: 630px) and (orientation: portrait) {

	/* sectionTop */
	#sectionTop .bg .girl {
		top: 0;
	}

	/* /ectionTop */

	/* calculator */
	#calculator .box-calculator .checkbox-text .checkbox .text {
		font-size: 12px;
	}

	/* /calculator */
}

/* /(max-height: 630px) and (orientation: portrait) */

/* (max-height: 500px) and (orientation: landscape) */
@media (max-height: 500px) and (orientation: landscape) {

	/* sectionTop */
	#sectionTop .bg {
		bottom: 0;
	}

	#sectionTop .bg .decorations .girl {
		top: auto;
		left: 145px;
		right: auto;
		width: 400px;
		bottom: 0;
		height: 500px;
	}

	/* calculator */
	#calculator .inner {
		padding: 10px 10px 0;
		flex-direction: row;
	}

	#calculator .advantage-calculator {
		display: block;
		padding-top: 80px;
	}

	.checkbox-text .checkbox .text {
		font-size: 13px;
	}

	#calculator .box-calculator {
		width: calc(50% + 20px);
		margin-left: auto;
	}

	#calculator .box-calculator h4 {
		display: none;
	}

	#calculator .box-calculator form fieldset:first-child {
		margin-top: 0;
	}

	/* /calculator */
	/* /sectionTop */
}

/* /(max-height: 500px) and (orientation: landscape) */

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

/* /media (min-width: 500px) */

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

/* (min-width: 992px) */
@media (min-width: 992px) {
	.mob {
		display: none;
	}

	.pc {
		display: block;
	}

	.inner {
		max-width: auto;
		margin: 0 15px;
	}

	section {
		padding-top: 50px;
	}

	/* #content,
	#page {
		background: url("../images/content_pc.10ee7c394142.png") no-repeat 50% 100%;
		background-size: 100% auto;
	} */

	/* thumb */
	input[type='range']::-webkit-slider-thumb {
		width: 24px;
		height: 24px;
		border: 3px solid rgb(var(--admin-color, var(--default_color)));
		border-radius: 15px;
	}

	input[type='range']::-moz-range-thumb {
		width: 24px;
		height: 24px;
		border: 3px solid rgb(var(--admin-color, var(--default_color)));
		border-radius: 15px;
	}

	input[type='range']::-ms-range-thumb {
		width: 24px;
		height: 24px;
		border: 3px solid rgb(var(--admin-color, var(--default_color)));
		border-radius: 15px;
	}

	/* /thumb */

	/* sectionTop */
	#sectionTop {
		background: url("../images/section_top.94e77f60b8af.png") no-repeat 0 100% #FFF;
	}

	#sectionTop .bg {
		bottom: 0;
	}

	#sectionTop .bg .square {
		bottom: 0;
		left: calc(50% - 60px);
		background: linear-gradient(237.27deg, rgb(var(--admin-additional-color, var(--default_additional_color_dark))) 5.01%, rgb(var(--admin-additional-color, var(--default_additional_color_light))) 96.53%);
	}

	#sectionTop .bg .decorations .girl {
		left: 30%;
		right: 15%;
		bottom: 0;
		top: 100px;
		background: url("../images/girl_pc.7e37fe15b65d.png") no-repeat 0 100%;
		background-size: contain;
	}

	/* calculator */
	#calculator .inner {
		flex-direction: row;
		justify-content: space-between;
		padding-bottom: 75px;
		max-height: 100%;
	}

	#calculator .advantage-calculator {
		margin: 95px 0 auto;
	}

	#calculator .advantage-calculator h2 {
		font-size: 40px;
		line-height: 1;
		background: linear-gradient(237.27deg, rgb(var(--admin-additional-color, var(--default_additional_color_dark))) 5.01%, rgb(var(--admin-additional-color, var(--default_additional_color_light))) 96.53%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		margin-bottom: 60px;
	}

	#calculator .box-calculator {
		margin: auto 0;
		background: rgba(255, 255, 255, 0.8);
		backdrop-filter: blur(20px);
		border-radius: 25px;
		padding: 40px;
	}

	#calculator .box-calculator h4 {
		font-size: 33px;
		line-height: 39px;
		background: linear-gradient(237.27deg, #000000 5.01%, #000000 96.53%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}

	#calculator .box-calculator form fieldset:first-child,
	#calculator .box-calculator form fieldset:nth-child(2) {
		margin-top: 20px;
	}

	#calculator .box-calculator form fieldset:nth-child(4) {
		order: 0;
		margin: 10px 0 20px;
	}

	#calculator .box-calculator .btn-box p.flex {
		display: none;
	}

	#calculator .box-calculator .btn-box .submit {
		font-size: 18px;
		line-height: 65px;
		box-shadow: 0px 20px 30px -15px rgb(var(--admin-color, --default_color), 0.7);
		border-radius: 10px;
	}

	#calculator .box-calculator .range-info p {
		font-size: 16px;
		line-height: 19px;
	}

	#calculator .box-calculator .range-info p strong {
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
	}

	#calculator .box-calculator .range-ruler span {
		font-size: 14px;
		line-height: 28px;
	}

	#sectionTop .bg .decorations .waves {
		width: 480px;
		height: 160px;
		top: 180px;
		right: -250px;
		left: auto;
	}

	#sectionTop .bg .decorations .waves.pc {
		right: auto;
		left: -255px;
		background: url("../images/waves_pc.9caddedccb56.png") no-repeat 50% 50%;
		background-size: contain;
	}

	#sectionTop .bg .decorations .cross {
		width: 170px;
		height: 170px;
		top: 50%;
		right: -70px;
		left: auto;
	}

	#sectionTop .bg .decorations .cross.pc {
		top: 80%;
		right: 35%;
	}

	#sectionTop .bg .decorations .circle {
		width: 490px;
		height: 490px;
		top: -30px;
		left: 50%;
	}

	#sectionTop .bg .decorations .circle.pc {
		top: auto;
		bottom: -190px;
		left: auto;
		right: 65px;
	}

	/* /calculator */

	#calculator .advantage-calculator .notice {
		display: block;
		width: 300px;
		margin-bottom: 60px;
	}

	#calculator .advantage-calculator .timer {
		display: block;
		width: 300px;
		margin-bottom: 60px;
	}

	/* /sectionTop */

	/* steps */
	#steps {
		padding-top: 50px;
		position: relative;
		z-index: 70;
	}

	#steps .steps-items {
		padding: 25px;
		flex-direction: row;
		justify-content: space-between;
	}

	#steps .steps-items .item {
		flex-direction: column;
		align-items: flex-start;
		width: 210px;
		margin: 0;
	}

	#steps .steps-items .item:first-child {
		width: 245px;
	}

	#steps .steps-items .item .icon {
		margin: 0 0 20px;
	}

	/* /steps */

	/* cards */
	#cards {
		padding-bottom: 140px;
		background: url("../images/cards.bf65a30c72b9.png") no-repeat 100% 100%;
		background-size: contain;
	}

	#cards .box-cards {
		flex-direction: row;
	}

	#cards .box-cards .title {
		margin-right: 20px;
		max-width: 410px;
	}

	#cards .box-cards .title p {
		font-size: 30px;
		line-height: 1.4;
		width: 90%;
	}

	#cards .box-cards .cards-items {
		margin-top: -20px;
	}

	#cards .box-cards .cards-items .item {
		width: calc(33% - 13px);
		margin-top: 20px;
	}

	/* /cards */

	/* advantage */
	#advantage {
		background: url("../images/advantage_bg.d1f8fc0abed9.png") no-repeat 50% 100% #FFF;
		background-size: contain;
	}

	#advantage .advantage-items {
		margin-top: -20px;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
	}

	#advantage .advantage-items .item {
		box-sizing: border-box;
		width: calc(50% - 10px);
		margin-top: 20px;
	}

	#advantage .advantage-items .item:first-child {
		margin-top: 20px;
	}

	/* /advantage */

	/* choice */
	#choice {
		background: url("../images/choice.0fff02d081d9.png") no-repeat 50% 100% #FFF;
		background-size: contain;
	}

	#choice .loans {
		flex-direction: row;
		justify-content: space-between;
	}

	#choice .loans .item {
		box-sizing: border-box;
		width: calc(33% - 13px);
	}

	#choice .loans .item:nth-child(2) {
		order: 0;
	}

	/* /choice */

	/* questions */
	#questions {
		padding: 50px 0 0 0;
		background: url("../images/questions.4c519e4ca84f.jpg") repeat-x 50% 0 #f3eef5;
	}

	/* accordion */
	#accordion .accordion-item {
		margin-top: 30px;
	}

	#accordion .accordion-title {
		padding: 20px 30px;
	}

	#accordion .accordion-content p {
		padding: 24px 70px 34px 90px;
		font-size: 20px;
	}

	/* /accordion */
	/* /questions */

	/* fillForm */
	#fillForm {
		background: url("../images/fill_form_bg.930e081d546f.png") no-repeat 50% 100% #f3eef5;
		background-size: contain;
		padding-bottom: 100px;
	}

	#fillForm .form {
		padding: 50px 70px 60px 220px;
		flex-direction: row;
		justify-content: space-between;
	}

	#fillForm .form .bg {
		top: -20px;
	}

	#fillForm .bg .girl {
		right: auto;
		top: 0;
		left: 0;
		width: 200px;
		background-position: 50% 100%;
		border-radius: 0 0 15px 0;
	}

	#fillForm .form .top {
		width: 400px;
	}

	#fillForm .form .title {
		font-size: 40px;
	}

	#fillForm .form .info {
		font-size: 25px;
		margin-bottom: 0;
	}

	#fillForm .form .btn {
		align-self: center;
		width: 270px;
		line-height: 65px;
	}

	/* /fillForm */

	/* description */
	#description {
		width: 100%;
		max-width: 1340px;
		margin: 0 auto 20px;
		padding: 90px 20px;
	}

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


	/* cardEntry */
	#cardEntry .title p {
		font-size: 18px;
		line-height: 24px;
	}

	#cardEntry .title p .color {
		font-size: 20px;
		line-height: 24px;
	}

	#cardEntry .title h3 {
		font-size: 40px;
		line-height: 1.4;
		margin-bottom: 20px;
	}

	#cardEntry .title .small {
		font-size: 22px;
		line-height: 1.4;
		margin-bottom: 50px;
	}

	#cardEntry .box-card {
		padding: 35px 55px 45px;
		color: #FFF;
		width: 400px;
	}

	#cardEntry .box-card .logo-card {
		width: 150px;
		height: 30px;
		margin-bottom: 25px;
		box-sizing: border-box;
	}

	#cardEntry .box-card input {
		font-size: 20px;
		line-height: 54px;
		margin-bottom: 20px;
		padding: 0 45px;
	}

	#submit_card span.error {
		margin-bottom: 20px;
	}

	#cardEntry .box-card .two .w-90 {
		width: 135px;
	}

	#cardEntry .box-card .two .w-90 input {
		padding: 0 25px;
	}

	#cardEntry .btn {
		width: 380px;
		font-size: 18px;
		line-height: 65px;
		margin-top: 50px;
	}

	/* /cardEntry */

	/* conditions */
	#conditions .loan-terms {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	#conditions .loan-terms .fot {
		order: -1;
		width: 550px;
	}

	#conditions .loan-terms .fot p {
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		font-size: 30px;
		line-height: 1.4;
		/* font-size: 45px;
		line-height: 58px; */
		text-align: left;
	}

	#conditions h4 {
		font-size: 24px;
		margin: 10px 0 0;
	}

	/* /conditions */

	/* offers */
	#offers .items-offers {
		margin: 0 -24px;
		justify-content: flex-start;
	}

	#offers .items-offers .item {
		width: calc(33% - 46px);
		margin: 50px 24px 0;
		padding: 35px 35px 40px;
	}

	#offers.main-page .items-offers .item {
		padding: 35px 35px 10px;
	}

	#offers .items-offers .item .logo {
		height: 100px;
	}

	#offers .items-offers .item .content .row {
		margin-top: 12px;
	}

	#offers .items-offers .item .content .text {
		font-size: 16px;
		line-height: 19px;
	}

	#offers .items-offers .item .content .tick {
		width: 27px;
		height: 15px;
	}

	#offers .items-offers .item .btn {
		font-size: 18px;
		line-height: 20px;
		padding: 20px 0;
		margin-top: 25px;
	}

	#conditions .loan-terms .top {
		width: 530px;
		padding: 30px 50px 40px;
		border-radius: 30px;
		box-sizing: border-box;
	}

	#conditions .loan-terms .top .title {
		font-size: 31px;
		line-height: 1.4;
		margin-bottom: 15px;
	}

	#conditions .loan-terms .top .expire p {
		font-size: 25px;
		line-height: 1.2;
	}

	#timer .timer__item {
		width: 70px;
		line-height: 50px;
		font-size: 30px;
	}

	#timer .timer__item.dot {
		line-height: 45px;
	}

	/* /offers */
}

/* /(min-width: 992px) */

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

	/* cards */
	#cards {
		padding-top: 50px;
		padding-bottom: 200px;
	}

	#cards .box-cards .title {
		margin-right: 50px;
		padding: 40px 50px;
	}

	#cards .box-cards .title p {
		font-size: 40px;
	}

	#cards .box-cards .cards-items {
		width: 100%;
		margin-top: -50px;
	}

	#cards .box-cards .cards-items .item {
		width: calc(33% - 34px);
		padding: 45px 0 30px;
		margin-top: 50px;
	}

	#cards .box-cards .cards-items .item p {
		font-size: 16px;
		line-height: 40px;
	}

	/* /cards */

	/* fillForm */
	#fillForm .form {
		padding-left: 300px;
	}

	#fillForm .form .bg {
		top: -40px;
	}

	#fillForm .bg .girl {
		width: 280px;
	}

	#fillForm .bg .waves {
		top: 40px;
		width: 480px;
		height: 160px;
	}

	#fillForm .bg .cross {
		top: 40px;
		left: -90px;
		width: 170px;
		height: 170px;
	}

	#fillForm .bg .circle {
		top: 80px;
		height: 450px;
	}

	#fillForm .form .top {
		width: 450px;
	}

	#fillForm .form .title {
		font-size: 50px;
	}

	#fillForm .form .info {
		font-size: 30px;
	}

	/* /fillForm */
}

/* /(min-width: 1400px) */

/* (min-width: 1400px) */
@media (min-width: 1400px) and (min-height: 810px) {
	.inner {
		max-width: 1340px;
		margin: 0 auto;
	}

	/* calculator */
	#calculator .advantage-calculator h2 {
		font-size: 60px;
	}

	#calculator .advantage-calculator .notice {
		width: 360px;
	}

	#calculator .advantage-calculator .notice .icon {
		flex-shrink: 0;
		margin-top: 3px;
	}

	#calculator .advantage-calculator .notice .text {
		font-size: 20px;
	}

	#calculator .advantage-calculator .timer {
		width: 360px;
	}

	#calculator .advantage-calculator .timer>div {
		padding: 30px 45px;
	}

	#calculator .advantage-calculator .timer .info .text {
		font-size: 16px;
	}

	#calculator .advantage-calculator .timer .info .zaimTimer {
		font-size: 65px;
	}

	/* /calculator */

	/* steps */
	#steps .steps-items {
		padding: 35px 60px;
	}

	/* /steps */

	/* advantage */
	#advantage .inner {
		position: relative;
	}

	#advantage .img {
		position: absolute;
		left: 875px;
		right: 0;
		top: -50px;
		height: 652px;
		background: url("../images/advantage.2d4adc9380c7.png") no-repeat 0 0;
		background-size: contain;
	}

	#advantage .advantage-items {
		margin: -40px 465px 0 0;
	}

	#advantage .advantage-items .item {
		width: calc(50% - 25px);
		margin-top: 50px;
		height: 240px;
	}

	#advantage .advantage-items .item:first-child {
		margin-top: 110px;
	}

	#advantage .advantage-items .item:last-child {
		margin-top: 0;
	}

	/* /advantage */

	/* choice */
	#choice {
		padding-top: 100px;
	}

	#choice .loans .item {
		width: calc(33% - 34px);
	}

	/* /choice */

	/* fillForm */
	#fillForm {
		padding: 70px 0 130px;
	}

	/* /fillForm */
}

/* /(min-width: 1400px) */

/* (min-width: 1900px) */
@media (min-width: 1900px) {
	#calculator .inner {
		max-width: 1700px;
	}

	#calculator .box-calculator {
		margin: 150px 100px auto 0;
	}
}

/* /(min-width: 1900px) */

/* (min-height: 1000px) */
@media (min-height: 1000px) {

	/* steps */
	#steps {
		margin-top: -290px;
	}

	/* /steps */

	/* cards */
	#cards {
		padding-top: 90px;
	}

	/* /cards */
}

/* /(min-height: 1000px) */