/* Шаблон 1 */
@font-face {
	font-family: 'Commissioner'; 
	src: url(./../fonts/Commissioner-Medium.woff2) format("woff2"),
	url(./../fonts/Commissioner-Medium.woff) format("woff");
	font-weight: 500;
}
@font-face {
	font-family: 'Commissioner'; 
	src: url(./../fonts/Commissioner-SemiBold.woff2) format("woff2"),
	url(./../fonts/Commissioner-SemiBold.woff) format("woff");
	font-weight: 600;
}
@font-face {
	font-family: 'Commissioner'; 
	src: url(./../fonts/Commissioner-Bold.woff2) format("woff2"),
	url(./../fonts/Commissioner-Bold.woff) format("woff");
	font-weight: 700;
}
@font-face {
	font-family: 'Commissioner'; 
	src: url(./../fonts/Commissioner-ExtraBold.woff2) format("woff2"),
	url(./../fonts/Commissioner-ExtraBold.woff) format("woff");
	font-weight: 800;
}
@font-face {
	font-family: 'Commissioner'; 
	src: url(./../fonts/Commissioner-Regular.woff2) format("woff2"),
	url(./../fonts/Commissioner-Light.woff) format("woff");
	font-weight: 400;
}
* {
	font-family: 'Commissioner';
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 120%;
	font-weight: 400;
	color: #272727;
}
button, a, input {
	font-family: 'Commissioner';
	font-weight: 400;
	font-size: 16px;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	line-height: 110%;
	color: #272727;
	text-decoration: none;
}
li {
	list-style: none;
}
*:focus-visible {
	outline: none;
}
.container {
	/* width: 1150px; */
	margin: 0 250px;
}
.h1 {
	font-size: 48px;
	font-weight: 800;
}
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}
.logo {
	width: 165px;
}
.header__phone-link {
	color: #3758FF;
}
.header__enter {
	display: flex;
	gap: 30px;
	align-items: center;
}
.header__enter-btn {
	width: 90px;
	height: 40px;
	border: 3px solid #3758FF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.main {
	overflow: hidden;
	position: relative;
}
.first-window {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 130px;
	margin-bottom: 211px;
	position: static;
}
.first-window__left {
	width: 692px;
	pointer-events: revert;
	z-index: 11;
}
.first-window__title {
	
	margin-bottom: 50px;
}
.first-window__text-block {
	margin-bottom: 50px;
}
.first-window__text {
	font-size: 20px;
}
.first-window__text--mg {
	margin-bottom: 25px;
}
.first-window__form-top {
	display: flex;
	gap: 30px;
	margin-bottom: 20px;
}
.first-window__input {
	border: 1px solid #DCDCDC;
	background: #FAFBF9;
	font-size: 18px;
	width: 330px;
	height: 50px;
	padding: 0 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.first-window__input::placeholder{
	color: #DCDCDC;
}
.first-window__btn {
	width: 210px;
	height: 50px;
	background-color: #3758FF;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.first-window__right {
	position: relative;
}
.index-body::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: -656px;
	width: 870px;
	height: 870px;
	background: radial-gradient(50% 50% at 50% 50%, #86B6FF 0%, rgba(151, 205, 255, 0) 100%);
}
.first-window__right::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 870px;
	height: 870px;
	background: radial-gradient(50% 50% at 50% 50%, #86B6FF 0%, rgba(151, 205, 255, 0) 100%);
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.first-window__right-img {
	position: relative;
	z-index: 1;
}
.about-service {
	background: #EEF6FF;
	padding: 40px 0;
	margin-bottom: 150px;
}
.about-service__wrap {
	display: flex;
	gap: 10%;
}
.about-service__title {
	margin-bottom: 50px;
}
.about-service__text {
	font-size: 20px;
	line-height: 125%;
}
.about-service__text:not(:last-child) {
	margin-bottom: 25px;
}
.bold-text {
	font-weight: 600 !important;
	font-size: inherit;
	color: inherit;
}
.blue-text {
	font-weight: inherit;
	font-size: inherit;
	color: #3758FF !important;
}
.pluses {
	margin-bottom: 150px;
}
.pluses__list {
	display: flex;
	justify-content: center;
	gap: 105px;
}
.pluses__item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	width: 330px;
}
.pluses__title {
	font-size: 22px;
	font-weight: 600;
}
.pluses__text {
	font-size: 18px;
	text-align: center;
}
.faq {
	display: flex;
	justify-content: space-between;
	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;
	
	position: relative;
	width: 100%;
	text-align: left;
}
.faq__btn-open::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 13px;
	height: 13px;
	border-top: 3px solid #DCDCDC;
	border-right: 3px solid #DCDCDC;
	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 .faq__btn-open::after {
	transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
}
.faq__answer-wrap {
	display: none;
	margin-top: 25px;
	/* width: 570px; */
}
.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;
}
.reviews {
	margin-bottom: 150px;
}
.reviews__title {
	margin-bottom: 40px;
	text-align: center;
}
.reviews__slider {
	display: flex;
}
.reviews__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 400px;
	padding: 50px 30px 30px 30px;
	flex-shrink: 0;
	background: #EEF6FF;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.reviews__img {
	width: 120px;
	margin-bottom: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.reviews__name {
	margin-bottom: 5px;
	font-size: 20px;
}
.reviews__job {
	margin-bottom: 20px;
	font-size: 14px;
	color:#ACB0AF;
}
.reviews__description {
	text-align: center;
	font-size: 16px;
}
.credit-index__title {
	margin-bottom: 50px;
	text-align: center;
}
.credit-index__block {
	display: flex;
	justify-content: center;
	gap: 122px;
	align-items: flex-end;
}
.credit-index__content {
	width: 568px;
	padding-bottom: 60px;
}
.credit-index__text {
	margin-bottom: 24px;
	font-size: 18px;
}
.footer {
	padding-bottom: 30px;
}
.footer__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 22px;
}
.footer__unsubscribe {
	color: #3758FF;
	cursor: pointer;
}
.footer__middle {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-bottom: 150px;
}
.footer__middle-text {
	font-size: 14px;
	color: #888;
}
.footer__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer__paycards-list {
	display: flex;
	align-items: center;
	gap: 15px;
}
.footer__paycards-item:nth-child(odd) .footer__paycards-item-img {
	width: 44px;
}
.footer__paycards-item:nth-child(even) .footer__paycards-item-img {
	width: 33px;
}
.footer__bottom-btn {
	position: relative;
	color: #3758FF;
	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 #3758FF;
}
.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-btn.open::after {
	transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
}
.footer__bottom-copyright {
	font-size: 14px;
}

