@media (max-width: 700px) {

	.form_row_submit .calculator__form-gos__btn{
    	padding: 4px;
    	font-size: 14px;
	}
	.form_row_submit .calculator__form-gos__btn span{
		font-size: 14px;
    	line-height: 23%;
		gap: 5px;
	}
}
/*tut eksperiment potom delete kak cache*/
.resolve .breadcrumb{
padding:0;
margin-bottom:20px;
}
.bx-breadcrumb-item.bxStyle span {
    opacity: 0.5;
}

.first-text ul,.first-text ol {
margin:10px 0;
}
.first-text ul li,.first-text ol li{
position: relative;
    padding-left: 16px;
font-size:16px;
}
.first-text ul li+li,.first-text ol li+li{
margin-top:10px;
}
.first-text ul li::before,.first-text ol li::before {
    position: absolute;
    content: '';
    border-radius: 50%;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #E6005E;
}
.complainForm__form .complainForm__line .complainForm__line-wrap label{
    font-family: "Roboto";
}
/*rating srochnodengi*/

.giveaway{
    padding: 60px 0;
}
.giveaway__top{
margin-bottom:60px;
}
.giveaway__title{
margin-bottom: 20px;
}
.giveaway__title h1{
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    font-family: "Roboto Slab";
    color: #36404C;
}
.giveaway__text{
font-size:16px;
}
.giveaway__bot{
display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
}
.giveaway__bot-item{
width:100%;
display: flex;
 flex-direction: column;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    padding: 24px;
}
.giveaway__bot-item__img {
    max-width: 350px;
	width:100%;
}
.giveaway__bot-item a{
color:#E6005E;
transition:all .3s ease;
}
.giveaway__bot-item a:hover{
color:#36404C;
}
.giveaway__bot-list li a {
    color: #e6005e;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.giveaway__link {
    background: rgba(230, 0, 94, 0.1);
    border-radius: 8px;
    padding: 21px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 78%;
    color: #e6005e;
    transition: all .3s ease;
}
.giveaway__bot-item ul,.giveaway__bot-item ol {
margin:10px 0;
}
.giveaway__bot-item ul li,.giveaway__bot-item ol li{
position: relative;
    padding-left: 16px;
font-size:16px;
}
.giveaway__bot-item ul li+li,.giveaway__bot-item ol li+li{
margin-top:10px;
}
.giveaway__bot-item ul li::before,.giveaway__bot-item ol li::before {
    position: absolute;
    content: '';
    border-radius: 50%;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #E6005E;
}
.importantText,.goodRules,.reviewForm{
padding-bottom:60px;
}
.importantText{
background: #fafafa;
    padding: 50px 0;
margin-bottom:60px;
}
.importantText p+p,.goodRules p+p{
margin-top:10px;
}
.importantText__title,.goodRules__title,.reviewForm__title{
margin-bottom: 40px;

}
.importantText__title h2,.goodRules__title h2,.reviewForm__title h2{
font-weight: 600;
    font-size: 24px;
    color: #36404C;
    font-family: "Roboto Slab";
line-height: 1;
}
.importantText__links,.importantText__desc,.importantText__promocode{
margin-top:10px;
}
.importantText p,.goodRules p{
font-size:16px;
}

.importantText__links a,.importantText__promocode a{
font-size:16px;
color:#E6005E;
transition:all 1.3s ease;
}
.importantText__links a:hover,.importantText__promocode a:hover{
color:#36404C;
}
.goodRules ul{
display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;

    padding: 40px;
    border-radius: 20px 20px;
}
.goodRules li img{
    margin-bottom: 20px;
    display: block;
}

.reviewForm__form-top{
    display: grid;
    gap: 32px;
    margin-bottom: 32px;
}

.reviewForm__form-line{
display: flex;
    align-items: start;
    width: 100%;
    gap: 50px;
}
.reviewsForm__form-line__input{
	width: 100%;
	position: relative;
}
.reviewForm__form-line input{
	width: 100%;
	border: 1px solid #b9bcc1;
	border-radius: 4px;
	padding: 15px 13px;
	font-weight: 400;
	font-size: 16px;
	color: #223445;
	font-family: 'Roboto';
}
.reviewForm__form-line input[type="file"]{
	border: 0;
	padding-left: 0;
}
.reviewForm__form-line input::placeholder{
	font-weight: 400;
	font-size: 16px;
	color: #b9bcc1;
	font-family: 'Roboto';
}
.reviewForm__form-line__text {
	width: 255px;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #223445;
}
.reviewForm__form-approv {
	margin-top: 52px;
	padding-top: 40px;
	margin-bottom: 40px;
	border-top: 1px solid #b9bcc1;
}
.reviewForm__form--alert{
	position: absolute;
	bottom: -20px;
    display: none;
	font-size: 12px;
	z-index: 1;
	color: #ea2b2b;
}

*:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
}

.custom-checkbox {
	position: absolute;
      z-index: -1;
      opacity: 0;
}

.custom-checkbox+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #b9bcc1;
	cursor: pointer;
	transition: all .3s ease;
	font-family: 'Roboto';
  }

  .custom-checkbox+label::before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #adb5bd;
	border-radius: 2px;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
  }

  .custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
	border-color: #b8c40d;
  }

  .custom-checkbox:not(:disabled):active+label::before {
	background-color: #b8c40d;
	border-color: #b8c40d;
  }

  .custom-checkbox:checked+label::before {
	border-color: #b8c40d;
	background-color: #b8c40d;
	background-image: url("/img/approv.svg");
  }
  .custom-checkbox:checked+label{
	color: #36404c;
  }
  .custom-checkbox+label::before {
	background-image: url("/img/approvDiss.svg");
  }
.reviewForm__form-bot button{
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e6005e;
	border-radius: 4px;
	padding: 18px;
	width: 100%;
	border: 0;
	font-family: 'Roboto';
cursor:pointer;
}

.reviewsForm__form-line__input .input-file {
	position: relative;
	display: inline-block;
}
.reviewsForm__form-line__input .input-file span {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
	color: #737a82;
	background: #f5f5f5;
	border: 1px solid #b9bcc1;
	border-radius: 4px;
	padding: 16px 39px;
	box-sizing: border-box;
	transition: all 0.2s ease;
}
.reviewsForm__form-line__input .input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}

