/*--------------------------------------------------------------------------*\
    Tabs container
\*--------------------------------------------------------------------------*/

.tab-switcher__menu {
    /*box*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width:100%;
    margin-bottom:20px;
}