.horoskop_baner
{
    background: url("../images/horoskop/horoskop_bg-Bkv6_MJ.jpg");
    background-size: cover;
    height: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 5px;
    border-radius: 9px;
}

.horoskop_baner h3
{
    color: #570A54;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.horoskop_baner h4
{
    color:#570A54;
    font-weight: 300;
    font-family: 'Montserrat';
    padding-top: 5px;
}

#znaki_new
{
    display: flex;
    justify-content: space-between;
}

#znaki_new a
{
    background: #FED1FF;
    border-radius: 9px;
    color: #570A54;
    text-transform: uppercase;
    text-align: center;
    width: calc(100% / 12 - 5px);
    font-size: 9px;
    font-weight: 600;
    padding: 1px 0 5px 0;
    border: 2px solid #FED1FF;
    box-sizing: border-box;
}

#znaki_new a:hover,
#znaki_new a.active
{
    border: 2px solid #7E1E8B;
    font-weight: 700;
}

#znaki_new a span
{
    display: block;
}

#znaki_new a span.znak_out
{
    padding: 5px 0;
}

#znaki_new a svg
{
    width: 37px;
    height: 36px;
}

#znaki_new a svg path
{
    fill: #570A54;
}
/*
#znaki_new a:hover svg path,
#znaki_new a.active svg path
{
    fill: #fff;
}
*/
#znaki_zodiaku_obrazki
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#znaki_zodiaku_obrazki a
{
    width: calc(100% / 6);
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
    color: var(--kolor-f);
}

#znaki_zodiaku_obrazki a.active,
#znaki_zodiaku_obrazki a:hover
{
    font-weight: 700;
}

#znaki_zodiaku_obrazki a img
{
    margin-bottom: 10px;
}

#horoskop_header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 93px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 6px;
}

#horoskop_header.display_mobile {
    display: none;
}

#horoskop_header.header_koziorozec {
    background-image: url("../images/horoskop/header_koziorozec-GuMa1Z1.png");
}

#horoskop_header.header_wodnik {
    background-image: url("../images/horoskop/header_wodnik-uaO1wDE.png");
}

#horoskop_header.header_ryby {
    background-image: url("../images/horoskop/header_ryby-TFdfoVB.png");
}

#horoskop_header.header_baran {
    background-image: url("../images/horoskop/header_baran-5u2DSUs.png");
}

#horoskop_header.header_byk {
    background-image: url("../images/horoskop/header_byk-no8VaGC.png");
}

#horoskop_header.header_bliznieta {
    background-image: url("../images/horoskop/header_bliznieta-SPNYhC5.png");
}

#horoskop_header.header_rak {
    background-image: url("../images/horoskop/header_rak-_f08DP8.png");
}

#horoskop_header.header_lew {
    background-image: url("../images/horoskop/header_lew-Pf8mRc1.png");
}

#horoskop_header.header_panna {
    background-image: url("../images/horoskop/header_panna--FTF3vw.png");
}

#horoskop_header.header_waga {
    background-image: url("../images/horoskop/header_waga-Apj2Fif.png");
}

#horoskop_header.header_skorpion {
    background-image: url("../images/horoskop/header_skorpion-kOBUggf.png");
}

#horoskop_header.header_strzelec {
    background-image: url("../images/horoskop/header_strzelec-jIfWFS8.png");
}

#horoskop_header > div {
    width: 49%;
    text-align: center;
}

#horoskop_header > div:first-of-type {
    width: 54%;
}

#horoskop_header p {
    font-size: 26px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
    margin-left: 20px;
    margin-bottom: 0;
    min-width: 156px;
    font-family: 'Montserrat';
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
}

#horoskop_header p span {
    display: block;
    font-size: 20px;
}

#horoskop_header svg {
    height: 62px;
    width: 80px;
}

#horoskop_header svg path {
    fill: #fff;
}

#horoskopy_lista
{
    padding: 5px 0;
}

#horoskopy_lista .horoskopy_lista_in
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.horoskopy_lista_in a
{
    display: inline-block;
    text-align: center;
    width: calc(25% - 4px);
    background: #FED1FF;
    border: 2px solid #FED1FF;
    box-sizing: border-box;
    border-radius: 6px;
    color: #570A54;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 15px;
}

.horoskopy_lista_in a span
{
    flex-grow: 1;
    padding-left: 5px;
    max-width: calc(100% - 36px);
}

#horoskop_opis p.horoskop_start
{
    padding-top: 10px;
}