

/* 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 */


/* Start:/local/templates/rekam/template_styles.css?16776873362207*/
.page__pagination {
    margin-bottom: var(--columnOffset);
}

.pagination {
    margin-top: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pagination, .pagination__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pagination__items {
    min-width: 0;
    color: #888;
}

.pagination__item {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    transition: .3s;
}

.pagination__item--active, .pagination__item:focus, .pagination__item:hover {
    background-color: #f0f0f4;
    color: black;
}

.pagination__navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination__nav:not(:last-child) {
    margin-right: 8px;
}

.pagination__nav--disabled {
    background-color: #e6e6e6;
}

.pagination__nav--prev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.pagination__nav {
    background-color: #f0f0f4;
    color: black;
}

.pagination__nav .pagination__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination__nav--disabled .pagination__link {
    cursor: not-allowed;
}

.pagination__link {
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
}

.i-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: .8em;
    fill: currentColor;
}

.pagination__nav .i-icon {
    width: 23px;
    height: 23px;
}

#input-attachment-info {
    color: #5d5b5b;
}

.news_card {
    display: inline-block;
    margin: 0 15px 15px 0;
    text-align: center;
	width: 126px;
}
.news_card > img {
border: 1px solid gray;
}

/* End */
/* /local/templates/rekam/components/bitrix/news/deputy/style.css?17748452472412 */
/* /local/templates/rekam/template_styles.css?16776873362207 */
