a img,
:link img,
:visited img {
    border: none;
}

html,
body {
    scrollbar-color: #51164d #2b0328;
    scrollbar-width: auto;
    background-color: var(--bg-color);
    font-family: 'Open Sans', Arial, Verdana, sans-serif;
    font-size: 11px;
}

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

a:hover {
    text-decoration: none;
    outline: none;
}

strong {
    font-weight: 600;
}

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

.bold {
    font-weight: 700;
}

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

.display_mobile,
.display_mobile_inline {
    display: none;
}

.display_none {
    display: none;
}

.underline
{
    text-decoration: underline;
}

.center
{
    text-align: center;
    padding: 15px;
    overflow: hidden;
}

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

.container,
#container
{
	width: 1185px;
    margin: 0 auto;
}

#container 
{
    display: flex;
    align-items: flex-start;
}

#container.hide_lewa #lewa
{
    display: none;
}

#container.hide_lewa #body
{
    width: 100%;
    margin: 0;
}

#lewa {
    width: 340px;
}

body.lewa_large #lewa {
    width: 420px;
}

body.lewa_large #body {
    width: calc(100% - 420px - 5px);
    padding-left: 5px;
}

#body {
    width: calc(100% - 335px);
    position: relative;
    margin-left: 5px;
}

#body.width_100 {
    float: none;
    width: 100%;
}

#body.width_100 .tekst {
    padding: 0;
}

.standard_header
{
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    padding: 5px 0;
    color: #F2D6FF;
    line-height: 1.4;
}

.tekst .standard_header_big {
  font-size: 18px;
}

.standard_header.profil_first_h1 {
    padding: 15px 0;
}

.tekst h1,
.tekst h2,
.tekst h3,
.tekst h4,
.tekst h5 {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
}

.button {
    background: #AD23CC;
    width: auto;
    cursor: pointer;
    color: #fff;
    padding: 9px 10px;
    line-height: 100%;
    display: inline-block;
    border-radius: 5px;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 600;
    border: 0;
    text-align: center;
    box-sizing: border-box;
    margin: 0 2px;
    text-transform: uppercase;
}

.button.fix_width
{
    min-width: 140px;
}

input,
textarea,
select {
    font-family: 'Open Sans';
    padding: 9px;
    width: 370px;
    color: #631F58;
    margin: 0px;
    background: #fff;
    border: 2px solid #FBD7FD;
    border-radius: 6px;
    font-weight: 500;
    font-size: 15px;
    box-sizing: border-box;
    line-height: 1;
}

input[type=text],
input[type=email]
{
    padding: 7px 9px;
}

textarea {
    vertical-align: top;
}

input.input_error {
    border-color: red;
}

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

label {
    text-align: right;
    padding: 0px;
    font-weight: 600;
    color: #fff;
}

label.lbl {
    display: block;
    text-align: center;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
}

form ul {
    text-align: left;
    color: red;
}

/*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;
}

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

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

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

.label_more {
    display: none;
}

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

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

/*end.custom checkbox*/

#bottom {
    padding: 20px 5px 5px 5px;
    margin: 0 auto;
    overflow: hidden;
    height: 100%;
    clear: both;
    color: #1b011c;
}

#bottom_in {
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #9c719d;
    padding: 30px 0 10px;
}

#bottom_in .b_center {
    text-align: center;
}

#bottom a {
    color: #fff;
    font-weight: normal;
}

#bottom_in a {
    color: #F2D6FF;
    font-weight: 400;
    font-size: 14px;
}

#bottom_in a:hover {
    color: #edbaf3;
    text-decoration: none;
}

#bottom_in h3,
#bottom_in h4,
#bottom_in .b_menu > a {
    background: none;
    padding-left: 0px;
    padding-top: 4px;
    height: 22px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #F2D6FF;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    display: block;
}

#bottom_in li {
    list-style-type: none;
    padding-left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: none no-repeat 8px 2px;
    font-size: 17px;
}

.bottom_social {
    text-align: right;
    margin-bottom: -60px;
    position: relative;
    z-index: 1000;
}

