.f-bg{
    background-color: #0a0a0a;
}


.f-title{
    color: #fff;
    /* font*/
    font-family: 'Circe', sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;

    text-transform: uppercase;
}
.f-text{
    color: #fff;
    /* font*/
    font-family: 'Circe', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;

    text-transform: uppercase;
}
.f-text a{
    color: #fff;
}
.f-social-logo-img{
    border-radius: 50%;
    border: 1px solid #aaa;
    padding: 4px 4px 4px 4px ;

    width: 39px;
    height: 39px;

    margin-right: 10%; /* important*/

    filter: grayscale(1000%) contrast(120%) brightness(100%);
}
.f-bottom{
    border-top: 1px solid #aaa;
}
.f-bottom-text{
    color: #fff;
    /* font*/
    font-family: 'Circe', sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
}

/* MOBILE */
.m-f-collapsible-item {
    border-bottom: 1px solid var(--text-gray);
    /*outline: none;*/
    position: relative;
}

.m-f-collapsible-item:last-child {
    border-bottom: none;
}
.m-f-collapsible-btn {
    color: #fff;

    font-family: 'Circe', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;

    text-transform: uppercase;

    width: 100%;
    height: 48px;


    background-color: transparent;

    /*box-shadow: none;*/


    display: flex;
    justify-content: space-between;
    align-items: center;

    border-radius: 0;
    border: none;
    border-bottom: 1px solid #aaa;
}
.m-f-collapsible-btn:after {
    font-size:  23px;
    font-weight: 700;

    content: "▾";
    position: absolute;
    right: 5px;
    color: white;
}

.m-f-collapsible-btn:not(.collapsed):after {
    content: "▴";
}

.m-f-collapsible-btn-line-only {  /* for 'follow us'*/
    color: #fff;

    font-family: 'Circe', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;

    text-transform: uppercase;

    width: 100%;
    height: 48px;


    background-color: transparent;

    display: flex;
    justify-content: space-between;
    align-items: center;

    border-radius: 0;
    border: none;
    border-bottom: 1px solid #aaa;
}
.m-f-collapsible-subitem{
    color: #fff;

    font-family: 'Circe', sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;

    text-transform: uppercase;
}
.m-f-collapsible-subitem a{
    color: #fff;
}


.m-f-social-logo-img{
    border-radius: 50%;
    border: 1px solid #aaa;
    padding: 3px 3px 3px 3px ;

    width: 33px;
    height: 33px;

    filter: grayscale(1000%) contrast(120%) brightness(100%);
}


.m-logo-img{
    filter: invert(1) grayscale(100%) contrast(200%) brightness(100%);
    width: min(20vw, 100px);
    height: auto;
    z-index: 1000;
}



