/* *** CSS RESET *** */
:focus {
    outline: 0;
}

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

a, img {
    border: 0;
}

button {
    cursor: pointer;
}

/* *** GLOBAL *** */

.container {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1199px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1238px;
    }
}
.bx-wrapper {
    z-index: 1;
}

iframe {
    border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    margin-top: 0;
}

body p {
    margin-bottom: 25px;
    margin-top: 0;
}

body h2 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body ul {
    margin-bottom: 25px;
    padding-left: 16px;
    margin-top: 0;
}

body ol {
    padding-left: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body .bx-wrapper {
    padding: 0;
    border: none;
}

body {
    overflow-x: hidden;
}

figure {
    margin: 0;
}

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

input, textarea, button {
    font-family: "Roboto", sans-serif;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #fff;
    background: #122435;
    line-height: 24px;
    padding-top: 98px;
    min-width: 302px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a, a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
    outline: none !important;
    border: none !important;
    box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
    height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.clearer {
    clear: both;
    height: 0;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.logo, img, a, button {
    transition: 0.15s linear;
}

.bx-caption {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background: transparent;
}

.content-box {
    float: left;
    width: 100%;
}

/* *** HEADER *** */

body header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

header .container {
    display: flex;
    height: 98px;
    position: relative;
    align-items: center;
    justify-content: center;
}

.logo {
    left: 0px;
    position: absolute;
    top: 50%;
    margin-top: -34.5px;
}

header .main-menu ul {
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0;
}

header .main-menu {
    height: 36px;
    border-radius: 18px;
    background: #122435;
    padding: 0 20px;
}

header .main-menu ul > li {
    margin: 0 20px;
}

header .main-menu ul > li > a {
    color: #fff;
    padding: 7px 0 7px 0;
    display: block;
    font-size: 12px;
    opacity: 0.5;
    margin: 0;
    text-align: center;
    position: relative;
}

header .main-menu ul > li.current a {
    color: #fff;
    opacity: 1;
}

header .main-menu ul > li :hover {
    opacity: 1;
}

.main-menu ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    list-style: none;
    width: 305px;
    background: #cacaca;
    display: none;
}

.main-menu ul ul li {
    position: relative;
    float: left;
    width: 100%;
}

.main-menu ul ul li a {
    position: relative;
    color: #1c2f59;
    text-align: left;
    display: block;
    padding: 11px 15px;
    float: left;
    width: 100%;
    font-size: 14px;
}

.main-menu ul ul li:hover > a {
    background: red;
    color: #fff;
}

/* *** MENU RSP *** */
.header-rsp {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 101;
    width: 100%;
    padding: 10px 15px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    display: none;
}

.header-rsp .logo-rsp img {
    max-width: 100%;
    max-height: 100%;
}

.hamburger {
    position: absolute;
    top: 8px;
    right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: #000;
}

.data-rsp {
    position: absolute;
    top: 27px;
    right: 70px;
}

.data-rsp a {
    font-size: 11px;
}

.menu-rsp {
    width: 100%;
    position: fixed;
    padding-top: 70px;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    float: right;
    height: 100%;
    display: none;
}

.menu-rsp .opacity-rsp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.4;
}

.menu-rsp nav {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.menu-rsp > nav > ul:first-child {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.menu-rsp nav ul {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0;
}

.menu-rsp nav li {
    position: relative;
    list-style: none;
    float: left;
    border: none;
    width: 100%;
    height: auto;
    border-top: 1px solid transparent;
}

.menu-rsp nav > ul > li:first-child {
    border-top: none;
}

.menu-rsp nav a {
    line-height: normal;
    height: auto;
    color: #000;
    font-size: 18px;
    float: left;
    width: 100%;
    padding: 18px 15px 16px 15px;
}

.menu-rsp nav a:hover {
    background-color: #122435;
    color: #fff;
}

.menu-rsp nav ul .li-submenu > a {
    padding-right: 53px;
}

.btn-slide-down {
    width: 40px;
    height: 100%;
    background: #fff;
    border-left: 1px solid transparent;
    position: absolute;
    top: 0;
    font-size: 14px;
    text-align: center;
    color: #000;
    right: 0;
    z-index: 2;
    display: none !important;
    line-height: 52px;
    cursor: pointer;
}

.menu-rsp nav ul ul {
    display: none;
    color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
    border-color: #cacaca;
}

.menu-rsp nav ul ul {
    background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
    background: #fff;
}

.menu-rsp nav ul ul a {
    padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
    padding-left: 45px;
}

@media only screen and (min-width: 992px) {
    .menu-rsp {
        display: none !important;
    }
}
@media only screen and (max-width: 992px) {
    .header-rsp {
        display: block;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
    body {
        padding-top: 70px;
    }
    header {
        position: relative;
    }
    header .logo {
        display: none;
    }
    .main-menu {
        display: none;
    }
}

/* *** HOME *** */

.main-content {
    min-height: calc(100vh - 98px);
    position: relative;
    padding: 34px 0 160px 0;
}

.bg-1 {
    background: url('../../img/frontend/01.png') center top no-repeat;
    background-size: cover;
    &:after {
        position: absolute;
        top: 1px;
        left: 1px;
        width: calc(100% - 2px);
        height: calc(100% - 2px);
        background: url('../../img/frontend/03.png') center top no-repeat;
        background-size: 100% 100%;
        content: "";
        display: block;
    }
}

.content-box-1 {
    position: relative;
    z-index: 1;
    .txt-1 {
        text-align: center;
        margin-bottom: 43px;
        background: url('../../img/frontend/icons/01.png') center 16px no-repeat;
    }
    .txt-1-1 {
        font-size: 33px;
        line-height: 40px;
        font-weight: bold;
        margin-bottom: 54px;
    }
    .txt-1-2 {
        font-size: 23px;
        line-height: 28px;
        font-weight: bold;
        margin-bottom: 27px;
    }
    .txt-1-3 {
        font-size: 60px;
        line-height: 74px;
        font-family: "Alfa Slab One", serif;
        span {
            margin: 0 13.5px;
        }
    }
    .txt-1-4 {
        font-size: 33px;
        line-height: 40px;
        font-weight: bold;
    }
}

.title {
    margin-bottom: 26px;
    h2 {
        text-align: center;
        font-size: 33px;
        line-height: 40px;
        font-weight: bold;
        margin: 0;
    }
}

.boxes-1 {
    margin-bottom: -30px;
    .box-1 {
        display: block;
        border: 1px solid #fff;
        &:hover {
            opacity: 0.9;
        }
    }
    .row-box {
        margin: 0 -15px;
        display: flex;
        flex-wrap: wrap;
        .col-box {
            padding: 0 15px;
            width: 33.3333%;
            margin-bottom: 30px;
            .box-1 {
                border-radius: 20px;
                overflow: hidden;
                position: relative;
                background: #fff;
                img {
                    display: block;
                }
                &:after {
                    position: absolute;
                    top: 0px;
                    border-radius: 20px;
                    left: 0px;
                    width: 100%;
                    height: 100%;
                    background: url('../../img/frontend/02.png') center top no-repeat;
                    content: "";
                    display: block;
                }
                .txt {
                    position: absolute;
                    top: 0;
                    left: 0;
                    color: #fff;
                    z-index: 2;
                    padding: 18px 20px;
                    font-size: 23px;
                    line-height: 28px;
                    font-weight: bold;
                }
            }
        }
    }
}

/* *** DOŁĄCZ JUŻ DZIŚ *** */

.mb1 {
    margin-bottom: 180px;
}

.content-box-2 {
    text-align: center;
    .logo-1 {
        margin-bottom: 46px;
    }
    .text16, .text18 {
        width: 1000px;
        margin: 0 auto;
        max-width: 100%;
    }
    .button-box {
        padding: 120px 0;
        display: flex;
        justify-content: center;
    }
}

.text16 {
    font-size: 16px;
    line-height: 25px;
    p:last-child {
        margin-bottom: 0;
    }
}

.text18 {
    font-size: 18px;
    line-height: 41px;
    p:last-child {
        margin-bottom: 0;
    }
}

.title-1 {
    margin-bottom: 29px;
    h1, h2 {
        font-family: "Alfa Slab One", serif;
        font-size: 55px;
        line-height: 1.3;
        margin: 0;
    }
}

.btn-1 {
    width: 337px;
    height: 50px;
    line-height: 52px;
    display: block;
    text-align: center;
    background: transparent linear-gradient(180deg, #EDCF53 0%, #CB9723 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #00000033;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    color: #122435;
    font-size: 14px;
    font-weight: bold;
    &:hover {
        opacity: 0.9;
        color: #122435;
    }
}

.body-no-header {
    padding-top: 0;
}

.boxes-2 {
    .row-box {
        display: flex;
        flex-wrap: wrap;
        .col-box {
            width: 33.3333%;
            border-left: 1px solid #fff;
            &:first-child {
                border-left: none;
            }
            .box-2 {
                text-align: center;
                figure {
                    height: 192px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
                .txt {
                    font-size: 20px;
                    line-height: 30px;
                    strong {
                        display: block;
                        color: #ffcd00;
                    }
                }
            }
        }
    }
}

.content-box-3 {
    .description {
        display: flex;
        align-items: center;
        height: 458px;
        margin: -30px 0;
        position: relative;
        figure {
            position: absolute;
            top: 0;
            right: 0;
        }
    }
    .txt {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 30px;
        width: 80%;
        font-size: 18px;
        line-height: 35px;
        text-align: right;
        .txt-1 {
            width: 534px;
        }
    }
}

.wrapper {
    width: 1038px;
    margin: 0 auto;
    max-width: 100%;
}

.content-box-4-1 {
    width: 1038px;
    height: 375px;
    background: url('../../img/frontend/05.png');
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    justify-content: center;
    margin: 0 auto;
    .button-box {
        padding: 25px 0 31px 0;
    }
    .txt {
        color: #EEEEEE;
        font-size: 14px;
        line-height: 1.3;
        opacity: 0.6;
    }
    .title-1 {
        margin-top: -5px;
        margin-bottom: 15px;
    }
}

.bg-2 {
    background: url('../../img/frontend/06.png') center top no-repeat;
}

.bg-3 {
    min-height: 100vh;
    background: url('../../img/frontend/09.png') center top no-repeat;
    background-size: cover;
}

.padding-bottom-1 {
    padding-bottom: 80px;
}

.bg-2 {
    position: relative;
    float: left;
    width: 100%;
    .container {
        position: relative;
        z-index: 2;
    }
    &:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('../../img/frontend/08.png') center bottom no-repeat;
    }

}

.logo-1 {
    padding-top: 10px;
}

.content-box-2-1 {
    text-align: center;
}

/* *** REJESTRACJA 1 *** */

.content-box-5 {
    text-align: center;
    .text12 {
        margin-bottom: 45px;
    }
    .logo-1 {
        padding-bottom: 10px;
    }
}

.text12 {
    font-size: 12px;
    line-height: 16px;
}

.form-box {
    width: 379px;
    margin: 0 auto;
    max-width: 100%;
    .button-box {
        display: flex;
        justify-content: center;
        padding-top: 8px;
    }
}

.form-floating {
    margin-bottom: 15px;
}

.form-control {
    border: 1px solid #FFFFFF4D !important;
    border-radius: 10px;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    height: 45px !important;
    background: #122435 !important;
    font-size: 16px !important;
    padding: 16px 10px 4px 10px !important;
}

.form-floating>label {
    padding: 11px 10px !important;
    font-size: 16px !important;
    opacity: 0.4 !important;
}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    font-size: 11px !important;
    padding: 8px 7px !important;
}

.btn-1-small {
    height: 40px;
    line-height: 42px;
    width: 234px;
}

.checkbox-content {
    .checkbox-box {
        padding-left: 20px;
        position: relative;
        text-align: left;
        margin-bottom: 15px;
        label {
            font-size: 10px;
            line-height: 13px;
            a {
                color: #fff;
                text-decoration: underline;
                &:hover {
                    color: #fff;
                    opacity: 0.8;
                }
            }
        }
        .icheckbox {
            position: absolute;
            top: 0;
            left: 0;
            width: 13px;
            height: 13px;
            border: 1px solid #fff;
            border-radius: 4px;
            &.checked:after {
                width: 5px;
                height: 5px;
                background: #fff;
                content: "";
                display: block;
                border-radius: 1px;
                position: absolute;
                top: 0;
                margin: 3px;
                left: 0;
            }
        }
    }
}

.info-1 {
    padding-left: 20px;
    font-size: 10px;
    line-height: 13px;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    a {
        display: inline-block;
        color: #fff;
        &:hover {
            opacity: 0.9;
            color: #fff;
        }
        &:after {
            position: absolute;
            top: 0;
            left: 0;
            width: 13px;
            height: 13px;
            content: "i";
            font-weight: bold;
            text-align: center;
            color: #122435;
            border-radius: 4px;
            background: #fff;
        }
    }
}

/* *** INDEX 1 *** */

.bg-4 {
    background: #132339 url('../../img/frontend/10.png') center -440px no-repeat;
}

.mb2 {
    margin-bottom: 75px;
}

.content-box-6 {
    .content-box-6-1 {
        position: relative;
        display: flex;
        justify-content: flex-end;
        figure {
            img {
                border-radius: 10px;
                display: block;
            }
        }
        .description {
            position: absolute;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            top: 0;
            left: 0;
            .txt {
                font-size: 67px;
                line-height: 80px;
                font-weight: 900;
                margin-bottom: 27px;
            }
        }
    }
}

.title-2 {
    color: #A0D1FF;
    font-size: 23px;
    font-weight: bold;
    width: 100%;
    position: relative;
    display: flex;
    white-space: nowrap;
    align-items: center;
    span {
        box-shadow: 0px 0px 10px #A0D1FF;
        background: #A0D1FF;
        content:"";
        height: 1px;
        width: 100%;
        margin-left: 20px;
        display: block;
        position: relative;

    }
}

.content-box-6-2 {
    position: relative;
    width: calc(100% + 10px);
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -50px;
    .txt {
        color: #A0D1FF;
        font-size: 23px;
        font-weight: bold;
        background: #0b1528;
        padding-right: 20px;
        position: relative;
        z-index: 2;
    }
    .icon-box {
        position: relative;
        z-index: 2;
    }
}

.content-box-7 {
    background: rgba(18,36,53,0.72);
    padding: 32px 0;
    .btn-1 {
        width: 323px;
    }
    .button-box {
        display: flex;
        justify-content: center;
    }
}

.btn-1-transparent {
    color: #A0D1FF;
    border-color: #A0D1FF;
    background: none;
    &:hover {
        background: #A0D1FF;
        color: #000;
    }
}

.progress-box {
    margin-top: 25px;
    box-shadow: 0px 3px 6px #00000029;
    padding: 9px 5px;
    display: flex;
    justify-content: space-evenly;
    border-radius: 26px;
    background: #A0D1FF12;
    div {
        width: 15px;
        margin: 0 2.7px;
        height: 15px;
        border: 1px solid #A0D1FF;
        border-radius: 15px;
    }
}

.cl-green {
    background: #00BA35 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00BA35;
    border-color:  #00BA35 !important;
}
.cl-yellow {
    background: #FFCD00 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #FFCD00;
    border-color:  #FFCD00 !important;
}
.cl-red {
    background: #FF1919 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #FF1919;
    border-color:  #FF1919 !important;
}
.cl-grey {
    background: #80808063 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #80808063;
    border-color:  #80808063 !important;
}

.content-box-7 {
    .txt-1 {
        display: flex;
        font-size: 12px;
        line-height: 15px;
        font-weight: bold;
        padding: 5px 10px 24px 10px;
        justify-content: space-between;
    }
}

.content-box-8 {
    .content-box-8-1 {
        padding: 45px 0 55px 0;
        position: relative;
        &:after {
            content: "";
            display: block;
            box-shadow: 0px 0px 10px #A0D1FF;
            background: #A0D1FF;
            content:"";
            height: 1px;
            width: 100%;
            display: block;
            position: absolute;
            bottom: 0;
            right: 0;
        }
    }
}

.content-box-8-1 {
    display: flex;
    .col-left {
        width: 786px;
        flex-shrink: 0;
        margin-right: 50px;
    }
    .col-right {
        .title-2 {
            margin-bottom: 10px;
        }
    }
    .txt-1 {
        font-size: 16px;
        line-height: 19px;
        border: 1px dashed #A0D1FF;
        border-radius: 10px;
        padding: 14px 15px 13px 15px;
        text-align: center;
        background: #132339;
    }
}

.boxes-3 {
    display: flex;
    background: url('../../img/frontend/icons/06.png') right center no-repeat;
    .box-3 {
        width: 14.25%;
        height: 104px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
        padding: 8px 10px 9px 10px;
        background: url('../../img/frontend/icons/06.png') left center no-repeat;
        .day {
            position: absolute;
            top: 7px;
            left: 1px;
        }
        .circle {
            margin: 5px 0;
            width: 34px;
            height: 34px;
            border: 3px solid #EDCF53;
            border-radius: 50%;
            &.active {
                background: url('../../img/frontend/icons/07.png') center no-repeat;
                border: none;
            }
        }
    }
}

/* *** O SZKOLENIU *** */

.content-box-9 {
    background: url('../../img/frontend/files/05.png') center no-repeat;
    background-size: cover;
    .description {
        height: 796px;
        width: 642px;
        max-width: 100%;
        display: flex;
        padding: 156px 0;
        flex-direction: column;
        .txt-1 {
            font-size: 33px;
            line-height: 40px;
            font-weight: bold;
            padding: 30px;
            background: rgba(255,255,255,0.1)
        }
        .txt-2 {
            padding: 30px;
            font-size: 23px;
            line-height: 28px;
        }
        position: relative;
        .mouse {
            position: absolute;
            bottom: 86px;
            left: 30px;
        }
    }
}

.padding-top-0 {
    padding-top: 0;
}

.padding-1 {
    padding: 90px 0;
}

.mb3 {
    margin-bottom: 90px;
}

.title-3 {
    h2 {
        font-weight: 900;
        font-size: 67px;
        line-height: 80px;
    }
}

.content-box-10 {
    background: #132339;
    .content-box-10-1 {
        .row-box {
            display: flex;
            margin: 0 -20px;
            .col-box {
                padding: 0 20px;
                width: 50%;
            }
        }
        .text23 {
            font-weight: bold;
            color: rgba(255,255,255,0.7);
        }
    }
}

.text23 {
    font-size: 23px;
    line-height: 28px;
}

.boxes-4 {
    margin-top: 50px;
    border-bottom: 1px solid rgba(160,209,255,0.5);
    .box-4 {
        border-top: 1px solid rgba(160,209,255,0.5);
        padding: 20px 0 17px 0;
        .txt-1 {
            font-size: 16px;
            line-height: 19px;
            font-weight: bold;
            margin-bottom: 10px;
        }
        .txt-2 {
            font-size: 23px;
            line-height: 28px;
            font-weight: bold;
            color: rgba(255,255,255,0.7);
        }
    }
}

.content-box-10-2 {
    position: relative;
    .txt-1 {
        width: 489px;
        height: 162px;
        position: absolute;
        bottom: 7px;
        left: 7px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 30px;
        font-size: 33px;
        line-height: 40px;
        font-weight: bold;
    }
}

.boxes-5 {
    margin-bottom: -30px;
    .row-box {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -20px;
        .col-box {
            padding: 0 20px;
            width: 33.3333%;
            margin-bottom: 30px;
            .box-5 {
                position: relative;
                font-size: 23px;
                line-height: 28px;
                min-height: 152px;
                font-weight: bold;
                .txt-1 {
                    position: absolute;
                    top: 0;
                    left: 0;
                    color: #2b394d;
                    font-size: 110px;
                    line-height: 1;
                    font-family: "Alfa Slab One", serif;
                }
                .txt-2 {
                    position: relative;
                    padding-top: 40px;
                    z-index: 1;
                    padding-left: 20px;
                }
            }
        }
    }
}

.content-box-11 {
    background: url('../../img/frontend/11.png') center no-repeat;
    background-size: cover;
    .content-box-11-1 {
        position: relative;
        .boxes-6-left, .boxes-6-right {
            position: absolute;
            top: -10px;
            left: 0;
        }
        .boxes-6-right {
            left: auto;
            right: 0;
        }
    }
    .boxes-6 {
        width: 276px;
        text-align: center;
        font-size: 16px;
        line-height: 19px;
        font-weight: bold;
        .box-6 {
            padding: 40px 0;
            .txt-1 {
                color: #A0D1FF;
                font-size: 23px;
                line-height: 28px;
                font-weight: bold;
                margin-bottom: 10px;
            }
        }
    }
    .txt {
        width: 100%;
        height: 450px;
        text-align: center;
        background: url('../../img/frontend/12.png') center no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 33px;
        line-height: 40px;
        font-weight: bold;
    }
}

.content-box-12 {
    background: url('../../img/frontend/13.png') center no-repeat;
}

.content-box-12-1 {
    .text23 {
        color: rgba(255,255,255,0.7);
        font-weight: bold;
    }
    .description {
        width: 580px;
        margin-right: 20px;
    }
}

.boxes-7 {
    border-top: 1px solid rgba(160,209,255,0.5);
    margin-top: 30px;
    .box-7 {
        display: flex;
        padding: 20px 0;
        align-items: center;
        border-bottom: 1px solid rgba(160,209,255,0.5);
        .icon {
            width: 27px;
            height: 27px;
            justify-content: center;
            margin-right: 20px;
            display: flex;
            align-items: center;
        }
    }
}

.content-box-13 {
    color: #122435;
    background: #fff url('../../img/frontend/14.png') center center no-repeat;
    .description {
        width: 519px;
        flex-shrink: 0;
        margin-right: 50px;
        font-weight: bold;
    }
    .content-box-13-1 {
        display: flex;
    }
    figure {
        width: 100%;
        text-align: center;
    }
}

.content-box-14 {
    background: #132339 url('../../img/frontend/16.png') center -50px no-repeat;
    .content-box-14-1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(160, 209, 255,0.5);
        padding-bottom: 40px;
        margin-bottom: 40px;
        figure {
            width: 100%;
            text-align: center;
        }
        .description {
            width: 642px;
            padding-left: 20px;
            flex-shrink: 0;
            margin-left: -20px;
            background: url('../../img/frontend/icons/13.png') left 28px no-repeat;
            .txt-1 {
                color: rgba(255,255,255,0.70);
                font-size: 23px;
                line-height: 28px;
                font-weight: bold;
                margin-bottom: 15px;
            }
            .txt-2 {
                font-style: italic;
                font-size: 23px;
                line-height: 28px;
                font-weight: bold;
                margin-bottom: 40px;
            }
            .txt-3 {
                font-size: 16px;
                line-height: 19px;
                color: rgba(255,255,255,0.70);
                span {
                    font-size: 23px;
                    line-height: 28px;
                    font-weight: bold;
                }
            }
        }
    }
    .content-box-14-2 {
        font-weight: bold;
    }
}

.boxes-8 {
    padding-top: 40px;
    .row-box {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -20px;
        .col-box {
            padding: 0 20px;
            width: 33.3333%;
            .box-8 {
                padding: 0 20px;
                text-align: center;
                figure {
                    height: 200px;
                    display: flex;
                    align-items: center;
                    text-align: center;
                    justify-content: center;
                    img {
                        max-width: none;
                        max-height: none;
                    }
                }
                .txt-b {
                    opacity: 0.7;
                }
                .txt-a {
                    color: #A0D1FF;
                    opacity: 0.7;
                }
            }
        }
    }
}

.padding-0 {
    padding: 0;
}

/* *** MOJE WYNIKI *** */

.content-box-15-1 {
    margin-top: 45px;
    margin-bottom: 90px;
    display: flex;
    .title-3 {
        margin-right: 60px;
    }
    .description {
        padding-top: 8px;
    }
    .text16 {
        opacity: 0.7;
        font-weight: bold;
        padding-bottom: 40px;
        border-bottom: 1px solid rgba(160,209,255,0.22);
        margin-bottom: 25px;
    }
}

.legend-boxes {
    display: flex;
    .legend-box {
        margin-right: 50px;
        display: flex;
        font-size: 13px;
        line-height: 16px;
        color: rgba(255,255,255,0.7);
        .circle {
            width: 15px;
            height: 15px;
            flex-shrink: 0;
            margin-right: 10px;
            border-radius: 50%;
        }
    }
}

.content-box-16 {
    background: rgba(18, 36, 53, 0.72);
    padding: 20px 0 40px 0;
}

.table-1 {
    table {
        .active {
            position: relative;
            td {
                &:after {
                    position: absolute;
                    top: -1px;
                    left: 0;
                    width: 100%;
                    height: 1px;
                    content: "";
                    display: block;
                    background: #A0D1FF;
                }
                &:before {
                    position: absolute;
                    bottom: -1px;
                    left: 0;
                    width: 100%;
                    height: 1px;
                    content: "";
                    display: block;
                    background: #A0D1FF;
                }
            }
        }
    }
    table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 2px 0;
        tr {
            th {
                color: rgba(255,255,255,0.5);
                font-size: 12px;
                font-weight: bold;
                text-align: center;
                height: 54px;
                padding: 9px;
                border-bottom: 1px solid rgba(160,209,255,0.22);
                span {
                    opacity: 0.5;
                }
                &:first-child {
                    opacity: 1;
                    color: #fff;
                    font-size: 23px;
                }
            }
            td {
                width: 12.5%;
                background: rgba(255,255,255,0.05);
                padding: 9px;
                text-align: center;
                border-bottom: 1px solid rgba(160,209,255,0.22);
                &:first-child {
                    background: none;
                }
                .txt-1 {
                    font-size: 12px;
                    line-height: 15px;
                    strong {
                        font-size: 16px;
                        line-height: 1.3;
                    }
                }
                .circle {
                    width: 28px;
                    border-radius: 50%;
                    height: 28px;
                    border: 1px solid #A0D1FF;
                }
                .txt-2 {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    span {
                        font-size: 12px;
                        line-height: 15px;
                        color: rgba(255,255,255,0.5);
                        margin: 0 15px;
                    }
                }
            }
        }
    }
}

.btn-2 {
    width: 147px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    background: transparent linear-gradient(180deg, #EDCF53 0%, #CB9723 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #00000033;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    color: #122435;
    font-size: 16px;
    font-weight: bold;
    &:hover {
        opacity: 0.9;
        color: #122435;
    }
}

/* *** WIEDZA *** */

.content-box-17 {
    padding: 113px 0;
    .content-box-17-1 {
        display: flex;
        .title-3 {
            width: 408px;
            padding-right: 30px;
        }
        .text16 {
            color: rgba(255,255,255,0.7);
            font-weight: bold;
            img {
                display: inline-block;
                vertical-align: middle;
                margin: -2px 0 0 5px;
            }
        }
    }
}

.content-box-18 {
    border-bottom: 1px solid #6c7787;
    .menu-1 {
        ul {
            padding: 0;
            margin: 0;
            list-style: none;
            display: flex;
            li {
                margin: 0 20px;
                a {
                    font-weight: bold;
                    color: #fff;
                    border-bottom: 3px solid transparent;
                    font-size: 12px;
                    line-height: 15px;
                    padding: 10px 20px;
                    display: block;
                    &:hover {
                        color: #FFCD00;
                    }
                }
            }
            .current {
                a {
                    color: #FFCD00;
                    border-color: #FFCD00;
                }
            }
        }
    }
}

.padding-bottom-2 {
    padding-bottom: 160px;
}

.content-box-19 {
    padding-top: 57px;
    background: url('../../img/frontend/20.png') center no-repeat;
    background-size: 100% 100%;
}

.boxes-9 {
    margin-bottom: -30px;
    .row-box {
        flex-wrap: wrap;
        display: flex;
        margin: 0 -15px;
        .col-box {
            width: 33.333%;
            padding: 0 15px;
            margin-bottom: 30px;
            .box-9 {
                border-radius: 20px;
                overflow: hidden;
                display: block;
                position: relative;
                &:after {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    border-radius: 20px;
                    border: 1px solid #fff;
                    content: "";
                    display: block;
                }
                img {
                    display: block;
                    width: 100%;
                }
                .description {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    height: 100%;
                    padding: 20px;
                    display: flex;
                    align-items: flex-end;
                    width: 100%;
                    background: url('../../img/frontend/21.png') center bottom no-repeat;
                    background-size: 100% auto;
                }
                .btn-arrow {
                    margin-left: 30px;
                    flex-shrink: 0;
                }
                .txt-2 {
                    font-size: 16px;
                    line-height: 19px;
                    color: #fff;
                }
                .txt-1 {
                    font-size: 13px;
                    line-height: 16px;
                    margin-bottom: 8px;
                    display: inline-block;
                    color: #fff;
                    background: #123885 url('../../img/frontend/icons/16.png') 3px 4px no-repeat;
                    border-radius: 3px;
                    line-height: 20px;
                    padding-left: 22px;
                    padding-right: 5px;
                    height: 18px;
                }
                .txt-1-1 {
                    background: #123885 url('../../img/frontend/icons/17.png') 3px 3px no-repeat;
                }
                .txt-1-2 {
                    background: #123885 url('../../img/frontend/icons/18.png') 7px 3px no-repeat;
                }
            }
        }
    }
}

.btn-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 10px;
    background: #fff url('../../img/frontend/icons/15.png') center no-repeat;
}

a.box-9:hover {
    opacity: 0.9;
}

.box-9.active {
    .btn-arrow {
        background: url('../../img/frontend/icons/19.png') center no-repeat;
    }
    &:after {
        border: 3px solid #FFCD00 !important;
    }
}

.box-9.no-active {
    .btn-arrow {
        background: url('../../img/frontend/icons/20.png') center no-repeat;
    }
}

/* *** WIEDZA ODPOWIEDZ NA PYTANIE *** */

.z-content-box-1 {
    height: 193px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 3px;
    position: relative;
    &:after {
        position: absolute;
        top: -3px;
        left: 0;
        width: 100%;
        height: 3px;
        content: "";
        display: block;
        background: red;
        background-image: linear-gradient(to right, #122435, #A0D1FF, #122435, #A0D1FF);
    }
}

.main-content-1 {
    min-height: calc(100vh - 294px);
    padding-top: 40px;
    position: relative;
    &:after {
        position: absolute;
        top: 1px;
        left: 1px;
        width: calc(100% - 2px);
        height: calc(100% - 2px);
        background: url(../../img/frontend/03.png) center top no-repeat;
        background-size: 100% 100%;
        content: "";
        display: block;
    }
}

.main-content-1 .container {
    position: relative;
    z-index: 1;
}

.z-sidebar {
    width: 378px;
    margin-right: 30px;
    flex-shrink: 0;
}

.mb20 {
    margin-bottom: 20px;
}

.z-main {
    width: 100%;
}

.z-boxes-1 {
    border-top: 1px solid rgba(160,209,255,0.5);
    .z-box-1 {
        padding: 19px 0;
        border-bottom: 1px solid rgba(160,209,255,0.5);
        .txt-1 {
            font-size: 12px;
            line-height: 15px;
        }
        .txt-2 {
            font-size: 16px;
            line-height: 19px;
            font-weight: bold;
            margin-top: 10px;
        }
    }
}

.btn-3 {
    width: 379px;
    max-width: 100%;
    height: 40px;
    line-height: 42px;
    display: block;
    text-align: center;
    background: transparent linear-gradient(180deg, #EDCF53 0%, #CB9723 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #00000033;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    color: #122435;
    font-size: 14px;
    font-weight: bold;
    &:hover {
        opacity: 0.9;
        color: #122435;
    }
}

.z-main-wrapper {
    display: flex;
}

.z-title {
    margin-bottom: 35px;
    h1, h2 {
        font-size: 33px;
        line-height: 40px;
        font-weight: bold;
        margin: 0;
    }
}

.z-text {
    font-size: 16px;
    line-height: 22px;
    p:last-child {
        margin-bottom: 0;
    }
}

.z-content-box-2 {
    .z-text {
        color: rgba(255,255,255,0.7);
    }
    .button-box {
        margin-top: 40px;
    }
}

.z-bg-1 {
    background: url('../../img/frontend/10.png') center -650px no-repeat;
}

.z-wrapper {
    width: 523px;
    max-width: 100%;
}

.question-content {
    .question-box {
        margin-bottom: 40px;
        .txt-1 {
            color: rgba(160,209,255,0.7);
            font-size: 13px;
            line-height: 16px;
            margin-bottom: 10px;
        }
        .txt-2 {
            font-size: 16px;
            line-height: 22px;
            opacity: 0.7;
            font-weight: bold;
        }
    }
    .button-box {
        .btn-3 {
            width: 100%;
        }
    }
}

.z-boxes-2 {
    margin-bottom: 50px;
    .z-box-2 {
        margin-bottom: 24px;
        position: relative;
        .z-box-2-info {
            position: absolute;
            top: 0;
            left: 100%;
            font-size: 13px;
            line-height: 17px;
            opacity: 0.7;
            margin-left: 20px;
            margin-top: 5px;
        }
        &:last-child {
            margin-bottom: 0;
        }
        span {
            font-size: 16px;
            line-height: 24px;
            padding: 10px 20px 7px 20px;
            border-radius: 10px;
            font-weight: bold;
            color: rgba(255,255,255,0.7);
            display: block;
            width: 100%;
            border: 1px solid rgba(160,209,255,0.1);
        }
        label {
            display: block;
            .checked + span {
                border: 1px solid rgba(160,209,255,1);
            }
        }
    }
}

.z-boxes-2.border-green .z-box-2 label .checked + span {
    border-color: #00BA35;
}

.z-boxes-2.border-yellow .z-box-2 label .checked + span {
    border-color: #FFCD00;
}

.z-content-box-3 {
    padding-top: 39px;
    border-top: 1px solid rgba(160, 209, 255, 0.5);
}

.question-box-1 {
    display: flex;
    align-items: center;
    margin-bottom: 20px !important;
    .circle {
        width: 28px;
        height: 28px;
        margin-left: 12px;
        flex-shrink: 0;
        border-radius: 50%;
    }
}

.z-content-box-3 .z-boxes-2 {
    margin-bottom: 40px;
    & + .txt {
        font-size: 33px;
        line-height: 40px;
        font-weight: bold;
    }
}

/* *** TESTUJ WIEDZE *** */

.content-box-17 {
    .content-box-17-2 {
        align-items: center;
        .title-3 {
            width: 306px;
            padding-right: 30px;
            flex-shrink: 0;
            h2, h1 {
                margin: 0;
            }
        }
    }
}

.menu-1 {
    .circle {
        background: #FFCD00;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        display: inline-block;
        vertical-align: top;
        margin: -5px 0 0 2px;
    }
    ul {
        li.no-active {
            position: relative;
            &:after {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                display: block;
                content: "";
                z-index: 1;
            }
            a {
                color: rgba(255,255,255,0.3) !important;
                background: url('../../img/frontend/icons/21.png') left 4px no-repeat;
            }
        }
    }
}

.z-content-box-4 {
    display: flex;
    .col-left {
        flex-shrink: 0;
        width: 275px;
        margin-right: 30px;
    }
    .col-right {
        width: 100%;
    }
}

.z-menu-1 {
    ul {
        border-top: 1px solid rgba(160, 209, 255, 0.5);
        padding: 0;
        margin: 0;
        list-style: none;
        li {
            padding: 13px 0;
            border-bottom: 1px solid rgba(160, 209, 255, 0.5);
            & > div, a {
                color: #fff;
                .txt-1 {
                    font-size: 13px;
                    line-height: 16px;
                }
                .txt-2 {
                    font-size: 16px;
                    line-height: 19px;
                    font-weight: bold;
                    margin-top: 7px;
                    transition: 0.15s linear;
                }
            }
            a:hover {
                .txt-2 {
                    color: #FFCD00;
                }
            }
        }
        .current a .txt-2 {
            color: #FFCD00;
        }
        .no-active {
            position: relative;
            &:after {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                display: block;
                content: "";
                z-index: 1;
            }
            .txt-2 {
                opacity: 0.2;
            }
        }
    }
}

.content-box-18 .menu-1 ul li:first-child {
    margin-left: 0;
}

.boxes-9-1 {
    .row-box {
        .col-box {
            .box-9 {
                .description {
                    background: none;
                }
            }
        }
    }
}

.z-boxes-3 {
    margin-bottom: -30px;
    .row-box {
        flex-wrap: wrap;
        display: flex;
        margin: 0 -15px;
        .col-box {
            width: 33.333%;
            padding: 0 15px;
            margin-bottom: 30px;
            .z-box-3 {
                border-radius: 20px;
                overflow: hidden;
                display: block;
                position: relative;
                &.no-active {
                    opacity: 0.2;
                }
                .txt {
                    color: #132339;
                    top: 0;
                    left: 0;
                    margin: 17px 20px;
                    position: absolute;
                    .txt-1 {
                        font-weight: bold;
                        font-size: 23px;
                        line-height: 28px;
                    }
                    .txt-2 {
                        font-size: 16px;
                        line-height: 19px;
                        margin-top: 10px;
                    }
                }
                &:after {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    content: "";
                    display: block;
                }
                img {
                    display: block;
                    width: 100%;
                }
                .arrow {
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    margin: 20px;
                    img {
                        width: auto;
                    }
                }
            }
        }
    }
}

.z-content-box-5 {
    width: 694px;
    max-width: 100%;
    .txt {
        margin-bottom: 50px;
        font-size: 16px;
        line-height: 22px;
        opacity: 0.7;
    }
    .btn-3 {
        width: 513px;
    }
}

button.btn-3 {
    line-height: 41px;
}

.question-content {
    .button-box-1 {
        display: flex;
        justify-content: flex-end;
        .btn-3 {
            width: 378px;
        }
    }
}

.z-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    .z-title-txt {
        font-size: 16px;
        line-height: 22px;
        opacity: 0.7;
        font-weight: bold;
    }
}

.z-boxes-2-1 {
    .row-box {
        margin: 0 -15px;
        display: flex;
        flex-wrap: wrap;
        .col-box {
            padding: 0 15px;
            width: 33.3333%;
            .z-box-2 {
                padding:0;
                label {
                    span {
                        padding: 0;
                        overflow: hidden;
                        img {
                            width:100%;
                        }
                    }
                }
            }
        }
    }
}

.x-boxes-2-2 .z-box-2 {
    label {
        span {
            border: 1px solid  #A0D1FF;
            padding-right: 40px;
            background: #10203e  url('../../img/frontend/icons/24.png') calc(100% - 15px) center no-repeat;
        }
    }
}

/* *** WYNIKI TESTU *** */

.z-table-1 {
    table {
        width: 100%;
        tr {
            td {
                font-size: 16px;
                line-height: 1.3;
                color: rgba(255,255,255,0.7);
                font-weight: bold;
                padding: 9px 20px 5px 20px;
            }
            td:last-child {
                text-align: right;
            }
        }
        tr:nth-child(odd) {
            background: rgba(255,255,255,0.05);
        }
    }
}

.link-1 {
    color: rgba(160, 209, 255, 0.7);
}

.status-1 {
    background: url('../../img/frontend/icons/25.png') right center no-repeat;
    padding-right: 26px;
}

.status-2 {
    background: url('../../img/frontend/icons/26.png') right center no-repeat;
    padding-right: 26px;
}

.z-boxes-4 {
    margin-top: 20px;
    .row-box {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -30px;
        .col-box {
            width: 33.3333%;
            margin-top: 30px;
            padding: 0 30px;
            .z-box-4 {
                box-shadow: 0px 10px 20px #00000033;
                border: 1px solid #A0D1FF;
                border-radius: 10px;
                display: flex;
                padding: 20px 20px 19px 20px;
                .circle {
                    width: 15px;
                    height: 15px;
                    border-radius: 50%;
                    flex-shrink: 0;
                    margin-right: 10px;
                }
                .txt {
                    font-size: 13px;
                    line-height: 16px;
                    padding-top: 1px;
                }
            }
        }
    }
}

.z-box-4.no-active {
    opacity: 0.1;
}

/* *** POPUP 1 *** */

.popup-content {
    opacity: 1;
    background: rgba(9,19,31,0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    .popup {
        background: #122435;
        border-bottom: 10px solid #FFCD00;
        max-height: 100vh;
        overflow: auto;
        padding: 40px 0 90px 0;
        .z-wrapper {
            width: 888px;
        }
        .question-box-1 + .z-boxes-2 {
            margin-bottom: 0 !important;
        }
        .z-content-box-3 {
            border: none;
            padding-top: 30px;
        }
    }
}

.z-boxes-2.border-yellow .z-box-2 label .checked + span {
    border-color: #FFCD00;
}

.popup-close {
    width: 24px;
    height: 24px;
    display: block;
    flex-shrink: 0;
    margin-left: 15px;
    background: url('../../img/frontend/icons/close.png') center no-repeat;
    &:hover {
        opacity: 0.9;
    }
}

.z-menu-1 {
    .current{
        color: #FFCD00;
    }

    .txt-3 {
        padding-top: 5px;
        margin-bottom: -5px;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        font-size: 16px;
        line-height: 30px;
        font-weight: bold;
        a:hover {
            color: #FFCD00;
        }
    }
}

.z-wrapper-2 {
    width: 100%;
    max-width: 100%;
    .z-content-box-5 {
        width: 100%;
        max-width: 100%;
    }
}

.link-1:hover {
    opacity: 0.9;
    color: rgba(160, 209, 255, 0.7);
}

.btn-3 {
    padding: 0 20px;
}

.z-content-box-10 {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #EEEEEE;
    .txt-1 {
        font-weight: bold;
        font-size: 23px;
        line-height: 28px;
        opacity: 0.7;
        margin-bottom: 10px;
    }
    .txt-2 {
        font-size: 16px;
        opacity: 0.7;
        line-height: 22px;
    }
    .button-box {
        margin-top: 40px;
        .btn-3 {
            width: 468px;
            max-width: 100%;
        }
    }
}

.z-content-box-10-1 {
    width: 967px;
    max-width: 100%;
    padding: 0;
    margin:0;
    border: none;
    .txt-3{
        color: rgba(255,255,255,0.7);
        font-size: 16px;
        padding-bottom: 5px;
        line-height: 22px;
    }
}

/* *** KONTAKT *** */

.main-content-contact {
    min-height: calc(100vh - 98px);
    padding: 113px 0 133px 0;
    background: #132339 url('../../img/frontend/23.png') center no-repeat;
    background-size: cover;
    .z-content-box-11 {
        display: flex;
        .col-left {
            width: 786px;
            margin-right: 30px;
            flex-shrink: 0;
        }
        .col-right{
            width: 100%;
        }
        h3 {
            margin-bottom: 30px;
            font-weight: bold;
            line-height: 40px;
            font-size: 33px;
        }
    }
    .title-3 {
        margin-bottom: 60px;
    }
    .txt {
        color: rgba(255,255,255,0.7);
        font-size: 14px;
        line-height: 1.3;
        strong {
            font-size: 16px;
        }
        a {
            color: rgba(255,255,255,0.7);
            &:hover {
                color: rgba(255,255,255,1);
            }
        }
    }
}

.z-form-box {
    .row-box {
        margin: 0 -15px;
        display: flex;
        flex-wrap: wrap;
        .col-box {
            width: 50%;
            padding: 0 15px;
        }
        .col-box-1 {
            width: 100%;
        }
        textarea {
            height: 150px !important;
            overflow: auto;
            resize: none;
        }
    }
}

.z-content-box-12 {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    align-items: center;
    padding-left: 10px;
    .btn-3 {
        width: 276px;
    }
    .checkbox-box {
        margin: 0 0 5px 0;
        .icheckbox {
            top: 7px;
        }
    }
}

.button-box{
    span.aa-prev, span.aa-next{
        a{
            color: black;
            padding: 10px 150px;
        }
    }
}

/*29-11-2024*/
/*nadpisanie bg carty bootstrapp*/
.card.card-body{
        background-color: transparent;
        border: 1px solid transparent;
    }

/*about co skłąda się na szkolenie*/
.boxes-6-center{
    margin: 0 auto;
    margin-top: -40px;
}