.bottom_social svg
{
    margin: 0 5px;
    border-radius: 10px;
}

.bottom_social svg path.logo {
    fill: #570A54 !important;
}

.bottom_social svg path.bg {
    fill: #FCF0FF !important;
}

#stopka {
    margin: 20px auto 40px;
    padding: 20px;
    color: #F2D6FF;
    text-align: center;
    clear: both;
    position: relative;
    line-height: 1.5;
    font-size: 12px;
}

.tekst {
    padding: 0;
    position: relative;
    line-height: 150%;
    color: #fff;
    font-size: 13px;
}

.tekst p {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.5;
    color: #F9DFFF;
    font-weight: 500;
}

.tekst.tekst_slim {
    max-width: 800px;
    margin: 0 auto;
}

.tekst ul {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 15px;
}

.tekst ul li {
    background: url("../images/ikony_statystyki/li-06b87f4015d6af087dd534454a32f5fc.svg") no-repeat 0px 3px;
    padding-left: 20px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 140%;
    margin-left: 10px;
}

.tekst ul li p {
    margin-bottom: 8px;
}

.tekst ol ul li {
    margin-left: 0;
}

.tekst.tekst_regulamin h1.standard_header
{
    font-size: 18px;
}

.tekst.tekst_regulamin p,
.tekst.tekst_regulamin li
{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

.tekst.tekst_regulamin ol ol
{
    margin-top: 10px;
    list-style-type: lower-alpha;
}

.tekst.tekst_regulamin ol > li::marker
{
    font-weight: 600;
}

.tekst.tekst_regulamin li
{
    padding-bottom: 5px;
}

.tekst #profil_opis ul li {
    background: url("../images/li-06b87f4015d6af087dd534454a32f5fc.svg") no-repeat 0px 4px;
    padding-left: 20px;
    color: #fff;
}

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


#baner_out {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6000;
}

#baner_out #baner_ogloszenie {
    position: relative;
}

#baner_out #baner_ogloszenie #baner_ogloszenie_in {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

#baner_out #baner_ogloszenie h3 {
    font-size: 48px;
    letter-spacing: 0.075em;
    font-weight: 600;
    font-family: 'Cormorant Garamond', serif;
    color: #F9E817;
    padding-top: 10px;
}

#baner_out #baner_ogloszenie.kategoria_2 h3 {
    color: #521D4D;
}

#baner_out #baner_ogloszenie p {
    font-size: 21px;
    line-height: 1.5;
    padding: 0 40px;
}

#baner_out #baner_ogloszenie.kategoria_1 p {
    color: #F0BEF3;
}

#baner_out #baner_ogloszenie.kategoria_2 p {
    color: #360B38
}

#baner_out #baner_ogloszenie h4 {
    color: #fff;
    font-size: 25px;
    font-weight: normal;
}

#baner_out #baner_ogloszenie.kategoria_2 h4 {
    color: #360B38
}

#baner_out #baner_ogloszenie h5 {
    color: #F0BEF3;
    font-size: 19px;
    font-weight: normal;
}

#baner_out #baner_ogloszenie h5 strong {
    color: #fff;
}

#baner_out #baner_ogloszenie #baner_doradca img {
    width: 120px;
    border-radius: 20px;
    border: 1px solid #fff;
}

#baner_out #baner_ogloszenie #baner_doradca h2 {
    padding-top: 10px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 24px;
}

#baner_out #baner_ogloszenie.kategoria_2 #baner_doradca h2 {
    color: #521D4D;
}

/*kafelki*/
#profile_out {
    margin-top: 0px;
}

#profile {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1.35;
}

#profile .profil a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: stretch;
    flex-grow: 1;
}

#profile .profil {
    background-color: var(--kolor);
    width: calc(50% - 2.5px);
    margin-bottom: 5px;
    border-radius: 7px;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 185px;
    overflow: hidden;
}

#profile .profil:hover {
    background-color: #541653;
    transition: .3s;
}

#profile .profil .column {
    width: 50%;
    position: relative;
    box-sizing: border-box;
}

#profile .profil .column.column-1 {
    width: 35%;
    padding: 0 10px 0px 0;
    align-self: flex-start;
}