.reviewsForm__form-line__input .input-file-list {
	padding: 10px 0;
}
.reviewsForm__form-line__input .input-file-list-item {
	display: inline-block;
	margin: 0 15px 15px;
	width: 150px;
	vertical-align: top;
	position: relative;
}
.reviewsForm__form-line__input .input-file-list-item img {
	width: 150px;
}
.reviewsForm__form-line__input .input-file-list-name {
	text-align: center;
	display: block;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.reviewsForm__form-line__input .input-file-list-remove {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 5px;
	right: 5px;
	background: #ff0202;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	border-radius: 50%;
}
@media(max-width:1023px){
    .giveaway__title h1 {
        font-size: 32px;
    }
	.importantText__title h2, .goodRules__title h2,.reviewForm__title h2{
font-size: 28px;
}
.reviewForm__form-line__text{
		width: 307px;
	}
.giveaway__link {
		font-size: 16px;
		line-height: 87%;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media(max-width:650px){
.giveaway{
    padding: 40px 0;
}
 .giveaway__title h1 {
        font-size: 28px;
    }
.giveaway__top{
margin-bottom:40px;
}
	.giveaway__bot{

grid-template-columns:1fr;
}
	.giveaway__bot-item__img{
margin:0 auto;
}
.importantText,.goodRules,.reviewForm{
padding-bottom:40px;
}
	.importantText__title h2, .goodRules__title h2{
        font-size: 24px;
}
	.goodRules ul{
grid-template-columns:1fr 1fr;
}
.reviewForm__title h2{
		font-size: 30px;
	}
	.reviewForm__title{
		margin-bottom: 24px;
	}
	.reviewForm__form-top{
		gap: 24px;
	}
	.reviewForm__form-top{
		margin-bottom: 24px;
	}
	.reviewForm__form-line{
		flex-direction: column;
		gap: 8px;
	}
	.reviewForm__form-line__text{
		font-size: 14px;
		line-height: 150%;
	}
	.reviewsForm__form-line__input .input-file{
		width: 100%;
	}
	.reviewsForm__form-line__input .input-file span{
		width: 100%;
	}
	.reviewForm__form-approv{
		margin-top: 40px;
		margin-bottom: 27px;
	}
	.custom-checkbox+label{
		font-size: 12px;
	}
}
@media(max-width:450px){
.importantText__links p {
        word-break: break-all;
    }
.giveaway__bot-item {
        padding: 16px;
    }
	.goodRules ul{
grid-template-columns:1fr;
padding:20px;
}
.reviewForm__form-line__text{
		width: unset;
	}
.giveaway__link{
		padding-left: 18px;
		padding-right: 18px;
		text-wrap: nowrap;
	}
}

.scroll-lock{
	overflow: hidden;
}
.dialogSucc{
	border: 1px solid #e9e9e9;
	border-radius: 12px;
	background-color: #fff;
	padding: 32px;
	width: 430px;
}
.dialogSucc__wrapper img{
	margin: 0 auto;
	text-align: center;
	display: block;
	margin-bottom: 32px;
}
.dialogSucc__title{
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	color: #36404c;
	margin-bottom: 12px;
}
.dialogSucc__text{
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #36404c;
	margin-bottom: 32px;
}
@media(max-width: 465px){
	.dialogSucc{
		width: 100%;
		padding: 24px;
	}
	.dialogSucc__title{
		font-size: 18px;
		margin-bottom: 12px;
	}
	.dialogSucc__text{
		font-size: 14px;
	}
	#closeSucccesPop{
		font-size: 14px;
		padding: 15px;
	}
}
.risks{
    margin-bottom: 60px;
border-bottom:1px solid #e9e9e9;
border-top:1px solid #e9e9e9;
}
.risks .risks__wrap{
display: flex;
    justify-content: center;
    align-items: center;
background-image:unset;
background-color:unset;
border:none;
    /*background-color: #f5f5f5;*/
    padding: 50px 20px;
    border-radius: 10px;
    /*border: 1px solid #e9e9e9;*/
    /*background-image: url('/local/templates/srochnodengi/img/dolar-bg.webp');
    background-repeat: no-repeat;
    background-position: bottom;
	background-size: cover;*/
}
.risks__wrap p{
font-size: 32px;
    line-height: 1;
    font-weight: 700;
	text-align:center;
}
@media (max-width: 1023px) {
    .risks__wrap p {
        font-size: 22px;
    }
}
@media (max-width: 500px) {
	.risks__wrap{
padding:28px 10px;
}
	.risks__wrap p{
font-size:18px;
}
    .risks {
        margin-bottom: 40px;
    }
}
.subtext{
opacity:0;
max-height:0px;
overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    transition: all 0.5s;
    border: 1px solid #fff;
    border-radius: 22px;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.33);
    padding: 0;
    color: #36404c;
    max-width: 450px;
    position: absolute;
    bottom: 24px;
    left: 20px;
transition:all .3s ease;
}
.subtext.active{
opacity: 1;
max-height:999px;
    padding: 16px 32px;
}
.calculator__wrapper{
position:relative;
}
.calculator-well__subtitle{
font-size:18px;
font-weight:400;
margin-top:10px;
color: #787d82;
cursor:pointer;
transition:all .3s ease;
text-wrap: auto;
}
.calculator-well__subtitle:hover{
color: #E6005E;
}

@media (max-width: 1023px) {
.calculator-well__subtitle{
font-size:14px;
	}
.calculator-well__subtitle:hover{
color: #787d82;
}
.calculator-well__subtitle.active{
color: #E6005E;
}
}
@media (max-width: 700px) {
.calculator .calculator__wrapper{
flex-direction:column;
align-items:start;
	}
	.subtext{
	position:static;
}
	.subtext.active{
max-width:100%;
margin-bottom:20px;
}
}
/*mobilnoe-prilozhenie-srochnodengi*/

.mobile-app {
  padding-top: 24px;
  background-color: #d9ecff;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .mobile-app {
    margin-bottom: 80px;
  }
}

@media (min-width: 1024px) {
  .mobile-app {
    margin-bottom: 110px;
  }
}

.mobile-app .breadcrumbs {
  margin: 0;
}

.mobile-app .breadcrumbs__list {
  color: #737a82;
}

.mobile-app .breadcrumbs__link {
  color: #737a82;
}

@media (min-width: 768px) {
  .mobile-app__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 323px;
        grid-template-columns: 1fr 323px;
    gap: 12px;
  }
}

@media (min-width: 1024px) {
  .mobile-app__content {
    -ms-grid-columns: 1fr 545px;
        grid-template-columns: 1fr 545px;
    gap: 60px;
  }
}

.mobile-app__info {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .mobile-app__info {
    margin-top: 46px;
    margin-bottom: 45px;
  }
}

@media (min-width: 1024px) {
  .mobile-app__info {
    margin-top: 65px;
    margin-bottom: 87px;
  }
}

.mobile-app__info-title {
      font-family: 'Roboto Slab';
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
  color: #36404c;
}

@media (min-width: 1024px) {
  .mobile-app__info-title {
    font-size: 50px;
  }
}

.mobile-app__info-desc {
  margin-top: 20px;
  font-size: 14px;
  line-height: 130%;
  color: #737a82;
}

