.horoskop_baner
{
    background: url("../images/horoskop/horoskop_bg-064bfafcc25f94b904f5f3f174fb1337.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-1ae31ad59d4ea6e9d3c54ffb964e0346.png");
}

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

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

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

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

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

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

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

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

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

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

#horoskop_header.header_strzelec {
    background-image: url("../images/horoskop/header_strzelec-8c87d6152f2b039d4709c12f1ff18305.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;
}