#profile .profil .column.column-2 {
    width: 65%;
    display: flex;
    flex-direction: column;
}

#profile .profil h4 {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    padding: 2px 0 2px;
    border-radius: 4px;
    border: none;
    line-height: 115%;
    display: inline-block;
    margin-top: 2px;
    padding-right: 20px;
}

#profile .profil h4.long {
    font-size: 17px;
}

#profile .profil h4.extralong {
    font-size: 16px;
}

#profile .avatar_out {
    margin: 5px 5px 2px 5px;
}

#profile .avatar {
    border-radius: 6px;
    vertical-align: top;
    width: 134px;
    height: 130px;
}

.status_out {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #bbaabc;
    line-height: 1;
}

.status_profile {
    border-radius: 14px;
    font-size: 10.5px;
    padding: 2px 5px;
    display: inline-flex;
    align-items: center;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
    width: 100%;
}

.status_profile span.status {
    flex-grow: 1;
    text-align: center;
}

.status_profile span.dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: -2px;
}

.status_profile span.dot.online {
    background: #0dda3c;
}

.status_profile span.status.online {
    color: #0dda3c;
}

.status_profile span.dot.zajety {
    background: #e62e46;
}

.status_profile span.status.zajety {
    color: #e62e46;
}

.status_profile span.dot.offline {
    background: #bdbdbd;
}

.status_profile span.status.offline {
    color: #bdbdbd;
}

.status_profile span.dot.przerwa {
    background: #df5e00;
}

.status_profile span.status.przerwa {
    color: #df5e00;
}

.status_profile span.dot.urlop {
    background: var(--kolor-y);
}

.status_profile span.status.urlop {
    color: var(--kolor-y);
}

#profile .ocena {
    font-size: 13px;
    margin-top: 5px;
    line-height: 17px;
}

#profile .language {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    font-size: 12px;
}

#profile .language img {
    margin-left: 8px;
    height: 16px;
    border-radius: 2px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .5);
    vertical-align: bottom;
}

#profile .language img:nth-child(3) {
    display: none;
}

#profile .zrealizowane_uslugi {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    font-weight: 600;
}

#profile .zrealizowane_uslugi strong {
    padding-right: 5px;
    font-size: 17px;
}


#profile .dziedziny {
    font-size: 13px;
    line-height: 140%;
    font-weight: 600;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 3px;
}

#profile .dziedziny span {
    color: #FBBCFF;
    border-radius: 4px;
    display: inline-block;
    padding-right: 5px;
}

#profile p.opis {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 13px;
    line-height: 1.3;
    max-height: 51px;
    overflow: hidden;
    font-weight: 600;
}

#profile .buttons {
    display: flex;
    width: 100%;
}

#profile .buttons a,
#profile .buttons span
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 6);
    min-height: 30px;
    border-left: 2px solid #CB30EF;
    border-right: 2px solid #811799;
    background: #AD23CC;
    box-sizing: border-box;
}

#profile .buttons :first-child
{
    border-left: 0 !important;
}

#profile .buttons :last-child
{
    border-right: 0 !important;
}

#profile .buttons a svg
{
    height: 20px !important;
}

#profile .buttons a:hover
{
    background: #FCCBFF;
    border-left: 2px solid #f7defd;
    border-right: 2px solid #aa56bd;
}

#profile .buttons a:hover path.stroke
{
    stroke: #570A54 !important;
}

#profile .buttons a:hover path.fill
{
    fill: #570A54 !important;
}

#profile .buttons a svg {
    vertical-align: top;
    height: 25px;
    margin-top: 1px;
}

#profile .rekomendacje {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    padding: 0 0 2px;
    font-weight: 600;
    position: relative;
}

#profile .rekomendacje .rekomendacje_in {
    display: flex;
    align-items: center;
}

#profile .rekomendacje span.zobacz_opinie {
    color: var(--kolor-y);
    padding-top: 4px;
    display: inline-block;
    text-transform: uppercase;
}

#profile .rekomendacje span.zobacz_opinie:hover {
    text-decoration: underline;
}

