

/* Start:/local/components/kkbank/form/templates/.default/style.css?178750845010300*/
.kkb-f input:focus-visible{
    outline: none;
}
.kkb-f input:-internal-autofill-selected{
	background: white;
}
.kkb-f input{
	border: none;
	padding: 0px;
}
.kkb-f{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 64px;
}
.kkb-f a, .kkb-f a:hover{
	text-decoration: underline;
}
.kkb-f .f-sendTo{
	display: none;
}
.kkb-f .f-header{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	align-self: stretch;
}
.kkb-f .f-title{
	color: var(--TEXT-Main-Primary, #262626);
    text-align: center;
    font-family: Stem;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
    align-self: stretch;
}
.kkb-f .f-subtitle{
	font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(92, 92, 92, 1);
}
.kkb-f .f-body{
	display: flex;
	width: 1044px;
	padding-bottom: 100px;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 36px;
	background: #EEEFF0;
}
.kkb-f .form{
	width: 100%;
}
.kkb-f .step-head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
}
.kkb-f .step-header{
	padding: 0px 132px;
	margin-bottom: 24px;
	display: flex;
    flex-direction: column;
	gap: 12px;
}
.kkb-f .step-subtitle{
	color: var(--TEXT-Main-Primary, #262626);
	font-variant-numeric: slashed-zero;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}
.kkb-f .step-body{
    margin-bottom: 80px;
	padding: 0px 132px;
}
.kkb-f .step-bottom{
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-self: stretch;
	padding: 0px 132px;
	gap: 32px;
}

.kkb-f .step-title {
    color: rgba(0, 0, 0, 0.8);
    font-family: Stem;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.4px;
}
.kkb-f .step-number {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(53, 75, 202, 1);
}

.kkb-f .field{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
	position: relative;
}
.kkb-f .input{
	display: flex;
    min-height: 60px;
    max-height: 60px;
    padding: 0 16px;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid var(--BASE-02, #C9C9C9);
    background: var(--BG-Main-White, #FFF);
}
.kkb-f .outsider{
	width: 100%;
	overflow: hidden;
	color: var(--TEXT-Main-Seconadary, #AEAEAE);
	font-variant-numeric: slashed-zero;
	font-feature-settings: 'liga' off, 'clig' off;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
.kkb-f .insider{
	width: 100%;
	display: none;
}
.kkb-f .string{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
}
.kkb-f .string label{
	color: var(--BASE-01, #5C5C5C);
	font-variant-numeric: slashed-zero;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	align-self: stretch;
}
.kkb-f .string input{
	overflow: hidden;
	color: var(--TEXT-Main-Primary, #262626);
	font-variant-numeric: slashed-zero;
	font-feature-settings: 'liga' off, 'clig' off;
	text-overflow: ellipsis;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	align-self: stretch;
}
.kkb-f .error{
	color: var(--TEXT-Main-Error_light, #E0001A);
	font-variant-numeric: slashed-zero;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	padding: 0 16px;
	display: none;
}
.kkb-f .error-input{
	border: 2px solid var(--TEXT-Main-Error_light, #E0001A);
}
.kkb-f .success{
	width:24px;
	height:24px;
	display: none;
}

.kkb-f .agreement, .kkb-f .agreement a {
	font-family: Inter;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0%;
	color: rgba(174, 174, 174, 1);
	width: 100%;
}
.kkb-f .form-button {
    height: 60px;
    padding: 18px 48px;
    border-radius: 16px;
    background: rgba(53, 75, 202, 1);
	width: 100%;
	text-align: center;
	align-content: center;
	color: rgba(255, 255, 255, 1);
	font-family: Inter;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0%;
	cursor: pointer;
	min-width: 292px;
	max-width: 292px;
	font-variant: slashed-zero;
}

.kkb-f .form-phone{
	padding-top: 100px;
}

.kkb-f .step-back{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    padding: 32px;
    padding-bottom: 36px;
}

.kkb-f .step-back label{
    color: var(--BG-Main-Blue, #354BCA);
    text-align: center;
    font-variant-numeric: slashed-zero;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.kkb-f .m-step-back{
	display: none;
}
.kkb-f .form-main .step-body{
    margin-bottom: 44px;
}

.kkb-f .step-body{
	display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    align-self: stretch;
}
.kkb-f .angle{
	width:24px;
	height:24px;
}
.kkb-f .list-tab{
	padding: 4px;
	border-radius: 16px;
	border: 1px solid var(--BASE-02, #C9C9C9);
	background: var(--BG-Main-White, #FFF);
	position: absolute;
    top: 100%;
    margin-top: 4px;
	right: 0;
    width: 100%;
	z-index: 1;
	box-shadow: 0 8px 40px 0 rgba(218, 223, 226, 0.50);
	display: none;
	max-height: 316px;
	overflow: auto;
	z-index: 99;
}
.kkb-f .list{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
    align-items: flex-start;
	gap: 4px;
	align-self: stretch;
	overflow: auto;
	min-height: 60px;
	max-height: 360px;
}
.kkb-f .list-option{
	display: flex;
	padding: 13px 12px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 12px;
	cursor: pointer;
}
.kkb-f .list-option:hover{
	background: var(--BG-Main-Grey, #EEEFF0);
}
.kkb-f .list::-webkit-scrollbar {
	width:5.5px;
}
.kkb-f .list::-webkit-scrollbar-track {
	margin-top: 14px;
	margin-bottom: 10px;
	background-color: rgba(0,0,0,0);
}
.kkb-f .list::-webkit-scrollbar-thumb {
	border-radius: 26px;
	background: rgba(148,148,148,.5);
}

.kkb-f .icon{
	width: 100px;
    height: 100px;
    justify-self: center;
    margin-bottom: 40px;
}
.kkb-f .success-title{
	color: var(--TEXT-Main-Primary, #262626);
    text-align: center;
    font-family: Stem;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 20px;
}
.kkb-f .success-subtitle{
	color: var(--TEXT-Main-Primary, #262626);
    text-align: center;
    font-variant-numeric: slashed-zero;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
	margin-bottom: 44px;
}
.kkb-f .body-success .step{
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.kkb-f .body-success{
    padding-top: 100px;
    padding-left: 132px;
    padding-right: 132px;
    width: 100%;
}

.kkb-f .js-disabled{
	color: #262626;
	background: var(--BRAND-Private-Primary, #FBDAA6);
}
.kkb-f .field:hover .outsider{
	color: rgba(92, 92, 92, 1);
}
input::placeholder {
	color: rgba(201, 201, 201, 1);
}
.kkb-f .body-success .form-button{
	min-width: 382px;
    max-width: 382px;
}

@media (max-width: 1000px){
	.kkb-f{
		padding-left: calc(16px + (70 - 16) * (100vw - 375px) / (1680 - 375));
        padding-right: calc(16px + (70 - 16) * (100vw - 375px) / (1680 - 375));
		gap: 32px;
	}
	.kkb-f  .step-header,
	.kkb-f  .step-body,
	.kkb-f  .step-bottom{
		padding:0px 20px;
	}

	.kkb-f .form-main, .kkb-f .form-phone, .kkb-f .form-code {
		padding-top: 20px
	}

	.kkb-f .f-title{
		font-size: 24px;
		line-height: 100%;
		letter-spacing: -0.2px;
		gap: 16px;
	}
	.kkb-f .f-subtitle{
		font-size: 12px;
		line-height: 130%;
		text-align: center;
	}
	.kkb-f .f-body{
		width:100%;
		border-radius: 20px;
		padding-bottom: 20px;
	}
	.kkb-f .step {
		padding:20px;
	}
	.kkb-f .agreement{
		min-width:0px;
	}
	.kkb-f .step-title{
	    font-size: 18px;
    	letter-spacing: -0.2px;
	}
	.kkb-f .step-number{
		font-size: 12px;
		text-wrap-mode: nowrap;
	}
	.kkb-f .step-body{
		margin-bottom: 84px;
	}
	.kkb-f .step-bottom{
		flex-direction: column-reverse;
		gap: 12px;
	}
	.kkb-f .input{
		padding: 7px 12px;
		border-radius: 16px;
		font-size: 14px;
		min-height: 50px;
		max-height: 50px;
	}
	.kkb-f .js-place{
		font-size: 12px;
	}
	.kkb-f .form-button{
		height: 52px;
    	padding: 12px 16px;
		font-size: 14px;
		width: 100%;
		min-width: 0px;
	}
	.kkb-f .agreement,
	.kkb-f .agreement a{
		font-size: 11px;
    	line-height: 130%;
		text-align: center;
	}
	.kkb-f .body-back{
		display: flex;
    	flex-direction: column-reverse;
	}
	.kkb-f .step-back{
		display: none;
	}
	.kkb-f .m-step-back{
		display: block;
		font-family: Inter;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: 140%;
		color: var(--BG-Main-Blue, #354BCA);
	}
	.kkb-f .step-subtitle{
		font-size: 12px;
    	line-height: 130%;
	}
	.kkb-f .form-lines{
		gap: 24px;
	}
	.kkb-f .body-form .step-body {
		margin-bottom: 84px;
	}
	.kkb-f .list{
		max-height: 300px;
	}
	.kkb-f .icon img{
		width: 64px;
    	height: 64px;
	}
	.kkb-f .icon{
		margin-bottom: 44px;
		width: 64px;
        height: 64px;
	}
	.kkb-f .success-title{
		font-size: 18px;
		line-height: 100%;
		letter-spacing: -0.2px;
	}
	.kkb-f .success-subtitle{
		color: var(--TEXT-Main-Seconadary, #5C5C5C);
		align-content: center;
		font-size: 12px;
		line-height: 130%;
		text-align: center;
	}
	.kkb-f .outsider{
		font-size: 14px;
		line-height: 130%;
	}
	.kkb-f .string label{
		font-size: 12px;
		line-height: 130%;
	}
	.kkb-f .string input{
		font-size: 14px;
		line-height: 130%;
	}
	.kkb-f .step-body{
		gap:24px;
	}
	.kkb-f .body-success{
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* End */


/* Start:/local/components/app.module/footer/templates/.default/style.css?1766341898209*/
@media screen and (max-width: 1679px) {
	.main-search__form .input__button {
		right: 20px;
	}
	.main-search__empty{
		min-height:350px;
	}
	.main-search__body:has(.main-search__item){
		min-height:350px;
	}
}
/* End */


/* Start:/local/components/app.module/csat_form/templates/new/style.css?17875084503829*/
:root{
  --base-page-width-coeff: calc((100vw - 375px) / (1680 - 375));
}
.csat-rating{
  position: relative;
  padding-top: calc(116px + (176 - 116) * var(--base-page-width-coeff));
  background-color: var(--brand-grey);
}
.csat-rating:before {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 36px;
  content: "";
  border-bottom-right-radius: calc(16px + (36 - 16) * var(--base-page-width-coeff));
  border-bottom-left-radius: calc(16px + (36 - 16) * var(--base-page-width-coeff));
  background-color: #fff;
  background-color: var(--brand-white);
}
.csat-rating__thenk,
.csat-rating__error,
.csat-rating__rating-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  max-width: 442px;
  margin: 0 auto;
}
.csat-rating__thenk,
.csat-rating__error,
.csat-rating__content{
  padding-bottom: calc(80px + (140 - 80) * var(--base-page-width-coeff));
}
.csat-rating__button-container{
  padding-top: 12px;
}
.csat-rating__icon{
  width: 64px;
}
.csat-rating__description{
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #5C5C5C;
    text-align: center;
}
/* stars */
.csat-rating__stars-container{
  display: flex;
  gap: calc(8px + (12 - 8) * var(--base-page-width-coeff));
  justify-content: center;
}
.csat-rating__heading{
  font-size: calc(22px + (32 - 22) * var(--base-page-width-coeff));
  font-family: var(--font-stem);
  font-weight: 500;
  color: var(--text-primary);
  letter-spacing: -0.012em;
  line-height: 40px;
  text-align: center;
}
.csat-rating__star{
  width: calc(52px + (60 - 52) * var(--base-page-width-coeff));
  height: calc(52px + (60 - 52) * var(--base-page-width-coeff));
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

/* button */
.csat-rating__button-container{
  width: 100%;
  max-width: 442px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
/* feedback */
.csat-rating__feedback-container{
  position: relative;
  min-width: 100%;
}
.csat-rating__feedback-container_text .csat-rating__feedback-input{
  padding-top: 32px;
}
.csat-rating__feedback-description{
  position: absolute;
  top: 8px;
  left: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #AEAEAE;
}
.csat-rating__feedback-container_error .csat-rating__counter-wrapper{
  color: #E0001A;
}
.csat-rating__feedback-container_error .csat-rating__feedback-input{
  border: 2px solid #E0001A;
}
.csat-rating__feedback-input{
  width: 100%;
  max-width: 560px;
  min-height: 100px;
  margin-bottom: 4px;
  padding: 16px;
  border: 1px solid var(--base-02);
  border-radius: calc(12px + (20 - 12) * var(--base-page-width-coeff));
  outline: none;
  overflow: hidden;
  resize: none;
  font-size: 16px;
  line-height: 24px;
}

/* counter */
.csat-rating__counter-wrapper{
  display: flex;
  justify-content: flex-end;
  padding-right: 16px;
}
.csat-rating__counter{
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}
@media (max-width: 375px) {
  .csat-rating{
    padding-top: 116px;
  }
  .csat-rating__container{
    padding-right: 30px;
    padding-left: 30px;
  }
  .csat-rating__thenk,
  .csat-rating__error,
  .csat-rating__content{
    padding-bottom: 80px;
  }
  .csat-rating__heading{
    font-size: 22px;
    line-height: 100%;
  }
  .csat-rating__feedback-input{
    padding: 12px;
    font-size: 14px;
    line-height: 130%;
    border-radius: 12px;
  }
  .csat-rating__stars-container{
    gap: 8px;
  }
  .csat-rating:before {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .csat-rating__star {
    width: 52px;
    height: 52px;
  }
  .csat-rating__button-container{
    flex-direction: column;
    justify-content: start;
  }
  /* error */
  .csat-rating__error-button{
    width: 100%;
  }
}
/* End */


/* Start:/local/components/kkbank/cookie-banner/templates/.default/style.css?1775539554709*/
.kkb-cb{
    width: 580px;
    padding: 12px 16px;
    border-radius: 16px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
    z-index: 10;
    position: fixed;
    bottom: 110px;
    left: 18px;
    background: var(--brand-white);
	display: flex;
    align-items: center;
}
.cb-textbox{
	font-size: 12px;
	font-weight: 500;
}
.cb-button{
	padding: 12px 16px;
    background: var(--brand-primary);
    color: var(--brand-white);
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

@media (max-width: 1000px){
	.kkb-cb{
		max-width: 90%;
    	flex-direction: column;
	   bottom: 100px;
	}
	.cb-button{
		margin-top: 16px;
		width: 100%;
		text-align: center;
	}
}
/* End */
/* /local/components/kkbank/form/templates/.default/style.css?178750845010300 */
/* /local/components/app.module/footer/templates/.default/style.css?1766341898209 */
/* /local/components/app.module/csat_form/templates/new/style.css?17875084503829 */
/* /local/components/kkbank/cookie-banner/templates/.default/style.css?1775539554709 */
