html {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
}

.display_mobile_inline,
.display_mobile_block {
    display: none !important;
}


input,
button,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
}

input[type=text] {
    border: solid 1px #d0bed0;
    border-radius: 4px;
}

select {
    -webkit-appearance: none;
    background: url("../images/arrow-down-dark-1444f4f358ca02f9d6fb8e3c4da43524.svg") #fff right 12px center no-repeat;
    background-size: 13px;
}

button {
    border: 0;
    padding: 0;
}

button:hover {
    cursor: pointer;
}

.form .form_row label,
.form .form_row div.label {
    width: 170px;
    text-transform: uppercase;
    display: inline-block;
    text-align: right;
    font-weight: 600;
    font-size: 16px;
    color: #7E1E8B;
    padding: 0 10px;
    box-sizing: border-box;
}

a {
    outline: none;
    color: #642965;
    text-decoration: none;
}

img {
    vertical-align: top;
    max-width: 100%;
}

em {
    font-style: italic;
}

body {
    background: #fff;
}

.center,
.center_no_padding {
    text-align: center;
}

.cleaner {
    clear: both;
}

.display_mobile {
    display: none;
}

strong {
    font-weight: 700;
}

.bold {
    font-weight: 700;
}

.yellow {
    color: var(--kolor-f);
}

.semibold,
.semi-bold {
    font-weight: 600;
}

.no-wrap {
    white-space: nowrap;
}

.none {
    display: none;
}

.success.info,
.success {
    color: green;
}

.ptop {
    padding-top: 46px;
}

.error,
.bledy li {
    color: red;
}

.error p {
    color: red !important;
}

p {
    line-height: 1.5;
    font-size: 18px;
}

p.kolor {
    color: #440e47;
}

h1,
.h1 {
    font-size: 28px;
    font-weight: 500;
    color: #642965;
    line-height: 1.3;
}

.h1_padding {
    padding: 20px 0;
}

h2,
.h2 {
    font-size: 28px;
    font-weight: 500;
    color: #642965;
    line-height: 32px;
    padding: 20px 0;
}

h3,
.h3,
h4,
.h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

h1.standard_header,
h2.standard_header,
h3.standard_header,
h4.standard_header,
h5.standard_header {
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 0;
    color: #7E1E8B;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}

.standard_header.left {
    text-align: left;
}

span.h1,
span.h2,
span.h3,
span.h4 {
    display: block;
}

h3.eksperci_box {
    padding-bottom: 5px;
}

.form input,
.form textarea,
.form select,
#payments input {
    width: 350px;
    box-sizing: border-box;
    border: 2px solid #BBBBBB;
    padding: 8px;
    background-color: #fff;
    font-family: 'Open Sans';
}

.form select {
    width: auto;
}

.form textarea {
    height: 200px;
}

.form form button,
#payments input[type=submit],
#wystaw_komentarz button {
    line-height: 1.3;
    border-radius: 5px;
    background: #AD23CC;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    padding: 8px 20px;
    min-width: 180px;
    text-transform: uppercase;
}

.form form button.red,
.button_standard.red {
    background: #c20000;
    color: #fff;
}

.form form button:hover,
#payments input[type=submit]:hover,
.box_table .button:hover,
a.button_standard:hover,
#wystaw_komentarz button:hover,
.button_100:hover {
    background: #ddd;
    color: #AD23CC;
    cursor: pointer;
}

.form form>div {
    padding: 8px 0px;
    clear: both;
}

.form .form-row-checkbox {
    display: flex;
    max-width: 350px;
    margin: 0 auto;
    align-items: flex-start;
}

/*custom checkbox*/

.label_checkbox,
label.radio {
    text-align: left;
    padding: 0px 0px 0px 24px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    line-height: 1.3;
}

label.radio {
    padding: 0px 24px 0px 0px;
    margin-right: 15px;
}

.label_checkbox.large {
    font-size: 16px;
}

.label_checkbox.label_zgoda {
    font-size: 14px;
}