#profile .rekomendacje .doradca_label {
    padding-top: 4px;
}

#profile .rekomendacje .doradca_label .nowy {
    color: var(--kolor-y);
    font-weight: 700;
    font-size: 13px;
    margin-right: 5px;
}

#profile .rekomendacje .doradca_label .promocja {
    color: #FF3FE4 !important;
    padding-right: 100px;
    font-size: 13px;
}

#profile .rekomendacje .medal {
    position: absolute;
    right: 10px;
    top: 0;
    width: 64px;
}

#profile img.rekomendacja {
    width: 20px;
    margin-right: 6px;
}

#profile .star {
    display: inline-flex;
    align-items: center;
    color: var(--kolor-y);
    padding-top: 5px;
}

#profile .star img {
    margin-left: 10px;
}

#profile .profil .heart {
    background-image: url("../images/heart_empty-20c64ff91c4cd263293eed5ae7c5229a.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    font-weight: bold;
    position: absolute;
    width: 20px;
    height: 24px;
    top: 4px;
    right: 8px;
    cursor: pointer;
}

#profile .profil .heart.active {
    background-image: url("../images/heart_full-21b97780746a302de784f89b2f43260f.svg");
}

.osoby_half
{
    margin-top: 6px;
}

.osoby_half #profile .profil
{
    width: calc(25% - 3px);
    margin-bottom: 5px;
    min-height: auto;
    height: auto;
    padding: 0px;
}

.osoby_half #profile .avatar
{
    border-radius: 5px;
}

.osoby_half #profile .profil .column.column-1
{
    width: 35%;
    padding-right: 2px;
    position: static;
}

.osoby_half #profile .profil .column.column-2
{
    width: 65%;
}

.osoby_half #profile .profil h4
{
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 5px;
    min-height: 28px;
    max-height: 28px;
    padding-right: 10px;
}

.osoby_half #profile .profil .opis,
.osoby_half #profile .profil .dziedziny
{
    display: none;
}

.osoby_half #profile .buttons
{
    padding-top: 3px;
}

.osoby_half #profile .buttons a,
.osoby_half #profile .buttons span
{
    height: 18px;
    min-height: auto;
    border-left-width: 1px;
    border-right-width: 1px;
}

.osoby_half #profile .buttons a svg
{
    height: 13px !important;
    width: 18px;
    margin-top: 0px;
}

.osoby_half #profile .profil .heart
{
    width: 12px;
    background-size: 12px;
    top: -1px;
    right: 5px;
}

.osoby_half #profile .rekomendacje
{
    padding: 0;
    margin: 0;
}

.osoby_half #profile .rekomendacje .rekomendacje_in
{
    display: none;
}

.osoby_half #profile .rekomendacje .doradca_label
{
    padding: 0;
}

.osoby_half #profile .rekomendacje .medal {
    width: 25px;
    top: -15px;
}

.osoby_half #profile .zrealizowane_uslugi
{
    font-size:  10px;
    line-height: 10px;
}

.osoby_half #profile .zrealizowane_uslugi strong
{
    font-size:  13px;
}

