.dark,
.dark body,
.dark .green_hover,
.dark .tekst,
.dark .tekst table,
.dark #head-line,
.dark #bread a,
.dark .main_img .main_info,
.dark .footer2,
.dark .f2_link,
.dark #footer #f_menu a,
.dark .short,
.dark #menu li ul,
.dark .s_blue,
.dark h3,
.dark .content.konto_top .box,
.dark #boksy li > a,
.dark .half_3 .n_text,
.dark .f_form label,
.dark .head,
.dark .tekst textarea,
.dark input,
.dark input::placeholder,
.dark textarea::placeholder,
.dark #browser #inside
{
    background: #000 !important;
    color: #fff !important;
    z-index: 10;
}

.dark #evideCookiesNotify
{
    background: #282c2d;
}

.dark #content
{
    background: #000;
    outline-color: #000;
    border-color: #000;
}

.dark a.d_pdf:hover
{
    background: url(img/d_pdf_bg_bl.png) no-repeat 20px center #000 !important;
    color: #fff !important;
}

.dark a.d_pdf
{
    background: url(img/d_pdf_bg_bl.png) no-repeat 20px center #1c1c1c !important;
    color: #fff !important;
}

.dark .slide .blok_head
{
    background: url(img/s_down.png) right 5px #000 no-repeat;
    color: #fff !important;
}

.dark .main_img img
{
    filter: grayscale(1) brightness(.4);
}

.dark .main_img .tekst,
.dark .footer_2020,
.dark .beta .beta_box,
.dark .bx-wrapper,
.dark .slide.s_grey .content
{
    background: none !important;
}

.dark #menu li:hover a
{
    background: none !important;
}

.dark .sbOptions
{
    background: #000;
}

.dark .sbOptions a:link,
.dark .sbOptions a:visited
{
    color: #fff;
    text-decoration: none;
}

.dark .sbSelector:link,
.dark .sbSelector:visited,
.dark .sbSelector:hover
{
    color: #fff;
    outline: none;
    text-decoration: none;
}

.dark .sbHolder
{
    background: #000 !important;
}

.dark #f_color img {
    filter: invert(1);
}

.dark nav
{
    background: none;
}

.dark #formularz .formularz-wrapper .superlabel,
.dark #formularz .formularz-title .subtitle,
.dark #formularz .traditional-mail-info>div,
.dark #formularz .formularz-wrapper .input-wrapper label,
.dark .agreements-wrapper,
.dark footer a, .dark footer div
{
    color: #fff;
    opacity: 1;
}

.dark #formularz .formularz-wrapper textarea
{
    background: #000;
    color: #fff;
}

.dark #formularz .checkbox-wrapper .checkbox-item
{
    color: #000;
}

@font-face {
    font-family: 'DaxPro';
    src: url('./fonts/DaxPro-Regular.woff2') format('woff2'),
        url('./fonts/DaxPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DaxPro';
    src: url('./fonts/DaxPro-Bold.woff2') format('woff2'),
        url('./fonts/DaxPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.f_help
{
    width: auto;
    padding: 0 10px;
    height: 27px;
    font-size: 20px;
    display: block;
    float: right;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 32px;
    cursor: pointer;
}

#f_plus, #f_minus, #f_reset
{
    padding: 0 3px;
}

#f_minus
{
    padding-left: 10px;
}

#f_color img
{
    display: block;
}

html {
    scroll-behavior: smooth;
}

menu, ol, ul {
    padding: 0 0 0 40px;
}

dl, menu, ol, ul {
    margin: 1em 0;
}

.jspDrag {
    background: grey !important;
}

.jspVerticalBar, .jspTrack {
    background: lightgrey !important;
}

#evideCookiesNotify {
    width: 1280px;
    margin: auto;
    color: #fff;
    position: relative;
    padding: 10px;
    font-size: 11px;
    background: #43b7e9;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#evideCookieNotifyClose {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 15px;
}
.textc {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 50px;
}

#evideCookiesNotify a,
#evideCookiesNotify a:hover {
    color: #fff;
    font-weight: 700;
}
#intro #evideCookiesNotify {
    width: 1031px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'DaxPro';
}