input.checkbox,
input.radio {
    clear: none;
    width: auto;
    display: none;
}

input.checkbox+.label_checkbox::before,
input.radio+label.radio::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 1px;
    width: 14px;
    height: 14px;
    border: 2px solid #FBD7FD;
    background-color: #fff;
    border-radius: 4px;
}

input.radio+label.radio::before {
    left: auto;
    right: 0;
}

input.checkbox:checked+.label_checkbox::before,
input.radio:checked+label.radio::before {
    background-color: #0075FF;
    background-image: url("../images/checkbox-1ff7ef75c9474fc28121e92fb2fb2230.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.label_more
{
    display: none;
}

.underline
{
    text-decoration: underline;
}

/*end.custom checkbox*/

.form .administrator_info {
    max-width: 350px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 20px;
}

#formularz_page {
    width: 100%;
}

#formularz_page .form {
    text-align: center;
    margin: 30px 0;
}

#formularz_page .zaloguj_div a {
    color: #971AB4;
    font-weight: 600;
}

.reklama {
    text-align: center;
}

.reklama img {
    max-width: 100%;
}

.reklama_970_gray {
    background: #f4f4f4;
    padding: 15px 0;
}

.reklama_970_middle2 {
    padding: 15px 0;
}

#content_in .reklama_970_gray {
    margin: 5px 0;
}

.reklama_970_white {
    margin-top: 20px;
}

.container {
    max-width: 1140px;
    padding: 0px 20px;
    margin: 0 auto;
}

#content {
    padding-top: 108px;
}

#top_header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0px 2px 7px rgb(0 0 0 / 50%);
}

header.container {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header.container div {
    display: flex;
    align-items: center;
}

.logo-wp {
    width: 70px;
    height: 32px;
    object-fit: contain;
}

.logo-horoskop {
    width: 115px;
    height: 28px;
    object-fit: contain;
    margin: 4px 10px 0 10px;
}

.partner_serwisu_out {
    display: flex;
    align-items: center;
}

.partner_serwisu {
    align-items: center;
    font-size: 10px;
    line-height: 1.5;
    color: #FCDBFF;
    padding: 5px 15px 5px 10px;
    font-weight: 600;
}

.wp-nav a {
    font-size: 12px;
    color: #333;
    display: inline-block;
    text-align: center;
    margin: 0 15px;
}

.wp-nav a img {
    vertical-align: top;
}

.wp-nav a span {
    margin-top: 12px;
    display: block;
}

.wp-nav a:hover {
    color: rgb(0, 84, 153);
}

.wp-nav a.wp-ico:hover path,
.wp-nav a.wp-ico:hover circle {
    fill: rgb(0, 84, 153);
}

.wp-nav a.wo-ico:hover g {
    stroke: rgb(0, 84, 153);
}

#pasek {
    background-color: var(--kolor);
}

#pasek .container {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#pasek #homepage {
    text-decoration: none;
    text-align: center;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-top: 1px;
}

#pasek #homepage .logo-wrozbyonline-kula {
    height: 30px;
    margin-right: 10px;
}

#pasek #homepage .logo-wrozbyonline-napis {
    height: 24px;
    margin-right: 5px;
    padding-top: 2px;
}

#pasek #homepage .logo-lat {
    width: 40px;
}

#pasek nav li {
    display: inline-block;
    background-color: var(--kolor-f);
}

#pasek nav li a {
    color: var(--kolor-p);
    text-transform: uppercase;
    line-height: 32px;
    padding: 0 8px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}

#pasek nav li a:hover,
#pasek nav li a.active {
    color: #FF3FE4;
}

#pasek nav li a svg {
    vertical-align: baseline;
    padding-left: 5px;
    padding-bottom: 2px;
}

#pasek nav ul ul {
    display: none;
}

#pasek nav ul li:hover>ul {
    display: block;
}

#pasek nav ul ul {
    border-radius: 0px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    text-align: left;
    margin: 0px;
    border-top: 6px solid transparent;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    margin-left: -30px;
    min-width: 186px;
}

