

/* Start:/local/components/app.module/faq.list/templates/.default/style.css?174811365744*/
.otherheader{
font-weight:bold !important;
}
/* End */


/* Start:/local/components/kkbank/form/templates/.default/style.css?17693638969891*/
.kkb-f-DEFAULT{
	--kkb-f-modal-button: var(--brand-primary);
	--kkb-f-modal-button-hover: var(--brand-dark);
	--kkb-f-button:  var(--brand-white);
	--kkb-f-button-hover: var(--brand-grey);
	--kkb-f-main: var(--brand-primary);
	--kkb-f-dark: var(--brand-dark);
	--kkb-f-back: var(--brand-white);
	--kkb-f-modal-button-text: var(--brand-white);
	--kkb-f-button-text: var(--private-white);
	--kkb-f-option: var(--brand-dark);
	--kkb-f-option-color: var(--brand-white);
}
.kkb-f-PERSONAL{
	--kkb-f-modal-button: var(--private-base);
	--kkb-f-modal-button-hover: var(--private-dark-secondary);
	--kkb-f-button: var(--private-base);
	--kkb-f-button-hover: var(--private-base);
	--kkb-f-main: var(--private-dark-secondary);
	--kkb-f-dark: var(--private-dark-primary);
	--kkb-f-back: var(--private-dark-secondary);
	--kkb-f-modal-button-text: var(--brand-white);
	--kkb-f-button-text: var(--brand-white);
	--kkb-f-option: var(--base-black-6);
	--kkb-f-option-color: var(--private-base);
}
.kkb-f{
	--kkb-f-list-tab: 240px;
	--kkb-f-font-title: 51px;
	--kkb-f-font-subtitle: 18px;
	--kkb-f-font-field: 23px;
	--kkb-f-font-small: 13px;
	--kkb-f-font-button: 18px;
	--kkb-f-padding-button: 21px;
	--kkb-f-margin-subtitle: 55px;
	--kkb-f-margin-field: 36px;
	--kkb-f-padding-field: 24px 22px;
	--kkb-f-padding-right: 26px;
	--kkb-f-icon-success: 138px;
	--kkb-f-icon-success-width: 35px;
	--kkb-f-icon-success-height: 55px;
	--kkb-f-icon-success-top: 25%;
	--kkb-f-icon-success-right: 35%;
	--kkb-f-icon-success-border: 9px;
	--kkb-f-form: 760px;
	--kkb-f-input-code: 65px;
	--kkb-f-formpad: 170px 60px;
}
@media (max-width: 1250px){
	.kkb-f{
		--kkb-f-list-tab: 170px;
		--kkb-f-font-title: 25px;
		--kkb-f-font-subtitle: 14px;
		--kkb-f-font-field: 16px;
		--kkb-f-font-small: 11px;
		--kkb-f-font-button: 14px;
		--kkb-f-padding-button: 16px 14px;
		--kkb-f-margin-subtitle: 24px;
		--kkb-f-margin-field: 32px;
		--kkb-f-padding-field: 17px 15px;
		--kkb-f-padding-right: 25px;
		--kkb-f-icon-success: 90px;
		--kkb-f-icon-success-width: 20px;
		--kkb-f-icon-success-height: 35px;
		--kkb-f-icon-success-right: 37%;
		--kkb-f-icon-success-border: 7px;
		--kkb-f-input-code: 40px;
		--kkb-f-formpad: 98px 17px;
	}
	.kkb-f-line {
		display: flex;
		flex-wrap: wrap;
	}
}
.kkb-f-title{
	font-size: var(--kkb-f-font-title);
	color: var(--brand-white);
    margin-bottom: 24px;
    letter-spacing: -0.008em;
    line-height: 1;
    font-family: var(--font-stem);
    font-weight: 500;
}
.kkb-f-subtitle{
	color: var(--brand-white);
	margin-bottom: var(--kkb-f-margin-subtitle);
    font-weight: 400;
    line-height: 1.2;
    font-size: 18px;
}
.kkb-f-error{
	position: absolute;
    font-size: 13px;
    line-height: 1.4;
    color: var(--text-error);
	bottom: -25px;
    bottom: 10px;
    font-weight: 500;
}
.kkb-f-button{
	background: var(--kkb-f-button);
	font-size: var(--kkb-f-font-button);
	padding: var(--kkb-f-padding-button);
	width: fit-content;
    border-radius: 12px;
    line-height: 1.3;
    cursor: pointer;
    text-align: center;
	color: var(--kkb-f-button-text);
}
.kkb-f-button:hover{
	background: var(--kkb-f-button-hover);
}
.kkb-f-captcha-resend,
.kkb-f-phone-change,
.kkb-f-button-line a{
	max-width: 300px;
    opacity: .5;
    line-height: 1.4;
    font-weight: 500;
    font-size: var(--kkb-f-font-small);
    color: var(--brand-white);
	text-decoration: underline;
	cursor:pointer;
}
.kkb-f-captcha-resend:hover,
.kkb-f-phone-change:hover,
.kkb-f-button-line a:hover{
	color: var(--brand-white);
    text-decoration: none;
}
.kkb-f-field{
	background: var(--kkb-f-dark);
	font-size: var(--kkb-f-font-field);
    margin-bottom: var(--kkb-f-margin-field);
    padding: var(--kkb-f-padding-field);
    padding-right: var(--kkb-f-padding-right);
    width:100%;
    border: none;
    border-radius: 19px;
    font-weight: 500;
    line-height: 1;
    font-family: var(--font-stem);
    letter-spacing: -0.002em;
    color: var(--brand-white);
    position: relative;
    display: block;
}
.kkb-f-item{
    width:100%;
    display: block;
    position: relative;
}
.kkb-f-buttonline-center{
	display: flex;
    justify-content: center;
}
.kkb-f-code-box{
	display:flex;
	justify-content: center;
}
.kkb-f-code-box input{
	width: var(--kkb-f-input-code);
    justify-items: center;
    margin-right: 15px;
	padding-right: 15px;
}
.kkb-f-button-line{
	display: flex;
    justify-content: space-between;
	align-items: center;
}

