/* -Шалом- */
*{
	margin: 0;
	padding: 0;
	border: 0;
}


*,*:before, *:after{
	-moz-box-sizing; border-box: 
	-webkit-box-sizing: border-box;
	-box-sizing:border-box;
}

:focus, :active{outline: none;}
a:focus, a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webcit-text-size-adjust: 100%;
}

input,button,textarea{font-family: inherit;}

input::-ms-clear{display: none; color: #c7c7c7;}
button{cursor: pointer;}
button::-moz-focus-inner{padding: 0; border: 0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

textarea {
resize: none;
}

/* -Шрифты- */

@font-face{
font-family: YotaDigit;
font-style: normal;
font-weight: 200;
src: url("../font/YotaDigit-Light.otf") 
}

@font-face{
font-family: YotaDigit;
font-style: normal;
font-weight: 400;
src: 
url("../font/YotaDigit-Regular.otf") 
}

@font-face{
font-family: YotaDigit;
font-style: normal;
font-weight: 600;
src: 
url("../font/YotaDigit-Bold.otf")
}


body{
	font-family: YotaDigit;
  background: #fff;
}

.container{
width: 990px;
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
box-sizing: border-box;
}

h1{
  font-size: 48px;
  font-weight: 400;
  color: #373737;
}

h2{
color: #373737;
}

h3{
color: #373737;
}

h4{
color: #373737;
}

h5{
color: #373737;
}

p{
color: #373737;
}

.bg_class {
    background: rgb(235, 243, 245);
    max-width: 100%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 120px;
    height: auto;
    min-height: -webkit-fill-available;
}

.lead_row {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: #fff;
    box-shadow: 0 12px 12px 0 #c0c9cc, inset 0 5px 0 #a3a9ab;
    min-height: 600px;
    border-radius: 30px;
    position: relative;
}

.lead_row h3{
	font-size: 24px;
	font-weight: 600;
}

.res_row{
	right: 20px;
	position: fixed;
	margin-top: 40px;
}

.res_row h5{
	font-weight: 300;
	margin-bottom: 10px;
}

.res_summ{
	margin-bottom: 20px;
}

.par_credit{
	width: 100%;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
}

.par_credit h5{
	margin: 10px 0px;
	font-size: 14px;
	color: #262626;
	font-weight: 300;
}

.calc_row{
	width: 50%;
}

#summ {
    height: 55px;
    border: 1px solid #e4ebec;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: 600;
    background: #FFFFFF;
    background-image: url(../img/edit.svg);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    background-size: 17px;
}

#srok{
	height: 55px;
    border: 1px solid #e4ebec;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: 600;
    background: #FFFFFF;
    background-image: url(../img/edit.svg);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    background-size: 17px;
}

#summ::placeholder{
	color: #262626;
	font-size: 22px;
	font-weight: 600;
}

.slider_row {
	margin-top: 30px;
	position: relative;
}

.slider {
    background-color: #e3eeed;
    border-radius: 5px;
    height: 5px;
    left: 0;
    margin: -1px 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.s_point {
    background-color: #6CB584;
    border-radius: inherit;
    box-sizing: content-box;
    height: inherit;
    position: relative;
    transition-duration: .1s;
    transition-property: left, width;
}

.s_point_s{
	right: 0;
	cursor: grab;
    height: 12px;
    margin: -6px 0;
    position: absolute;
    top: 50%;
    width: 12px;
    z-index: 2;
}

.s_point_s:before {
    height: 18px;
    transition: transform .15s ease-in-out;
    width: 18px
}

.s_point_s:before,[data-disabled=false].s_point_s:after {
    background: #6CB584;
    border-radius: 50%;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%) scale(1)
}

[data-disabled=false].s_point_s:after {
    height: 16px;
    opacity: 0;
    transition: opacity .15s ease-in-out,transform .15s ease-in-out;
    width: 16px
}

.point_s{
    cursor: pointer;
    height: 20px;
    position: absolute;
    top: 0;
    width: 16px;
    z-index: 1;
    pointer-events: none;
}