@media (min-width: 768px) {
  .mobile-app__info-desc {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .mobile-app__info-desc {
    font-size: 18px;
  }
}

.mobile-app__stores {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-columns: 94px 94px auto;
      grid-template-columns: 94px 94px auto;
  gap: 18px 10px;
}

@media (min-width: 768px) {
  .mobile-app__stores {
    gap: 18px 15px;
  }
}

@media (min-width: 1024px) {
  .mobile-app__stores {
    -ms-grid-columns: 118px 118px auto;
        grid-template-columns: 118px 118px auto;
    gap: 23px 19px;
    margin-top: 50px;
  }
}

.mobile-app__stores-item {
  border: 1px solid #36404c;
  border-radius: 4px;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  place-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  white-space: nowrap;
  padding: 6px 8px;
  background-color: transparent;
}

@media (min-width: 768px) {
  .mobile-app__stores-item {
    padding: 6px 16px;
  }
}

@media (hover: hover) {
  .mobile-app__stores-item {
    -webkit-transition: var(--base-transition);
    transition: var(--base-transition);
  }
  .mobile-app__stores-item:hover {
    background-color: #c9e3ff;
  }
}

.mobile-app__stores-item span {
  font-size: 12px;
}

.mobile-app__stores-qrcode {
  -ms-grid-column: 3;
  grid-column: 3;
  grid-row: 1 / 2 span;
}

.mobile-app__img {
  margin-top: 19px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (min-width: 768px) {
  .mobile-app__img {
    margin-top: 0;
  }
}

.mobile-app__img img {
  display: block;
  width: 100%;
}

.advantages {
  margin-block: 60px 80px;
}

@media (min-width: 768px) {
  .advantages {
    margin-block: 80px 100px;
  }
}

@media (min-width: 1024px) {
  .advantages {
    margin-block: 110px 140px;
  }
}

.advantages__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 110%;
  color: #36404c;
font-family: "Roboto Slab";
}

@media (min-width: 768px) {
  .advantages__title {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .advantages__title {
    font-size: 46px;
  }
}

.advantages__wrapper {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  gap: 24px;
}

@media (min-width: 768px) {
  .advantages__wrapper {
    margin-top: 36px;
    -ms-grid-columns: 1fr 324px;
        grid-template-columns: 1fr 324px;
  }
}

@media (min-width: 1024px) {
  .advantages__wrapper {
    margin-top: 40px;
    -ms-grid-columns: 1fr 434px;
        grid-template-columns: 1fr 434px;
    gap: 85px;
  }
}

.advantages__content {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

@media (min-width: 768px) {
  .advantages__content {
    gap: 30px;
  }
}

@media (min-width: 1024px) {
  .advantages__content {
    gap: 40px;
  }
}

.advantages__content-title {
  font-family: "Roboto Slab";
  font-weight: 600;
  font-size: 19px;
  line-height: 110%;
  color: #36404c;
}

@media (min-width: 1024px) {
  .advantages__content-title {
    font-size: 28px;
  }
}

.advantages__content-text {
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 136%;
  color: #737a82;
}

@media (min-width: 1024px) {
  .advantages__content-text {
    font-size: 18px;
  }
}

.advantages__content-text ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 136%;
  color: #737a82;
}

@media (min-width: 1024px) {
  .advantages__content-text ul li {
    font-size: 18px;
  }
}

.advantages__img img {
display:block;
margin:0 auto;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.free-loan {
  margin-block: 80px;
}

@media (min-width: 768px) {
  .free-loan {
    margin-block: 100px;
  }
}

@media (min-width: 1024px) {
  .free-loan {
    margin-block: 140px 130px;
  }
}

.free-loan__title {
      font-family: "Roboto Slab";
  font-weight: 600;
  font-size: 28px;
  line-height: 110%;
  color: #36404c;
  text-wrap: balance;
}

@media (min-width: 768px) {
  .free-loan__title {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .free-loan__title {
    font-size: 46px;
  }
}

.free-loan__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #737a82;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .free-loan__subtitle {
    font-size: 16px;
    margin-top: 19px;
  }
}

@media (min-width: 1024px) {
  .free-loan__subtitle {
    font-size: 18px;
    margin-top: 22px;
  }
}

.free-loan__wrapper {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  gap: 30px;
}

@media (min-width: 768px) {
  .free-loan__wrapper {
    margin-top: 36px;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}

@media (min-width: 1024px) {
  .free-loan__wrapper {
    margin-top: 46px;
    gap: 21px;
  }
}

.free-loan__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 25px 15px;

  transition: all .3s ease;
}
.free-loan__item:hover{
    border-color: #b8c40d;
}
@media (min-width: 768px) {
  .free-loan__item {
    padding: 20px 15px 15px;
  }
}

@media (min-width: 1024px) {
  .free-loan__item {
    padding: 24px 12px 30px;
  }
}

.free-loan__item.active {
  border-color: #b8c40d;
}

.free-loan__item-title {
  font-family: "Roboto Slab";
  font-weight: 500;
  font-size: 19px;
  line-height: 120%;
  color: #36404c;
}

@media (min-width: 1024px) {
  .free-loan__item-title {
    font-size: 24px;
  }
}

.free-loan__item-desc {
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 136%;
  color: #737a82;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 1024px) {
  .free-loan__item-desc {
    font-size: 18px;
  }
}

.free-loan__item-img {
  -ms-flex-item-align: end;
      align-self: center;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .free-loan__item-img {
    margin-top: 24px;
  }
}

@media (min-width: 1024px) {
  .free-loan__item-img {
    margin-top: 32px;
  }
}

.free-loan__item-img img {
  display: block;
  width: 100%;
margin:0 auto;
}

.stats {
  margin-block: 80px;
}

@media (min-width: 768px) {
  .stats {
    margin-block: 100px;
  }
}

@media (min-width: 1024px) {
  .stats {
    margin-block: 130px;
  }
}

.stats__wrapper {
  display: -ms-grid;
  display: grid;
}

@media (min-width: 1024px) {
  .stats__wrapper {
    -ms-grid-columns: 360px 1fr;
        grid-template-columns: 360px 1fr;
    gap: 50px;
  }
}

.stats__title {
  font-family: "Roboto Slab";
  font-weight: 600;
  font-size: 28px;
  line-height: 110%;
  color: #36404c;
  text-wrap: balance;
}

@media (min-width: 768px) {
  .stats__title {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .stats__title {
    font-size: 46px;
    margin-top: 29px;
  }
}

.stats__content {
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  padding: 32px 30px;
  display: -ms-grid;
  display: grid;
  gap: 25px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .stats__content {
    padding: 40px 80px;
    gap: 40px 80px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    margin-top: 36px;
  }
}

@media (min-width: 1024px) {
  .stats__content {
    padding: 40px 22px;
    margin-top: 0;
  }
}

.stats__item {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}

.stats__item-caption {
  font-family: "Roboto Slab";
  font-size: 35px;
  font-weight: 700;
  color: #b8c40d;
}

.stats__item-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #737a82;
}

.reviews {
  margin-block: 80px;
}

@media (min-width: 768px) {
  .reviews {
    margin-block: 100px;
  }
}

@media (min-width: 1024px) {
  .reviews {
    margin-block: 130px;
  }
}

.reviews__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
}

@media (min-width: 768px) {
  .reviews__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .reviews__header {
    margin-top: 29px;
  }
}

.reviews__title {
  font-family: RobotoSlab;
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  color: #36404c;
  text-wrap: balance;
}

@media (min-width: 768px) {
  .reviews__title {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .reviews__title {
    font-size: 46px;
  }
}

.reviews__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}

.reviews__link span {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #b9bcc1;
}

.reviews__wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .reviews__wrapper {
    margin-top: 36px;
  }
}

