.action-map-container {
    display: flex;
    flex-direction: column;
    max-width:1200px;
    width: 100%;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
}
.section.section--action-map {
    background-image: url("http://fzgzl.sh.netivo.pl/wp-content/uploads/2018/11/section-background.jpg");
    margin-top: -90px;
    padding: 90px 0;
}
.section.section--orlen-logo {
    margin-top: 20px;
}
.action-map {
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    max-height: 1102px;
    border: 1px solid #000;
}
.action-map-content {
    margin-top: 20px;
}
.action-map img {
    max-height: 1100px;
    width: auto;
    transition: transform 1s ease-in-out;
}
@media only screen and (max-width: 1000px) {
    .action-map {
        max-height: 802px;
    }
    .action-map img {
        max-width: initial;
        max-height: 800px;
    }
}
.action-map__bird {
    background-color: rgba(255, 0, 0, 0.7);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: rgba(255, 255, 255, 0.9) 2px solid;
    position: absolute;
    -webkit-box-shadow: 0px 0px 7px 2px rgb(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 7px 2px rgb(0, 0, 0, 1);
    box-shadow: 0px 0px 7px 2px rgb(0, 0, 0, 1);
    cursor: pointer;
}
.orlen-logo {
    display: block;
    text-align: center;
}
.orlen-logo img {
    max-width: 200px;
}
.nt-modal {
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 100px); }
.nt-modal__content {
    max-height: calc(75vh - 60px);
    width: 100%;
    height: calc(100% - 60px);
    padding: 30px 0; }
.nt-modal__content p {
    line-height: 26px;
    font-size: 20px;
    /*margin-bottom: 15px;*/
}
.nt-modal__content a {
    text-decoration: underline;
}
.nt-modal__content figure {
    /*margin-bottom: 15px;*/
}
.nt-modal__content p, figure, pre, ol, ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.nt-modal__close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 60px;
    line-height: 40px;
    text-decoration: none;
    color: #4d4d4c;
    z-index: 1;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -ms-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms; }
.nt-modal__close:hover {
    color: #000000;
    cursor: pointer; }
.nt-modal.nt-modal--movie {
    max-width: calc(100vw - 100px);
    max-height: calc(100vh - 100px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-image: none;
    position: relative;
    margin: 0 auto; }
.nt-modal.nt-modal--movie .nt-modal__close {
    color: #fff; }
.nt-modal.nt-modal--movie .nt-modal__close:hover {
    cursor: pointer; }
.nt-modal.nt-modal--content {
    max-width: 100%;
    background-color: #ffffff;
    padding: 30px;
    position: relative;
    margin: 0 auto; }
.nt-modal.nt-modal--content .nt-modal__close {
    background-color: #fff; }
.nt-modal.nt-modal--content .nt-modal__content {
    max-height: calc(100vh - 160px);
    width: 100%;
    height: 100%;
    color: #000000;
    overflow: auto;
    padding: 0 20px 0 0;
    scrollbar-color: #27a63d rgba(0, 0, 0, 0.11);
    scrollbar-width: thin;
    z-index: 2; }
.nt-modal.nt-modal--content .nt-modal__content::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.11); }
.nt-modal.nt-modal--content .nt-modal__content::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, 0.11); }
.nt-modal.nt-modal--content .nt-modal__content::-webkit-scrollbar-thumb {
    background-color: #27a63d; }
.nt-modal.nt-modal--content .nt-modal__content h1, .nt-modal.nt-modal--content .nt-modal__content h2, .nt-modal.nt-modal--content .nt-modal__content h3, .nt-modal.nt-modal--content .nt-modal__content h4, .nt-modal.nt-modal--content .nt-modal__content h5, .nt-modal.nt-modal--content .nt-modal__content h6 {
    margin-bottom: 15px; }
.nt-modal.nt-modal--content .nt-modal__content .wp-block-embed.wp-embed-aspect-16-9.wp-has-aspect-ratio {
	aspect-ratio: 16/9;
}
.nt-modal.nt-modal--content .nt-modal__content .wp-block-embed.wp-embed-aspect-16-9.wp-has-aspect-ratio iframe {
	aspect-ratio: 16/9;
	height: 100%;
}

.basicLightbox__placeholder {
    width: 65vw;
    /*height: 75vh;*/
    /*max-height: calc(100vh - 100px);*/
    overflow: hidden; }

@media only screen and (max-width: 1500px) {
    .basicLightbox__placeholder {
        width: 75vw;
    }
}

@media (max-width: 1000px) {
    .nt-modal.nt-modal--content {
        max-width: calc(100% - 100px); }
    .basicLightbox__placeholder {
        width: 98vw;
        height: 90vh; } }


@media only screen and (max-width: 782px) {
    .nt-modal__content :where(.wp-block-columns.is-layout-flex) {
        gap: 0;
    }
}
@media only screen and (max-width: 768px) {
	.nt-modal.nt-modal--content .nt-modal__content .wp-block-embed.wp-embed-aspect-16-9.wp-has-aspect-ratio iframe {
	
	}
	.nt-modal__close {
    left: 0;
    top: 95%;
    }
}
@media (max-width: 640px) {
    .nt-modal {
        max-width: calc(100% - 40px) !important;
        max-height: calc(100vh - 40px) !important; }
    .nt-modal.nt-modal--content {
        padding: 30px 15px; } }
#cookie-notice .cookie-notice-container .cn-button {
    color: #000;
}