header .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-wrapper {
    padding-bottom: 18px;
    position: relative;
}

.header-wrapper .dashed-line {
    position: absolute;
    left: 0;
    top: 100%
}

header .member-text img {
    flex: 0 0 56px;
    width: 56px;
    height: 61px;
    flex-shrink: 0;
    margin-left: 28px;
}

header .member-text .text {
    color: #9C9C9C;
    font-size: 12px;
    line-height: 14.4px;
    letter-spacing: 0.24px;
    align-self: center;
}

.header-wrapper > .top-area {
    padding-block: 2rem;
}

.header--search {
    padding: 10px 30px;
    border-radius: 41px;
    border: 0.2px solid #525252;
    background: #F7F7F7;
}

.header--search .search--icon {
    align-self: center;
    margin-right: 10px;
}

.header--search input[type='submit'] {
    display: none;
}

.header--search input[name="s"] {
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    font-size: 14px;
    color: #000;
    font-family: 'AeonikPro-Regular', sans-serif;
    width: 70px;
    outline: 0;
}

.header--podcast {
    padding: 10px 30px;
    border-radius: 41px;
    border: 0.2px solid #525252;
    background: #000;
}

.header--podcast .text {
    font-size: 14px;
    letter-spacing: -0.14px;
    color: #fff;
    margin-left: 10px;
    align-self: center;
}

body.podcast .weather-widget .bot-area .day, 
body.podcast .weather-widget .bot-area .date-time .date {
    color: #9C9C9C;
}

body.podcast .header--search,
body.podcast .menu > ul > li,
body.podcast .header--podcast {
    border: 0.2px solid #262626;
    background: #262626;
}

body.podcast .header--search input[name="s"],
body.podcast .header--search input[name="s"]::placeholder,
body.podcast .menu > ul > li {
    color: #f7f7f7;
}

body.podcast .dashed-line {
    border: 1px dashed rgba(255, 255, 255, 0.20)
}

header .burger {
    width: 60px;
    height: 35px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 49px;
    border: 0.2px solid #525252;
    background: rgba(247, 247, 247, 0.60);
    backdrop-filter: blur(17.5px);
    box-sizing: border-box;
}

header .burger span {
    width: 15px;
    height: 2px;
    border-radius: 2px;
    flex-shrink: 0;
    background-color: #000;
}

header .burger span:not(:last-child) {
    margin-bottom: 5px;
}

@media screen and (max-width: 1580px) {
    .header-wrapper .bot-area .menu > ul > li {
        padding: 12px 25px;
        text-align: center;
        font-size: 13px;
        min-width: 110px;
    }
    

    .header-wrapper .bot-area .header--search {
        padding: 12px 25px;
    }

    .header--search .search--icon {
        align-self: center;
        margin-right: 6px;
        width: 16px;
        height: 16px;
    }

    .header--podcast {
        padding: 10px 25px;
    }

    .header--podcast .text {
        font-size: 13px;
        margin-left: 8px;
    }

    .header--podcast .icon {
        width: 14px;
        flex: 0 0 14px;
        height: 22px;
    }

    .header--search input[name="s"],
    .header--search input[name="s"]::placeholder {
        font-size: 13px;
    }
}

@media screen and (max-width: 1500px) {
    header .logo {
        width: 34.2vw;
    }
}

.on-1380.flex { display: none; }
.no-1380.flex { display: flex; }
@media screen and (max-width: 1380px) {
    .on-1380.flex { display: flex; }
    .no-1380.flex { display: none; }

    .header-wrapper .bot-area .menu {
        width: 100%;
        flex: 0 0 100%;
        justify-content: center;
    }

    .header-wrapper .bot-area {
        justify-content: space-evenly;
    }

    .header-wrapper .bot-area .menu > ul {
        justify-content: center;
    }

    .header-wrapper .bot-area .menu > ul > li {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1023px) {
    .header-wrapper .bot-area {
        margin-top: 15px;
    }
}

@media screen and (max-width: 1080px) {
    .header-wrapper .bot-area .menu > ul {
        justify-content: space-evenly;
    }

    .header-wrapper > .top-area {
        padding-block: 1.5rem;
    }

    header .member-text img {
        flex: 0 0 46px;
        width: 46px;
        height: 51px;
        margin-left: 10px;
    }

    header .member-text .text {
        font-size: 10px;
        line-height: 13.4px;
    }

    header .logo {
        width: 400px;
        height: 58px;
    }
}

@media screen and (max-width: 900px) {
    header .logo {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 860px) {
    .header-wrapper > .top-area {
        padding-block: 1rem;
        justify-content: space-between;
    }

    .header--search input[name="s"] {
        width: 0;
        transition: width 0.3s ease-in-out, margin-right 0.3s ease-in-out;
    }

    .header--search.on input[name="s"] {
        width: 330px;
    }

    header .logo {
        width: 400px;
        height: 56px;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0);
        margin-left: auto;
        margin-right: auto;
    }

    .header-wrapper > .top-area .header--search .search--icon {
        align-self: center;
        margin-right: 0;
        width: 16px;
        height: 16px;
        padding: 10px 25px;
        box-sizing: content-box;
    }

    .header-wrapper > .top-area .header--search {
        padding: 0;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .header-wrapper > .top-area .burger {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }
}

@media screen and (max-width: 620px) {
    header .logo {
        width: 56.71vw;
        height: inherit;
        margin-inline: auto;
        padding-inline: 10px;
    }
}

@media screen and (max-width: 460px) {
    .header--search.on input[name="s"] {
        width: 70vw;
    }
}

@media screen and (max-width: 390px) {
    header .logo {
        width: 56.71vw;
        height: inherit;
        margin-inline: auto;
        padding-inline: 10px;
    }

    .header-wrapper > .top-area .header--search .search--icon {
        width: 13px;
        height: 13px;
        padding: 6px 16px;
    }

    header .burger {
        width: 45px;
        height: 25px;
    }

    header .burger span {
        width: 12px;
        height: 1px;
    }
    
    
}
