/*reset css*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    font: inherit;
    vertical-align: baseline;
    line-height: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

img {
    vertical-align: middle;
}
/*reset css*/


body {
    font-family: 'Roboto', sans-serif;
}

textarea, input {
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
    color: #282568;
}

.o-nas a {
    text-decoration: underline;
    color: #fff;
}

strong {
    font-weight: 700;
}

img {
    max-width: 100%;
}

.site__header {
    height: 148px;
}

.menu-wrapper.fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
    height: 90px;
    left: 0;
}

    .menu-wrapper.fixed .logo {
        height: 100%;
    }

        .menu-wrapper.fixed .logo img {
            height: 100%;
        }

.menu-wrapper {
    padding: 15px 134px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.menu ul {
    display: flex;
    flex-wrap: wrap;
}

    .menu ul li a {
        color: #282568;
        font-size: 20px;
        font-weight: 700;
        line-height: 34px;
        text-transform: uppercase;
        margin-left: 20px;
        transition: .35s;
    }

        .menu ul li a:hover {
            color: #3caa27;
        }

.menu .hamburger {
    display: none;
}

.menu.mobile {
    flex-flow: column;
    width: 30px;
    height: 30px;
}

    .menu.mobile .hamburger {
        display: block;
        cursor: pointer;
    }

        .menu.mobile .hamburger span {
            height: 4px;
            background: #5691cd;
            border-radius: 10px;
            display: block;
            margin-bottom: 5px;
            transition: .35s;
        }

        .menu.mobile .hamburger.expanded span:first-child {
            transform: translateY(-4px) rotate(-45deg);
        }

        .menu.mobile .hamburger.expanded span:nth-child(2) {
            display: none;
        }

        .menu.mobile .hamburger.expanded span:last-child {
            transform: translateY(-12px) rotate(45deg);
        }

    .menu.mobile ul {
        display: block;
        background: #fff;
        position: absolute;
        transform: translate(100px);
        transition: .35s;
        padding: 20px;
        border: 1px solid #ddd;
    }

        .menu.mobile ul li {
            margin-bottom: 10px;
        }

            .menu.mobile ul li a {
                margin-left: 0;
                line-height: normal;
            }

        .menu.mobile ul.show {
            transform: translate(-95px);
            box-shadow: -3px 4px 12px 0px rgba(0,0,0,.4);
        }

.baner__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .baner__item img {
        width: 100%;
        max-height: 789px;
        object-fit: none;
    }

.baner__text {
    position: absolute;
    background: rgba(40,37,104,.8);
    color: #fff;
    font-size: 48px;
    line-height: 60px;
    font-weight: 300;
    text-align: center;
    padding: 40px;
    align-self: center;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.container {
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}

@media(min-width: 780px) {
    .container {
        width: 750px;
    }
}

@media(min-width: 1050px) {
    .container {
        width: 1020px;
    }
}

@media(min-width: 1290px) {
    .container {
        width: 1260px;
    }
}

.clients {
    color: #fff;
}

.clients-testimonials {
    width: 50%;
    padding: 0 15px;
    height: 290px;
}

    .clients-testimonials > div {
        background: url(../Images/img/bg-testimonials.jpg) no-repeat;
        padding: 12px 17px 0 34px;
        height: 294px;
        position: relative;
    }

.clients-testimonials__overlay {
    width: 100%;
    height: 100%;
    opacity: .9;
    position: absolute;
    top: 0;
    left: 0;
    background: #5089be;
}

.clients-testimonials__header, .clients-testimonials__text, .clients-testimonials__footer {
    position: relative;
}

.clients-area, .covid {
    width: 25%;
    padding: 0 15px;
}

    .covid > div, .clients-area > div {
        background: #3caa27;
        height: 294px;
    }

    .covid > div {
        padding: 28px 28px;
        display: flex;
        align-items: center;
    }

    .clients-area > div {
        padding: 28px 33px;
    }

.clients-testimonials__header, .clients-area__header {
    font-size: 24px;
    font-weight: 300;
}

.clients-testimonials__header {
    display: flex;
    justify-content: space-between;
}

    .clients-testimonials__header span {
        margin-top: 10px;
    }

.clients-testimonials__text {
    font-size: 18px;
    font-style: italic;
    text-align: center;
    padding-top: 42px;
}

.clients-testimonials__footer span {
    display: block;
    text-align: right;
    padding-top: 38px;
    font-size: 18px;
}

.covid__text {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

.clients-area__header {
    text-align: center;
}

.clients-area form {
    padding-top: 20px;
    padding-bottom: 20px;
}

.clients-area input {
    width: 100%;
    height: 34px;
    margin-bottom: 10px;
    padding-left: 15px;
}

    .clients-area input::placeholder {
        color: #a7a9ac;
    }

.clients-area a {
    color: #ffffff;
}

.center {
    text-align: center;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.btn {
    background: #282568;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 7px 12px;
    transition: .35s;
}

    .btn:hover {
        background: #e2412e;
    }

h3 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 45px;
    text-align: center;
}

h4 {
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
}

.column-33 {
    width: 33.33%;
}

.column-50 {
    width: 50%;
}

.rozwiazanie {
    background: #282568;
}

    .rozwiazanie h3 {
        color: #fff;
    }

.rozwiazanie__img, .rozwiazanie__text {
    width: 50%;
}

.rozwiazanie__text {
    color: #fff;
    line-height: 26px;
    padding-left: 15px;
    text-align: justify;
}

.jak-dziala h3 {
    color: #e8442f;
}

.jak-dziala__text {
    color: #282568;
    text-align: justify;
}

.jak-dziala__ulotka {
    margin-top: 57px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.oferta .column-33 {
    padding: 0 12px;
}

.korzysci {
    background: #3caa27;
}

    .korzysci h3 {
        color: #fff;
    }

.korzysci__item {
    display: flex;
    align-items: center;
}

.korzysci__img {
    padding-right: 30px;
    align-self: flex-start;
    margin-bottom: 10px;
    width: 73px;
    text-align: center;
}

.korzysci__text {
    color: #fff;
    font-weight: 700;
    max-width: 395px;
}

    .korzysci__text span {
        font-weight: 400;
    }

.korzysci .column-50 {
    height: 230px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.moduly__item {
    display: flex;
    align-items: center;
    max-width: 550px;
    height: 101px;
}

    .moduly__item:first-child {
        margin-bottom: 45px;
    }

.moduly__img {
    padding-right: 30px;
    margin-bottom: 10px;
    min-width: 111px;
    max-width: 111px;
    text-align: center;
}

.o-nas {
    background: url(../Images/img/bg-o-nas.jpg) no-repeat;
    background-image: url('../Images/img/bg-o-nas.jpg');
    background-size: cover;
}

    .o-nas h3 {
        color: #fff;
    }

.o-nas__text {
    color: #fff;
}

    .o-nas__text ul {
        list-style: disc;
        padding: 20px 0 20px 40px;
    }

.o-nas__tickets {
    height: 235px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding-left: 40px;
}

    .o-nas__tickets li {
        background: url(../Images/img/icons/icon-ticket.png) 0 30% no-repeat;
        padding-left: 45px;
        font-size: 20px;
        color: #fff;
        font-weight: 700;
        max-width: 540px;
    }

.referencje {
    padding-left: 134px;
    padding-right: 134px;
}

    .referencje h3 {
        color: #5691cd;
    }

.referencje__outer-box {
    width: 16.66%;
    padding: 0 15px;
}

.referencje__item {
    display: block;
    border: 1px solid #d4d4d4;
    padding: 0 5px 35px;
}

.referencje__img {
    height: 140px;
    text-align: center;
    line-height: 140px;
}

    .referencje__img img {
        max-width: 100%;
    }

.referencje .btn {
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    background: #da0c15;
}

.referencje__item:hover .btn {
    background: #282568;
}

.logo-footer {
    text-align: center;
    margin-bottom: 40px;
}

.kontakt:before {
    content: "";
    display: block;
    background: #d4d4d4;
    height: 1px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 70px;
}

.kontakt h3 {
    color: #282568;
}

.kontakt__info {
    color: #282568;
    margin-bottom: 40px;
}

.kontakt__form {
    display: flex;
    flex-flow: column;
    padding-right: 30px;
}

.labels-wrapper {
    display: flex;
}

.submit-checkbox-wrapper {
    margin-left: 176px;
}

.kontakt__form label {
    color: #282568;
    width: 25%;
    text-align: right;
    line-height: 30px;
}

.submit-checkbox-wrapper label {
    font-size: 12px;
    line-height: normal;
}

.submit-checkbox-wrapper > div:first-child {
    margin-bottom: 10px;
}

.kontakt__form input[type="text"] {
    margin-left: 19px;
    border: 1px solid #bfbfbf;
    height: 34px;
    width: 263px;
    margin-bottom: 16px;
    padding-left: 15px;
    font-size: 14px;
}

input[type="checkbox"] {
    width: 17px;
    height: 17px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
    border-radius: 0 !important;
    border: 1px solid #bfbfbf;
    position: relative;
}

    input[type="checkbox"]:checked:after {
        content: "✓";
        font-weight: 700;
        top: -1px;
        left: 2px;
        position: absolute;
    }

.kontakt__form .btn {
    display: block;
    border: 0;
    cursor: pointer;
    width: 70px;
    background: #da0c15;
    margin-top: 50px;
}

    .kontakt__form .btn:hover {
        background: #282568;
    }

.kontakty-wrapper {
    display: flex;
    flex-wrap: wrap;
}

    .kontakty-wrapper h4 {
        color: #589ad3;
        font-size: 24px;
        font-weight: 700;
    }

.kontakt__dane {
    color: #282568;
    font-weight: 700;
    margin-bottom: 12px;
}

    .kontakt__dane img {
        margin-right: 15px;
    }

.footer-linki {
    margin-top: 50px;
}

    .footer-linki a {
        display: block;
        margin-bottom: 7px;
    }

        .footer-linki a:hover {
            color: #da0c15;
        }

.rodo p {
    color: #282568;
    width: 80%;
    line-height: 30px;
    line-height: normal;
}

.contact-form-text p {
    color: #282568;
    font-size: 12px;
    font-weight: 400;
    padding-top: 7px;
    padding-bottom: 7px;
}

    .contact-form-text p b {
        color: #282568;
        font-size: 12px;
        font-weight: 700;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .contact-form-text p a {
        color: #589ad3;
        font-size: 12px;
        font-weight: 700;
        padding-top: 7px;
        padding-bottom: 7px;
    }

.contact-form-text input {
    background-color: #da0c15;
    padding: 10px;
    outline: none;
    margin-top: 14px;
    border: none;
    color: white;
    border-radius: 1px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    transition: .35s;
}

    .contact-form-text input:hover {
        background-color: #282568;
        padding: 10px;
        outline: none;
        margin-top: 14px;
        border: none;
        cursor: pointer;
    }

.evenly {
    justify-content: space-evenly;
}

@media(max-width: 1550px) {
    .menu-wrapper {
        padding: 15px 30px;
    }

    .menu ul li a {
        font-size: 16px;
    }

    .referencje {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media(max-width: 1289px) {
    .covid > div {
        padding: 30px 20px;
    }

    .moduly .column-50 {
        padding: 0 30px;
    }

    .moduly__item {
        height: unset;
    }

    .jak-dziala__ulotka {
        flex-flow: column;
    }

        .jak-dziala__ulotka img:nth-child(2) {
            transform: rotate(90deg);
            margin-top: 80px;
            margin-bottom: 100px;
        }
}

@media(max-width: 1199px) {
    .site__header {
        height: 90px;
    }

    .baner__text {
        font-size: 32px;
        line-height: normal;
        padding: 20px;
    }
}

@media(max-width: 1049px) {
    .clients-testimonials {
        width: 100%;
    }

    .clients-area, .covid {
        width: 50%;
        padding-top: 24px;
    }

        .covid > div {
            padding-top: 28px;
        }

    .rozwiazanie__img, .rozwiazanie__text {
        width: 100%;
    }

    .rozwiazanie__img {
        text-align: center;
        margin-bottom: 40px;
    }

    .rozwiazanie__text {
        padding-right: 15px;
    }

    .moduly__item {
        height: 177px;
    }

    .referencje__outer-box {
        width: 33.33%;
        padding: 15px;
    }

    .kontakt .column-50 {
        width: 100%;
    }

    .logo-footer {
        margin-top: 50px;
        text-align: left;
    }
}

@media(max-width: 779px) {
    .column-33 {
        width: 100%;
    }

    .oferta .column-33 {
        padding: 12px
    }

    .korzysci__img {
        min-width: 73px;
        max-width: 73px;
    }

    .korzysci .column-50 {
        height: unset;
    }

        .korzysci .column-50:nth-child(2) {
            margin-top: 40px;
        }

    .moduly .column-50 {
        padding: 0;
    }

        .moduly .column-50:nth-child(2) {
            margin-top: 40px;
        }

    .moduly__img {
        padding-left: 0;
        padding-right: 0;
    }

    .o-nas__tickets {
        height: unset;
        padding-top: 40px;
        padding-left: 0;
    }

        .o-nas__tickets li {
            padding-bottom: 10px;
        }

    .kontakt__form {
        padding-right: 0;
    }

        .kontakt__form .btn {
            width: 100%;
        }

        .kontakt__form label {
            width: 35%;
        }

    .submit-checkbox-wrapper {
        margin-left: 0;
    }

    .pt-90 {
        padding-top: 70px;
    }

    .pb-90 {
        padding-bottom: 70px;
    }

    .pt-60 {
        padding-top: 50px;
    }

    .pb-60 {
        padding-bottom: 50px;
    }

    .referencje__outer-box {
        width: 50%;
    }

    .row {
        margin: 0;
    }

    .column-50 {
        width: 100%;
    }

    .baner {
        height: calc(100vh - 90px);
    }

    .baner__item {
        height: 100%;
    }

        .baner__item img {
            height: 100%;
            object-fit: cover;
        }

    .baner__text {
        font-size: 22px;
        padding: 10px;
    }

    .clients-area, .covid {
        width: 100%;
    }

    .clients-testimonials {
        padding: 0;
    }

        .clients-testimonials > div, .clients-testimonials {
            height: 400px;
            background-size: cover;
        }

    .clients-testimonials__text, .clients-testimonials__footer span {
        font-size: 16px;
    }

    .covid > div {
        padding-top: 60px;
    }

    .moduly__item {
        height: unset;
    }
}

@media(max-width: 500px) {
    .referencje__outer-box {
        width: 100%;
    }
}

.login-button {
    position: relative;
    bottom: -30px;
}

.login-button2 {
    position: relative;
    bottom: 10px;
}

.danger-textbox {
    position: absolute;
}

.forgot-password {
    position: relative;
    bottom: -50px;
    font-size: 14px;
    font-weight: 400;
}

.forgot-password:hover {
    text-decoration: underline;
}

.red-text {
    color: red;
}