.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: #3758FF;
}
.agreement-text {
	color: #888888;
	font-size: 14px;
}
.agreement-link {
	font-size: inherit;
	color: #3758FF;
	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: #3758FF;
}
.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: #3758FF;
}
.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;
	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;
}
.quest-sect__btn-standart {
	cursor: pointer;
	display: block;
	margin: 0 auto;
	background: #3758FF;
	color: #fff;
	width: 210px;
	height: 50px;
	font-size: 22px;
	font-weight: 600;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.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;
}
.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 #3758FF;
}
.custom-checkbox--tariff>.agreement-link-checkbox:checked+span::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: -3px;
	left: 7px;
	background: #3758FF;

	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: #3758FF;
	font-size: 22px;
	font-weight: 600;
}
.about-service__img {
	width: 36%;
	height: fit-content;
}
.tariff-top__best-service-wrap {
	position: absolute;
	top: 15px;
	right: 0;
	background: #3758FF;
	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: #3758FF;
	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;
	border: 1px solid transparent;
	background-color: transparent;
	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: #3758FF;
	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: #3758FF;
	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 #3758FF;
	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: #3758FF;
	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: #3758FF;
	--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: #3758FF;
	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: #3758FF;
	font-size: 14px;
	margin: 0 auto;
	cursor: pointer;
	position: relative;
}
.index-scale__update-btn::after {
	content: "";
	display: block;
	width: 90%;
	border-bottom: 1px dashed #3758FF;
	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: #3758FF;
}
.profile-top {
	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 #3758FF;
	border-right: 3px solid #3758FF;
	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 {
	width: 690px;
	flex-shrink: 0;
}
.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: #3758FF;
	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: #3758FF;
	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: #3758FF;
}
.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;
}
/* /Мои платежи */
.my-payments__list {
	display: none;
}
.custom-checkbox-container.disabled {
	
}
.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;
}
.my-data__btn-open::after {
	border-top: 3px solid #3758FF;
	border-right: 3px solid #3758FF;
}
@media screen and (min-width: 1920px) {
	.container {
		width: 1410px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 1920px) {
	.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;
	}
}
@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;
	}
	.footer__bottom {
		flex-direction: column;
		gap: 15px;
	}
	.profile-top {
		gap: 30px;
	}
	.profile-top__block {
		width: auto;
		flex-shrink: initial;
	}
}
@media screen and (max-width: 1410px) {
	.container {
		width: 690px;
		margin-left: auto;
		margin-right: auto;
	}
	.first-window {
		margin-top: 60px;
	}
	.first-window__left {
		width: auto;
	}
	.first-window__right {
		display: none;
	}
	.about-service__wrap {
		flex-direction: column;
		gap: 30px;
		align-items: center;
	}
	.about-service__img {
		width: 520px;
	}
	.faq__img {
		display: none;
	}
	.credit-index__title {
		max-width: 500px;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	.credit-index__img {
		display: none;
	}
	.footer__bottom {
		flex-direction: column;
		gap: 15px;
	}
	.first-window{
		overflow: hidden;
	}
	.index-body::after {
		content: "";
		display: block;
		position: absolute;
		top: 150px;
		left: -100px;
		width: 176px;
		height: 176px;
	}
	.first-window::before {
		content: "";
		display: block;
		position: absolute;
		top: 300px;
		right: -150px;
		width: 251px;
		height: 251px;
		background: radial-gradient(50% 50% at 50% 50%, #86B6FF 0%, rgba(151, 205, 255, 0) 100%);
	}

	.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-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;
		gap: 30px;
		align-items: center;
		padding: 30px;
	}
	.my-data__car-block {
		gap: 15px;
		flex-direction: column;
	}
	.quest-sect__car-text {
		font-size: 14px;
	}
}

@media screen and (max-width: 900px) {
	.header {
		margin-top: 23px;
		position: relative;
	}
	.container {
		width: 315px;
	}
	.header__phone-link {
		display: none;
	}
	.header__enter-question {
		display: none;
	}
	.header__enter-btn {
		border: none;
		padding: 0;
		font-size: 14px;
		color: #3758FF;
	}
	.first-window {
		margin-bottom: 80px;
	}
	.first-window__title {
		margin-bottom: 40px;
	}
	.h1 {
		font-size: 32px;
		font-weight: 500;
	}
	.first-window__text-block {
		margin-bottom: 40px;
	}
	.first-window__text {
		font-size: 18px;
	}
	.first-window__text--mg {
		margin-bottom: 20px;
	}
	.first-window__form {
		position: relative;
		height: 194px;
	}
	.first-window__btn {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
	}
	.about-service {
		padding: 17px 0 30px 0;
		margin-bottom: 40px;
	}
	.about-service__wrap {
		gap: 40px;
	}
	.about-service__img {
		width: 193px;
	}
	.about-service__title {
		margin-bottom: 40px;
		text-align: center;
	}
	.about-service__text {
		font-size: 14px;
	}
	.about-service__text:not(:last-child) {
		margin-bottom: 20px;
	}
	.pluses {
		margin-bottom: 100px;
	}
	.pluses__list {
		flex-direction: column;
		gap: 70px;
	}
	.pluses__item {
		gap: 0;
	}
	.pluses__img {
		margin-bottom: 20px;
	}
	.pluses__title {
		margin-bottom: 10px;
	}
	.faq {
		margin-bottom: 70px;
	}
	.faq__title {
		margin-bottom: 40px;
	}
	.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;
	}
	.reviews {
		margin-bottom: 80px;
	}
	.reviews__title {
		margin-bottom: 20px;
	}
	.swiper-pagination {
		margin-top: 20px;
	}
	.swiper-btn {
		display: none;
	}
	.credit-index__title {
		text-align: left;
		margin-bottom: 40px;
	}
	.credit-index__text {
		font-size: 14px;
	}
	.footer__logo {
		width: 165px;
	}
	.footer__unsubscribe {
		font-size: 14px;
	}
	.footer__middle {
		grid-template-columns: 1fr;
		gap: 0;
		margin-bottom: 50px;
	}
	.footer__bottom-btn {
		padding: 5px 0;
	}
	.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;
	}
	.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;
	}
	.footer__bottom {
		overflow: hidden;
	}
	.first-window__input {
		width: 100%;
	}
	.cont-us-modal__agreement {
		gap: 10px;
	}
	.quest-sect__form-place {
		gap: 10px;
	}
	.my-data__inputs-block {
		gap: 17px 10px;
	}
	.profile-top__arrow {
		top: 0;
	}
	.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__form-place {
		flex-direction: column;
		grid-column: initial;
	}
}