.kkb-f-form{
	position: relative;
	width: 100%;
    margin: 0 auto;
}
.kkb-f-mainform{
	width: 100%;
}
kkb-f-cross{
    display: flex;
    justify-content: flex-end;
    cursor:pointer;
}
.kkb-f-icon{
    margin-bottom: 36px;
    border-radius: 100px;
}
.kkb-f-icon svg,
.kkb-f-cross svg{
    height: 39px;
    width:39px;
    color: var(--brand-white);
}
.kkb-f-icon{
    display: block;
    position: relative;
    width: var(--kkb-f-icon-success);
    height: var(--kkb-f-icon-success);
	background: var(--kkb-f-button);
}
.kkb-f-icon::after{
	content: "";
    display: block;
	position: absolute;
	border-style: solid;
	transform: rotate(45deg);
	border-radius: 5px;

	border-color: var(--kkb-f-dark);

    height: var(--kkb-f-icon-success-height);
    width: var(--kkb-f-icon-success-width);
    top: var(--kkb-f-icon-success-top);
    right: var(--kkb-f-icon-success-right);
    border-width: 0 var(--kkb-f-icon-success-border) var(--kkb-f-icon-success-border) 0;
}
.kkb-f-column{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.kkb-f-code-bottom{
	bottom: 10px;
}
.kkb-f-item-error{
	border: var(--text-error) 2px solid;
}
.kkb-f-body{
    width: 100%;
	background: var(--kkb-f-dark);
}
.kkb-f-body:after,
.kkb-f-body:before{
    content: "";
    width: 99.5%;
    position: relative;
    z-index: 1;
    display: block;
    height: 30px;
	background:var(--kkb-f-back);
}
.kkb-f-body:after{
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.kkb-f-body:before{
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.kkb-f-changer{
	margin-bottom: 36px;
    border-radius: 18px;
    display: flex;
    width: 100%;
    padding: 4px;
	background:var(--kkb-f-dark);
}
.kkb-f-changer-item{
    font-size: 21px;
    font-family: var(--font-stem);
    font-weight: 500;
    line-height: 1;
    padding: 14px;
    border-radius: 14px;
    width: 100%;
    color:var(--brand-white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:5px;
    cursor:pointer;
}
.kkb-f-changer-item:last-child{
    margin-right:0px;
}
.kkb-f-changer-item:hover{
    background: var(--base-20);
}
.kkb-f-changer-item-chosen{
	background:var(--kkb-f-main);
}
.kkb-f-button-modal{
    display: flex;
    justify-content: center;
    align-items: center;
}
.kkb-f-button-modal .kkb-f-button{
	background: var(--kkb-f-modal-button);
	color:var(--kkb-f-modal-button-text);
}
.kkb-f-button-modal .kkb-f-button:hover{
    background: var(--kkb-f-modal-button-hover);
}
.kkb-f-modal{
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, .5);
    display: none;
    align-items: center;
    justify-content: center;
}
.kkb-f-modal-window{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 95%;
    max-width: 1460px;
    max-height: 65%;
    padding: 26px 16px 70px 16px;
    border-radius: 34px;
	background: radial-gradient(90% 90%, var(--kkb-f-main), var(--kkb-f-dark));
	overflow: auto;
}
.kkb-f-modal-window::-webkit-scrollbar {
  display: none;
}
.kkb-f-cross{
    display: flex;
    justify-content: flex-end;
    cursor:pointer;
    color: var(--brand-white);
}
.kkb-f-cross svg{
	height: 39px;
    width:39px;
}
.kkb-f-window{
	display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
	max-width: 760px;
	width: 100%;
    margin: auto;
}
.kkb-f-body-form{
	padding: var(--kkb-f-formpad);
	background: radial-gradient(90% 90%, var(--kkb-f-main), var(--kkb-f-dark));
}
.kkb-f-captcha{
	display:flex;
	justify-content: space-between;
}
.kkb-f-captcha-half{
	width:49%;
	position:relative;
}
.kkb-f-captcha-error{
	bottom:5px;
}
.suggestions{
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 80px;
}
.suggestions .kkb-f-list-option {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.suggestion-name{ 
    font-weight: bold;
}
.suggestion-inn{ 
    display: block;
    color: gray;
}
.kkb-f-line{
    display:flex;
}
.kkb-f-line .kkb-f-item{
    margin-right:10px;
}
.kkb-f-line .kkb-f-item:last-child{
    margin-right:0px;
}
.kkb-f-list-show{
	text-align: start;
	padding: 27px 22px;
}
.kkb-f-list-tab{
	max-height: var(--kkb-f-list-tab);
    overflow-y: scroll;
	background: var(--brand-white);
	border-radius: 16px;
	padding:5px;
}
.kkb-f-list{
	position: relative;
}
.kkb-f-list-table{
	position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    padding-right: 7px;
    text-align: start;
	z-index: 2;
}
.kkb-f-list-option{
	display: flex;
    align-items: center;
    padding: 14px 0 14px 16px;
    cursor: pointer;
	border-radius: 8px;
	font-weight: 500;
	font-size: var(--kkb-f-font-field);
}
.kkb-f-list-option:hover{
    background: var(--kkb-f-option);
	color: var(--kkb-f-option-color);
}
.kkb-f-list-option svg{
	stroke: black;
	height: 12px;
    width: 12px;
    margin-left: 5px;
}
.kkb-f-list-search{
	margin-bottom: 5px;
}
.kkb-f-list-tab::-webkit-scrollbar {
    width: 6px
}
.kkb-f-list-tab::-webkit-scrollbar-track {
    margin-top: 14px;
    margin-bottom: 10px;
    background-color: rgba(0,0,0,0)
}
.kkb-f-list-tab::-webkit-scrollbar-thumb {
    border-radius: 26px;
    background: rgba(148,148,148,.5)
}
.kkb-f input:focus-visible{
	outline: none;
}
.kkb-f-error,
.kkb-f-hide{
	display:none;
}
/* 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 */
/* /local/components/app.module/faq.list/templates/.default/style.css?174811365744 */
/* /local/components/kkbank/form/templates/.default/style.css?17693638969891 */
/* /local/components/app.module/footer/templates/.default/style.css?1766341898209 */