.osoby_half .status_out
{
    position: absolute;
    left: 35%;
    right: 0;
    bottom: 19px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.osoby_half .status_out .status_profile
{
    font-size: 10px;
    flex-direction: row-reverse;
    padding-left: 0;
}

.osoby_half .status_out .status_profile span.status
{
    text-align: left;
}

.osoby_half .status_out .status_profile span.dot
{
    width: 8px;
    height: 8px;
}

.osoby_half #profile .rekomendacje .doradca_label .nowy
{
    display: none;
}

.osoby_half .paginate.paginate_wiecej a
{
    padding: 4px 8px;
    font-size: 13px;
    height: auto;
    aspect-ratio: auto;
    min-width: 0;
    width: auto;
}

.osoby_half  #profile .avatar
{
    max-width: 100%;
    height: auto;
}

/*end.kafelki*/

.zobacz_wiecej_ekspertow
{
    text-align: center;
    margin-top: 3px;
}

.zobacz_wiecej_ekspertow a
{
    background-color: #7E1E8B;
}

div.paginate {
    padding-top: 10px;
    padding-bottom: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

div.paginate span.first,
div.paginate span.previous,
div.paginate span.last,
div.paginate span.next
{
    display: none;
}

div.paginate a,
div.paginate span
{
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 700;
    margin: 0 0.5px 0;
    font-size: 14px;
    background: #7E1E8B;
    color: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    aspect-ratio: 1;
}

div.paginate span
{
    background: #B955C7;
    color: #fff;
}

div.paginate a:hover
{
    text-decoration: none;
    background: var(--kolor-p);
    color: #4d0946 !important;
}

div.paginate_wiecej.paginate {
    padding-top: 0px;
    padding-bottom: 5px;
}

div.paginate_wiecej.paginate a {
    min-width: 240px;
    box-sizing: border-box;
    margin-top: 0;
}

div.paginate_z
{
    color: #F9DFFF;
    font-size: 18px;
    padding: 10px;
    font-weight: 600
}

#artykuly_nowe {
    width: 100%;
}

#artykuly_nowe a,
a.artykul_box {
    margin-top: 0px;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 5px;
}

#artykuly_nowe a div,
a.artykul_box div {
    padding: 2px 4px 4px;
    margin-top: 133px;
    background: var(--kolor);
}

#artykuly_nowe h3,
a.artykul_box h3 {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 20px;
    line-height: 140%;
    background: none;
    padding-left: 6px;
    border: 0;
    margin-bottom: 0;
    text-transform: none;
    font-weight: bold;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    color: #F9DFFF;
    font-weight: 600;
    height: 46px;
}

#artykuly_nowe a:hover,
a.artykul_box:hover {
    opacity: .7;
    transition: .3s;
    background-color: rgb(56, 7, 53);
}

#artykuly_nowe a:hover div,
a.artykul_box:hover div {
    transition: .3s;
    text-decoration: none;
}

#artykuly_nowe a:hover,
a.artykul_box:hover {
    text-decoration: none;
}

#artykuly_nowe p,
a.artykul_box p {
    padding-top: 6px;
    padding-left: 6px;
    padding-bottom: 6px;
    font-size: 14px;
    box-sizing: border-box;
    color: #F9DFFF;
    line-height: 1.6;
    min-height: 61px;
    text-align: center;
}

.box {
    background: #681A73;
    padding: 18px;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    font-size: 16px;
}

.box p {
    font-weight: 400;
}

.box p.semi-bold {
    font-weight: 600;
    font-size: 17px;
}

.box h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}

.box.box_usluga {
    background: var(--kolor);
    border-radius: 5px;
    padding: 10px 25px 10px;
    border: 0;
    margin-bottom: 15px;
}

.box.box_usluga {
    font-weight: 500;
}

.box.box_usluga p {
    margin-bottom: 8px;
}

.box.box_usluga p.small_p {
    font-size: 14px;
}

.box.box_usluga p.small_p a {
    color: #F9DFFF;
}

.box.box_usluga p:last-child {
    margin-bottom: 5px;
}

.box.box_usluga.box_usluga_call,
.box.box_usluga.box_usluga_uzupelnij_numer {
    margin-bottom: 10px;
}

.box.box_usluga.box_usluga_tab {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 15px;
}

.box.box_usluga.box_chat p.koszt,
.box.box_usluga.box_callback p.koszt,
.box.box_usluga.box_email p.koszt {
    margin-top: 2px;
    margin-bottom: 0 !important;
}

.box.box_usluga.box_smschat {
    position: relative;
    text-align: center;
    margin-bottom: 8px;
}

.box.box_usluga.box_smschat span.wyslij_sms {
    color: #f1d6f4;
    font-size: 16px;
    text-align: center;
    display: block;
    padding-bottom: 6px;
}

.box.box_usluga.box_smschat span.na_numer {
    font-size: 16px;
    color: #f1d6f4;
    display: block;
    padding-bottom: 6px;
}

.box.box_usluga.box_smschat span.na_numer_out {
    margin-top: 0px;
}

.box.box_usluga .dostepne_srodki {
    text-align: center;
    font-size: 18px;
}