#pasek nav ul ul li {
    float: none;
    position: relative;
    display: block;
    margin: 0px;
    border-right: 0px;
    background-color: #FED1FF;
    border-bottom: .7px solid #6c11787c;
    padding: 3px;
    font-size: 17px;
}

#pasek nav ul ul li:last-of-type {
    border-bottom: 0;
}

#pasek nav ul ul li a {
    display: block;
    line-height: 2;
    color: #570A54;
    text-transform: none;
    font-weight: 500;
    text-align: center;
}

#pasek #box_login_out {
    position: relative;
    margin-top: -32px;
}

#pasek #box_login {
    display: none;
}

#box_login {
    position: absolute;
    z-index: 3000;
    top: 0px;
    right: 0px;
    display: none;
    background: #fff;
    padding: 30px;
    border: 1px solid #ddd;
    max-width: 340px;
}

#box_login h4 {
    font-size: 18px;
    font-weight: 500;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: center left;
    margin-bottom: 20px;
}

#box_login h4,
#box_login h4 a {
    color: #440e47;
}

#box_login h4 a:hover {
    color: #b66ab5;
}

#box_login h4:first-of-type {
    background-image: url("../images/person-abaee52183411b14905cbe7a0658c2b2.png");
}

#box_login h4:last-of-type {
    background-image: url("../images/lock-ff189f3f4e7925badc5a632efbee8565.png");
}

#box_login button {
    margin-right: 20px;
}

#box_login input {
    width: 100%;
}

#box_login label {
    width: 100%;
    text-align: left;
}

#box_login form {
    padding-bottom: 20px;
}

#box_login p {
    line-height: 130%;
    font-size: 12px;
}

.administrator_info {
    color: #000;
    line-height: 140%;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 30px;
}

#error {
    padding: 48px 20px 58px;
    max-width: 700px;
    display: flex;
    align-items: center;
}

#error img {
    margin: 0 40px;
    width: 128px;
}

#error>div {
    width: calc(100% - 128px - 80px);
}

#error h6 {
    font-size: 28px;
    font-weight: 500;
    color: #3e1a3f;
    padding-bottom: 20px;
}

#error p {
    font-size: 18px;
    line-height: 1.56;
}

#error_bottom {
    height: 40px;
    opacity: 0.3;
    box-shadow: 0 -14px 30px 0 rgba(0, 0, 0, 0.25), 0 -10px 10px 0 rgba(0, 0, 0, 0.22);
    ;
}

#h1_header {
    margin-top: 20px;
}

#h1_header h2 {
    font-size: 28px;
    font-weight: 500;
    color: #642965;
    line-height: 36px;
    padding: 0;
}

#content_in {
    margin: 0;
}

#content_in .container {
    display: flex;
}

#content_in #left,
.container>.left {
    width: calc(100% - 305px);
}

#content_in #right,
.container>.right {
    width: 300px;
    margin-left: 5px;
}

#content_in #right .reklama,
.container>.right .reklama {
    padding-bottom: 0px;
    margin-top: -10px;
}

.kafle {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: -6px;
}

.kafle a {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: space-between;
    width: calc(100% / 6 - 6px);
    background: #FCF0FF;
    box-sizing: border-box;
    border-radius: 5px;
    color: #6C1178;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    padding: 0 11px;
    height: 34px;
    box-sizing: border-box;
    margin-right: 6px;
    margin-bottom: 6px;
}

.kafle a:hover {
    background-color: #FED1FF;
}

.kafle a span svg {
    vertical-align: top;
}

.kafle.gray a {
    background: #f0f0f0;
    color: #000;
    font-size: 14px;
}

.kafle.gray a:hover {
    background: #f2ebf2;
    opacity: 1;
}

.kafle a.white {
    background: #fff;
    color: #3e1a3f;
    border: solid 1px #d0bed0;
    border-radius: 4px;
}

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

#horoskopy_lista a.active,
.kafle a.active {
    position: relative;
}

