

/* Start:/local/templates/ver1-0/components/bitrix/news.list/contacts/style.css?17661541811344*/
.btns__list{
    display: flex;
    column-gap: 1rem;
    margin-bottom: 3rem;
    overflow-x: scroll;
}
.btn__link{
    display: inline-block;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    background: #F6F6F6;
    font-weight: 300;
    border: .1rem solid #F6F6F6;
    color: #7F7E7C;
    width: 100%;
    border-radius: .3rem;
    padding: 0.5rem 1rem
}
.btn__link.selected{
    background-color: #E53542;
    color: #ffffff;
}

.contacts__info-new .free__phone {
    margin-bottom: 0;
}

.contacts__info-new .contacts__item.contacts__phones-numbers {
    margin-bottom:0;
}

.contacts__info-new .contacts__wrap {
    margin-bottom:20px;
}

.contacts__info-new .contacts__phones {
    align-items: end;
}

@media (max-width: 600px){
    .sections__wrapper{
        width: 100%;
        overflow: auto;
        margin-bottom: 1rem;
    }
    .sections.catalog__list {
        flex-wrap: nowrap;
        width: fit-content;
        margin-bottom: 1rem;
    }
    .sections .catalog__item {
        max-width: fit-content;
        width: max-content;
    }
}
@media screen and (max-width:  390px){
    .btns__list{
        column-gap: .5rem;
    }
    .btn__link{
        font-size: 1rem;
        padding: 0.3rem .7rem;
    }
}
@media screen and (max-width:  340px){
    .btn__link{
        font-size: .8rem;
    }
}

/* End */
/* /local/templates/ver1-0/components/bitrix/news.list/contacts/style.css?17661541811344 */
