﻿iframe {
    max-width: 100%
}

.cookie-consent__iframe {
    display: none;
    position: unset;
}

    .cookie-consent__iframe iframe {
        border: none;
    }

    .cookie-consent__iframe.required {
        display: inline-block;
        position: relative;
        background: #F7F3F0;
        width: 100%;
    }

    .cookie-consent__iframe.accepted {
        display: inline-block;
        background: unset;
    }

        .cookie-consent__iframe.accepted .cookie-consent__iframe-manage {
            display: none;
        }

.swiper-slide .cookie-consent__iframe.required {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 565px;
}

.cookie-consent__iframe-manage {
    position: absolute;
    width: 90%;
    padding: 0 5%;
    text-align: center;
    top: calc(40% - 15px);
    z-index:999;
}
 