.content-wrapper {
    max-width: 1320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

nav {
    height: 130px;
    background-color: white;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav .content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav .content-wrapper .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

nav .content-wrapper .right>a {
    margin-right: 50px;
    color: #2a363b;
    font-size: 21px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-decoration: none;
}

nav .content-wrapper .right>a:hover {
    color: #43b7e9;
    text-decoration: underline;
}

nav .content-wrapper .right .language a img {
    transition: .3s;
}

nav .content-wrapper .right .language a:hover img {
    transform: scale(0.9);
}

.boxes .big-box {
    position: relative;
    width: 100%;
    height: 550px;
    background-image: linear-gradient(248deg, rgba(99, 179, 46, 0.84) 0%, #85ce3b 100%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 12px;
    padding-right: 100px;
    margin-bottom: 10px;
}

.boxes .big-box .big-box-title {
    color: white;
    line-height: 71px;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -1.28px;
    text-align: left;
    margin-bottom: 20px;
}

.boxes .big-box .big-box-content {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 27px;
    text-align: left;
    color: white;
}

.boxes .smaller-boxes .left-box {
    max-width: 848px;
    width: 100%;
    background-image: linear-gradient(141deg, rgba(67, 183, 233, 0.83) 0%, rgba(52, 213, 234, 0.76) 100%);
    border-radius: 12px;
    padding-top: 57px;
    padding-bottom: 57px;
    padding-left: 56px;
}

.boxes .smaller-boxes .left-box .left-box-title {
    color: white;
    line-height: 71px;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -1.28px;
    text-align: left;
    margin-bottom: 20px;
}

.boxes .smaller-boxes .left-box .left-box-content {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 27px;
    text-align: left;
    color: white;
    max-width: 400px;
    margin-bottom: 20px;
}

.boxes .smaller-boxes .left-box .left-box-subcontent {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 17px;
    text-align: left;
    color: white;
    font-weight: 300;
    font-size: 12px;
    max-width: 390px;
}

.boxes .smaller-boxes .left-box {
    position: relative;
}

.boxes .smaller-boxes .left-box .left-box-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.boxes .smaller-boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.boxes .smaller-boxes .right-box {
    background-color: rgba(176, 187, 191, 0.17);
    height: 360px;
    width: 35%;
    border-radius: 12px;
    padding: 55px;
    margin-left: 20px;
}

.boxes .smaller-boxes .right-box .right-box-text {
    margin-top: 15px;
    color: #2a363b;
    font-size: 21px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.42px;
    line-height: 26px;
    margin-bottom: 10px;
}

.right-box-subtext {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.32px;
    line-height: 27px;
    text-align: left;
    color: #2a363b;
}

.right-box-subtext a {
    text-decoration: none;
    color: #63b32e;
}

#pomoc {
    padding-top: 100px;
}

#pomoc .pomoc-title {
    margin-bottom: 40px;
}

#pomoc .pomoc-title h3 {
    color: #275467;
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 71px;
    text-align: center;
}

#pomoc .pomoc-title .subtitle {
    color: #2a363b;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.32px;
    line-height: 27px;
    text-align: center;
}

#pomoc .questions-wrap {
    background-color: rgba(176, 187, 191, 0.15);
    border-radius: 12px;
    padding: 60px 100px;
}

#pomoc .questions-section {
    margin-bottom: 40px;
}

#pomoc .questions-wrap h4 {
    color: #2a363b;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.64px;
    line-height: 27px;
    margin-bottom: 30px;
}

#pomoc .question-items .question-item-wrap {
    margin-bottom: 10px;
}

#pomoc .question-items .question-item-wrap .question-item-top {
    background-color: white;
    width: 100%;
    min-height: 72px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 12px;
}

#pomoc .question-items .question-item-wrap .question-item-top .question-item-title {
    color: #2a363b;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.36px;
    line-height: 27px;
}

#pomoc .question-items .question-item-wrap .question-item-top.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 2px solid rgba(128, 128, 128, 0.171);
}

#pomoc .question-items .question-item-wrap .question-item-content {
    background-color: white;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 30px;
    display: none;
    color: #2a363b;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.3px;
    line-height: 27px;
}

#pomoc button.question-form {
    width: 268px;
    height: 62px;
    border-radius: 31px;
    background-color: #63b32e;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    margin-top: 30px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.36px;
    line-height: 27px;
}

#pomoc .question-items .question-item-wrap .question-item-top.unactive {
    opacity: 0.5;
    pointer-events: none;
}

#formularz .formularz-title {
    margin-bottom: 40px;
}

#formularz .formularz-title h3 {
    color: #275467;
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 71px;
    text-align: center;
}

#formularz .formularz-title .subtitle {
    color: #2a363b;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.32px;
    line-height: 27px;
    text-align: center;
}

#formularz .formularz-wrapper {
    max-width: 837px;
    padding: 50px 100px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(176, 187, 191, 0.1);
    border-radius: 12px;
}

#formularz .formularz-wrapper .superlabel {
    color: #2a363b;
    font-size: 21px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.42px;
    line-height: 27px;
    margin-bottom: 20px;
}

#formularz .formularz-wrapper .input-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
}

#formularz .formularz-wrapper .input-wrapper label {
    color: #2a363b;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.36px;
    line-height: 27px;
    margin-bottom: 5px;
}

#formularz .formularz-wrapper .input-wrapper input {
    width: 100%;
    background-color: #eaeaea; 
    border-radius: 12px;   
    font-size: 18px;
    height: 68px;
    border: none;
    padding-left: 20px;
    outline: none;
}

