:root {
    --kolor: #831f90;
    --kolor-y: #f9d517;
}

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

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

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

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

strong {
    font-weight: 600;
}

.center
{
    text-align: center;
}

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

.bold {
    font-weight: 700;
}

.yellow {
    color: #971AB4;
}

.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
{
	max-width: 1185px;
    margin: 0 auto;
    padding: 10 10px;
    box-sizing: border-box;
}

#body {
    max-width: 840px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
}

#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: #570A54;
    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: #651373;
    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: 1px solid #B7B7B7;
    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;
}

input[type=checkbox]
{
    width: auto;
}

textarea {
    vertical-align: top;
}

input.input_error {
    border-color: red;
}

select {
    -webkit-appearance: none;
    background: url("../images/arrow-down-dark-FET081j.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-H_fvdcl.svg");
    background-position: center;
    background-repeat: no-repeat;
}

/*end.custom checkbox*/
#top {
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 0px;
    box-sizing: border-box;
}

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

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

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

#top #homepage .logo-wrozbyonline-lat {
    width: 47px;
    height: 38px;
    margin-top: 9px;
    margin-bottom: 7px;
    margin-left: 12px;
}

#top #top_top
{
    background: var(--kolor);
    transition: .5s;
    margin-bottom: 5px;
    position: relative;
    z-index: 4000;
}

#top #top_top .container {
    position: relative;
}

#top #top_top #top_all {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 4000;
    background: var(--kolor);
}

#top #top_top #top_szukaj {
    order: 1;
}

#top #top_top #menu_top_links {
    text-align: center;
}

#top #top_top #menu_top_links {
    text-align: center;
}

#top #top_top #menu_top_links_scroll {
    text-align: center;
    display: flex;
    align-items: center;
}

#top #top_top.top_fixed {
    position: fixed;
    top: 0;
    width: 100%;
    transition: .5s;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 40%);
}

#top #top_top.top_fixed #homepage span {
    display: none;
}

#top #columns.top_fixed {
    padding-top: 95px;
}

#top #zaloguj.zalogowany {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#top #zaloguj.zalogowany p {
    margin: 0 0 0 0px;
}

#top #zalogowany_jako a {
    background-size: 45px;
    background-position: left center;
    text-align: right;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 4px 15px 4px 0px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
}

#top #zalogowany_jako a:hover {
    text-decoration: none;
    transition: .3s;
}

#top #zalogowany_jako a:hover span {
    color: #fff;
}

#top #zalogowany_jako a span {
    color: var(--kolor-y);
}

#top .button
{
    min-width: 137px;
}

#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: #570A54;
    font-weight: normal;
}

#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: #570A54;
    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: #570A54;
    text-align: center;
    clear: both;
    position: relative;
    line-height: 1.5;
    font-size: 12px;
}

#stopka a {
    color: #570A54;    
}

.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: #570A54;
    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/li-Brh_QBX.svg") no-repeat 0px 3px;
    padding-left: 20px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 140%;
    margin-left: 10px;
}

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

.tekst ol li {
    padding-left: 10px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 140%;
    margin-left: 10px;
}

.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-Brh_QBX.svg") no-repeat 0px 4px;
    padding-left: 20px;
    color: #fff;
}

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

.box {
    background: #ebebeb;
    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;
}

.row_flex {
    display: flex;
}

.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;
}


.box .label,
.box h2 {
    text-transform: uppercase;
    color: #570A54;
    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 .label-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 370px;
    margin: 0 auto;
}

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

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

.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,
input.radio + label {
    text-align: left;
    padding: 0px 0px 0px 10px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: #570A54;
}

label.radio,
input.radio + label 
{
    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::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 1px;
    width: 14px;
    height: 14px;
    border: 2px solid #B7B7B7;
    background-color: #fff;
    border-radius: 4px;
}

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

input.checkbox:checked+label.label_checkbox::before,
input.radio:checked+label::before {
    background-color: #0075FF;
    background-image: url("../images/form/checkbox-H_fvdcl.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;
}

.bledy
{
    color: red;
}

.info
{
    font-size: 12px !important;
}

.info a
{
    color: #971AB4;;
}

.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;
}

.rej_zap
{
    color: #570A54;
    padding: 10px;
}

.rej_zap a
{
    color: #971AB4;
    text-decoration: underline;
    font-weight: 600;
}

#logowanie_new_in,
#rejestracja_new {
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 840px;
    margin: 10px auto 0;
}

#logowanie_new_in .box,
#rejestracja_new .box {
    margin-bottom: 7px;
}

#logowanie_bottom {
    margin-top: 0px;
}

#logowanie_bottom p {
    color: #570A54;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 0px;
}

#logowanie_bottom .kroki {
    padding: 10px 2px;
}

#logowanie_bottom .krok_p {
    padding: 10px 0;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    align-items: center;
    box-sizing: border-box;
}

#logowanie_bottom span.krok {
    color: #971AB4;
    text-transform: capitalize;
    font-weight: bold;
}

#logowanie_bottom .nie_masz_konta {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
}

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


.box_profile .label
{
    display: inline-block;
    text-transform: uppercase;
    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;
}