/* Шаблон 1 */
@font-face {
	font-family: 'Roboto'; 
	src: url(./../fonts/Roboto-Black.ttf);
	font-weight: 900;
}
@font-face {
	font-family: 'Roboto'; 
	src: url(./../fonts/Roboto-Bold.ttf);
	font-weight: 700;
}
@font-face {
	font-family: 'Roboto'; 
	src: url(./../fonts/Roboto-Medium.ttf);
	font-weight: 500;
}
@font-face {
	font-family: 'Roboto'; 
	src: url(./../fonts/Roboto-SemiBold.ttf);
	font-weight: 600;
}
@font-face {
	font-family: 'open-sans'; 
	src: url(./../fonts/OpenSans-Regular.ttf);
	font-weight: 400;
}
* {
	font-family: 'Open-sans';
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 120%;
	font-weight: 400;
	color: #374361;
}
button, a, input {
	font-family: 'Open-sans';
	font-weight: 400;
	font-size: 18px;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	line-height: 110%;
	color: #272727;
	text-decoration: none;
}
li {
	list-style: none;
}
.bg1 {
	background: #F0F8FF;
}
.container {
	width: 1350px;
	margin: 0 250px;
}
.h2 {
	font-family: 'Roboto';
	font-size: 48px;
	font-weight: 700;
	text-align: center;
}
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
	position: relative;
	z-index: 11;
	max-width: 1350px;
	width: 100%;
}
.main {
	overflow: hidden;
	position: relative;
}
.container-index {
	max-width: 1320px;
	margin: 0 250px;
	background-color: #fff;
	border-top-left-radius: 45px;
	border-top-right-radius: 45px;
	padding-top: 50px;
}
.faq {
	margin-bottom: 100px;
}
.faq__content {
	width: 690px;
}
.faq__title {
	margin-bottom: 50px;
}
.faq__item {
	padding: 40px 0;
	position: relative;
}
.faq__item::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #DCDCDC;
	position: absolute;
	bottom: 0;
	left: 0;
}
.faq__btn-open {
	font-size: 22px;
	font-weight: 600;
	cursor: pointer;
	padding-right: 90px;
	position: relative;
	width: 100%;
	text-align: left;
}
.faq__btn-open-plus {
	width: 38px;
	height: 38px;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.faq__btn-open-plus::after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	height: 100%;
	width: 3px;
	background-color: #FF4750;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transition: transform 0.1s;
	-webkit-transition: transform 0.1s;
	-moz-transition: transform 0.1s;
	-ms-transition: transform 0.1s;
	-o-transition: transform 0.1s;
}
.faq__btn-open-plus::before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	height: 3px;
	width: 100%;
	background-color: #FF4750;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.faq__item.open .faq__btn-open-plus::after{
	transform: translate(-50%, -50%) rotate(90deg);
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-moz-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	-o-transform: translate(-50%, -50%) rotate(90deg);
}
.faq__answer-wrap {
	display: none;
	margin-top: 25px;
}
.faq__answer {
	font-size: 18px;
}
.faq__answer:not(:last-child) {
	margin-bottom: 22px;
}
.faq__list2 {
	padding-left: 30px;
}
.faq__item2 {
	list-style: disc;
	margin-bottom: 22px;
}
.faq__img {
	height: 563px;
}
.header__enter {
	display: flex;
	align-items: center;
	gap: 50px;
}
.header__nav-list {
	display: flex;
	gap: 50px;
	align-items: center;
}
.header__enter-btn {
	color: #fff;
	background: #FF4750;
	width: 92px;
	height: 41px;
	border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	-ms-border-radius: 45px;
	-o-border-radius: 45px;
}
.bg-index {
	width: 100%;
	position: absolute;
	top: -50px;
	left: 0;
	z-index: 0;
}
.first-window {
	display: flex;
	justify-content: space-between;
	margin-top: 170px;
	margin-bottom: 150px;
	gap: 20px;
}
.first-window__left {
	max-width: 670px;
	width: 100%;
}
.first-window__left-time {
	margin-bottom: 37px;
	width: max-content;
	color: #fff;
	padding: 8px 34px;
	background: #FF4750;
	border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	-ms-border-radius: 45px;
	-o-border-radius: 45px;
}
.first-window__left-title {
	font-family: 'Roboto';
	font-size: 54px;
	font-weight: 900;
	margin-bottom: 50px;
}
.first-window__left-text {
	font-size: 20px;
	margin-bottom: 50px;
}
.first-window__left-item {
	font-size: 20px;
	margin-bottom: 25px;
}
.first-window__right {
	width: 540px;
	background-color: #fff;
	padding: 50px 50px 25px 50px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}
