* {
    outline: none;
}

body.no-scroll {
    height: 100%;
    overflow-y: hidden;
}


.fls-login-register-form {
    text-align: center;
    max-width: 430px;
}

.fls-login-form {
    max-width: 430px;
}

.fls-register-form {
    max-width: 880px;
}

.fls-popup {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    display: none;
    background-color: rgba(0, 0, 0, 0.77);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1.5em;
    color: #6F6F6F;
    z-index: 999;
}

.fls-register-form-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 20px;
}

.fls-register-form-row .fls-item {
    width: 100%;
    display: flex;
    flex-direction: column;
}


.fls-popup p {
    margin: 0;
}

.fls-popup-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: auto;
    flex-wrap: wrap;
}

.fls-popup-box {
    background-color: #F6F2ED;
    border-radius: 12px;
    padding: 70px 60px;
    position: relative;
    overflow: auto;
    flex-wrap: wrap;
    margin: 20px 0 0;
}

button.fls-close-popup {
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    border: 0;
    line-height: 1;
    cursor: pointer;
    color: #fff;
    position: absolute;
    right: 13px;
    top: 10px;
    background: transparent;
}

button.fls-close-popup:hover {
    opacity: 0.7;
}

.fls-form {

}

.fls-form .fls-popup-header {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.fls-form .fls-popup-header span.title {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #040404;
    font-family: 'Frank Ruhl Libre', sans-serif;
    margin-bottom: 10px;
}

.fls-form .fls-popup-header p {
    margin-bottom: 25px;
}

.bottom-extra-info {
    display: flex;
    flex-direction: column;
}

.intro-links {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.intro-links a:first-child {
    margin-bottom: 20px;
}

#fls-login-form .login-wrap-action a.fls-open {
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.50);
    margin-top: 11px;
    margin-bottom: 13px;
    align-self: flex-start;
    font-size: 14px;
    justify-self: flex-start;
}

#fls-login-form .login-wrap-action .fls-item-right {
    align-self: center;
    margin-top: 20px;
    margin-bottom: 45px;
}

/* buttons */
.fls-form .btn,
.fls-form .btn:focus,
.fls-form .btn:visited,
.fls-form button.btn {
    background-color: #000;
    border-radius: 24px;
    padding: 10px 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
    font-weight: 700;
    display: inline-block;
    border: none;
    max-width: 180px;
    min-width: 180px;
    cursor: pointer;
}

.fls-form .btn:hover,
.fls-form button.btn:hover {
    background-color: #5CBBC8;
    color: #fff;
    transition: 0.5s;
    opacity: 1;
    text-decoration: none;
}

.fls-form input.reset-form {
    display: none;
}

/* grid */
.fls-row {
    display: flex;
    flex-direction: column
}

.fls-row .fls-item {
    padding-bottom: 27px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.fls-row .fls-item.fls-item-vertical-center {
    display: flex;
    align-items: center;
}

.fls-row .fls-item.fls-item-right {
    text-align: right;
}

.fls-row-1 .fls-item {
    width: 100%;
}

.fls-row-2 {
    flex-direction: row;
}

.fls-row-2 .fls-item {
    width: 50%;
}

.fls-row-2 .fls-item:first-child {
    padding-right: 10px;
    width: 50%;
}

.fls-row-2 .fls-item:last-child {
    padding-left: 10px;
    width: 50%;
}

.fls-row-2 .fls-item:last-child label {
    padding-left: 10px;
}

/* inputs */
.fls-form input[type="text"],
.fls-form input[type="text"]:focus,
.fls-form input[type="email"],
.fls-form input[type="email"]:focus,
.fls-form input[type="password"],
.fls-form input[type="password"]:focus,
.fls-form input[type="number"],
.fls-form input[type="number"]:focus,
.fls-form input[type="tel"],
.fls-form input[type="tel"]:focus,
.fls-form textarea, .fls-form select {
    border: 1px solid #D7D7D7;
    border-radius: 24px;
    padding: 5px 12px;
    background-color: #FFF;
    display: block;
    width: 100%;
    color: rgba(0, 0, 0, 0.5);
    min-height: 45px;
    font-size: 18px;
}

.fls-form select {
    color: #000;
    border: 1px solid #fff;
    height: 44px;
}

.fls-form select option {
    font-size: 16px;
}

.fls-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
}

.fls-form ::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
}

.fls-form :-ms-input-placeholder { /* IE 10+ */
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
}

