/*=====================================================================*/
/*========================[SECTION Fontface]===========================*/
/*=====================================================================*/
@font-face {
	font-family: 'Montserrat';
	src: url(../fonts/Montserrat/Montserrat-Medium.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Medium.woff) format("woff"),url(../fonts/Montserrat/Montserrat-Medium.ttf) format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Montserrat';
	src: url(../fonts/Montserrat/Montserrat-ExtraBold.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-ExtraBold.woff) format("woff"),url(../fonts/Montserrat/Montserrat-ExtraBold.ttf) format("truetype");
	font-weight: 800;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Montserrat';
	src: url(../fonts/Montserrat/Montserrat-Bold.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Bold.woff) format("woff"),url(../fonts/Montserrat/Montserrat-Bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Montserrat';
	src: url(../fonts/Montserrat/Montserrat-ExtraLight.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-ExtraLight.woff) format("woff"),url(../fonts/Montserrat/Montserrat-ExtraLight.ttf) format("truetype");
	font-weight: 200;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Montserrat';
	src: url(../fonts/Montserrat/Montserrat-Thin.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Thin.woff) format("woff"),url(../fonts/Montserrat/Montserrat-Thin.ttf) format("truetype");
	font-weight: 100;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Montserrat';
	src: url(../fonts/Montserrat/Montserrat-Light.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Light.woff) format("woff"),url(../fonts/Montserrat/Montserrat-Light.ttf) format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Montserrat';
	src: url(../fonts/Montserrat/Montserrat-SemiBold.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-SemiBold.woff) format("woff"),url(../fonts/Montserrat/Montserrat-SemiBold.ttf) format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Montserrat';
	src: url(../fonts/Montserrat/Montserrat-Regular.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Regular.woff) format("woff"),url(../fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Montserrat';
	src: url(../fonts/Montserrat/Montserrat-Black.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Black.woff) format("woff"),url(../fonts/Montserrat/Montserrat-Black.ttf) format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap
}

/*=====================================================================*/
/*========================[SECTION UI CONTROL]=========================*/
/*=====================================================================*/
*::-webkit-input-placeholder {
	color: #666;
	opacity: 1
}

*:-moz-placeholder {
	color: #666;
	opacity: 1
}

*::-moz-placeholder {
	color: #666;
	opacity: 1
}

*:-ms-input-placeholder {
	color: #666;
	opacity: 1
}

::-moz-selection {
	background-color: #ff7814;
	color: white;
}

::selection {
	background-color: #ff7814;
	color: white;
}

/*=====================================================================*/
/*========================[SECTION Main styles]========================*/
/*=====================================================================*/
/*
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
body {
	font-family: "Montserrat", sans-serif, 'Arial';
	font-size: 16px;
	line-height: 1.4;
	background: #fff;
	color: #000;
	position: relative;
	-webkit-text-size-adjust: none;
	margin: 0;
	min-height: 100%;
}

#header {
	border-bottom: 1px solid #c3c3c3;
	padding: 18px 0;
}

#header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header__logo {
	font-size: 20px;
	font-weight: 500;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #000;
}

.header__logo span span {
	color: #ff7814;
}

.header__phone a {
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
}

.slider-section {
	background: #ededed;
	text-align: center;
	height: 240px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.slider-section h2 {
	font-size: 29px;
	font-weight: bold;
	margin-bottom: 20px;
}

.hero-section {
	margin-top: 20px;
	margin-bottom: 20px;
}
.hero-section__card {
	padding: 24px;
	background-color: #f7f7f7;
	height: unset;
	align-items: unset;
	text-align: left;
	height: 340px;
	background-image: url(../img/hero-section-asset.png);
	background-size: min(100%, 360px) auto;
	background-position: bottom right;
	background-repeat: no-repeat;
}
.hero-section__content {
	flex: 1;
}
.hero-section__content .btn {
	width: 100%;
	text-align: center;
}
@media (max-width: 576px) {
	.hero-section {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 577px) {
	.hero-section__card {
		border-radius: 18px;
		height: 240px;
		align-items: center;
		background-size: min(40%, 360px) auto;
	}
	.hero-section__content .btn {
		width: auto;
	}
}
@media (min-width: 769px) {
	.hero-section__card {
		background-size: auto 100%;
	}
}


.btn {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	border-radius: 5px;
}

.btn:hover {
	opacity: 0.8;
}

.btn:active {
	-webkit-transform: scale(0.98);
	-ms-transform: scale(0.98);
	transform: scale(0.98);
	opacity: 1;
}

.btn-orange {
	background: #ff7814;
	color: #fff;
}

.slider-section .btn {
	height: 50px;
	line-height: 50px;
	padding: 0 80px;
	font-size: 16px;
	font-weight: 500;
}

.terms-section {
	margin-top: 65px;
	margin-bottom: 65px;
}

.terms-section li:not(:last-child) {
	margin-bottom: 34px;
}

.terms-section li {
	font-size: 16px;
	font-weight: 500;
	position: relative;
	padding-left: 30px;
}

.terms-section li span {
	font-weight: bold;
	font-size: 17px;
}

.terms-section li span b {
	color: #ff7814;
}

.terms-section li:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ff7814;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.terms-section .col-6:last-child li:not(:last-child) {
	margin-bottom: 56px;
}

.credit-form-section > h2, .banks-section > h2, .questions-section > h2 {
	font-size: 27px;
	font-weight: bold;
	margin: 35px 0;
}

.credit-form-section .row > .col-6 > h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 25px 0 45px;
}

.credit-form h2 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

.credit-form h2:not(:first-child) {
	margin-top: 30px;
}

.select2-container--default .select2-selection--single {
	background: #ededed;
	border: none;
	height: 55px;
	border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 55px;
	padding: 0 20px;
	font-weight: bold;
	color: #616161;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 55px;
	top: 0;
	right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #000 transparent transparent transparent;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #ff7814;
}

form input {
	height: 55px;
	background: #ededed;
	padding: 0 20px;
	width: 100%;
	border-radius: 5px;
	font-family: "Montserrat", sans-serif, 'Arial';
	color: #616161;
	font-size: 16px;
	font-weight: bold;
}

.input-outer {
	position: relative;
}

.input-outer span {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0;
	height: 45px;
	line-height: 50px;
	padding-right: 15px;
	padding-bottom: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #e3370b;
	z-index: 0;
}

.input-outer input {
	padding-right: 85px;
}

.credit-price-value {
	margin: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.credit-price-value > div:first-child {
	font-size: 18px;
	font-weight: bold;
}

.mds_value-text {
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    display: flex;
    margin: auto;
    justify-content: center;
    font-size: 18px;
    color: #ff7814;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.credit-price-value > div:last-child {
	font-size: 24px;
	font-weight: bold;
}

.credit-price-value > div:last-child span {
	color: #ff7814;
}

.credit-form button[type="submit"] {
	height: 50px;
	width: 100%;
	font-size: 19px;
	font-weight: 500;
}

.accept-credit {
	margin-top: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.accept-credit span {
	font-size: 16px;
	font-weight: 500;
	color: #00930c;
	padding-left: 25px;
}

.finance-app_item:not(:last-child) {
	margin-bottom: 20px;
}

.finance-app_item {
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	min-height: 170px;
}

.finance-app__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 25px 15px 25px;
}

.finance-app__header h2 {
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
}

.finance-app__description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0px 25px 15px 25px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.finance-app__description span {
	display: block;
	color: #c7c7c7;
	font-weight: 500;
}

.finance-app__description b {
	font-weight: bold;
	font-size: 18px;
}

.finance-app__description > div:not(:last-child) {
	margin-right: 20px;
}

.finance-app__footer {
	border-top: 1px solid #dcdcdc;
	padding-left: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.finance-app__footer span:first-child {
	color: #414040;
	font-weight: 600;
	padding-right: 10px;
	font-size: 14px;
}

.finance-app__footer span:last-child {
	background: #e3370b;
	color: #fff;
	padding: 10px 20px;
	font-weight: bold;
}

.credit-form-section {
	margin-bottom: 65px;
}

.main-description-section__wrap {
	background: #ededed;
	padding: 50px;
	border-radius: 5px;
}

.main-description-section__wrap p {
	font-size: 16px;
	font-weight: 500;
	color: #616161;
	margin-bottom: 30px;
}

.mds_value {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	font-size: 180px;
	line-height: 150px;
	color: #ff7814;
	font-weight: bold;
}

.btn-white {
	background: #ffffff;
	-webkit-box-shadow: 0px 5px 9px rgb(0 0 0 / 19%);
	box-shadow: 0px 5px 9px rgb(0 0 0 / 19%);
}

.main-description-section__wrap .btn {
	height: 50px;
	line-height: 50px;
	min-width: 400px;
	text-align: center;
	font-size: 17px;
	font-weight: 500;
}

.finance-app__header img {
	margin-right: 20px;
	max-height: 22px;
}

.banks-section .swiper-slide {
	height: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.banks-section .swiper-pagination {
	padding-left: 25px;
}

.banks-section .swiper-container {
	padding-bottom: 35px;
}

.banks-section .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	height: 16px;
	width: 16px;
}

.banks-section .swiper-pagination-bullet-active {
	background: #ff7814;
}

.questions-section__item {
	border-top: 2px solid #ededed;
}

.questions-section__item:last-child {
	border-bottom: 2px solid #ededed;
}

.questions-section__item-title span {
	font-size: 18px;
	font-weight: 500;
	padding: 20px 0;
	display: block;
	cursor: pointer;
	position: relative;
}

.questions-section__item-title span:hover {
	background: #fbfbfb;
}

.questions-section__item-title span:after {
	content: "\2716";
	position: absolute;
	right: 30px;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	font-size: 31px;
	top: 11px;
	margin: auto;
}

.questions-section__item-title span.jai-btn-content-showed:after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.question-content p {
	padding: 15px 0;
}

.questions-section {
	margin-bottom: 65px;
}

#footer {
	background: #ededed;
	padding: 35px 0;
}

#footer p {
	font-weight: 300;
}

.btn-more-apps {
	max-width: 400px;
	width: 100%;
	height: 55px;
	background: #fff;
	border: 1px solid #dcdcdc;
	margin: auto;
	display: block;
	font-weight: bold;
	color: #616161;
}

form input[disabled], form input[disabled] + *, form input[disabled] + * + *, form input[disabled] + * + * + * {
	opacity: 0.3;
	cursor: default;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

form input:focus {
	background: #fff;
	border: 2px solid #ededed;
	color: #000;
}

.mainoffer-form h2, .mainoffer-form h3, .mainoffer-form h4 {
	text-align: center;
}

.mainoffer-form h2 {
	color: #383838;
	font-weight: bold;
	font-size: 30px;
	line-height: 29px;
}

.mainoffer-form h3 {
	font-size: 29px;
	font-weight: bold;
	line-height: 29px;
	margin-bottom: 15px;
}

.mainoffer-form h4 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 25px;
}

.mainoffer-form h4 span {
	color: #ff7814;
}

.mainoffer-form .input-outer, .mainoffer-form input[type="text"], .mainoffer-form input[type="tel"], .mainoffer-form .select2-container {
	margin-bottom: 20px;
}

.mainoffer-form .input-outer > input[type="text"] {
	margin-bottom: 0;
}

.switch {
	position: relative;
	display: inline-block;
	width: 43px;
	height: 21px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #ff7814;
}

input:focus + .slider {
	-webkit-box-shadow: 0 0 1px #2196F3;
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(21px);
	transform: translateX(21px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.switch-container {
	margin-bottom: 10px;
}

.switch-container > span {
	font-size: 12px;
	margin-left: 17px;
	margin-bottom: 2px;
}

.header__logo a {
	text-decoration: none;
}

.seo-text { font-size: 16px; line-height: 22px; text-align: justify; }
.seo-text p { margin-bottom: 15px; }
.seo-text h2 { margin-bottom: 15px; margin-top: 10px; }
.seo-text ul { margin-bottom: 15px; margin-left: 20px; }
.seo-text ol { margin-bottom: 15px; margin-left: 20px; }

.switch-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mainoffer-form button[type="submit"] {
	width: 100%;
	height: 50px;
	margin-top: 25px;
	font-weight: 600;
}

.mainoffer-form {
	max-width: 445px;
}

.header__phone a:hover {
	color: #ff7814;
}

span.select2-container.select2-container--default.select2-container--open {
	z-index: 99993;
}

.fancybox-content {
	border-radius: 4px;
}

.block-btn {
	width: 100%;
}

.block-btn a {
	height: 50px;
	line-height: 50px;
	min-width: 400px;
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	width: 100%;
}

#success h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

#success p {
	text-align: center;
	font-size: 18px;
}

input[type=range] {
	width: 100%;
	height: unset;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -14px;
	outline: 0;
	border: 0;
}

input[type=range]::-webkit-slider-runnable-track {
	background: rgb(255 120 20);
	border: 1px solid rgba(0, 0, 0, 0);
	width: 100%;
	height: 0px;
	cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
	margin-top: -14px;
	width: 26px;
	height: 26px;
	background: #ff7814;
	border: 4.1px solid #ffffff;
	border-radius: 13px;
	cursor: pointer;
	-webkit-appearance: none;
}

input[type=range]:active, input[type=range]:focus {
	outline: none !important;
	border: 0;
}

.input-outer {
	height: 55px;
}
.finance-app_item {
	cursor: pointer;
}

.head-popup {
	width: 100%;
	text-align: center;
}

.head-popup img {
	height: 30px;
	margin-bottom: 20px;
	display: none;
}

.switch.has-error {
	border: 1px solid red;
	border-radius: 10px;
}

input.has-error {
	border: 2px solid #f93920;
}

.finance-app_item:hover {border-color: #ff7814;}

.mobile-form-submit {
	display: none;
}

span.error {
	margin-bottom: 10px;
    display: block;
    margin-top: -15px;
    font-size: 12px;
    color: red;
    font-weight: 500;
}

input.error {
	border: 1px solid red;
}

input.error:focus {
	border: 1px solid red;
	color: #616161;
}


/*=====================================================================*/
/*========================[SECTION Media styles]=======================*/
/*=====================================================================*/
@media only screen and (max-width: 1201px) {
	.terms-section .col-6:last-child li:not(:last-child) {
		margin-bottom: 65px;
	}

	.finance-app__footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		text-align: center;
	}

	.finance-app__footer span {
		width: 100%;
	}

	.finance-app__footer span:first-child {
		padding: 10px 0;
	}

	.finance-app__header h2 {
		font-size: 17px;
	}
}

.cookies__wrapper {
    position: fixed;
    align-items: center;
    z-index: 4;
    bottom: 24px;
    border-radius: 10px;
    left: 24px;
    width: fit-content;
    padding: 24px 32px;
    background: #fff;
    display: flex;
    gap: 32px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.35);
}