.box.box_usluga .dostepne_srodki strong {
    font-weight: 700;
}

.box.szczegoly_email>div {
    padding-bottom: 20px;
    font-weight: 600;
}

.box.szczegoly_email div.szczegoly_button {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.box.szczegoly_email div.szczegoly_button div.label {
    margin-right: 38px;
}

.box.szczegoly_email div.flex {
    display: flex;
    align-items: flex-start;
}

.box.szczegoly_email .label,
.box.szczegoly_email label {
    display: inline-block;
    width: 270px;
    min-width: 270px;
    text-align: right;
    margin-right: 10px;
    vertical-align: top;
}

.box.szczegoly_email #wiadomosc_form label {
    font-weight: 400;
    text-align: center;
    font-size: 15px;
    padding-bottom: 15px;
    width: 100%;
}

.box.szczegoly_email .dodatkowe_informacje_label {
    font-weight: 400;
    text-align: center;
    font-size: 15px;
    padding-bottom: 15px;
    width: 100%;
}

.box_profile .label,
.box_profile h2 {
    text-transform: uppercase;
    color: #fff;
    padding-right: 5px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    width: calc((100% - 370px - 5px) / 2);
    min-width: calc((100% - 370px - 5px) / 2);
    box-sizing: border-box;
}

.box_profile .label-top
{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 370px;
    margin: 0 auto;
}

.box_profile .label-top .label {
    width: 370px;
    display: block;
    text-align: left;
    padding-bottom: 5px;
}

.box_profile .label {
    display: inline-block;
    color: #fff;
}

.box_profile .label-large {
    font-size: 18px;
    font-weight: 600;
}

.box_profile .label.right {
    text-align: right;
}

.box_profile h2
{
    margin: 10px 0;
}

.box.box_profile h2.h2_center
{
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
}

.box_profile .row_flex .label,
.box_profile .row_flex span.label {
    align-self: center;
    text-align: right;
    padding-right: 20px;
}

.box.box_profile h2.h2_center {
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
}

.box textarea {
    width: 370px;
    height: 200px;
}

.box form > div,
.box form .form_line {
    clear: both;
    padding: 8px 0px;
    font-size: 16px;
    font-weight: 400;
}

.box form .form-help {
    font-size: 13px;
    max-width: 370px;
    padding-top: 0;
    line-height: 1.3;
}

.form-row-checkbox.all {
    padding: 5px 0 5px;
    display: flex;
    align-items: center;
    max-width: 370px;
    margin: 0 auto;
}

form[name=rejestracja_fb] .form-row-checkbox.all input {
    margin-top: 0;
}

.form-row {
    padding-bottom: 15px;
    position: relative;
}

.form-row-checkbox ul {
    margin: 0;
    margin-left: 10px;
    padding: 0;
    text-align: center;
}

.form-row-checkbox li {
    list-style-type: none;
    background: red;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
}

.form-row-checkbox {
    margin-bottom: 5px;
}

.form-row-checkbox label {
    font-size: 14px;
}

.form-row-checkbox.all {
    padding: 5px 0 5px;
    display: flex;
    align-items: center;
    max-width: 370px;
    margin: 0 auto;
}

.form-row-checkbox.all .help-text {
    margin: 0;
    padding: 0;
    padding-left: 5px;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.2;
    font-size: 14px;
    text-decoration: underline;
}

.form-row-checkbox input {
    order: 3;
    width: auto !important;
    margin-top: 2px;
}

.form-row-checkbox.all label {
    width: auto !important;
    line-height: 1.4;
}

.form-row-checkbox.all label.label_checkbox_bold {
    font-weight: bold;
}

/*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;
}

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

/*end.custom checkbox*/