.point_1{
    width: 8px;
    height: 8px;
    background: #adbbbe;
    border-radius: 10px;
    position: absolute;
    top: -2px;
}

.point_summ {
    transform: translateX(-50%);
    width: max-content;
    position: absolute;
    top: 14px;
    color: #adb7ba;
    font-weight: 300;
    font-size: 12px;
}

.date_credit{
	margin-top: 70px;
	width: 50%;
}

.slider_srok{
    background-color: #e3eeed;
    border-radius: 5px;
    height: 5px;
    left: 0;
    margin: -1px 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.s_point_srok {
    background-color: #6CB584;
    border-radius: inherit;
    box-sizing: content-box;
    height: inherit;
    position: relative;
    transition-duration: .1s;
    transition-property: left, width;
}

.input_group {
    position: relative;
    margin-bottom: 16px;
    display: flex;
    z-index: 1;
    flex-direction: column;
    width: fit-content;
    transition: opacity 3s ease;
}

.input_group_all {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}


.input_request{
    width: 100%;
    max-width: 300px;
    min-width: 300px;
    height: 65px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #E3F1EF;
    font-size: 16px;
    transition: 0.3s;
    padding: 0px 16px;
    padding-top: 6px;
    outline: none;
    box-sizing: border-box;
    font-weight: 500;
}

.input_request:focus{
    border-color: #262626;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 40rem #f6f7f8 inset;
}

.styles_label {
    position: absolute;
    top: 24px;
    left: 16px;
    z-index: -1;
    color: #798C94;
    font-size: 16px;
    transition: 0.3s;
}

.error_input {
    border-color: #fb233d;
}

.input_error{
    color: #fb233d;
    margin-top: 3px;
    font-size: 12px;
}

.select_request{
    width: 100%;
    max-width: 300px;
    min-width: 300px;
    height: 65px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #E3F1EF;
    font-size: 16px;
    transition: 0.3s;
    padding: 0px 16px;
    outline: none;
    box-sizing: border-box;
    font-weight: 400;
}

.input_request:focus{
    border-color: #262626;
}

.select {
    background-image: url(../img/arrow-down.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #798C94;
    background: #fff;
}

.select_row {
    width: 100%;
    display: flex;
    max-width: 300px;
    height: 0px;
    border-radius: 5px;
    overflow: hidden;
    font-size: 16px;
    padding-top: 0px;
    box-sizing: border-box;
    margin-top: 0px;
    transition: 0.5s ease-out;
    position: absolute;
    border: 0px solid rgba(128, 139, 149, .32);
    flex-direction: column;
    top: 65px;
}

.select_row.active {
    height: 201px;
    border: 1px solid rgba(128, 139, 149, .32);
    margin-top: 10px;
    transition: 0.5s ease-out;
    position: absolute;
    background: #fff;
    z-index: 10;
}

.select_col {
    width: 100%;
    display: flex;
    height: 50px;
    padding: 15px 15px;
    box-sizing: border-box;
}


.select_col:hover{
    background: linear-gradient(90deg, #F7FCFA 0%, #F7FAFD 100%);
    cursor: pointer;
}

.minmax {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 7px;
    width: 100%;
    max-width: 300px;
    padding: 0px 5px;
    box-sizing: border-box;
}

.minmax h5{
    font-weight: 500;
}

.table_input_row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.table_input_row .input_group .input_request{
    width: 190px;
    min-width: auto;
    margin-right: 22px;
}

.table_input_row .input_group .wi50{
    width: 250px;
}

.table_input_row .input_group .wi25{
    width: 113px;
}

.wi50{
    width: 250px;
    min-width: auto;
    margin-right: 22px;
}

.select_request .wi50{
    width: 250px;
    min-width: auto;
    margin-right: 22px;
}

.btn_row{
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-top: 30px;
	padding-bottom: 30px;
}

.btn_row h5{
	margin-left: 20px;
	max-width: 400px;
}

.btn_send{
    width: 100%;
    max-width: 220px;
    height: 55px;
    border-radius: 7px;
    background: linear-gradient(85.51deg, #5FC3A2 -25.07%, #5AA0DB 105.71%);
    color: #fff;
    font-size: 17px;
    opacity: 1;
    transition: opacity 1s ease;
    cursor: pointer;
}

.btn_send:hover{
    opacity: 0.7;
    transition: opacity 1s ease;
}

.reply_row {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.reply_row img{
    width: 30px;
    height: 30px;
    margin-right: 6px;
}

.reply_row p {
    color: #3d464d;
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 125%;
    font-weight: 300;
}

.reply_column{
	display: flex;
	flex-direction: column;
}

.mt5{
	margin-top: 5px;
}

.bank_row{
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	transition: 2s ease;
}

.bank_block {
    width: 0px;
    height: 0px;
    border-radius: 60px;
    background: linear-gradient(85.51deg, #ecf9f5 -25.07%, #ecf0f4 105.71%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 35px;
    position: relative;
    transition: opacity 1s ease, margin-top 1s ease-in;
    opacity: 0;
}

.bank_block h4{
	position: absolute;
	bottom: -25px;
	font-weight: 500;
	font-size: 14px;
	width: max-content;
}

.bank_block img{
	margin-right: 0px;
	width: 25px;
	height: 25px;
}

.load_circle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}

.load_path {
    opacity: 1;
    stroke-linecap: round;
}

.load_circle { 
	pointer-events: none;
 }

.load_bg {
  opacity: 0;
  transition: opacity 0.2s;
}

.load_path {
  opacity: 1;
  stroke-linecap: round;
  transition: stroke-dashoffset 2s cubic-bezier(.47,1.64,.41,.8), opacity 0.2s;
}

.bank_block.done::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #98cc9a; /* тот же цвет и толщина, что у SVG */
  box-sizing: border-box;
  pointer-events: none;
  z-index: 2;
}

.vue_block{
	opacity: 1;
	transition: opacity 1s ease, margin-top 1s ease-in;
	width: 60px;
	height: 60px;
}

.anim_down{
	opacity: 0;
	margin-top: 40px;
	transition: opacity 1s ease, margin-top 1s ease-in;
}

.anim_ring{
	width: 0px;
	height: 0px;
	transition: 1.5s ease;
	overflow: hidden;
	margin-right: 0px;
	margin-top: 0px;
}

.offer_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: linear-gradient(85.51deg, #f0f8f6 -25.07%, #e9eff3 105.71%);
    box-sizing: border-box;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    opacity: 0;
    transition: opacity 1s ease;
}

.offer_block h5{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

.offer_block p{
	font-size: 16px;
	font-weight: 300;
	line-height: 130%;
}

.off_row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.off_ver{
	display: flex;
	flex-direction: column;
}

.off_ver h5{
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 10px;
}

.off_ver h3{
	font-size: 20px;
	color: #5db6b6;
	text-align: right;
}

.offer_block .btn_send{
	height: 50px;
	max-width: 200px;
	font-size: 16px;
	margin-top: 30px;
}

.off_logo {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.off_logo img{
	width: 60px;
	height: 60px;
	margin-right: 10px;
}

.off_lt h3{
	font-size: 18px;
	font-weight: 500;
}

.off_lt h5{
	font-size: 14px;
	margin-bottom: 7px;
	font-weight: 300;
}


@media (max-width: 990px){

	.bg_class{
		max-width: 1800px;
	}

	.container{
	  width: 100%;
	  padding: 0px 20px;
	}


	.lead_row{
		width: 100%;
		box-sizing: border-box;
	}

	.calc_row{
		width: 100%;
	}

	.date_credit{
		width: 100%;
	}
}


@media (max-width: 550px){

	.container{
	  width: 100%;
	  padding: 0px 10px;
	}

	.lead_row{
		width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
        padding:30px 20px;
	}

	.res_row{
		display: none;
	}

	.point_summ{
		font-size: 10px;
	}

	.input_group{
		width: 100%;
	}

	.table_input_row .input_group .input_request{
		width: 80%;
	}

	.btn_row{
		flex-direction: column-reverse;
		text-align: center;
		align-items: center;
	}

	.btn_row h5{
		margin-bottom: 20px;
	}

}

}