#horoskopy_lista a.active:before,
.kafle a.active:before {
    content: "";
    background-color: #000;
    opacity: 0.25;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#horoskopy_lista a.active span,
.kafle a.active span {
    position: absolute;
}

#horoskopy_lista h2 {
    line-height: 32px;
}

.kafle a.white:hover {
    background: #f2ebf2;
}

#horoskopy_mini {
    margin-bottom: 36px;
}

#horoskopy_mini a {
    font-size: 14px;
    line-height: 1.3;
    color: #000000;
    padding: 5px 8px;
    border-radius: 4px;
    background-color: #f0f0f0;
    text-transform: uppercase;
    margin-right: 6px;
    display: inline-block;
    margin: 5px 0;
}

#horoskopy_mini a:hover,
#horoskopy_mini a.active {
    background-color: #3e1a3f;
    color: #fff;
}

.stars,
.stars_in {
    display: inline-block;
    width: 89px;
    vertical-align: top;
    height: 13px;
    background: url("../images/rate-54c91934c6432e3cf5dc7b064beb6c29.svg") no-repeat;
    background-size: cover;
    background-position: left bottom;
    line-height: 18px;
    text-align: left;
}

.stars.black,
.stars.black .stars_in {
    background-image: url("../images/rate_black-e88dde5c5e40a9dbc5d5a765d01339f9.svg");
}

.stars_in {
    background-position: left top;
    background-size: 89px;
}

footer {
    padding-top: 20px;
}

footer .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

footer .header .facebook a {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.33;
    color: #000000;
}

footer .header .facebook a img {
    margin-left: 10px;
}

footer .show_more {
    padding: 16px;
    text-align: center;
}

footer .show_more a {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.33;
    color: #000000;
}

footer .show_more a img {
    vertical-align: middle;
}

footer .show_more a:hover {
    color: #999;
}

footer .links {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
    padding: 16px 16px 0px 16px;
    height: 258px;
    overflow: hidden;
}

footer .links.auto_height {
    height: auto;
}

footer .links h4 {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.33;
    padding-bottom: 2px;
}

footer .links>div {
    width: 25%;
}

footer .links>div a {
    display: block;
    color: #3e1a3f;
    line-height: 1.33;
    font-size: 12px;
    padding: 2px 0;
}

footer .links>div a:hover {
    color: #999;
}

footer .links>div a.more {
    display: none;
}

footer .links>div a.more.show {
    display: block;
}

footer .gray {
    background: #f0f0f0;
    padding: 5px;
    line-height: 1.71;
    color: #000
}

footer .gray a {
    display: inline-block;
    color: #3e1a3f;
    padding: 0 8px;
}

footer .gray a:hover {
    color: #777;
}

footer .footer_info {
    padding: 8px 0px;
    line-height: 1.33;
    color: #7f7f7f;
    font-size: 12px;
}

footer ul {
    margin-bottom: 20px;
}

ol.breadcrumb {
    display: block;
    margin-top: 11px;
    padding-bottom: 11px;
}

ol.breadcrumb li {
    display: inline-block;
    font-size: 10px;
    line-height: 1.33;
    vertical-align: middle;
    color: #999;
}

ol.breadcrumb li img {
    width: 10px;
    height: 10px;
}

ol.breadcrumb li a {
    font-weight: 500;
    color: #999;
}

ol.breadcrumb li a:hover {
    color: #999;
}

#horoskop_opis p,
#horoskop_opis em,
.tekst p,
.tekst ol,
.tekst ul {
    padding-bottom: 15px;
    font-size: 18px;
    color: #6C1178;
}

.tekst ol {
    list-style-type: decimal;
    padding-left: 30px;
}

.tekst li {
    padding-bottom: 10px;
    line-height: 170%;
}

.tekst ul li {
    background: url("../images/tick-16x16-44a354cd1ea6ae335655b4b54d07eac9.svg") 0 8px no-repeat;
    padding-left: 20px;
}

.tekst li>p {
    padding-bottom: 0;
}

#kontakt_mini {
    padding-right: 20px;
}