.zglos_sugestie {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.textareasms {
    width: 400px !important;
    height: 100px !important;
    margin: 10px 0;
    background-color: #FBD7FD;
    border: 2px solid #fff;
    line-height: 1.4;
}

.data_form select {
  width: 120px;
}

div.information
{
    padding: 5px 0;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

div.information.information-info
{
    color: green;
}

div.information.information-error
{
    color: red;
}

.bledy
{
    color: red;
}

.info
{
    font-size: 12px;
}

.table {
    margin: 5px 0;
}

.table table {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    border-collapse: collapse;
    border-spacing: 2px 0;
}

.table table tr th {
    background: #681A73;
    padding: 12px 6px;
    color: var(--kolor-y);
    text-transform: uppercase;
    font-weight: 600;
    vertical-align: middle;
    border-left: 1px solid #561158;
}

.table table tr td {
    padding: 12px 6px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    vertical-align: middle;
    line-height: 1.4;
    background: #3D093B;
    border-left: 1px solid #561158;
}

.table table tr td:first-of-type,
.table table tr th:first-of-type
{
    border-left: 0;
}

.table table tr.mod td {
    background: #2B0229;
}

.table table tr td .abutton {
    font-size: 14px;
}

.phone_verified,
.email_verified {
    display: inline-block;
    margin-left: calc((100% - 370px - 10px)/2);
    margin-top: 10px;
}

.phone_verified a,
.phone_verified span,
.email_verified a,
.email_verified span {
    padding: 2px 10px;
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: 13px;
    font-weight: 500;
}

.phone_verified a.active,
.phone_verified span.active,
.email_verified a.active,
.email_verified span.active {
    display: inline-block;
}

.phone_verified a.error,
.email_verified a.error {
    background: #F91717;
}

.phone_verified span.success,
.email_verified span.success {
    background: green;
}

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

.my_popup {
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.my_popup h1 {
    text-align: center;
    text-transform: uppercase;
    color: #F2D6FF;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px 10px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.my_popup h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 10px 0 0 0;
    color: #fff;
}

.my_popup h5 {
    font-size: 16px;
    color: #F2D6FF;
    margin-bottom: 10px;
}

.my_popup p {
    font-size: 16px;
    padding-bottom: 10px;
}

.my_popup input {
    padding: 8px 10px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 5px;
    width: 170px !important;
}

.my_popup input::placeholder {
    opacity: 1;
}

.my-tooltip {
    position: relative;
    display: inline-block;
}

.my-tooltip .tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: #FCCBFF;
    color: #631F58;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    position: absolute;
    top: -3px;
    z-index: 1;
    font-size: 16px;
    font-weight: 600;
    text-transform: lowercase;
}

.my-tooltip .tooltiptext-out {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 50%;
    text-align: center;
    margin-right: 12px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    border: 2px solid #3D093B;
    box-sizing: border-box;
}

.my-tooltip:hover .tooltiptext {
    visibility: visible;
}

.my-tooltip:hover .tooltiptext-out {
    border-color: #fff;
    color: #fff;
}

#profil_form_kraj
{
    width: 70px !important;
}

#profil_form_telefon
{
    width: 120px !important;
    margin-left: 5px;
}

#profil_form_data_urodzenia
{
    display: inline-block;
}

#profil_form_data_urodzenia select
{
    margin-right: 5px;
}

#profil_form_data_urodzenia select:last-of-type
{
    margin-right: 0;
}

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

.rejestracja_logowanie .button {
    min-width: 138px;
}

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

#banery_home a
{
    display: block;
    position: relative;
    width: calc(50% - 2px);
}

#banery_home a.display_mobile
{
    display: none;
}

#banery_home a:hover,
#baner_dopasuj a:hover
{
    opacity: .8;
    transition: .3s;
}

#banery_home a img,
#baner_dopasuj a img
{
    width: 100%;
    vertical-align: top;
}

#banery_home p,
#baner_dopasuj p
{
    position: absolute;
    width: 60%;
    left: 40%;
    top: 25px;
    color: #fff;
    line-height: 1.2;
    font-size: 20px;
    font-family: 'Montserrat';
}

#banery_home p span
{
    display: block;
    font-weight: 300;
    padding-top: 10px;
    line-height: 1.0;
}

#baner_dopasuj_out
{
    padding-bottom: 5px;
}

#baner_dopasuj a
{
    display: block;
    position: relative;
}

#baner_dopasuj p
{
    left: 10px;
    top: 13px;
}