

/* Start:/static_files/css/contacts.css?17604568471238*/
.contacts-tabs .contacts-tabs__titles {
    border-bottom: 1px solid #005c9b;
    padding: 0;
    margin: 0;
}
.contacts-tabs .contacts-tabs__titles > li {
    float: left;
    padding: 15px;
    margin-bottom: -1px;
    display: block;
    border: 1px solid transparent;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-weight: 700;
    cursor: pointer;
}
.contacts-tabs .contacts-tabs__titles > li.active {
    border: 1px solid #005c9b;
    border-bottom-color: #fff;
    color: #005c9b;
    cursor: default;
}
.contacts-tabs .contacts-tabs__content {
    color: #282828;
    border: 0;
    padding: 20px 0;
    line-height: 30px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}
.contacts-tabs .contacts-tabs__content .contacts-tabs__pane {
    display: none;
}
.contacts-tabs .contacts-tabs__content .contacts-tabs__pane.active {
    display: block;
}
.inline-container {
    display: flex;
    align-items: center; /* Вертикальное выравнивание по центру */
}
.inline-container i {
    margin-right: 5px; /* Отступ между иконкой и текстом */
}
/* End */
/* /static_files/css/contacts.css?17604568471238 */