span.data.no_ekspert {
    text-align: right;
    display: block;
    padding-top: 10px;
    font-size: 14px;
    border: 0 !important;
}

.artykul_naglowek p {
    font-weight: 500;
}

#artykul_info {
    margin-top: -40px;
    margin-left: 20px;
    display: inline-flex;
    align-items: center;
}

#artykul_info.horoskop_foto {
    margin-bottom: 30px;
}

#artykul_info span {
    display: inline-block;
    line-height: 1.2;
    color: #000;
    font-size: 14px;
    margin-top: 15px;
}

#artykul_info span.data,
span.data.no_ekspert {
    color: #7f7f7f;
    border-left: 1px solid #7f7f7f;
    padding-left: 8px;
    margin-left: 8px;
}

#artykul_info img {
    width: 74px;
    height: 74px;
    border-radius: 14px;
    border: solid 2px #ffffff;
    vertical-align: center;
    margin-right: 10px;
}

#artykul .artykul_naglowek {
    margin-top: 24px;
}

div.copyright {
    background: #f0f0f0;
    line-height: 150%;
    padding: 20px;
    border-radius: 4px;
    font-size: 12px;
}

.paginate {
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}

.paginate a,
.paginate span.current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    font-weight: 600;
    vertical-align: middle;
    aspect-ratio: 1;
    margin: 0 .5px;
    border-radius: 6px;
    line-height: 1.3;
    background-color: #7E1E8B;
    border-color: #7E1E8B;
    color: #fff;
    font-size: 16px;
}

.paginate a {
    text-decoration: none;
}

.paginate a.noborder {
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
}

.paginate a.noborder img {
    margin: 2px 5px 0 5px;
    width: 12px;
}

.paginate span.current {
    background: #FED1FF;
    border-color: #FED1FF;
    color: #6C1178;
}

.paginate a:hover {
    background-color: #7E1E8B;
    color: #FED1FF;
}

div.paginate_z
{
    color: #570A54;
    font-size: 14px;
    padding: 15px;
    font-weight: 600;
}

ul.ui-autocomplete {
    background: none repeat scroll 0 0 #FCF0FF;
    border: 1px solid #bbb;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 150px;
}

ul.ui-autocomplete li {
    background-image: none;
    border-bottom: 1px solid #eee;
    color: #6C1178;
    font-weight: normal;
    list-style-type: none;
    margin: 0;
    padding: 10px;
    text-align: left;
    font-weight: 600;
}

ul.ui-autocomplete li:hover {
    background-color: #FED1FF;
    cursor: pointer;
}

ul.ui-autocomplete strong.highlight {
    color: blue;
    margin: 0;
    padding: 0;
}

.ui-helper-hidden-accessible {
    display: none;
}

.owl-carousel.owl-sky .owl-nav {
    position: absolute;
    box-sizing: border-box;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 2000;
}

.owl-carousel.owl-sky .owl-nav button {
    background-repeat: no-repeat !important;
    width: 60px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 0;
    background-size: 22px 22px, cover !important;
    outline: none !important;
    height: 64px;
}

.owl-carousel.owl-sky .owl-nav button:focus:active {
    outline: none !important;
    box-shadow: none;
}

button::-moz-focus-inner {
    border: 0;
}

.slider_move {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    background-repeat: no-repeat;
    cursor: pointer;
}

#slider_left {
    position: absolute;
    left: 0;
    background-position: left center !important;

    background-image: url("../images/arrow-left-16x16-b6ba1f0db11e7210fb6da3d47812f0a7.svg"), linear-gradient(to left, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 100%);
}

#slider_right {
    position: absolute;
    right: 0;
    background-position: right center !important;
    background-image: url("../images/arrow-right-16x16-78c471bd238ed57ae0ad287955ed2da9.svg"), linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
}

.owl-carousel.owl-sky .owl-nav button.disabled {
    display: none;
}

.szukaj {
    padding-bottom: 20px;
}

.szukaj h3.standard_header {
    margin: 8px 0;
}