.fls-form :-moz-placeholder { /* Firefox 18- */
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
}

.fls-item.no-pad {
    padding: 0;
}

.fls-item > label {
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.fls-item input.error {
    border: 1px solid #FF5555;
}

.fls-item > label.error {
    color: #FF5555;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
}

.fls-item:empty {
    padding: 0;
}

.fls-checkbox {
    display: flex;
    flex-wrap: wrap;
}

.fls-checkbox .label {
    position: static;
}

.fls-checkbox .fls-checkbox-left {
    width: 25px;
}

.fls-checkbox .fls-checkbox-right {
    width: calc(100% - 25px);
}

/* links */
.fls-form a,
.fls-form a:focus,
.fls-form a:visited {
    text-decoration: none;
    color: #000;
}

.login-right {
    text-align: center;
}

.login-wrap-action {
    display: flex;
    flex-direction: column;
}

.fls-form a.link-bold {
    font-weight: 600;
}

.fls-form a.link-underline {
    text-decoration: underline;
}

.fls-form a:hover {
    text-decoration: underline;
    color: #000;
    opacity: 0.7;
    transition: 0.5s;
}

/* login form */
.login-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.login-wrap .login-left .fls-row:nth-child(2) .fls-item {
    padding-bottom: 5px;
}

.login-wrap .login-left .fls-row:nth-child(3) .fls-item button {
    margin-right: 0;
}

.login-wrap .login-right p {
    margin-bottom: 20px;
}

/* message */
.fls-message {
    padding: 0;
    border-radius: 4px;
}

.fls-message:not(:empty) {
    padding: 15px;
    margin-bottom: 25px;
}

.fls-message.fail {
    color: #fff;
    border: 1px solid #FF5555;
    background-color: #FF5555;
}

.fls-message.fail label {
    display: block;
}

.fls-message.success {
    color: #fff;
    border: #198754;
    background-color: #198754;
    text-shadow: none;
}

#fls-register-message a {
    color: white;
    text-decoration: underline;
}

/** checkbox */
.control {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.control.error,
.control.error a {
    color: #FF5555;
}

.control.error .control_indicator {
    border-color: #FF5555;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    background: white;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #2aa1c0;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}

.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 7px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.fls-register-form .fls-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

@keyframes s-ripple {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes s-ripple-dup {
    0% {
        transform: scale(0);
    }
    30% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.control-checkbox input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}

.control-checkbox input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}


.fls-end-register-form.fls-form {
    min-width: 400px;
}

select[name="fls_veryfication_stanowisko"] {
    font-size: 16px;
}

.fls-remember-form {
    max-width: 430px;
}

/* fls block content */
.fls-wrap-only-for-logged {
    margin: 40px 10px;
    display: flex;
    justify-content: center;
}

.fls-wrap-only-for-logged__box {
    background-color: #5CBBC8;
    border-radius: 6px;
    max-width: 500px;
    padding: 20px 30px;
    position: relative;
    overflow: auto;
    flex-wrap: wrap;
    margin: 20px 0;
}

.fls-wrap-only-for-logged__box .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.fls-wrap-only-for-logged__box .desc {
    font-size: 14px;
    color: #fff;
    margin-bottom: 25px;
    display: block;
}

.fls-wrap-only-for-logged__box .intr-links {
    display: flex;
}

@media all and (max-width: 767px) {
    .fls-end-register-form.fls-form {
        min-width: auto;
        width: 100%;
    }

    .fls-popup-box {
        max-width: 100%;
        border-radius: 0;
        height: 100vh;
        display: flex;
        align-items: center;
        width: 100%;
        margin: 0;
    }

    .fls-row-2 .fls-item:first-child {
        width: 100%;
    }

    .fls-row-2 .fls-item {
        width: 100%;
    }

    .fls-item {
        width: 100%;
    }

    .fls-popup-box {
        padding: 20px;
        justify-content: center;
        align-items: center;
    }

    .fls-register-form-row {
        flex-direction: column;
    }

    .fls-row.fls-row-2.login-wrap-action .fls-item:last-child {
        padding-left: 0;
        text-align: left;
    }

    .fls-form {
        width: 100%;
    }

    #fls-login-form .login-wrap-action .fls-item-right button {
        width: 100%;
        max-width: none;
    }

    .login-wrap .login-left,
    .login-wrap .login-right {
        width: 100%;
    }

    .login-wrap .login-right {
        padding: 0 0 20px 0;
    }

    .fls-popup-box {
        width: 100%;
    }
}