.cookies__btn {
    border-radius: 8px;
    background: var(--Dark-blue, #ff7814);
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    color: #fff;
    align-items: center;
}

.cookies__text {
    max-width: 424px;
    color: var(--Grey-Dark-Grey, #5A5F65);
    text-align: left;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 15.4px */
}
.cookies__text a {
    color: var(--Hague-Blue, #D40200);
    display: initial;
}

.app-section {
    padding: 40px 0;
}

.section-policy h1 {
    font-size: 24px;
	margin-bottom: 20px;
	font-weight: 500;
}

.section-policy li {
    margin-bottom: 8px;
    list-style: inside;
}

.section-policy h2 {
    font-weight: 500;
}

#input_text1-error, #input_text3-error {
	display: none !important;
}

@media (max-width: 1100px) {
    .section-policy h1 {
        font-size: 18px;
    }
}

@media (max-width: 1100px) {
    .cookies__text {
        max-width: none;
    }

    .cookies__wrapper {
        width: 100%;
        left: 0;
        bottom: 0;
        gap: 24px;
        padding: 24px 16px;
        flex-direction: column;
        box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.05);
    } 
    .cookies__btn {
        width: 100%;
    }
}

@media (max-width: 992px) {
	body, .container {
		min-width: 960px
	}
}

@media (max-width: 768px) {
	body, .container {
		min-width: 720px
	}

	.terms-section .row > .col-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.terms-section .row > .col-6:first-child {
		margin-bottom: 20px;
	}

	.terms-section li:not(:last-child) {
		margin-bottom: 15px;
	}

	.terms-section .col-6:last-child li:not(:last-child) {
		margin-bottom: 25px;
	}

	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 100;
	}

	body {
		padding-top: 65px;
	}

	.terms-section_last {
		display: none;
	}

	.terms-section__morebtn {
		margin: auto;
		background: #ededed;
		padding: 11px 28px;
		border-radius: 25px;
		display: flex;
		align-items: center;
		font-weight: bold;
		color: #525252;
	}

	.terms-section__morebtn:after {content: "";border: solid #525252;border-width: 0 2px 2px 0;display: inline-block;padding: 3px;transform: rotate(45deg);-webkit-transform: rotate(45deg);margin-left: 11px;margin-bottom: 4px;}

	.terms-section__opened .terms-section__morebtn {
		margin-top: 15px;
	}

	.terms-section__opened .terms-section__morebtn:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		margin-bottom: -6px;
	}

	.apps_list {
		display: none;
	}

	.app_form {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.mobile-form-submit {
		display: block;
		box-shadow: 0px 0px 16px rgba(0,0,0,.15);
		border-radius: 6px;
		border: 1px solid #ededed;
		margin-top: 25px;
		padding: 10px 15px;
		margin-left: -15px;
		margin-right: -15px;
		-webkit-transition: all 0.28s ease;
		-moz-transition: all 0.28s ease;
		-ms-transition: all 0.28s ease;
		-o-transition: all 0.28s ease;
		transition: all 0.28s ease;
		background: #fff;
	}

	.accept-credit {
		display: none;
	}

	.mobile-form-submit_row > .accept-credit {
		display: flex;
		margin-top: 14px;
	}

	.credit-form > .block-btn, .credit-form > .credit-price-value {
		display: none;
	}

	.mobile-form-submit_row .credit-price-value {margin: 0;flex-direction: column;justify-content: flex-start;align-items: flex-start;}

	.mobile-form-submit_row:nth-of-type(1) {
		display: flex;
		align-items: center;
		justify-content: space-between;
        gap: 4px;
		margin-bottom: 15px;
	}

	.mobile-form-moreapps_btn > span:first-child {
		display: block;
		color: #848484;
		font-size: 16px;
	}

	.mobile-form-moreapps_btn > span:last-child {
		font-weight: bold;
		color: #000;
	}

	.mobile-form-moreapps_btn {
		background: #fff;
		border: 2px solid #ff7814;
		border-radius: 5px;
		padding: 5px 50px 5px 10px;
		position: relative;
		color: #525252;
		text-align: left;
		line-height: 21px;
	}

	.mobile-form-moreapps_btn:after {content: "";border: solid #ff7814;border-width: 0 2px 2px 0;display: inline-block;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);position: absolute;right: 13px;top: 0;bottom: 0;margin: auto;width: 14px;height: 14px;}

	.mobile-form-moreapps_btn:before {content: "";position: absolute;right: 30px;top: 0;height: 100%;width: 2px;background: #ff7814;}

	.mobile-form-submit_row .credit-price-value > div:first-child {
		margin-right: 10px;
		font-size: 15px;
		color: #848484;
		font-weight: normal;
	}

	.mobile-form-submit_row > .accept-credit > img {
		max-width: 25px;
	}

	.mobile-form-submit_row > .accept-credit > span {
		width: 100%;
	}

	.apps_list {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.apps_list > h3 {
		text-align: center;
		font-weight: bold;
		font-size: 22px;
		margin-bottom: 15px;
	}

	.credit-price-value > div:last-child {
		text-transform: uppercase;
		font-size: 20px;
	}

	.main-description-section__wrap .row > .col-7 {
		-ms-flex: 0 0 85%;
		flex: 0 0 85%;
		max-width: 85%;
	}

	.main-description-section__wrap .row > .col-5 {
		-ms-flex: 0 0 15%;
		flex: 0 0 15%;
		max-width: 15%;
	}

	.mds_value {
		font-size: 66px;
		line-height: 150px;
	}

	.questions-section__item-title span {
		padding-right: 70px;
		font-size: 16px;
	}

	.terms-section {
		margin-top: 31px;
		margin-bottom: 25px;
	}

	.slider-section .btn {
		padding: 0 44px;
	}

	.credit-form-section > h2, .banks-section > h2, .questions-section > h2 {
		margin: 35px 0 0;
	}

	.credit-form-section .row > .col-6 > h3 {
		display: none;
	}

	.app_form {
		padding-top: 25px;
	}

	body.mobileFormPanel-sticky .mobile-form-submit {
		position: fixed;
		bottom: 0;
		z-index: 32;
		background: #fff;
		left: 0;
		margin: auto;
	}
}

@media (max-width: 576px) {
	body, .container {
		min-width: 540px
	}

	.slider-section h2 {
		font-size: 23px;
	}

	.main-description-section__wrap .row > .col-5 {
		display: none;
	}

	.main-description-section__wrap .row > .col-7 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.main-description-section__wrap {
		padding: 19px;
	}

	.main-description-section__wrap .btn {
		min-width: 100%;
	}

	.block-btn a {
		min-width: 100%;
	}

	.accept-credit span {
		font-size: 15px;
	}

	.mainoffer-form h2 {
		font-size: 25px;
	}

	.mainoffer-form h3 {
		font-size: 22px;
	}

	.mainoffer-form h4 {
		font-size: 16px;
	}

	.questions-section__item-title span:after {
		top: 22px;
	}
}

@media (max-width: 1100px) {
	body, .container {
		min-width: 100%;
	}

    .header__phone a {
        text-decoration: none;
        font-size: 12px;
        font-weight: 600;
    }

    .credit-form-section.container .col-6 {
        width: 100%;
        flex: none;
        max-width: none;
    }

    .fancybox-content {
        padding: 16px;
    }
    .finance-app__description {
        padding: 0px 16px 16px 16px;
    }
    .finance-app__description b {
        text-align: center;
        font-size: 16px;
        display: block;
        width: 100%;
    }
    .finance-app__description span {
        font-size: 12px;
    }

    .credit-price-value {
        width: 100%;
        flex-direction: row !important;
        align-items: center;
        justify-content: space-between !important;
    }
    .mobile-form-submit_row {
        flex-wrap: wrap;
    }
    .mobile-form-moreapps_btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
}

.minimal-payment {
    margin-top: -22px;
}
@media print {
	* {
		background: none!important;
		color: #000!important;
		box-shadow: none!important;
		text-shadow: none!important;
		filter: Gray();
		filter: url(desaturate.svg#grayscale);
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%)
	}

	a {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	a[href="#"],a[href="javascript:"] {
		content: ""
	}
}

.switch {
    flex-shrink: 0;
}


.buttons-404 .button {
    width: fit-content;
}
.buttons-404 {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
}

.section-404 {
    padding: 160px 0;
}

.model-content__heading-404 {
    font-size: 40px;
    margin-bottom: 40px;
}

/*phone btn*/
.callback-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    background-color: #ff7814;
    color: #fff;
    cursor: pointer;
    display: block;
    position: fixed;
    font-size: inherit;
    right: 2em;
    bottom: 2em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    text-align: center;
    transition: all .2s;
    border: none;
    z-index: 100;
}

.callback-button:hover {
    width: 2.7em;
    height: 2.7em;
    line-height: 2.7em;
    right: 2em;
    bottom: 2em;
}

.callback-button i {
    color: inherit;
    position: relative;
    z-index: 1;
    animation: callback-button-phone 2s infinite;
    animation-timing-function: ease-out;
}

.callback-button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    border: solid #ff7814 1px;
    width: 5em;
    height: 5em;
    animation: callback-button-border 2s infinite
}

.callback-button:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    background-color: #ff7814;
    opacity: .1;
    width: 4em;
    height: 4em;
    animation: callback-button-border1 2s infinite;
    animation-delay: 1s
}

@keyframes callback-button-phone {
    0% {
        transform: rotate(0)
    }

    3% {
        transform: rotate(10deg)
    }

    6% {
        transform: rotate(0)
    }

    9% {
        transform: rotate(-10deg)
    }

    12% {
        transform: rotate(0)
    }

    15% {
        transform: rotate(10deg)
    }

    18% {
        transform: rotate(0)
    }

    21% {
        transform: rotate(-10deg)
    }

    24% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(0)
    }
}

@keyframes callback-button-border {
    0% {
        width: 2.5em;
        height: 2.5em;
        opacity: 1
    }

    100% {
        width: 5em;
        height: 5em;
        opacity: 0
    }
}

@keyframes callback-button-border1 {
    0% {
        width: 2.5em;
        height: 2.5em;
        opacity: .3
    }

    100% {
        width: 5em;
        height: 5em;
        opacity: 0
    }
}

.callback-button__icon {
    background: url('data:image/svg+xml,<%3Fxml version="1.0" %3F><svg height="48" viewBox="0 0 48 48" width="48" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h48v48h-48z" fill="none"/><path fill="white" d="M13.25 21.59c2.88 5.66 7.51 10.29 13.18 13.17l4.4-4.41c.55-.55 1.34-.71 2.03-.49 1.24.74 4.65 1.14 7.14 1.14 1.11 0 2 .89 2 2v7c0 1.11-.89 2-2 2-18.78 0-34-15.22-34-34 0-1.11.9-2 2-2h7c1.11 0 2 .89 2 2 0 2.49.4 4.9 1.14 7.14.22.69.06 1.48-.49 2.03l-4.4 4.42z"/></svg>') center no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    background-size: 27px;
}

.callback-form .text {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}