.szukaj input[type=text],
.szukaj select {
    width: 100%;
    box-sizing: border-box;
    padding: 6px 10px !important;
    font-size: 16px;
    border: 2px solid #BBBBBB !important;
    border-radius: 6px;
    text-align: center;
    color: #7E1E8B;
    text-align: left;
}

.szukaj input[type=text]::placeholder {
    opacity: 1;
    color: #BBBBBB;
    text-align: center;
}

.szukaj select {
    border-radius: 6px;
    border: 2px solid #BBBBBB;
    width: 18%;
    padding: 6px 10px;
    margin-right: 6px;
    background: url("../images/arrow-select-16x16-55625336485ff101ff6236949d8ad2f7.svg") no-repeat right 5px center;
    background-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.szukaj #button_szukaj {
    position: absolute;
    right: 15px;
    top: 3px;
}

.szukaj .szukaj_imie {
    display: flex;
    justify-content: center;
}

.szukaj #szukaj_imie {
    width: 50%;
    margin-right: 6px
}

.szukaj #szukaj_imie_button {
    width: 20%;
    border-radius: 5px;
    background-color: #AD23CC;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.szukaj #szukaj_imie_button:hover {
    background: #FED1FF !important;
    color: #6C1178 !important;
}

.imie h2,
span.h2 {
    line-height: 1.6;
    font-weight: 600;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sny h2.standard_header {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.h2_link a {
    color: #6C1178;
    font-size: 12px;
    line-height: 1.33;
    float: right;
    margin-top: 10px;
}

.h2_link a img {
    margin-left: 5px;
    width: 12px;
    vertical-align: center;
    display: inline-block;
    margin-top: 2px;
}

.h2_link a:hover {
    color: #777;
}


/*OLD*/
.box_table,
#payments table {
    width: 100%;
    font-size: 16px;
    line-height: 130%;
    margin-top: 7px;
}

.box_table tr th,
#payments table tr th {
    background: #7E1E8B;
    padding: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px solid #333;
    vertical-align: middle;
    border-radius: 0;
    border: 1px solid #fff;
}

.box_table tr th:first-child {
    border-top-left-radius: 5px;
}

.box_table tr th:last-child {
    border-top-right-radius: 5px;
}


.box_table tr td,
#payments table tr td {
    padding: 10px 10px;
    text-align: center;
    background: #FED1FF;
    color: #570A54;
    vertical-align: middle;
    border: 1px solid #fff;
}

.box_table tr.mod td,
#payments table tr.mod td {
    background: #fff;
}

.box_table .button,
a.button_standard,
.button_100 {
    line-height: 52px;
    border-radius: 12px;
    background: #5c0e72;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    padding: 0 20px;
    margin: 10px 10px;
    min-width: 105px;
    border: 2px solid #5c0e72;
    text-align: center;
    min-width: 0;
}

.box_table .abutton {
    font-size: 14px;
    padding: 8px 12px;
    white-space: nowrap;
    min-width: 0;
}

.button_szary {
    background: #c7b6c7;
    color: #502453;
}

.sticky_out {
    position: relative;
}

.sticky {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    transform: translateZ(0);
    position: sticky !important;
    top: 120px;
}

#kontakt_mini {
    text-align: center;
}

#kontakt_mini h5 {
    color: #777;
    padding: 20px 0;
    font-size: 12px;
    font-weight: 500;
}

#kontakt_mini .osoba {
    position: relative;
    text-align: center;
}

#kontakt_mini .osoba h4 {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}

#kontakt_mini .osoba img,
#artykul_srodek .horoskopwrozka img.foto {
    border-radius: 16px;
    width: 60px;
    height: 60px;
    padding: 5px;
    border: solid 1px #f0f0f0;
    box-sizing: border-box;
    vertical-align: middle;
    margin-right: 10px;
}

#kontakt_mini .osoba img {
    width: 78px;
    height: 78px;
    margin-right: 0;
}

#kontakt_mini .uslugi {
    margin-top: 20px;
}