@media (min-width: 1024px) {
  .reviews__wrapper {
    margin-top: 40px;
  }
}

.reviews__wrapper-pagination {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reviews__wrapper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 2px solid #d9dc81;
}

.reviews__wrapper-pagination .swiper-pagination-bullet-active {
  border: none;
  background-color: #b8c40d;
}

.reviews__img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .reviews__img {
    width: 90px;
    height: 90px;
  }
}

.reviews__img img {
  width: 100%;
  height: 100%;
}

.reviews__name {
  margin-top: 11px;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #b8c40d;
}

@media (min-width: 768px) {
  .reviews__name {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .reviews__name {
    font-size: 22px;
  }
}

.reviews__city {
  margin-top: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #b9bcc1;
}

@media (min-width: 768px) {
  .reviews__city {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .reviews__city {
    font-size: 18px;
  }
}

.reviews__text {
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #36404c;
}

@media (min-width: 768px) {
  .reviews__text {
    font-size: 16px;
  }
}

.download {
  background: #fafafa;
  padding-block: 50px 40px;
  display: none;
}

@media (min-width: 768px) {
  .download {
    margin-block: 120px 100px;
    display: block;
  }
}

@media (min-width: 1024px) {
  .download {
    margin-block: 200px 130px;
    padding-block: 70px;
  }
}

.download__wrapper {
  position: relative;
}

.download__content {
  max-width: 300px;
}

@media (min-width: 1024px) {
  .download__content {
    max-width: 400px;
  }
}

.download__content .mobile-app__stores {
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .download__content .mobile-app__stores {
    margin-top: 36px;
  }
}

@media (hover: hover) {
  .download__content .mobile-app__stores-item:hover {
    background-color: #e9e9e9;
  }
}

.download__title {
 font-family: "Roboto Slab";
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  color: #36404c;
  text-wrap: balance;
}

@media (min-width: 768px) {
  .download__title {
    font-size: 26px;
  }
}

@media (min-width: 1024px) {
  .download__title {
    font-size: 36px;
  }
}

.download__text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 136%;
  color: #737a82;
}

.download__img {
  --container-padding-top: 50px;
  --container-padding-bottom: 40px;
  position: absolute;
  right: 0;
  bottom: calc(-1 * (var(--container-padding-bottom)));
  top: calc(-1 * (var(--container-padding-top) + 40px));
}

@media (min-width: 1024px) {
  .download__img {
    --container-padding-top: 70px;
    --container-padding-bottom: 70px;
    top: calc(-1 * (var(--container-padding-top) + 90px));
  }
}

.download__img img {
  width: 100%;
  height: 100%;
}

.faq {
  margin-block: 80px 150px;
}

@media (min-width: 768px) {
  .faq {
    margin-block: 100px 160px;
  }
}

@media (min-width: 1024px) {
  .faq {
    margin-block: 130px 180px;
  }
}

.faq__title {
  font-family: RobotoSlab;
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  color: #36404c;
  text-wrap: balance;
  text-align: center;
}

@media (min-width: 768px) {
  .faq__title {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .faq__title {
    font-size: 46px;
    margin-top: 29px;
  }
}

.faq__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
  gap: 40px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .faq__tabs {
    margin-top: 36px;
  }
}

@media (min-width: 1024px) {
  .faq__tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.faq__tabs-item {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  padding-bottom: 12px;
  white-space: nowrap;
}

.faq__tabs-item.active {
  color: #e6005e;
}

.faq__tabs-item.active:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  background: #e6005e;
  height: 2px;
  z-index: 1;
}

.faq__tabs-content {
  margin-top: 22px;
}

@media (min-width: 768px) {
  .faq__tabs-content {
    margin-top: 42px;
  }
}

.faq__tab {
  display: none;
}

.faq__tab.show {
  display: block;
}

.faq__dropdown {
  border-bottom: 1px solid #e9e9e9;
}

.faq__dropdown.expand .faq__caption {
  background-color: #b8c40d;
}

.faq__dropdown.expand .faq__caption span {
  color: #fff;
  font-weight: 500;
}

.faq__dropdown.expand .faq__caption svg circle {
  fill: #fff;
}

.faq__dropdown.expand .faq__caption svg path {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  fill: #b8c40d;
}

.faq__caption {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding: 16px 6px;
  text-align: start;
}

@media (min-width: 768px) {
  .faq__caption {
    padding: 18px;
  }
}

@media (min-width: 1024px) {
  .faq__caption {
    padding: 18px 24px;
  }
}

.faq__caption svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq__caption svg path {
  -webkit-transition: var(--base-transition);
  transition: var(--base-transition);
}

.faq__caption span {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #36404c;
}

@media (min-width: 1024px) {
  .faq__caption span {
    font-size: 18px;
  }
}

.faq__content {
  /*display: none;*/
  padding: 24px 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #36404c;
}

@media (min-width: 768px) {
  .faq__content {
    padding: 24px 18px;
  }
}

@media (min-width: 1024px) {
  .faq__content {
    padding: 34px 24px;
  }
}

.faq__content a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #e6005e;
  white-space: nowrap;
}
.swiper-pagination {
  display: none;
}
.faq h2{
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    color: #223445;
    font-family: "Roboto Slab";
}
@media (max-width: 1023px) {
    .faq h2 {
        font-size: 32px;
    }
}
@media (max-width: 640px) {
    .faq h2 {
        font-size: 28px;
    }
}
/* popup form on loyaltyprogram/privedi_druga/ */
.success__wrap{
position:relative;

}
.img__succ-close2{

right:30px;
top:30px;
cursor:pointer;
display:flex;
margin-left:auto;
}
.img__succ-close2 path{
fill:#223445;
}
.succsessTry.success__wrap h3{
    text-align: center;
    max-width: 276px;
    margin-left: auto;
    margin-right: auto;
	font-size:28px;
line-height:1;
}
.succsessTry p{
text-align: center;
}

