@font-face {
    font-family: "Open Sans";
    src: url("/szablony/santander/fonts/opensans-regular.eot");
    src: url("/szablony/santander/fonts/opensans-regular.eot?#iefix") format("embedded-opentype"), url("/szablony/santander/fonts/opensans-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("/szablony/santander/fonts/opensans-bold.eot");
    src: url("/szablony/santander/fonts/opensans-bold.eot?#iefix") format("embedded-opentype"), url("/szablony/santander/fonts/opensans-bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("/szablony/santander/fonts/opensans-light.eot");
    src: url("/szablony/santander/fonts/opensans-light.eot?#iefix") format("embedded-opentype"), url("/szablony/santander/fonts/opensans-light.ttf") format("truetype");
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("/szablony/santander/fonts/opensans-semibold.eot");
    src: url("/szablony/santander/fonts/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("/szablony/santander/fonts/opensans-semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

.cookies-popup {
    font-family: 'Open Sans';
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.cookies-popup a {
    color: #ed1c24;
}

.cookies-popup strong {
    font-weight: 600 !important;
}

.cookies-popup__wrapper {
    max-height: 100%;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 10px;
    width: 100%;
    max-width: 1190px;
}

@media only screen and (min-height: 690px) and (min-width: 691px) {
    .cookies-popup__wrapper {
        max-height: 90%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.cookies-popup__inner {
    max-height: 100vh;
    background-color: #fff;
    overflow-y: auto;
    padding: 20px 30px 25px 30px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 767px) {
    .cookies-popup__inner {
        padding: 30px 15px 150px 15px;
    }
}

@media only screen and (min-height: 690px) and (min-width: 691px) {
    .cookies-popup__inner {
        max-height: 90vh;
        padding: 20px 30px 45px 30px;
    }
}

.cookies-popup__head__close {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 20px;
    top: 20px;
}

.cookies-popup__head__close__btn {
    position: relative;
    z-index: 1;
    cursor: pointer;
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
    outline: 0;
    text-align: center;
    background-color: transparent;
    border: none;
}

.cookies-popup__head__close:before,
.cookies-popup__head__close:after {
    content: ' ';
    position: absolute;
    left: 5px;
    height: 16px;
    width: 2px;
    background-color: #5d5d5d;
}

.cookies-popup__head__close:before {
    transform: rotate(45deg);
}

.cookies-popup__head__close:after {
    transform: rotate(-45deg);
}

.cookies-popup__head__title {
    margin: 0 0 0 0;
    overflow: hidden;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 0;
    line-height: 1.15;
}

.cookies-popup__body {
    margin: 15px 0 0;
}

.cookies-popup__body__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cookies-popup__body__row:not(:first-child) {
    margin-top: 15px;
}

@media only screen and (max-height: 689px) and (min-width: 691px) {
    .cookies-popup__body__row:not(:first-child) {
        margin-top: 0;
    }
}

.cookies-popup__body__row .clear {
    clear: both;
}

.cookies-popup__body__row.paragraphs {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.cookies-popup__body__row.paragraphs a {
    font-weight: 600;
}

.cookies-popup__body__row.paragraphs p {
    font-size: .9rem;
    margin-bottom: 6px;
}

.cookies-popup__body__row.paragraphs p strong {
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .cookies-popup__body__row.paragraphs {
        font-size: 14px;
    }
}

@media only screen and (max-height: 689px) and (min-width: 691px) {
    .cookies-popup__body__row.paragraphs {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

.cookies-popup__body__row--btn button {
    margin-top: 15px;
    border: 1px solid rgba(248, 248, 248, 0.45);
    color: #5d5d5d;
    background-color: rgba(248, 248, 248, 0.45);
    padding: 0 10px;
    font-size: 11px;
    font-weight: 600;
    height: 42px;
    width: 100%;
    border-radius: 19px;
    transition-duration: 0.3s;
    text-transform: uppercase;
}

.cookies-popup__body__row--btn button:hover {
    border: 1px solid #ed1c24;
    color: #ed1c24;
}

@media only screen and (min-width: 691px) {
    .cookies-popup__body__row--btn {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cookies-popup__body__row--btn>div {
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 767px) {
    .cookies-popup__body__row--btn {
        position: fixed;
        z-index: 1;
        left: 10px;
        right: 10px;
        background-color: white;
        padding: 0 15px 15px 15px;
        box-shadow: 0 -5px 12px rgba(0, 0, 0, 0.1);
        bottom: -10px;
    }
}

@media only screen and (max-width: 690px) {
    .cookies-popup__body__row--btn>div {
        width: 100%;
    }

    .cookies-popup__body__row--btn>div:first-of-type {
        -ms-flex-order: 2;
        order: 2;
    }

    .cookies-popup__body__row--btn>div.third {
        -ms-flex-order: 1;
        order: 1;
    }
}

.cookies-popup__body__desc {
    font-size: .9rem;
    margin-bottom: 6px;
}

.cookies-popup__body__desc strong {
    font-weight: bold;
}

.cookies-popup__body__submit-wrapper.hide {
    display: none;
}

.cookies-popup__body__submit-container {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.cookies-popup__body__submit-container.third input[type="submit"] {
    background-color: #ed1c24;
    color: #fff;
    border: 1px solid transparent;
    margin-left: 0;
    width: 100%;
}

.cookies-popup__body__submit-container.third input[type="submit"]:hover {
    background-color: transparent;
    color: #ed1c24;
    border: 1px solid #ed1c24;
}

@media only screen and (min-width: 691px) {
    .cookies-popup__body__submit-container.third {
        max-width: 75%;
        padding-left: 20px;
    }
}

.cookies-popup__body__submit-container input[type="submit"] {
    cursor: pointer;
    display: block;
    outline: 0;
    white-space: normal;
    padding: 11px 20px 10px 20px;
    border-radius: 24px;
    font-weight: bold;
    font-size: 13px;
    margin-top: 15px;
    text-transform: uppercase;
    min-width: 195px;
    border: 1px solid #ed1c24;
    color: #ed1c24;
    margin-left: 5px;
    background-color: white;
}

.cookies-popup__body__submit-container input[type="submit"]:hover {
    background-color: #ed1c24;
    color: #fff;
}

@media only screen and (max-width: 690px) {
    .cookies-popup__body__submit-container input[type="submit"] {
        height: 45px;
        width: 100%;
        max-width: none;
        margin-left: 0;
    }
}

@media only screen and (max-height: 689px) and (min-width: 691px) {
    .cookies-popup__body__submit-container input[type="submit"] {
        font-size: 11px;
    }
}

.cookies-popup__body__checkbox {
    margin-bottom: 6px;
    background-color: #f8f8f8;
    padding: 15px;
}

.cookies-popup__body__checkbox label {
    cursor: pointer;
    position: relative;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.4;
    pointer-events: none;
    font-weight: normal;
}

.cookies-popup__body__checkbox label input {
    display: none;
}

.cookies-popup__body__checkbox label input:checked+span:before {
    display: block;
}

.cookies-popup__body__checkbox label input[disabled]+span {
    cursor: no-drop;
}

.cookies-popup__body__checkbox label span {
    display: none;
    padding-left: 25px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
}

.cookies-popup__body__checkbox label span::before,
.cookies-popup__body__checkbox label span::after {
    position: absolute;
    left: 0px;
    top: 0px;
}

.cookies-popup__body__checkbox label span:before {
    content: '';
    width: 13px;
    height: 13px;
    background: #ed1c24;
    top: 3px;
    left: 3px;
    display: none;
    z-index: 1;
}

.cookies-popup__body__checkbox label span:after {
    background: #fff;
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    border: 1px solid #cfcfcf;
}

.configuration .cookies-popup__body__checkbox:first-of-type label {
    cursor: no-drop;
}

.configuration .cookies-popup__body__checkbox label {
    pointer-events: auto;
    padding-left: 30px;
}

.configuration .cookies-popup__body__checkbox label span {
    display: block;
}

@media only screen and (max-width: 767px) {
    .cookies-popup__body__checkbox {
        padding: 15px;
    }
}

@media only screen and (max-height: 689px) and (min-width: 691px) {
    .cookies-popup__body__checkbox label {
        margin: 0;
        font-size: 13px;
    }
}

@media only screen and (min-height: 690px) and (min-width: 691px) {
    .cookies-popup__body__checkbox {
        padding: 20px 42px 20px 22px;
    }
}