.first-window__right-title {
	font-family: 'Roboto';
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
}
.first-window__right-slider-input::-webkit-slider-thumb {
  border-image:
    linear-gradient(90deg, #c56fff 50%, #ababab 0)
    0 1 /
    calc(50% - 4px)
    100vw/0 100vw;
}

.first-window__right-slider-input {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	border-radius: 40px;
}
.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rangeslider {
  background: #BFBFBF;
  position: relative;
}

.rangeslider--horizontal {
  height: 10px;
  width: 100%;
}
.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #FF4750;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}
.rangeslider__handle {
  background: #FF4750;
  border: none;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider--horizontal .rangeslider__handle {
  top: -5px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.range {
	width: 100%;
	height: 15px;
	appearance: none;
	background: #edf1f4;
	outline: none;
	border-radius: 15px;
	overflow: hidden;
}
.range::-webkit-slider-thumb {
	appearance: none;
	width: 15px;
	height: 15px;
	background: #FF4750;
	border-radius: 50%;
	border: none;
	box-shadow: -1407px 0 0 1400px #FF4750;
	cursor: pointer;
}
.first-window__right-slider-text {
	margin-bottom: 10px;
	font-size: 16px;
}
.first-window__right-slider-measure {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.first-window__right-slider-block-money {
	margin-bottom: 33px;
}
.first-window__right-slider-block-time {
	margin-bottom: 55px;
}
.first-window__right-slider-measure-value {
	color: #ACB0AF;
}
.first-window__right-result-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.first-window__right-result {
	font-family: 'Roboto';
	font-size: 32px;
	font-weight: 500;
}
.first-window__right-result-text {
	font-size: 18px;
}
.first-window__right-btn {
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
	background: #FF4750;
	width: 360px;
	height: 65px;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}
.first-window__right-what-if {
	font-size: 14px;
	color: #717171;
	text-align: center;
}
.about {
	margin-bottom: 150px;
}
.about__title {
	margin-bottom: 50px;
}
.about__text {
	text-align: center;
	font-size: 20px;
	max-width: 1110px;
	margin: 0 auto;
	padding: 0 20px;
}
.about__text:not(:last-child) {
	margin-bottom: 25px;
}
.about__list {
	margin-top: 100px;
	display: flex;
	gap: 50px 150px;
	justify-content: center;
	flex-wrap: wrap;
}
.get-loan {
	margin-bottom: 150px;
}
.get-loan__title {
	margin-bottom: 100px;
}
.get-loan__list {
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(4, 287px);
	gap: 17px;
	margin-bottom: 100px;
}
.get-loan__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 355px;
	box-shadow: 0px 4px 20px 0px #0000001A;
	background-color: #D9D9D903;
	padding: 30px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
.get-loan__item-title {
	text-align: center;
	font-family: "Roboto";
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 18px;
}
.get-loan__item-text {
	text-align: center;
	margin-bottom: 25px;
}
.get-loan__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 430px;
	height: 60px;
	background-color: #FF4750;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	-ms-border-radius: 45px;
	-o-border-radius: 45px;
}
.we-help {
	margin-bottom: 150px;
}
.we-help__title {
	margin-bottom: 100px;
}
.we-help__list {
	display: grid;
	grid-template-columns: repeat(2, 540px);
	justify-content: center;
	gap: 20px;
}
.we-help__item {
	box-shadow: 0px 4px 20px 0px #0000001A;
	background: #F4F4F403;
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
	border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	-ms-border-radius: 45px;
	-o-border-radius: 45px;
}
.we-help__item-content {
	margin-top: 30px;
}
.we-help__item-title {
	font-family: 'Roboto';
	font-size: 54px;
	font-weight: 900;
	margin-bottom: 2px;
}
.we-help__item-text {
	font-size: 20px;
}
.faq {
	/* width: 1100px; */
	margin: 0 30px;
	margin-bottom: 150px;
}
.faq__btn-open {
	font-family: 'Roboto';
}
.contact {
	margin-bottom: 150px;
}
.contact__title {
	margin-bottom: 100px;
}
.contact__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 50px 120px;
}
.contact__item {
	width: 335px;
}
.contact__item-title {
	font-family: 'Roboto';
	margin-bottom: 15px;
	font-size: 32px;
	font-weight: 500;
	color: #FF4750;
	text-align: center;
}
.contact__item-text {
	font-size: 20px;
	text-align: center;
}
.footer {
	border-top: 1px solid #ACB0AF;
	padding: 30px 0 30px 0;
}
.footer-index {
	margin: 0 112px;
	
}
.footer__top {
	margin-bottom: 30px;
}
.footer__middle {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ACB0AF;
	margin-bottom: 25px;
}
.footer__middle-left {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.footer__middle-text {
	font-size: 12px;
	color: #ACB0AF;
}
.footer__middle-right {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.footer__bottom-list {
	display: flex;
	gap: 24px;
	align-items: center;
	margin-bottom: 15px;
	justify-content: center;
}
.footer__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 22px;
}
.footer__unsubscribe {
	color: #FF4750;
	cursor: pointer;
}
.footer__bottom-item {
	position: relative;
}
.footer__paycards-list {
	display: flex;
	align-items: center;
	gap: 15px;
}
.footer__paycards-item:nth-child(odd) .footer__paycards-item-img {
	width: 44px;
}
.footer__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}
.footer__bottom-btn {
	position: relative;
	color: #FF4750;
	font-size: 14px;
	padding: 5px 24px;
	cursor: pointer;
}
.footer__bottom-btn::before {
	content: "";
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	border: 1px dashed #FF4750;
}
.footer__bottom-btn::after {
	content: "";
	position: absolute;
	display: block;
	top: 13px;
	right: -18px;
	width: 7px;
	height: 11px;
	background: url(../img/slider-arrow.svg) center center no-repeat;
	background-size: cover;
	transition: transform 0.3s;
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	-ms-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
}
.footer__bottom-item:not(:last-child)::after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background: #4C4C4C;
	position: absolute;
	top: 57%;
	right: -14px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.footer__bottom-link {
	font-size: 14px;
	color: #FF4750;
	display: block;
}

.cont-us-modal__agreement {
	display: flex;
	gap: 25px;
	align-items: center;
}
.agreement-link-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.custom-checkbox-container {
	margin-bottom: 3px;
}
.custom-checkbox {
	display: block;	
	width: 30px;
	height: 30px;
}
.custom-checkbox>span {
	user-select: none;
}
.custom-checkbox>span::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #DCDCDC;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.custom-checkbox>.agreement-link-checkbox:checked+span::before {
	background-image: url("../img/ok-white.svg");
	background-color:  #FF4750;
}
.agreement-text {
	color: #888888;
	font-size: 14px;
}
.agreement-link {
	font-size: inherit;
	color:  #FF4750;
	text-decoration: underline;
}


.swiper1 {
	width: 100%;
	overflow: hidden;
}
.swiper1-wrap {
	position: relative;
}
.swiper-btn {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	background-color: #FAFBF9;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.swiper-button-prev {
	left: -100px;
}
.swiper-button-next {
	right: -100px;
}
.swiper-button-img-next {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.swiper-pagination {
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-top: 30px;
}
.swiper-pagination-bullet {
	display: block;
	width: 10px;
	height: 10px;
	background: #DCDCDC;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.swiper-pagination-bullet-active {
	background:  #FF4750;
}
.header__quest-timer-hidden {
	display: none;
}

/* Вопросы */

.header__quest-timer-block {
	display: flex;
	align-items: center;
	gap: 15px;
}
.header__quest-timer-text {
	font-size: 14px;
}
.header__quest-timer {
	font-size: 22px;
	font-weight: 600;
	color:  #FF4750;
}
.questions-steps {
	display: block;
	text-align: center;
	margin-top: 64px;
	margin-bottom: 39px;
}
.questions-steps__text {
	font-size: 32px;
	font-weight: 500;
	text-align: center;
}
.questions-steps__bright-text {
	color: #000405;
}
.questions-steps__current {
	color: inherit;
}
.questions-steps__dull-text {
	color: #DCDCDC;
}
.questions-steps__all {
	color: inherit;
}
.quest-sect__attention-block {
	margin: 0 auto;
	margin-bottom: 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 690px;
	height: 90px;
	padding: 20px 42px;
	box-shadow: 10px 15px 25px 0px #00000005;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.quest-sect__attention {
	text-align: center;
}
.quest-sect__attention-close {
	position: absolute;
	top: 12px;
	right: 12px;
	cursor: pointer;
}
.quest-sect__form {
	
	display: none;
	width: 690px;
	margin: 0 auto;
	margin-bottom: 80px;
	padding: 50px 120px 60px 120px;
	box-shadow: 10px 15px 25px 0px #00000005;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.quest-sect__form.active,
.quest-sect__step.active {
	display: block;
}
.quest-sect__form-title {
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 40px;
	text-align: center;
}
.quest-sect__inputs-block {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 40px;
}
.quest-sect__input-label {
	position: relative;
}
.quest-sect__surname-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.quest-sect__input-name {
	display: block;
	font-size: 14px;
	margin-bottom: 6px;
}
.quest-sect__input-field {
	border: 1px solid #DCDCDC;
	color: #272727;
	background-color: #fff;
	width: 100%;
	height: 50px;
	padding: 14px 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.quest-sect__input-field::placeholder {
	color: #DCDCDC;
}
.quest-sect__surname-label {
	display: flex;
	gap: 9px;
	margin-bottom: 5px;
}
.custom-checkbox--surname {
	width: 16px;
	height: 16px;
}
.custom-checkbox--surname>span::before {
	border: 1px solid #DCDCDC;
	background-size: 9px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.quest-sect__surname-text {
	font-size: 14px;
}
.blue-text {
	color: #FF4750 !important;
}
.bold-text {
	font-weight: 700 !important;
}
.quest-sect__btn-standart {
	cursor: pointer;
	display: block;
	margin: 0 auto;
	background:  #FF4750;
	color: #fff;
	width: 210px;
	height: 50px;
	font-size: 22px;
	font-weight: 600;
	border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	-ms-border-radius: 45px;
	-o-border-radius: 45px;
}
.quest-sect__form-2-columns {
	display: flex;
	gap: 20px;
}
.quest-sect__form-title-2 {
	margin-top: 30px;
	margin-bottom: 20px;
}
.error-text {
	text-align: center;
	margin-top: 5px;
	color: #fe5d5d;
}
.surname-input.disabled {
	opacity: 0.4;
}
.quest-sect__step,
.quest-sect__tariff-step {
	display: none;
}
.quest-sect__tariff-step.active {
	display: block;
}
.quest-sect__form3 {
	margin-bottom: 90px;
}
.quest-sect__tarriffs-block {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.quest-sect__tarriffs-block-tab {
	display: none;
	flex-direction: column;
	align-items: center;
}
.quest-sect__tarriffs-block-tab.active {
	display: flex;
}
.quest-sect__tariff-list {
	display: flex;
	gap: 30px;
	margin-bottom: 70px;
}
.quest-sect__tariff-item {
	width: 450px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
}
.quest-sect__tariff-item-content--free {
	
	padding: 20px 30px 34px 30px;
	border: 1px solid #DCDCDC;
	background: #FAFBF9;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.quest-sect__tariff-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	min-height: 40px;
}
.quest-sect__tariff-logo {
	height: fit-content;
}
.tariff-top-low-per {
	text-align: center;
}
.tariff-top-low-per__large {
	font-size: 32px;
	font-weight: 500;
	color: #DCDCDC;
	margin-bottom: 4px;
}
.tariff-top-low-per__small {
	font-size: 14px;
	color: #DCDCDC;
}
.tariff-list-minus {
	padding-left: 30px;
}
.tariff-list-minus__item {
	list-style: disc;
	font-size: 18px;
}
.quest-sect__tariff-label {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 auto;
	width: fit-content;
	margin-top: 20px;
}

.custom-checkbox--tariff {
	width: 24px;
	height: 24px;
}
.custom-checkbox--tariff>span {
	position: relative;
}
.custom-checkbox--tariff>span::before {
	border: 1px solid #DCDCDC;
	background-size: 9px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.custom-checkbox--tariff>.agreement-link-checkbox:checked+span::before {
	background: none;
	border: 1px solid #FF4750;
}
.custom-checkbox--tariff>.agreement-link-checkbox:checked+span::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: -3px;
	left: 7px;
	background: #FF4750;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.quest-sect__tariff-item-content--pay {
	padding: 15px 30px 44px 30px;
	position: relative;
}
.quest-sect__tariff-text {
	font-size: 18px;
	color: #DCDCDC;
}
.quest-sect__tariff-label.active .quest-sect__tariff-text {
	color: #272727;
}
.tariff-top__zero-per {
	color: #FF4750;
	font-size: 22px;
	font-weight: 600;
}
.tariff-top__best-service-wrap {
	position: absolute;
	top: 15px;
	right: 0;
	background:  #FF4750;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 215px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tariff-top__best-service {
	color: #fff;
	font-size: 14px;
}
.quest-sect__middle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 22px;
	min-height: 70px;
}
.tariff-top-hight-per {
	text-align: right;
}
.tariff-top-hight-per__large {
	font-size: 32px;
	font-weight: 500;
}
.tariff-top-hight-per__small {
	font-size: 14px;
}
.tariff-measure-wrap {
	position: relative;
	width: 100%;
	height: 10px;
	
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.tariff-measure-wrap::after {
	content: "";
	display: block;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #EDF1F0;
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
}
.tariff-measure-line {
	position: absolute;
	top: 50%;
	left: 0;
	width: 98%;
	height: calc(100% + 2px);
	background:  #FF4750;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 12;
}
.quest-sect__paycard-title {
	margin-bottom: 10px;
}
.quest-sect__paycard-subtitle {
	margin-bottom: 50px;
	font-size: 20px;
	text-align: center;
}
.quest-sect__paycard-list {
	display: flex;
	gap: 30px;
	margin-bottom: 40px;
}
.quest-sect__paycard-item {
	cursor: pointer;
	width: 210px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	box-shadow: 10px 15px 25px 0px #00000005;
	transition: all 0.05s;
	-webkit-transition: all 0.05s;
	-moz-transition: all 0.05s;
	-ms-transition: all 0.05s;
	-o-transition: all 0.05s;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.quest-sect__paycard-item:hover {
	border: 1px solid #DCDCDC;
	background: #FAFBF9;
}
.quest-sect__paycard-no-card {
	margin: 0 auto;
	display: block;
	font-size: 14px;
	color: #DCDCDC;
	margin-bottom: 30px;
	cursor: pointer;
}
.quest-sect__paycard-attantion {
	color: #DCDCDC;
	font-size: 14px;
	max-width: 840px;
	text-align: center;
}
.quest-sect__tarriffs-tab-title {
	color:  #FF4750;
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 10px;
	text-align: center;
}
.quest-sect__tarriffs-tab-text {
	text-align: center;
	margin-bottom: 30px;
	font-size: 20px;
	max-width: 640px;
}
.quest-sect__tarriffs-tab-text .blue-text {
	display: block;
}
.quest-sect__tarriffs-tab-add-info {
	text-align: center;
	margin-top: 10px;
	color:  #FF4750;
	max-width: 190px;
}
/* .modal__close-button-img {
	display: none;
} */
.quest-sect__tariff-step2 {
	width: 930px;
	margin: 0 auto;
}
.quest-sect__tariff-step3 {
	width: 690px;
	margin: 0 auto;
	box-shadow: 10px 15px 25px 0px #00000005;
	min-height: 1000px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.quest-sect__tariff-title3 {
	margin-bottom: 10px;
}
.quest-sect__tariff-subtitle3 {
	text-align: center;
}
.quest-sect__tariff-step3 {
	padding: 50px 30px 60px 30px;
	min-height: 1000px;
	justify-content: space-between;
}
.quest-sect__tariff-step3.active {
	display: flex;
	flex-direction: column;
}
.quest-sect__tariff-top3 {
	display: flex;
	flex-direction: column;
}
.quest-sect__tariff-bottom-text3 {
	width: 266px;
	margin: 0 auto;
	color: #DCDCDC;
}
.quest-sect__car-text {
	font-size: 18px;
}

/* arrow CSS icon */

/* a good example of CSS graphics */
/* in my view its ineffective ? */
/* more than 10 lines of styles just to create an arrow */
.dropdown-select {
	width: 100%;
	height: 50px;
	background: #fff;
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.header__nav-mobile-img {
	display: none;
}
.dropdown-select::before {
	content: "";
	position: absolute;
	right: 20px;
	top: 15px;
	z-index: 5;
	width: 12px;
	height: 12px;
	border: 2px solid  #FF4750;
	border-top: transparent;
	border-right: transparent;
	transform: rotate(-45deg);
	pointer-events: none;
	/* transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear; */
}
 .dropdown-select input {
	width: 100%;
	height: 100%;
	padding: 14px 22px;
	cursor: pointer;
	border: none;
	outline: none;
	font-size: 18px;
	font-weight: 400;
	position: absolute;
	border: 1px solid #DCDCDC;
	top: 0;
	left: 0;
	user-select: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
input.quest-sect__input-field::placeholder {
	font-size: 18px;
	color: #ACB0AF;
	font-weight: 400;
}
.dropdown-select input::placeholder {
	font-size: 18px;
	color: #ACB0AF;
	font-weight: 400;
}
.dropdown-select .options {
	width: 100%;
	z-index: 6;
	/*padding: 8px;
	*/cursor: pointer;
	background: white;
	border: none;
	outline: none;
	font-size: 18px;
	overflow: hidden;
	position: absolute;
	top: 55px;
	background: #fff;
	/*backdrop-filter: blur(4.5px);
	-webkit-backdrop-filter: blur(4.5px);
	*/border: 1px solid #272727;
	/*defaultstateofdropdownlist*//*itisnotvisible*/opacity: 0;
	transform: translateY(-50px);
	visibility: hidden;
	/*transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	*/
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.dropdown-select .options .option {
	padding: 16px;
	border-radius: 9px;
	
	/* color: #292d34; */
	/* transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease; */
}
.dropdown-select .options .option:not(:last-of-type) {
	margin-bottom: 8px;
}
.dropdown-select .options .option:hover {
	background: #e6e6e6;
	
}


/* opened state of dropdown list */
.dropdown-select.opened .options {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.dropdown-select.opened::before {
	transform: rotate(-225deg);
	top: 23px;
}
.quest-sect__car-block {
	display: flex;
	gap: 25px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.quest-sect__car-label {
	display: flex;
	align-items: center;
	gap: 12px;
}
.quest-sect__form-place {
	display: flex;
	gap: 19px;
}
.quest-sect__skip-step {
	color: #DCDCDC;
	font-size: 14px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	cursor: pointer;
}
.progress-bar {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: 	radial-gradient(closest-side, white 79%, transparent 80% 100%),	conic-gradient(hotpink 15%, pink 0);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.quest-sect__loader-sec {
	display: none;
	flex-direction: column;
	align-items: center;
	padding: 52px 0 70px 0;
}
.quest-sect__loader-title {
	margin-bottom: 10px;
}
.quest-sect__loader-subtitle {
	font-size: 18px;
	margin-bottom: 44px;
	width: 460px;
	text-align: center;
}
.questions-steps__next-text {
	font-size: 32px;
	font-weight: 500;
	color:  #FF4750;
	display: none;
	text-align: center;
}
.questions-steps__next-text.active {
	display: block;
}
.hidden {
	display: none !important;
}
@keyframes growProgressBar {
	0% { --pgPercentage: 0; }
	100% { --pgPercentage: 100; }
}
@property --pgPercentage {
	syntax: '<number>';
	inherits: false;
	initial-value: 0;
}
.quest-sect__loader {
	--size: 100px;
	--fg:  #FF4750;
	--bg: #DCDCDC;
	--pgPercentage: 100;
	width: var(--size);
	height: var(--size);
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: calc(var(--size) / 5);
	color: var(--fg);
	position: relative;
}
.quest-sect__loader.start {
	background: radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0)	  ;
	animation: growProgressBar 10s 1 forwards;
	-webkit-animation: growProgressBar 10s 1 forwards;
	animation-timing-function: linear;
}
.quest-sect__loader::before {
	content: "";
	position: absolute;
	top:50%;
	left: 50%;
	display: block;
	width: 90px;
	height: 90px;
	background-color: #fff;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.quest-sect__loader-num {
	position: relative;
	color:  #FF4750;
	font-size: 40px;
	font-weight: 700;
}
.quest-sect__form-results {
	position: relative;
	height: 360px;
}
.form-results-img {
	position: absolute;
	bottom: 0;
}
.form-results-img1 {
	left: 0;
}
.form-results-img2 {
	right: 0;
}
.quest-sect__result-title {
	margin-bottom: 10px;
	text-align: center;
}
.quest-sect__result-subtitle {
	text-align: center;
	margin-bottom: 86px;
	font-size: 20px;
}
/* /Вопросы */

/* Модальное окно */
.modals {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	z-index: 999;
}
.modals.active,
.quest-sect__loader-sec.active {
	display: flex;
}
.modal {
	display: none;
	position: relative;
	z-index: 1;
	background: #FAFBF9;
	box-shadow: 10px 15px 25px 0px #00000005;
	width: 690px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.modal.active {
	display: block;
}
.modal-tariff-min {
	padding: 50px 75px 90px 75px;
}
.modal-tariff-min__text {
	margin-bottom: 34px;
	text-align: center;
}
.modal-tariff-min__title {
	margin-bottom: 37px;
	font-size: 32px;
	font-weight: 500;
	text-align: center;
}
.modal-tariff-min__without-card {
	margin: 0 auto;
	font-size: 14px;
	color: #DCDCDC;
	display: block;
	cursor: pointer;
}
.modal-tariff-min__btn {
	margin-bottom: 20px;
}
.modals__shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0B2518;
	opacity: 0.3;
}
/* /Модальное окно */

/* Измеритель обобрения кредита */
.index-scale-block {
	width: 275px;
	flex-shrink: 0;
}
.index-measer-wrap {
	margin-bottom: 2px;
}
.index-measer {
	overflow: hidden;
	width: 275px;
	height: 138px;
	position: relative;
}
.index-measer__content {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	top: 50px;
	width: 165px;
	height: 165px;
	border-radius: 50%;
	background: #fff;
	padding-top: 7px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.index-measer__value {
	font-weight: 700;
	font-size: 48px;
	margin-bottom: 2px;
}
.index-measer__min-max-block {
	margin-top: 6px;
	display: flex;
	justify-content: space-between;
}
.index-measer__min-max {
	color: #DCDCDC;
	font-size: 14px;
	width: 50px;
	display: flex;
	justify-content: center;
}
.index-scale__probability-text {
	text-align: center;
	margin-bottom: 5px;
	font-size: 18px;
}
.index-scale__update-btn {
	display: block;
	color:  #FF4750;
	font-size: 14px;
	margin: 0 auto;
	cursor: pointer;
	position: relative;
}
.index-scale__update-btn::after {
	content: "";
	display: block;
	width: 90%;
	border-bottom: 1px dashed  #FF4750;
	margin-top: 3px;
}
.index-measer__arrow-wrap {
	position: absolute;
	left: 50%;
	bottom: 0;
}
.index-measer__arrow {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 45px solid #02575C;
	position: absolute;
	left: -120PX;
	top: -22px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
/* /Измеритель обобрения кредита */

/* Профиль */
.profile-credits {
	margin-top: 70px;
}
.header__profile-list {
	display: flex;
	align-items: center;
	gap: 32px;
}
.header__profile-link {
	font-size: 14px;
}
.header__profile-link.active {
	color:  #FF4750;
}
.profile-top {
	gap: 20px;
	margin-bottom: 70px;
	position: relative;
	padding: 30px 85px 24px 30px;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.profile-top__arrow {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 41px;
	right: 30px;
	cursor: pointer;
}
.profile-top__arrow::after {
	content: "";
	position: absolute;
	display: block;
	top: 11px;
	left: 7px;
	width: 14px;
	height: 14px;
	border-top: 3px solid  #FF4750;
	border-right: 3px solid  #FF4750;
	transition: transform 0.3s;
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	-ms-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
}
.profile-top.close .profile-top__arrow::after {
	top: 4px;
	transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	-moz-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	-o-transform:rotate(135deg);
}
.profile-top.close .profile-top__text,
.profile-top.close .profile-top__last-update,
.profile-top.close .index-measer__img,
.profile-top.close .index-measer__arrow-wrap,
.profile-top.close .index-measer__min-max-block {
	display: none;
}
.profile-top.close .index-scale-block {
	width: 310px;
	display: flex;
	align-items: center;
	gap:30px;
}
.profile-top.close .index-measer {
	width: auto;
	height: auto;
}
.profile-top.close  .index-scale__probability-text {
	text-align: left;
}
.profile-top.close .index-measer__content {
	width: auto;
	height: auto;
	position: static;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}
.profile-top.close .index-measer__value {
	font-size: 32px;
	font-weight: 500;
}
.profile-top.close .index-measer__type {
	font-size: 18px;
}
.profile-top.close .index-scale__update-btn {
	margin: 0;
}
.profile-top__block {
	max-width: 690px;
}
.profile-top__title {
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 20px;
}
.profile-top__text {
	font-size: 14px;
	color: #ACB0AF;
	margin-bottom: 40px;
}
.profile-top__last-update {
	font-size: 14px;
	color: #000405;
}
.profile-credits--light {
	margin-top: 65px;
}
.profile-credits__title {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
}
.profile-credits__subtitle {
	font-size: 20px;
	text-align: center;
	width: 1070px;
	margin: 0 auto;
	margin-bottom: 44px;
}
.profile-credits__subtitle--light {
	width: 760px;
}
.profile-credits__top {
	display: flex;
	margin-bottom: 50px;
	align-items: center;
	justify-content: space-between;
	padding: 15px 30px 10px 30px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.profile-credits__top-checkboxs {
	display: flex;
	align-items: center;
	gap: 27px;
}
.profile-credits__limit-offer {
	display: flex;
	align-items: center;
	gap: 7px;
}
.profile-credits__limit-offer-text {
	font-size: 14px;
	width: 130px;
	text-align: right;
	margin-top: 8px;
}
.profile-credits__limit-offer-time {
	font-size: 48px;
	font-weight: 700;
}
.profile-credits__title-2 {
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 40px;
	text-align: center;
}
.profile-credits__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:30px;
	margin-bottom: 70px;
}
.profile-credits__item {
	position: relative;
}
.profile-credits__best-service-wrap {
	top: 25px;
}
.credit-offer {
	padding: 25px 30px 83px 30px;
}
.credit-offer__info-list {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.credit-offer__info-item {
	display: flex;
	justify-content: space-between;
}
.credit-offer__info-name {
	font-size: 14px;
}
.credit-offer__info-value {
	font-size: 14px;
}
.credit-offer__get-money {
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	background:  #FF4750;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.profile-credits__banner-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 150px;
	background: #FAFBF9;
	padding: 20px;
	margin-bottom: 40px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.profile-credits__banner {
	width: 300px;
	height: 300px;
	background: #FFFFFF;
}
.profile-credit__call {
	display: flex;
	justify-content: space-between;
	height: 150px;
	background: #F9FCF0;
	overflow: hidden;
	margin-bottom: 70px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.profile-credit__call-title {
	margin-top: 38px;
	margin-left: 120px;
	width: 415px;
	flex-shrink: 0;
	font-size: 32px;
	font-weight: 500;
}
.profile-credit__call-left-block {
	background-color: #272727;
	display: flex;
	gap: 30px;
	align-items: center;
	padding: 45px 120px 45px 35px;
	position: relative;
}
.profile-credit__call-img {
	position: absolute;
	left: -326px;
	top: 0;
}
.profile-credit__call-subtitle {
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	width: 275px;
	flex-shrink: 0;
}
.profile-credit__call-btn {
	cursor: pointer;
	width: 210px;
	height: 60px;
	background:  #FF4750;
	color: #fff;
	font-weight: 700;
	border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	-ms-border-radius: 45px;
	-o-border-radius: 45px;
}
.my-data__input-btn{
	position: absolute;
	right: 20px;
	bottom: 16px;
	cursor: pointer;
	font-size: 14px;
}
.my-data__subscription-btn {
	color:  #FF4750;
}
.my-data__money-back-btn {
	color: #ACB0AF;
}
.my-data__car-block {
	margin: 0;
}
/* /Профиль */


/* Мои данные */
.my-data__title {
	font-size: 40px;
	margin-top: 70px;
	margin-bottom: 40px;
	text-align: center;
}
.my-data__item {
	width: 1060px;
	margin: 0 auto;
	box-shadow: 10px 15px 25px 0px #00000005;
	background: #FFFFFF;
	padding: 50px 65px 50px 65px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.my-data__btn-open {
	font-size: 32px;
	font-weight: 500;
}
.my-data__item::after {
	display: none;
}
.my-data__inputs-block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 17px 30px;
	margin: 0;
}
.my-data__inputs-block-one-line {
	width: 450px;
	grid-template-columns: 1fr;
	margin: 0 auto;
}
.my-data__answer-wrap {
	width: 100%;
}
.my-data__input-field {
	border: 1px solid #DCDCDC;
	background: #FAFBF9;
}
.my-data__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.my-data__form-place {
	grid-column: 1 / 3;
}
.my-data__car-block {
	margin: 0;
	margin-top: 27px;
}
.unsub-form {
	display: flex;
	gap: 20px;
	justify-content: center;
}
.unsub-modal__btn {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
.unsub-modal__input {
	width: 280px;
}
.unsub-modal__input::placeholder {
	font-size: 18px;
	font-weight: 500;
}
/* /Мои данные */

/* Мои платежи */
.my-payments {
	margin-top: 70px;
	margin-bottom: 70px;
	width: 1060px;
	box-shadow: 10px 15px 25px 0px #00000005;
	background: #FFFFFF;
	padding: 50px 65px 60px 65px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.my-payments__table {
	width: 100%;
}
.my-payments__table th {
	text-align: left;
	padding: 18px 0;
	font-size: 14px;
}
.my-payments__table td {
	border-top: 1px solid #DCDCDC;
	padding: 12px 0;
	font-size: 18px;
	font-weight: 700;
}
td.my-payments__back-money {
	color: #ACB0AF;
	font-size: 14px;
	font-weight: 400;
	width: 120px;
	cursor: pointer;
}
.my-payments__title {
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 40px;
	text-align: center;
}
/* /Мои платежи */

/* Форма */
.form-sec {
	width: 675px;
	margin-top: 113px;
	margin-bottom: 106px;
}
.form-sec__list {
	display: flex;
	gap: 35px;
	margin-bottom: 38px;
}
.form-sec__item {
	font-size: 14px;
	color: #2c2c2c50;
}
.form-sec__inputs {
	display: grid;
	grid-template-columns: 312px 312px;
	justify-content: space-between;
	margin-bottom: 50px;
}	
.form-sec__btn {
	width: 355px;
	height: 65px;
	background: #FF4750;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-top: 91px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}
.form-sec__tariff-label {
	align-items: flex-start;
}
.form-sec__checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 auto;
	width: fit-content;
	margin-top: 20px;
}
.form-sec__checkbox-text {
	font-size: 14px;
	color: #000000;
}
.custom-checkbox--tariff>.agreement-link-checkbox:checked+span::after {
	top: 0;
}
/* /Форма */
.my-payments__list {
	display: none;
}
.my-data__btn-open::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 13px;
	height: 13px;
	border-top: 3px solid #FF4750;
	border-right: 3px solid #FF4750;
	margin-right: 13px;
	transition: transform 0.3s;
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	-ms-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	-moz-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	-o-transform:rotate(135deg);
}
.faq__item.open .my-data__btn-open::after {
	transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
}

.custom-checkbox.disabled>.agreement-link-checkbox:checked+span::before {
	border: 1px solid #DCDCDC !important;
}
.custom-checkbox.disabled>.agreement-link-checkbox:checked+span::after {
	background: #DCDCDC !important;
}
.dropdown-select.disabled::before  {
	border: 2px solid #DCDCDC;
	border-top: transparent;
	border-right: transparent;
}
.my-data__item input::placeholder {
	color: #272727;
}
@media screen and (min-width: 1920px) {
	.container {
		width: 1410px;
		margin-left: auto;
		margin-right: auto;
	}
	.container-index {
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 1920px) {
	.container {
		width: auto;
		margin-left: 250px;
		margin-right: 250px;
	}
	.profile-credits__list {
		grid-template-columns: repeat(2, 1fr);
	}
	.profile-credit__call-title {
		margin-left: 20px;
	}
	.profile-credit__call-left-block {
		padding: 45px 20px 45px 35px;
	}
	.get-loan__list {
		grid-template-columns: repeat(2, 287px);
	}
	.we-help__list {
		grid-template-columns: repeat(1, 540px);
	}
}
@media screen and (max-width: 1650px) {
	.profile-credit__call-title {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-bottom: 20px;
	}
	.profile-credit__call-img {
		display: none;
	}
	.profile-credit__call {
		flex-direction: column;
		height: auto;
	}
	.profile-credit__call-left-block {
		justify-content: center;
		padding: 45px;
	}

}
@media screen and (max-width: 1410px) {
	.container,
	.container-index {
		width: 690px;
		margin-left: auto;
		margin-right: auto;
	}
	.first-window {
		flex-direction: column;
		gap: 40px;
		margin-top: 70px;
		align-items: center;
	}
	.orange-text-mb {
		color: #FF4750;
	}
	.about-service__wrap {
		flex-direction: column;
		gap: 30px;
		align-items: center;
	}
	.about-service__img {
		width: 520px;
	}
	.header__nav-list,
	.header__enter {
		gap: 20px;
	}
	.container-index {
		width: 690px;
	}
	.about__text {
		width: auto;
	}
	.about__list {
		flex-wrap: wrap;
	}
	.get-loan__list {
		grid-template-columns: repeat(2, 287px);
	}
	.we-help__list {
		grid-template-columns: repeat(1, 540px);
	}
	.faq,
	.about {
		width: auto;
		padding: 0 20px;
	}
	.contact__list {
		flex-wrap: wrap;
		gap: 50px;
	}
	.faq__img {
		display: none;
	}
	.credit-index__img {
		display: none;
	}
	.footer__middle-text {
		text-align: justify;
	}
	.footer__bottom {
		flex-direction: column;
		gap: 15px;
	}
	.first-window{
		overflow: hidden;
	}
	.profile-credits__subtitle {
		width: auto;
	}
	.profile-credits__top {
		flex-direction: column;
		gap: 30px;
	}
	.profile-credits__list {
		grid-template-columns: repeat(2, 1fr);
		justify-content: center;
	}
	.quest-sect__tariff-logo {
		height: 50px;
	}
	.profile-credits__banner-wrap {
		gap: 10px;
		flex-wrap: wrap;
	}
	.profile-credit__call-title {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-bottom: 20px;
	}
	.profile-credit__call-img {
		display: none;
	}
	.profile-credit__call {
		flex-direction: column;
		height: auto;
	}
	.profile-credit__call-left-block {
		justify-content: center;
		padding: 45px;
	}
	.profile-credits__title {
		font-size: 32px;
		font-weight: 500;
		margin-bottom: 20px;
	}
	.profile-credits__subtitle {
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 70px;
	}
	.profile-credits__top {
		flex-direction: column-reverse;
	}
	.profile-credits__top-checkboxs {
		flex-direction: column;
		align-items: flex-start;
	}
	.profile-credits__limit-offer-time {
		font-size: 32px;
		font-weight: 500;
	}
	.profile-credits__limit-offer-text {
		font-size: 14px;
		font-weight: 400;
	}
	.profile-credits__top {
		padding: 0;
	}
	.my-data__item {
		width: 100%;
	}
	.profile-top {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	.my-data__car-block {
		flex-direction: column;
		gap: 15px;
	}
}

@media screen and (max-width: 900px) {
	.header {
		margin-top: 23px;
		position: relative;
	}
	.container {
		width: 355px;
	}
	
	.faq {
		margin-bottom: 70px;
	}
	.faq__title {
		margin-bottom: 30px;
	}
	.faq__item {
		padding: 30px 0;
	}
	.faq__btn-open {
		padding-right: 40px;
		font-size: 20px;
		font-weight: 400;
	}
	.faq__answer-wrap {
		width: 100%;
	}
	.faq__answer {
		font-size: 14px;
	}
	.faq__item2 {
		margin-bottom: 17px;
	}
	.header__nav-list,
	.header__phone-link,
	.first-window__left-list,
	.first-window__left-time,
	.bg-index,
	.about__list {
		display: none;
	}
	/* .first-window__left,
	.first-window__right {
		width: 355px;
	} */
	.first-window__left-title {
		font-size: 32px;
		font-weight: 500;
		text-align: center;
		margin-bottom: 40px;
	}
	.first-window__left-text {
		font-size: 18px;
		font-weight: 400;
		margin: 0;
		text-align: center;
	}
	.first-window__right {
		padding: 50px 20px 25px 20px;
	}
	.first-window__right-result-block {
		flex-direction: column;
		gap: 5px;
		margin-bottom: 21px;
	}
	.first-window__right-slider-block-time {
		margin-bottom: 21px;
	}
	.first-window__right-btn {
		width: 100%;
		margin-bottom: 20px;
	}
	.first-window {
		margin-bottom: 40px;
	}
	.container-index {
		width: 100%;
		padding: 72px 30px 0 30px;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
	}
	.h2 {
		font-size: 32px;
		font-weight: 500;
	}
	.about__title {
		margin-bottom: 40px;
	}

	.about__text {
		font-size: 14px;
		color: #ACB0AF;
	}
	.about__text:not(:last-child) {
		margin-bottom: 20px;
	}
	.about,
	.get-loan,
	.we-help,
	.faq,
	.contact {
		margin-bottom: 70px;
	}
	.get-loan__list {
		grid-template-columns: repeat(1, 1fr);
		margin-bottom: 30px;
	}
	.get-loan__title {
		margin-bottom: 40px;
	}
	.get-loan__item-text {
		margin-bottom: 15px;
	}
	.get-loan__item {
		padding: 30px 0 15px 0;
		height: auto;
	}
	.we-help__title {
		margin-bottom: 40px;
	}
	.we-help__item {
		gap: 25px;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-ms-border-radius: 15px;
		-o-border-radius: 15px;
}
	.we-help__item-title {
		margin-bottom: 10px;
		font-size: 32px;
		font-weight: 500;
	}
	.we-help__item-text {
		font-size: 14px;
	}
	.we-help__list {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
	.we-help__item-img {
		height: 126px;
	}
	.faq__btn-open {
		font-size: 18px;
		padding-right: 76px;
		padding-left: 20px;
	}
	.faq__btn-open-plus {
		width: 25px;
		height: 25px;
	}
	.faq__answer-wrap {
		padding-left: 20px;
	}
	.contact__title {
		margin-bottom: 40px;
	}
	.contact__item-title {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.contact__list {
		gap: 70px;
	}
	.footer-index {
		margin: 0;
	}
	.footer__middle,
	.footer__middle-left,
	.footer__middle-right {
		display: flex;
		gap: 0;
		flex-direction: column;
	}
	.footer__bottom-list {
		flex-direction: column;
		gap: 12px;
		margin-bottom: 12px;
	}
	.footer__bottom-item:not(:last-child)::after {
		display: none;
	}
	.footer__bottom-item {
		text-align: center;
	}
	.get-loan__btn {
		width: 100%;
	}
	.header__quest-timer-block {
		margin-top: 15px;
		width: 355px;
		margin: 0 auto;
		align-items: flex-start;
		padding: 20px;
		box-shadow: 0px 5px 10px 0px #00000003;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-ms-border-radius: 15px;
		-o-border-radius: 15px;
}
	.header__quest-timer-hidden {
		display: block;
	}
	.header__quest-timer-text {
		font-size: 14px;
		width: 215px;
		margin-bottom: 9px;
	}
	.header__quest-timer-hidden {
		color: #ACB0AF;
		position: relative;
		padding: 4px;
	}
	.header__quest-timer-hidden::after {
		content: "";
		display: block;
		width: 100%;
		border-bottom: 1px dashed #ACB0AF;
		margin-top: 4px;
	}
	.header__quest-timer {
		font-size: 32px;
		font-weight: 500;
	}
	.questions-steps {
		margin-top: 50px;
	}
	.quest-sect__attention-block {
		width: 355px;
		padding: 20px;
	}
	.quest-sect__attention {
		text-align: left;
		font-size: 14px;
		margin-bottom: 10px;
		padding-right: 15px;
	}
	.quest-sect__form  {
		width: 355px;
		padding: 50px 20px 60px 20px;
	}
	.quest-sect__paycard-list {
		flex-direction: column;
		gap: 10px;
	}
	.quest-sect__paycard-item {
		width: 100%;
		height: 110px;
	}
	.quest-sect__paycard-subtitle,
	.quest-sect__tarriffs-tab-text {
		font-size: 18px;
	}
	.quest-sect__tariff-step2,
	.quest-sect__tariff-step3 {
		width: 355px;
	}
	.modal {
		width: 100%;
		height: 100%;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
	}
	.modal.active {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.modal__close-button {
		display: block;
		position: absolute;
		top: 15px;
		right: 15px;
		padding: 5px;
	}
	.modal-tariff-min {
		padding: 20px;
	}
	.form-results-img {
		width: 150px;
	}
	.quest-sect__btn-standart {
		width: 315px;
	}
	.quest-sect__result-subtitle {
		margin-bottom: 35px;
	}
	.quest-sect__loader-subtitle {
		width: auto;
	}
	.quest-sect__form-results {
		padding: 20px;
	}
	.questions-steps__next-text {
		width: 355px;
		margin: 0 auto;
	}
	.tariff-swiper {
		width: 355px;
		overflow: hidden;
		position: relative;
	}
	.quest-sect__tariff-logo {
		flex-shrink: 0;
		height: auto;
		width: 160px;
	}
	.tariff-top__zero-per {
		width: 85px;
	}
	.tariff-top__best-service-wrap {
		top: 20px;
	}
	.quest-sect__middle {
		margin-bottom: 10px;
	}
	.quest-sect__tariff-item-content--free {
		padding: 24px 20px;
	}
	.swiper-pagination-tariff {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.profile-credits__limit-offer-text {
		width: auto;
	}
	.profile-credits__top-checkboxs {
		gap: 20px;
	}
	.profile-credits__top-checkboxs {
		margin-bottom: 20px;
	}
	.profile-credits__list {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-bottom: 35px;
	}
	.credit-offer {
		padding: 15px 20px 80px 20px;
	}
	.mobile-hide {
		display: none;
	}
	.tariff-top__zero-per {
		font-size: 18px;
		font-weight: 400;
	}
	.quest-sect__tariff-top {
		min-height: 50px;
		margin-bottom: 10px;
	}
	.profile-credits__title-2 {
		margin-bottom: 10px;
	}
	.profile-credit__call-title {
		width: auto;
		margin: 20px;
	}
	.profile-credit__call-left-block {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.profile-credit__call-subtitle {
		text-align: center;
	}
	.profile-credit__call-btn {
		font-size: 22px;
		font-weight: 600;
	}
	.my-data__inputs-block {
		grid-template-columns: 1fr;
	}
	.my-data__item {
		padding: 30px 20px;
	}
	.my-data__inputs-block-one-line {
		width: auto;
	}
	.unsub-form {
		flex-direction: column;
	}

	.quest-sect__main-form {
		margin-bottom: 50px;
	}
	.header__nav-mobile {
		position: relative;
		
	}
	.heaader__mobile-nav-block {
		display: none;
		position: absolute;
		top: 100%;
		right: 20px;
		background: #fff;
		width: 100%;
		height: auto;
		z-index: 1;
		padding: 50px 20px 50px 20px;
	}
	.header__profile-list {
		flex-direction: column;
		gap: 20px;
	}
	.header__profile-link {
		font-size: 20px;
	}
	.header__nav-mobile-img {
		display: block;
	}
	.my-payments__table {
		display: none;
	}
	.my-payments {
		padding: 0;
	}
	.my-payments__list {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.my-payments__item {
		padding: 20px;
		box-shadow: 0px 4px 20px 0px #0000001A;
		background: #FFFFFF;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
	}
	.my-payments__item-top {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	.my-payments__item-amount {
		font-size: 22px;
		font-weight: 600;
	}
	.my-payments__item-date {
		font-size: 14px;
		color: #ACB0AF;
	}
	.my-payments__item-money-back {
		color: #ACB0AF;
		font-size: 14px;
		cursor: pointer;
		margin-top: 22px;
	}

	.form-sec__inputs {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-bottom: 20px
	}
	.form-sec__btn {
		margin-top: 40px;
	}
	.form-sec__checkbox-text {
		font-size: 12px;
	}
	.we-help__item {
		gap: 10px;
		padding: 0 10px;
	}
	.faq {
		padding: 0;
		margin: 0 auto;
		margin-bottom: 70px;
	}
	.header__logo {
		width: 150px;
	}
	.header-index  {
		width: 315px;
	}
	.container {
		width: 315px;
	}
	.first-window__left, .first-window__right {
		width: auto;
	}
	.profile-top {
		padding: 30px;
	}
	.profile-top__arrow {
		top: 0;
	}
	.quest-sect__form-place {
		gap: 10px;
	}
	.my-data__inputs-block {
		gap: 17px 10px;
	}
	.my-data__btn-open {
		padding-right: 60px;
	}
	.my-data__car-block {
		margin-top: 15px;
	}
	.my-data__input-btn {
		top: 90px;
		right: 0;
	}
	.my-data__input-label {
		padding-bottom: 40px;
	}
	.quest-sect__car-text {
		font-size: 14px;
	}
	.quest-sect__form-place {
		flex-direction: column;
		grid-column: initial;
	}
	.footer__logo {
		width: 120px;
	}
}