.header-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    /*border-bottom: 1px solid #ebebeb;*/
}

.header-icon-line {
    width: 1240px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 28px;
    /*padding-bottom: 20px;*/
    padding-bottom:0;
}

.header-icon-wrapper img {
     margin-right: 14px;
     width: 56px;
     height: auto;
     display: none;
}

.header-icon-wrapper span {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 1200px) and (min-width: 840px) { 
    .header-icon-line {
        width: 800px;  
    }
}

@media (max-width: 1299px) and (min-width: 1201px) { 
    .header-icon-line {
        width: 1170px;  
    }
}

@media (max-width: 839px) { 
    .header-icon-line {
        width: 100%;  
        padding-left: 16px;
        padding-right: 16px;
        justify-content: center;
        padding-bottom: 24px;
        padding-top: 24px;
    }

    .header-icon-wrapper {
        border-bottom: 1px solid #ebebeb;
    }

    .header-icon-wrapper img {
        width: 48px;
    }

    .header-icon-wrapper span {
        font-size: 20px;
    }
}


/* INTERNET RADIOWY */
.header-icon-wrapper-cms {
    display: flex;
    justify-content: center;
}
.header-icon-line-cms {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-icon-wrapper-cms img {
     margin-right: 14px;
     width: 56px;
     height: auto;
     display: none;
}

.header-icon-wrapper-cms span {
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 839px) { 
    .header-icon-wrapper-cms img {
        width: 48px;
    }

    .header-icon-wrapper-cms span {
        font-size: 20px;
    }

    .header-icon-line-cms {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .header-icon-wrapper-cms {
        width: 100%;
        border-bottom: 1px solid #e5e8eb;
    }
}
