

/* Start:/local/components/kkbank/offices/templates/.default/style.css?17615019885899*/
.kkb_o-info-filter{
	position: relative;
}
.kkb_o-filter-location-changer{
	display: none;
	max-height: 240px;
    padding: 5px 0 5px 5px;
    position: absolute;
    background-color: #fff;
    overflow-y: scroll;
    width: 100%;
    z-index: 5;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 7px 0px;
	border-radius: 20px;
}
.kkb_o-filter-location-none{
	padding: 7px 0 7px 16px;
}
.kkb_o-filter-location-item{
	display: flex;
    align-items: center;
    padding: 7px 0 7px 16px;
    cursor: pointer;
}
.kkb_o-filter-location-item:hover{
	background: var(--base-black-6);
}

.header{
	background-color: #eff0f1;
}
.kkb_o-info-services ul:first-child{
	width: 49%;
}
.kkb_o-info-services ul:last-child{
    justify-items: right;
	width: 49%;
	text-align: right;
}
.kkb_o-info-segment{
	padding-bottom: 30px;
	padding-top: 30px;
    border-bottom: 1px solid var(--base-03);
}
.kkb_o-claster-item{
	cursor: pointer;
}
.kkb_o-info-segment:first-child{
	padding-top: 0px;
}
.kkb_o-button-map{
	margin-top: 30px;
}
.kkb_o-h1{
	margin-bottom: 40px!important;
}
.kkb_o-buttons-switch{
	margin-left: auto;
    display: flex;
	margin-bottom: 30px;
}
.kkb_o-button{
	width: fit-content;
	max-height: calc(44px + (48 - 44) * ((100vw - 375px) / (1680 - 375)));
	display: flex;
    align-items: center;
    justify-content: space-around;
}
.kkb_o-button.kkb_o-active{
	display: flex;
}
.kkb_o-button-tab:last-child{
	margin-left: 10px;
}
.kkb_o-component{
    display: flex;
    flex-direction: column;
}
.kkb_o-right{
	width: 100%;
}
.kkb_o-left{
	width: 500px;
    margin-right: 70px;
	flex-shrink: 0;
}
#ya-map{
	width: 100%;
	height: calc(567px + (1155 - 567) * ((100vw - 375px) / (1680 - 375)));
}
.kkb_o-buttons{
    display: flex;
    justify-content: space-between;
}
.kkb_o-button{
    background: hsla(0, 0%, 0%, 0.06);
    padding: calc(12px + (16 - 12) * ((100vw - 375px) / (1680 - 375)));
    border-radius: calc(12px + (16 - 12) * ((100vw - 375px) / (1680 - 375)));
    font-size: calc(1.2rem + (16 - 12) * ((100vw - 375px) / (1680 - 375)));
    font-weight: 500;
    line-height: 1.4;
    cursor: pointer;
    transition: all .5s ease;
    color: var(--text-primary);
}
.kkb_o-button-tab{
	 background: none;
}
.kkb_o-button.kkb_o-active,
.kkb_o-button:hover{
    background: hsla(0, 0%, 0%, 0.06);
}
.kkb_o-main{
	display:flex;
	justify-content: space-evenly;
}
.kkb_o-location{
	border: 1px solid #c9c9c9;
    padding: 16px;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.kkb_o-location span{
    font-size: calc(1.4rem + (16 - 14) * ((100vw - 375px) / (1680 - 375)));
    white-space: nowrap;
}
.kkb_o-location input{
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 3px;
    border: none;
    outline: none;
    font-weight: 500;
    line-height: 1.4;
	width: 40%;
}
.kkb_o-button-clean{
    flex-shrink: 0;
    border-left: 1px solid rgba(38, 38, 38, .3);
    padding-left: 14px;
}
.kkb_o-button-clean svg{
    width: 22px;
    height: 22px;
    cursor: pointer;
    display:block;
}
.kkb_o-button-clean svg:hover circle{
    fill: var(--base-03);
}
.kkb_o-filters-head{
    margin: 28px 0px;
    color: var(--text-secondary);
}
.kkb_o-info-head{
    display: flex;
    justify-content: space-between;
    font-size: calc(2rem + (32 - 20) * ((100vw - 375px) / (1680 - 375)));
}
.kkb_o-info-body{
    color: var(--text-secondary);
    font-size: calc(1.1rem + (14 - 11) * ((100vw - 375px) / (1680 - 375)));
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 500;
}
.kkb_o-info-services{
    display: flex;
    justify-content: space-between;
	padding: 10px;
}
.kkb_o-list-items{
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.kkb_o-list-item{
    width:48%;
    display:flex;
    margin-bottom: 30px;
    padding: calc(16px + (20 - 16) * ((100vw - 375px) / (1680 - 375)));
	word-break: break-word;
	cursor: pointer;
}
.kkb_o_list-picture{
    width:40px;
    height:auto;
    flex-shrink: 0;
    margin-right: 15px;
}

.kkb_o-mobile{
    display: none;
}
.kkb_o-filter-buttons{
	display:flex;
    justify-content: space-between;
}
.kkb_o-filter-buttons .kkb_o-button{
	width: 100%;
}

.kkb_o-button-show{
    border: 3px solid var(--brand-primary);
    background-color: var(--brand-primary);
    color: #fff;
}

@media (max-width: 1023px) {
	.container_fixed{
		position:relative;
	}
    .kkb_o-mobile{
        display: block;
    }
	.kkb_o-list-item{
		width: 100%;
	}
	.kkb_o-left{
		display:none;
		width: 100%;
		position: fixed;
    	bottom: 0;
		background: white;
		z-index: 3;
        margin: 0px;
        border-radius: 20px 20px 0 0;
        height: calc(100vh - 230px);
		height: calc(100dvh - 230px);
	}
    body:has(.kkb_o-mob) {overflow: hidden; background: rgba(0, 0, 0, .5); height: 100%;
   width: 100%;
   position: fixed;}
    .kkb_o-mob{
        display: flex;
        padding: 0px;
    }

	.kkb_o-filter-buttons .kkb_o-button {
		width: 48%;
		text-align: center;
	}
	.kkb_o-swiper::before {
        display: block;
        width: 36px;
        height: 5px;
        margin: 12px auto 0 auto;
        content: "";
        border-radius: 100px;
        background-color: rgba(60, 60, 68, .3);
    }
	.kkb_o-swiper{
		display: block;
        position: absolute;
		width: 100%;
		height: 40px;
        z-index: 4;
        top: 0;
        left: 0;
        border-radius: 20px 20px 0 0;
	}
	.kkb_o-button-close{
		display:none;
	}
    .kkb_o-left .kkb_o-info.kkb_o-active {
        overflow-y: scroll;
        padding: 40px 20px 160px 20px;
        width: 100%;
    }
}
@media (max-width: 576px) {
    .kkb_o-left .kkb_o-info.kkb_o-active {
        padding-inline: 16px;
    }
    .kkb_o-left {
        height: calc(100vh - 175px);
        height: calc(100dvh - 175px);
    }
}
.kkb_o-tab,
.kkb_o-info{
    display: none;
}
.kkb_o-active{
    display: block;
}
/* 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/kkbank/offices/templates/.default/style.css?17615019885899 */
/* /local/components/app.module/footer/templates/.default/style.css?1766341898209 */
