

/* Start:/local/templates/rekam/components/bitrix/news/deputy/style.css?17748452472412*/
.deputy-filter {
    background: #e5e5e9;
    padding: 0 20px;
}


.deputy-filter__form { 
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 150px;   
}

.iradio_square {
     display: none!important; 
}

.tabs {    
    position: relative;
    width: calc(100% - 100px);
    min-height: 120px; 
   }

.tab, .tab-title {
    display: inline-block;
}

.tab-title {
    background: #ccc; 
    padding: 5px 10px; 
    border: 1px solid #9d979763; 
    border-bottom: none; 
    cursor: pointer;
    user-select: none;
    font-weight: 500;
}

@media (max-width: 375px) {
    .tab-title {
        padding: 5px 5px;   
    }
}

.tab-content {
   position: absolute; 
    border: 1px solid #9d979763; 
    padding: 10px; 
    left: 0; 
    width: calc(100% - 10px);
    min-height: 85px;
    display: none;
}

.tab .checked + .tab-title {
    position: relative; 
    background: #fff; 
    top: 1px; 
    z-index: 1; 
}

.tab .checked ~ .tab-content {
    display: block;
}

@media (max-width: 680px) {
    .deputy-filter__form {
        flex-direction: column;
        align-items: flex-start;        
        padding: 20px 0;
    }    

    .tabs {
        width: 100%;
    }
}
    
.addr-search-section__suggest-container {
    position: relative;
    top: 5px;
    background-color:#fff;    
    max-height: 300px;
    z-index: 10;
}

.suggest-container__list {
    display: flex;
    position: absolute;
    flex-direction: column;
    background-color:#fff; 
    border: 1px solid #dddde1;  
    gap: 10px;
    width: 100%;
    height: auto;
}

.suggest-container__list a {
    text-decoration: none;
    border: none;
    font-size: .875rem;
    line-height: 1.25rem;
    min-height: 20px;
    color: #262626;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 16px;
    transition: all .12s;
}

.suggest-container__list span {
    text-decoration: none;
    border: none;
    font-size: .875rem;
    line-height: 1.25rem;
    min-height: 20px;
    color: #a7a0a0;
    /* cursor: pointer; */
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 16px;
    transition: all .12s;
}


.suggest-container__list a:hover {
    background: #f2f2f5;
    font-weight: 500;
}

.focus {
    background: #d9d9d9!important;
    font-weight: 500;
}

.addr-search-section__suggest-container_hidden {
    display: none;
}
/* End */
/* /local/templates/rekam/components/bitrix/news/deputy/style.css?17748452472412 */