@media(max-width:1023px){
	.succsessTry h3{
font-size:24px;
}
}
@media(max-width:600px){
	.succsessTry.success__wrap h3{
font-size:20px;
}
	.success{
padding:0 20px;
}
	.succsessTry.success__wrap{
padding:20px!important;
}
}
.inputFileWrapper{
width:fit-content;
}
.calculator-well{
margin-left:auto;
}
.benefit__item img{
width:60px;
height:60px;
}
.footer__bot a{
color:#B8C40D;
}
.loans__item p {
    word-break: auto-phrase;
    hyphens: manual;
    text-wrap-style: pretty;
color:#737a82;
font-size: 12px;
}
.loans__item .loans__item-percent p{
font-size:12px;
}
.loans__item .loans__item-desc{
font-size:12px;
}
.calculator .calculator-well{
margin-top:0;
}
/*eksperiments*/
@media (max-width: 415px) {
.calculator {
        padding-top: 12px!important;
    }
}
@media (max-width: 370px) {
    
	.calculator-well .calculator__form{
padding-top:10px;
}
	.calculator-well .calculator-btn,.calculator-well .calculator-btn:last-child{
padding:10px;
}
	.calculator-well .calculator-btns{
margin-bottom:10px;
}
	.calculator-well .calculator__top{
margin-bottom: 10px;
}
	.calculator-well .sr-slider-info{
margin-bottom:10px;
}
	.calculator-well .calculator__distance{
margin-bottom:10px;
}
	.calculator-well .calculator__formInfo-value input{
font-size:24px;
}
	.calculator__formInfo-value .rub{
font-size:24px;
font-family: 'Roboto', sans-serif;
}
}
.header .header__menu-drop .container{
gap:60px;
}

/*style capcha*/
.feedback-form-custom__block .form-table tr:nth-child(8){
display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: start;
    padding-top: 20px;
    border-bottom: 1px solid #F5F5F5;
}
.feedback-form-custom__block .form-table tr:nth-child(9){
display:block;
}
.feedback-form-custom__block .form-table tr:nth-child(9) th{
background-image:unset;
padding:0;
font-family: "Roboto";
    color: #36404C;
font-size:16px;
}
.feedback-form-custom__block .form-table tr:nth-child(11),.feedback-form-custom__block .feedback-form-custom__block .form-table tr:nth-last-child(1){
flex-direction: unset; 
    justify-content: unset;
    padding-top: unset;
    border-top:unset;
}
.complainFrom .feedback-form-custom__block .form-table tr:nth-last-child(1){
 border-top:unset;
padding-top: unset;
}
.officeDetail-wrap__item-img img{
cursor: zoom-in;
}

@media (max-width: 750px) {
   .header .header__menu-drop .container {
   gap: 0px;
}
}

.benefit .benefit__list{
gap: 32px 20px;
}
.benefit .benefit__item-title{
height:unset;
}
@media(max-width:1023px){
	.benefit .benefit__list{
grid-template-columns: 1fr 1fr;
}
.benefit .benefit__item-title{
height:unset;
}
}
@media (max-width: 640px) {
    .benefit .benefit__list {
        grid-template-columns: 1fr;
    }
	.footer__bot-text a{
	display:inline-block;
}
}

/*chardhzback*/
.chardzhback {
  padding: 60px 0;
}

.chardzhback__title,
.chardzhback h1 {
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: #223445;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.chardzhback-top {
  margin-bottom: 40px;
}

.chardzhback-top__wrapper {
  display: flex;
  align-items: start;
  gap: 40px;
  margin-bottom: 40px;
}

.chardzhback-top__img {
  max-width: 50%;
  width: 100%;
}

.chardzhback-top__img img {
  display: block;
  width: 100%;

}

.chardzhback-top__content {
  width: 100%;
  max-width: 50%;
}

.chardzhback-top__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #36404C;
  text-align: left;
}

.chardzhback-top__content p+p {
  margin-top: 16px;
}

.chardzhback-top__content ul {
  margin: 24px 0;
}

.chardzhback-top__content ul li {
  display: flex;
  align-items: start;
  gap: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #36404C;
}

.chardzhback-top__content ul li+li {
  margin-top: 24px;
}

.chardzhback-top__content ul li svg {
  flex-shrink: 0;
}

.chardhzback__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #36404C;
  text-align: left;
}

.chardhzback__text p+p {
  margin-top: 16px;

}

.chardhzback__link {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #B8C40D;
  transition: all .3s ease;
}

.cardhzback-form__wrapper {
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  padding: 40px;
  max-width: 600px;
  margin: 0 auto;
}

.cardhzback-form__wrapper .container,
.cardhzback__form-success .container {
  padding: 0;
}

.cardhzback-form__wrapper .form-title {
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: #223445;
  margin-bottom: 20px;
  line-height: 1;
}

.cardhzback__form .form__line {
  display: flex;
  align-items: center;
  gap: 20px;
position:relative;
}

.cardhzback__form .form__line+.form__line {
  margin-top: 20px;
}

.cardhzback__form .form__input {
  display: grid;
  width: 100%;
  position: relative;
  gap: 6px;
}

.cardhzback__form .form__input input {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  padding: 14px;
  font-weight: 400;
  font-size: 16px;
  color: #36404C;
  font-family: "Roboto";
}

.cardhzback__form .form__input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #b9bcc1;
  font-family: "Roboto";
}

.cardhzback__form .form__input .title {
  font-weight: 400;
  font-size: 14px;
  color: #223445;
}



.cardhzback__form .cardhzback__form-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  font-family: "Roboto";
  border-radius: 4px;
  padding: 14px 24px 14px 36px;
  height: 48px;
  background-color: #B8C40D;
  border: 1px solid #B8C40D;
  transition: all .3s ease;
  cursor: pointer;
  margin-top: 40px;
  position: relative;
}

.cardhzback__form .cardhzback__form-btn:hover {
  background-color: #fff;
  color: #B8C40D;
}

.cardhzback__form .cardhzback__form-btn:hover svg path {
  stroke: #B8C40D;
}

