.pageLeftContent{flex:7}
.pageRightContent{flex:5}



.bayiLists{margin-top: 45px;font: normal normal normal 12px/16px gothic;}

.bayiLists .bayiGroupCol_{display: grid;grid-template-columns: repeat(2,1fr);margin-bottom: 30px;gap:15px}
.bayiLists .bayiGroupCol_ .bayi-item{box-shadow: 11px 13px 24px #00000027;background-color: var(--white);border: 1px solid #AFAFAF;border-radius: 5px;padding: 12px;cursor: pointer;transition: 300ms;}
.bayiLists .bayiGroupCol_ .bayi-item:hover{transform: translateY(-6px);}
.bayiLists .bayiGroupCol_ .bayi-item ul li:first-child span{color: red;}
.bayiLists .bayiGroupCol_ li:nth-child(1){font: normal normal bold 12px/16px gothic;}
.bayiLists .bayiGroupCol_ li:nth-child(2){margin-block: 15px;}
.bayiLists .bayiGroupCol_ li a{background: #000000;border-radius: 5px;font: normal normal normal 10px/14px gothic;color: var(--white)!important;margin-top: 8px;opacity: 0.6;}
.bayiLists .bayiGroupCol_ li a:hover{opacity: 1;}

.bayi-grup-baslik{margin-bottom: 8px;font-size: 18px;font-weight: 600;}


.ilSecimAlani ul{display: grid;grid-template-columns: repeat(3,1fr);gap:15px;align-items: flex-end;}
.ilSecimAlani a{background: #000000;border-radius: 5px;font: normal normal normal 10px/14px gothic;color: var(--white)!important;margin-top: 8px;opacity: 0.6;height: 34px;
display: inline-flex;align-items: center;}
.ilSecimAlani a:hover{opacity: 1;}

#map{width: 100%;height: calc(100vh - 64.19px);}


@media(max-width:768px){
    .ilSecimAlani ul{grid-template-columns: repeat(1,1fr);gap:8px;font: normal normal 600 11px/15px gothic;}
    .ilSecimAlani ul select{font: normal normal 600 11px/15px gothic;}
    .bayiLists .bayiGroupCol_{grid-template-columns: repeat(1,1fr);}
}