#formularz .formularz-wrapper textarea {
    width: 100%;
    height: 227px;
    background-color: #eaeaea; 
    border-radius: 12px;   
    font-size: 18px;
    border: none;
    padding: 20px;
    outline: none;
    resize: none;
}

#formularz .checkbox-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

#formularz .checkbox-wrapper .checkbox-item {
    width: fit-content;
    background-color: #eaeaea;
    padding: 10px;
    color: #b4b4b4;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: -0.18px;
    line-height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
    border-radius: 12px;
    min-width: 80px;
}

#formularz .checkbox-wrapper .checkbox-item.active {
    background-color:#43b7e9;
    color: white;
}

#formularz .checkbox-wrapper.column {
    flex-direction: column;
    align-items: flex-start;
}

#formularz .checkbox-wrapper.column .checkbox-item {
    margin-bottom: 10px;
}

#formularz .traditional-mail-info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
}

#formularz .traditional-mail-info img {
    display: block;
    margin-right: 10px;
}

#formularz .traditional-mail-info>div {
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.32px;
    line-height: 18px;
    opacity: 0.5;
}

#formularz .additional-informations-wrapper {
    display: none;
}

#formularz .input-wrapper-columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#formularz .input-wrapper-columns.iwc-70-30>div:nth-child(1) {
    width: 69%;
}

#formularz .input-wrapper-columns.iwc-70-30>div:nth-child(2) {
    width: 29%;
}

#formularz .input-wrapper-columns.iwc-30-70>div:nth-child(1) {
    width: 29%;
}

#formularz .input-wrapper-columns.iwc-30-70>div:nth-child(2) {
    width: 69%;
}

.agreements-wrapper {
    opacity: 0.75;
    color: #393939;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.28px;
    line-height: 18px;
    margin-bottom: 50px;
}

.submit-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.submit-wrapper button {
    width: 268px;
    height: 62px;
    border-radius: 31px;
    background-color: #63b32e;
    border: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.36px;
    line-height: 27px;
    cursor: pointer;
}

button {
    transition: .4s;
}

button:hover {
    transform: scale(0.9);
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100%;
}

footer a,
footer div {
    color: #275467;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 71px;
    text-decoration: none;
}

footer a:hover {
    color: #43b7e9;
    text-decoration: underline;
}

footer>div {
    margin-left: 5px;
    margin-right: 5px;
}

@media(max-width: 1200px) {
    .big-box-man {
        width: 210px;
        bottom: 0;
        position: absolute;
    }

    .boxes .big-box {
        align-items: flex-start;
    }

    .big-box-text {
        margin-left: 30px;
        margin-top: 30px;
    }

    .boxes .big-box {
        height: 460px;
    }

    .boxes .smaller-boxes {
        flex-direction: column;
    }

    .boxes .smaller-boxes .left-box {
        margin-bottom: 10px;
    }

    .boxes .smaller-boxes .right-box {
        width: 500px;
    }
}

@media (max-width: 1280px) {
    #evideCookiesNotify
    {
        width: 100%;
    }
}

@media(max-width: 780px) {
    .boxes .big-box {
        height: fit-content;
        padding-bottom: 200px;
    }

    .boxes .big-box .big-box-title {
        line-height: 40px;
        font-size: 35px;
    }

    .boxes .smaller-boxes .left-box .left-box-img {
        width: 200px;
    }

    .boxes .smaller-boxes .left-box {
        padding-bottom: 190px;
        margin-right: 0;
    }

    .boxes .smaller-boxes .right-box {
        margin-left: 0;
    }
}

@media(max-width: 500px) {
    .boxes .smaller-boxes .right-box {
        max-width: 500px;
        width: 100%;
    }

    .boxes .smaller-boxes .left-box {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .boxes .smaller-boxes .left-box .left-box-title {
        font-size: 35px;
        line-height: 40px;
    }

    .boxes .smaller-boxes .left-box .left-box-img {
        width: 165px;
    }

    .boxes .big-box {
        padding-right: 20px;
    }

    .boxes .smaller-boxes .right-box {
        padding: 30px;
        height: fit-content;
    }
}

@media(max-width: 780px) {
    #pomoc .questions-wrap {
        padding: 30px 40px;
    }

    #formularz .formularz-wrapper {
        padding: 30px 40px;
    }
}

@media(max-width: 500px) {
    #pomoc .questions-wrap {
        padding: 30px 20px;
    }

    #formularz .formularz-wrapper {
        padding: 30px 20px;
    }

    section h3 {
        font-size: 30px!important;
    }
}

.reklamacja-wrap {
    display: none;
}

.validate-box {
    position: absolute;
    bottom: 60px;
    width: 300px;
    height: 40px;
    background-color: #ad072b8c;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    display: none;
}

.form-send {
    display: none;
}