.cardhzback__form .cardhzback__form-btn svg {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.cardhzback__form .cardhzback__form-second {}

/* update form checkbox approve*/
.cardhzback__form .form-check {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.cardhzback__form .form-check input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.cardhzback__form .form-check label {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #36404C;
  font-family: "Roboto";
  position: relative;
  padding-left: 34px;
  margin-right: auto;
  margin-bottom: 0;
  cursor: pointer;
}

.cardhzback__form .form-check label a {
  text-decoration: underline;
  transition: all .3s ease;
  color: #EC221F;
}

.cardhzback__form .form-check label a:hover {
  color: #36404C;
}

.cardhzback__form .form-check input+label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #B8C40D;
  background-color: transparent;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
}

.cardhzback__form .form-check input:checked+label::before {
  background-image: url('./img/approve-icon.svg');
  background-color: #fff;
}

.cardhzback__form.form-check {
  position: relative;
}

.cardhzback__form .form-check label.error.fail-alert {
  position: absolute;
  left: 0;
  font-family: "Manrope";
  bottom: -18px;
  font-weight: 400;
  font-size: 12px;
  line-height: 183%;
  color: #dc2c2f;
}

.cardhzback__form .form-check input+label.error.fail-alert::before {
  display: none;
}

.cardhzback__form .form-check input+label+label.label-approve::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #B8C40D;
  background-color: transparent;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
}
.cardhzback__form .form-check #approve-error.error::before {
display: none;
}
.cardhzback__form .form-check #approve1-error.error::before {
display: none;
}
.cardhzback__form .form-check input:checked+label+label.label-approve::before {
  border: 1px solid #B8C40D;
  background-color: #fff;
  background-image: url('./img/approve-icon.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* update popup form checkbox approve*/
.form-check {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.cardhzback__form .input-file-btn {
  border: 1px solid #223445;
  border-radius: 4px;
  padding: 17px 24px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 88%;
  font-family: "Roboto";
  color: #223445;
cursor:pointer;
}

.cardhzback__form-btn-submit {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  font-family: "Roboto";
  border-radius: 4px;
  padding: 14px 24px 14px 36px;
  height: 48px;
  background-color: #B8C40D;
  border: 1px solid #B8C40D;
  transition: all .3s ease;
  cursor: pointer;
  margin-top: 40px;
  position: relative;
}

.cardhzback__form-btn-submit svg {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.cardhzback__form-btn-submit:hover {
  background-color: #fff;
  color: #B8C40D;
}

.cardhzback__form-btn-submit:hover svg path {
  stroke: #B8C40D;
}

.cardhzback__form-second .chardhzback__link {
  margin: 20px 0;
}

.chardzhback-top__wrapper-mobile {
  display: none;
}

.cardhzback-form__wrapper .cardhzback__form-second .form-title {
  font-size: 32px;
  text-align: left;
}

.cardhzback__form-success .form-title {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.cardhzback__form-success {
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  padding: 40px;
  margin: 0 auto;
  max-width: 600px;
}
.cardhzback__form-start.hide{
display:none;
}
.cardhzback__form-second.active{
display:block;
}
.cardhzback-form__wrapper input.error{
color:red;
    border: 1px solid red;
}
.cardhzback-form__wrapper label.error{
color: red;
    position: absolute;
    top: 75px;
}
.cardhzback-form__wrapper .input-file .error{
color:red;
bottom:unset;
top:55px;
    width: 100%;
    display: inline;
}
.cardhzback__form .form-check label.error{
top:unset;
bottom:-25px;
font-size:14px;
}
@media(max-width: 1000px) {

  .chardzhback__title,
  .chardzhback h1,
  .cardhzback-form__wrapper .form-title {
    font-size: 32px;
  }

  .cardhzback__form-success .form-title {
    font-size: 28px;
  }
}

@media(max-width: 800px) {
  .cardhzback-form__wrapper {
    width: 100%;

  }
}

@media(max-width: 767px) {
  .chardzhback-top__wrapper {
    flex-direction: column;
    gap: 24px;
  }

  .chardzhback-top__img {
    max-width: 100%;
  }

  .chardzhback-top__content {
    max-width: 100%;
  }

  .chardzhback-top__content p {
    display: none;
  }

  .chardzhback-top__content ul {
    margin: 0;
  }

  .chardzhback-top__content ul p {
    display: block;
  }

  .chardzhback-top__wrapper-mobile {
    display: block;
    font-size: 16px;
  }

  .cardhzback-form__wrapper,
  .cardhzback__form-success {
    padding: 40px 22px;
  }

  .cardhzback__form .form__line {
    flex-direction: column;
  }

  .cardhzback__form-btn-submit {
    margin-top: 32px;
  }
}

@media(max-width: 500px) {

  .chardzhback__title,
  .chardzhback h1 {
    font-size: 28px;
  }

  .cardhzback__form-success .form-title {
    font-size: 24px;
  }
	.cardhzback__form .form__line,.cardhzback__form .form__line+.form__line{
margin-top:33px;
}
.cardhzback__form .form-check label.error{

font-size:12px;
}
}

@media(max-width: 375px) {
  .cardhzback__form .form-check label {
    font-size: 14px;
  }

  .cardhzback__form .form-check label a {
    display: inline;
  }
}
.chardzhback label.input-file{
position:relative;
}
.input-file-text{
word-break: break-word;
margin-top:10px;
}
.cardhzback-form .cardhzback__form .form-check input+label::before{
display:none;
}

.chardzhback label.input-file-charg {
    position: relative;
}

.input-file-charg input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}
.cardhzback-form__wrapper .input-file-charg .error {
    color: red;
    bottom: unset;
    top: 55px;
    width: 100%;
    display: inline;
width:200px;
line-height: 1;
}
.input-file-list-remove{
font-size: 20px;
    font-weight: 700;
color:red;
}


.debt-terms h2{
font-weight: 600;
    font-size: 32px;
    line-height: 1;
    color: #223445;
    font-family: "Roboto Slab";
margin-bottom: 20px;
}
section.debt-terms ul{
margin:16px 0;
}
section.debt-terms ol{
margin:16px 0;
padding:0;
}
.debt-terms ol li {
    position: relative;
    padding-left: 16px;
    font-size: 16px;
}
.debt-terms ol li+li {
    margin-top: 10px;
}
.debt-terms ol li::before {
    position: absolute;
    content: '';
    border-radius: 50%;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #E6005E;
}
@media (max-width: 1023px) {
    .debt-terms h2{
        font-size: 28px;
    }
}
@media (max-width: 650px) {
    .debt-terms h2 {
        font-size: 24px;
    }
}


/*change city*/
.lpg__title {
  /*display: flex;
  align-items: center;
  gap: 16px;*/
}

div.lpg__title h1 {
  line-height: 42px;
display: inline;
    margin: 0;
    padding: 0;
/*text-align: justify;*/
/*display: table;
    max-width: 100%;
    width: auto;*/
}

.lpg__title .change-city-tooltip {
  display: none;
}

.lpg__title .change-city {
  position: relative;
display: inline-block;
    vertical-align: middle;
    margin-top: -12px;
}

.lpg__title .change-city img {
  display: block;
  cursor: pointer;
}

.lpg__title .change-city:hover .change-city-tooltip {
  display: block;
  position: absolute;
  top: -42px;
  background: rgba(34, 52, 69, 0.75);
width: 132px;
border-radius: 4px;
padding: 8px 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
font-weight: 400;
font-size: 14px;
line-height: 150%;
color:#fff;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}


.city-search__modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 11;
  padding-top: 48px;
  padding-bottom: 48px;
  display: none;

}

.city-search__modal.active {
  display: block;
}

.city-search__modal-inner {
  max-width: 966px;
  padding: 0 20px;
  margin: 0 auto;
}

.city-search__header {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  font-weight: 600;
  font-size: 28px;
  color: #36404C;
  font-weight: 600;
  line-height: 1;
  font-family: 'Roboto Slab';
  margin-bottom: 20px;

}

.city-search__header svg {
  cursor: pointer;
}


.city-search__favorite-btn {
  display: none;
}

.city-search__favorite ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;

}

.city-search__favorite ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 88%;
  color: rgba(54, 64, 76, 0.4);
  background: rgba(54, 64, 76, 0.05);
  border-radius: 4px;
  padding: 17px 14px;
  display: block;
  transition: all .3s ease;
}

.city-search__favorite ul li a:hover {
  color: #fff;
  background-color: #B8C40D;

}

.city-search__favorite ul li.active a {
  color: #fff;
  background-color: #B8C40D;
}


.city-search-decorLine {
  display: block;
  height: 1px;
  width: 100%;
  background: #e5e8eb;
  margin: 24px 0;
}

.city-search-listCity {
  column-count: 4;
}

.city-search-listCity li {
  font-weight: 600;
  font-size: 16px;
  color: #223445;
  line-height: 1;
  font-family: 'Roboto Slab';
  transition: all .3s ease;

}

.city-search-listCity li:hover {
  color: #B8C40D;
}

.city-search-listCity li+li {
  margin-top: 24px;
}

.city-search__input-wrap {
  margin-bottom: 20px;
}

.city-search__input {
  width: 100%;
  position: relative;
}

.city-search__input input {
  width: 100%;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  padding: 14px 40px 14px 14px;
  height: 50px;
  background: #fff;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 1;

}

.city-search__input img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  pointer-events: none;
}

.city-search__input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #b9bcc1;
  font-family: "Roboto";
}