#kontakt_mini .uslugi a {
    margin-bottom: 20px;
}

#artykul_srodek .horoskopwrozka a {
    background: #fff;
    padding: 0px 0px 0px 20px;
    vertical-align: middle;
    border-radius: 16px;
    border: 1px solid #631F58;
    margin: 10px 0px;
    width: 100%;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    font-weight: 500;
}

#artykul_srodek .horoskopwrozka a:hover {
    background: #631F58;
    color: #fff;
}

#artykul_srodek .horoskopwrozka a img.foto {
    margin-right: 0;
    margin-left: 10px;
    border: 0;
}

#kontakt_mini .osoba .status_out .light {
    display: none;
    width: 11px;
    height: 11px;
    border: 3px solid #fff;
}

#kontakt_mini .osoba a:hover img {
    background: #f0f0f0;
}

#kontakt_mini .uslugi span svg circle {
    display: none;
}

.belka_porady {
    background: var(--kolor-y);
    text-align: center;
    font-size: 14px;
    color: #360B38;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 600;
    padding: 1px 0 0;
    position: relative;
    z-index: 900;
    overflow: hidden;
    font-weight: 600;
}

.belka_porady div {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    animation: marquee 2s linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-50%, 0);
    }
}

.belka_porady strong {
    font-weight: 700;
}

.button,
.abutton {
    background: #AD23CC;
    height: auto;
    font-size: 16px;
    font-weight: 700;
    width: auto;
    cursor: pointer;
    color: #fff;
    padding: 10px 22px;
    line-height: 100%;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    min-width: 180px;
    box-sizing: border-box;
}

.button_yellow,
#zaloguj .button.button_yellow {
    background-color: var(--kolor-y);
    color: #4D0946;
}

.button:hover,
.abutton:hover {
    background: #FED1FF !important;
    color: #6C1178 !important;
    cursor: pointer;
    text-decoration: none;
}

#zaloguj .button {
    min-width: 0;
    padding: 10px 10px;
    box-sizing: border-box;
    background: #AD23CC;
}

#sennik_header,
#imiennik_header {
    background: url("../images/sennik-e80658fe960c8dce89432ae27632a4b2.jpg");
    background-size: cover;
    height: 93px;
    border-radius: 9px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#imiennik_header {
    background-image: url("../images/imiennik-062fd22adaa5000aab60749810181107.jpg");
}

#sennik_header h1,
#imiennik_header h1 {
    line-height: 1.1;
    color: #570A54;
}

#sennik_header p,
#imiennik_header p {
    text-align: center;
    font-weight: 300;
    font-family: 'Montserrat';
    font-weight: 300;
    color: #570A54;
    font-size: 18px;
}

#litery {
    padding-top: 5px;
    position: relative;
    margin: 0;
}

#litery_slider {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#litery a {
    background: #FED1FF;
    border-radius: 9px;
    display: inline-block;
    min-width: 64px;
    height: 64px;
    line-height: 60px;
    font-size: 32px;
    text-align: center;
    margin-right: 5px;
    border: 2px solid transparent;
    box-sizing: border-box;
}

#litery a:hover,
#litery a.active {
    border-color: #7E1E8B;
}

.desktop_padding_top_right {
    padding-top: 45px;
}

.tooltip {
    position: relative;
}

.tooltip .tooltiptext {
    background-color: #7E1E8B;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    top: -30px;
    white-space: nowrap;
    display: none;
}

.tooltip:hover .tooltiptext {
    display: block;
}

.rejestracja_logowanie {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 8px 0;
}

.rejestracja_logowanie .button_logowanie {
    background-color: #A21CC1;
}

.rejestracja_logowanie .button_rejestracja {
    background: var(--kolor-y);
    color: #4d0946 !important;
    min-width: 110px;
    margin-left: 7px;
    text-align: center;
}

p.error {
    color: red;
    text-align: center;
    font-size: 16px;
}

.fancybox__content
{
    background-color: transparent !important;
    padding: 0 !important;
}