.city-search__input-list {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  padding: 12px 24px;
  width: 100%;
  box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 52px;
  max-height: 300px;
  overflow-y: auto;
  display: none;
  z-index: 2;
}

.city-search__input-list.active {
  display: block;
}

/*.city-search__input input:focus+.city-search__input-list {
  display: block;
}*/

.city-search__input-list li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 88%;
  color: #36404C;
  padding: 12px 0;
  display: block;
  transition: all .3s ease;
}

.city-search__input-list li a:hover {
  color: #B8C40D;

}

@media (max-width: 1023px) {
  .city-search__modal-inner {
    max-width: 665px;
  }

  .city-search__header {
    font-size: 24px;
  }

  .city-search-listCity {
    column-count: 3;
  }
.city-search-listCity__wrap{
    max-height: calc(100vh - 40px - 50px - 50px - 200px);
    overflow-y: auto;
}
	.lpg__title .change-city:hover .change-city-tooltip{
right: 50%;
left:unset;
    transform: translateX(20%);
}
}

@media(max-width:600px){
	.lpg__title{
display: flex;
    align-items: center;
    gap: 16px;
}
	.lpg__title .change-city{
margin:0;
}
}

@media(max-width: 550px) {
  .city-search__header {
    font-size: 20px;
  }

  .city-search-listCity {
    column-count: 2;
  }

  .city-search__favorite-btn {
    display: block;
    margin-top: 20px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    padding: 12px 14px;
    width: 100%;
    height: 48px;
    position: relative;
    background: #fff;
  }

  .city-search__favorite-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    width: 24px;
    height: 24px;
    transition: all .3s ease;
    background-image: url('./img/arrow-down.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .city-search__favorite {
    position: relative;
  }

  .city-search__favorite ul {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50px;
    flex-direction: column;
    gap: 0;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    display: none;
    transition: all 0.3s ease;
  }

  .city-search__favorite ul.active {
    display: flex;
  }

  .city-search__favorite ul li {
    width: 100%;
  }

  .city-search__favorite ul li a {
    width: 100%;
    border-radius: 0;
    color: #223445;
    background-color: #fff;
    font-weight: 400;
    padding: 14px;
  }

  .city-search__favorite ul li.active a {
    color: #B8C40D;
    background-color: rgba(184, 196, 13, 0.1);
  }
}

@media(max-width: 450px) {
  .city-search__modal {
    padding-top: 32px;
    padding-bottom: 80px;
  }

  .city-search__header {
    font-size: 20px;
  }

  .city-search-listCity {
    column-count: 1;
  }
}
/*change city*/

/*seo block*/


.norefusal {
    margin-bottom: 60px;
}

.norefusal__subtext{
    margin-bottom: 24px;
font-size:16px;
}
.norefusal__subtext p+p{
    margin-top: 16px;
}

.norefusal__list {
    display: grid;
    gap: 16px;
}
.norefusal__item {
    border-bottom: 1px solid #F5F5F5;
}
.norefusal__item.active{
    padding-bottom: 20px;
}
.norefusal__item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 24px;
    color: #223445;
    cursor: pointer;
    padding: 20px 0;
    transition: all 0.3s ease;
    font-family: "Roboto Slab";
    gap:10px;
}
.norefusal__item-title img{
    border-radius: 50%;
    background-color: #B8C40D;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.norefusal__item.active .norefusal__item-title img{
    transform: rotate(180deg);
}
.norefusal__item-desc {
    display: none;
}
.norefusal__item.active .norefusal__item-desc{
    display: block;
}
.norefusal__item-desc p+p {
    margin-top: 10px;
}
.norefusal__item-desc p{
    font-size: 16px;
}
.main-banner__title-mobile,.calculator__wrapper .calculator-well .calculator-well__title--mobile{
display:none;
}
@media(max-width:700px){
	.norefusal__item-title{
font-size:18px;
}
	.calculator__wrapper .calculator-well .calculator-well__title{
display:none;
}
	.calculator__wrapper .calculator-well .calculator-well__title--mobile{
display:block;
font-size: 28px;
        text-align: center;
    text-wrap-style: balance;
    line-height: 1;
    font-weight: 600;
    color: #36404C;
    font-family: 'Roboto Slab';
    margin-bottom: 10px;
}
	.main-banner__title-mobile{

display:block;
        margin: 0 auto 20px auto;
}
	.main-banner__title-mobile h1{
font-size: 14px;
font-weight: 400;
    color: #787d82;
font-family: 'Roboto Slab';
 text-align: center;
    transition: all .3s ease;
    text-wrap: auto;

}
	.calculator-well{
margin-bottom:0;
}
	.calculator .calculator__wrapper{
gap:0;
}
	calculator__wrapper .subtext{
margin-top:10px;
}

}
/*seo block*/

/*/zaem/form add btns gosuslugi tbank*/
.hero__buttons {
    margin-bottom: 24px;
}
/*/zaem/form add btns gosuslugi tbank*/



/*mainForm newBtns*/
.calculator .form_row_submit{
flex-direction:column-reverse;
gap:16px;
margin-bottom:49px;
}
.calculator .form_row_submit .calculator__form-submit__btn{
font-weight: 700;
font-size: 18px;
line-height: 120%;
letter-spacing: 0.02em;
text-transform: uppercase;
text-align: center;
font-family: 'Roboto Slab';
color:#A0A0A0;
border: 2px solid #A0A0A0;
border-radius: 8px;
padding: 12px;
background:#fff;
  height: 48px;
}
.calculator .form_row_submit .calculator__form-submit__btn:hover{
background:#A0A0A0;
color:#fff;
}

.calculator .form_row_submit__top{
display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
}
.calculator .form_row_submit__top .tinkofId{
width:100%;
    background: #ffdd2d;
    border-radius: 8px;
    padding: 7px 15px;
    height: 48px;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #353539;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;

    cursor: pointer;
    transition: all .3s ease;
    border: unset;
    font-family: 'RobotoSlab', sans-serif;
}
.calculator .form_row_submit__top .calculator__form-gos__btn{
width:100%;
background: #0b3ead;
    height: 48px;
    border-radius: 8px;
    padding: 7px 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 128%;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
    border: unset;
    cursor: pointer;
  display: flex;
    justify-content: center;
    align-items: center;
}
.calculator .form_row_submit__top .calculator__form-gos__btn p{
    display: flex;
    justify-content: center;
    align-items: center;
gap:8px;
}
.calculator .form_row_submit__top .calculator__form-gos__btn:hover,
.calculator .form_row_submit__top .tinkofId:hover{
transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.calculator .calc-form__subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #242424;
    margin-bottom: 16px;
}
.calculator .calc-form__subtitle span {
    color: #e6005e;
}
.calculator .calculator__top{
border-bottom:unset;
}
.calculator .calculator__wrapper{
gap:59px;
}
.calculator .calculator-well{
max-width:449px;
align-self: start;
margin-bottom: -144px;
}
.calculator .calculator-btn.is-active{
    font-family: "Roboto";
}
.calculator .calculator__form{
border-radius:  16px;
padding: 0px;
border:unset;
}
.calculator .calculator-btns,.calculator .calc-form__subtitle,.calculator .form_row_submit{
padding-left:24px;
padding-right:24px;
}
.calculator .calculator-btns{
padding-top:24px;
}
.calculator .calculator__top{
padding-left:24px;
padding-right:24px;
}
.calculator .calculator__form-result{
padding:32px;
background-color:#F5F5F5;
}
.calculator .calculator__result-item.calculator__form-result__item{
font-weight: 400;
font-size: 20px;
line-height: 110%;
color:#0A1423;
justify-content: start;
    gap: 5px;
align-items: end;
}
.calculator .calculator__result-item.calculator__form-result__item .calculator__form-result__item-value{
font-size: 20px;
line-height: 110%;
font-weight: 700;
color:#E6005E;
}
.calculator .calculator__result-item.calculator__form-result__item .calculator__form-result__item-discount{
font-weight: 400;
font-size: 20px;
line-height: 110%;
text-decoration: line-through;
color:#A0A0A0;
}
.calculator .calculator__result-item.calculator__form-result__item .calculator__form-result__item-itog{
flex-direction:column;
gap:4px;
}
@media(max-width:500px){
	.calculator .form_row_submit .calculator__form-submit__btn{
font-size:16px;
line-height: 135%;
letter-spacing: 0.02em;
}
	.calculator .form_row_submit__top .tinkofId{
font-size: 10px;
line-height: 210%;
letter-spacing: 0.01em;
}
	.calculator .form_row_submit__top .calculator__form-gos__btn{
font-size: 10px;
line-height: 210%;
letter-spacing: 0.01em;
}
}
	.calculator .sr-slider.calculator__top .sr-slider-info.calculator__formInfo{
display: block;
    margin-bottom: 0;
}
	.calculator .sr-slider-info__name.calculator__formInfo-name{
font-weight: 400;
font-size: 16px;
line-height: 100%;
color:#787D82;
margin-bottom:4px;
}
.calculator .sr-slider-info__value.calculator__formInfo-value{
    width: 100%;
    font-size: 28px;
    line-height: 28px;
    border: 1px solid #dadada;
    border-bottom: 0px;
    padding: 0px 20px;
    background: #f5f5f5!important;
    border-radius: 10px 10px 0 0;
height:54px;
}
.calculator .sr-slider-info__value.calculator__formInfo-value input{
display: inline-block;
    vertical-align: middle;
    max-width: 100px;
    background: none;
    border: 0px;
    padding-right: 0px;
    padding-left: 0;
    width: auto;
    padding-block: 10px;
text-align:unset;
}
.calculator .sr-slider-info__value.calculator__formInfo-value .rub {
    display: inline-block;
    vertical-align: middle;
}
.calculator .sr-slider__inner{
margin-bottom:30px;
}
.calculator .ui-slider-range{
 background: #DADD7F;
}
.calculator .sr-slider-item.ui-slider{
 background:#C3C3C3;
}
.calculator .sr-slider-item.ui-slider .ui-slider-handle{

    background-color: #fff;
    border: 8px solid #ADBB26;

}
.calculator .ui-slider-handle.ui-corner-all.ui-state-default::before,
.calculator .ui-slider-handle.ui-corner-all.ui-state-default::after{
display:none;
}
.calculator .calc-form__subtitle{
margin-bottom:32px;
}
section.benefit{
margin-top:160px;
}

@media(max-width:800px){
	.calculator .calculator__result-item.calculator__form-result__item{
font-size:14px;
}
}
@media(max-width:450px){
form.calculator__form {
         margin-left: 0px;
        margin-right: 0px;
    }
	.calculator .calculator-btns,.calculator .calculator__top,.calculator .calc-form__subtitle,.calculator .form_row_submit,
.calculator .calculator__form-result{
padding-left:12px;
padding-right:12px;
}
	.calculator .calculator__result-item.calculator__form-result__item .calculator__form-result__item-value{
font-size:14px;
}
.calculator .calculator-btns {
    padding-top: 12px;
}
	.calculator .calculator__wrapper{
gap:16px;
}
	.calculator .sr-slider-info__name.calculator__formInfo-name,.calculator .calc-form__subtitle{
font-size:12px;
}
	.calculator .calculator-well{
margin-bottom:0;
}
	.calculator .sr-slider-info__value.calculator__formInfo-value input,.calculator .sr-slider-info__value.calculator__formInfo-value{
font-size:20px;
}
	.calculator .sr-slider-info__value.calculator__formInfo-value{
height:40px;
}
	.calculator .sr-slider-info__value.calculator__formInfo-value input{
max-width:70px;
}
	.calculator .sr-slider-item.ui-slider .ui-slider-handle{
width:12px;
height:12px;
border: 6px solid #ADBB26;
}
	.calculator .sr-slider-info__value.calculator__formInfo-value input{
padding-block:8px;
}
	.calculator .form_row_submit{
margin-bottom:40px;
}
section.benefit {
    margin-top: 40px;
}
}
/*mainForm newBtns*/

/*UPDATE HEADER*/
.header .header__menu-drop {
        top: 95px;
    }
@media (max-width: 750px) {
    .header .header__menu-drop {
        top: 95px;
    }
}
@media (max-width: 500px) {
    .header .header__menu-drop {
        top: 69px;
    }
}