a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline}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:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 28, 2019 */



@font-face {
    font-family: 'enea_headbold';
    src: url('../presentation_font/Signika-Bold.eot');
    src: url('../presentation_font/Signika-Bold.eot?#iefix') format('embedded-opentype'),
         url('../presentation_font/Signika-Bold.woff2') format('woff2'),
         url('../presentation_font/Signika-Bold.woff') format('woff'),
         url('../presentation_font/Signika-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: 'enea_textbold';
    src: url('../presentation_font/Signika-Bold.eot');
    src: url('../presentation_font/Signika-Bold.eot?#iefix') format('embedded-opentype'),
         url('../presentation_font/Signika-Bold.woff2') format('woff2'),
         url('../presentation_font/Signika-Bold.woff') format('woff'),
         url('../presentation_font/Signika-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'enea_textregular';
    src: url('../presentation_font/Signika-Regular.eot');
    src: url('../presentation_font/Signika-Regular.eot?#iefix') format('embedded-opentype'),
         url('../presentation_font/Signika-Regular.woff2') format('woff2'),
         url('../presentation_font/Signika-Regular.woff') format('woff'),
         url('../presentation_font/Signika-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'enea_headregular';
    src: url('../presentation_font/Signika-Regular.eot');
    src: url('../presentation_font/Signika-Regular.eot?#iefix') format('embedded-opentype'),
         url('../presentation_font/Signika-Regular.woff2') format('woff2'),
         url('../presentation_font/Signika-Regular.woff') format('woff'),
         url('../presentation_font/Signika-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.popup_on_button{
    position:fixed; top: 0; right: 0; width: 44px; height: 44px;

}
.popup_on_button::after{
    content: "";
    transition: all 0.27s ease;
    background-image: url("../presentation_icons/icon-info@2x.png");
    -webkit-background-size: contain;-moz-background-size: contain;
    -o-background-size: contain;background-size: contain;
    background-repeat: no-repeat;
    margin: 10px;
    width: auto;
    height: 100%;
    display: block;
}

.popup_container{
    background-color: white;
    font-size: 2vmin;
    position: relative;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
}

.popup_container::-webkit-scrollbar {width: 0.5em;}

/* Dark Blue - #001E50
Light Blue - #00B0F0
Honey Orange - #F8AC00 */

.popup_container .popup_header {
    margin-top: 2.5em;
    /* background-color: yellow; */
    height: 15.5em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.popup_container div.background_img {
    -webkit-background-size: contain;-moz-background-size: contain;
    -o-background-size: contain;background-size: contain;
    background-repeat: no-repeat;
}

/* this will be clickable */
.popup_container .header_closeButton {
    display: block;
    background: url("./../presentation_icons/icon-close.png");

    width: 4em;
    height: 4em;
    align-self: flex-end;
    position: fixed;
    right: 3.2em;
    top: 3.2em;
}
.popup_container .header_logoContainer {
    width: 100%;
    height: 8em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* background-color: pink; */
}
.popup_container .header_stripe{
    /* height: 6px;
    background-color: #00B0F0; */
}
.popup_container .stripe_left {
    width: 3.3em;
}
.popup_container .stripe_right {
    flex: 1;
}
.popup_container .header_logo{
    height: 100%;
    margin: 0 2em 0 2em;
}
.popup_container .header_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.popup_container .header_text>p{
    font-size: 1.8em;
    margin: 0 1.2em 0 0.7em;
    color: #00B0F0;
    font-family: "enea_headregular", Arial, serif;
    font-weight: 500;
}
.popup_container .section{
    margin: 4.5em;
    height: auto;
}
.popup_container .section_header{
    /* mobile only */
    margin-top: 2.6em;
    font-size: 3.5em;
    color: black;
    font-family: "enea_headbold", Arial, serif;
    font-weight: bolder;
}
.popup_container .basic_text{
    /* mobile only */

    margin-bottom: 4.6em;
    font-size: 1.9em;
    /* font-size: 0.9rem; */
    line-height: 140%;
    color: black;
    font-family: "enea_textregular", Arial, serif;
    /* font-weight: bolder; */
}
.title_text {
    margin-top: 1.8em;
}

.popup_container b{
    font-weight: bold;
}

.popup_container .banner{
    width: 100%;
    height: 8em;
    background-color: #0059a9;
    /* padding: 0 0 0 4.5em; */
}

.popup_container .banner_text{
    margin: 0 0 0 4.5em;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.popup_container .banner_text>p{
    font-size: 2.9em;
    font-family: "enea_headbold", Arial, serif;
    color: white;
}

.popup_container .icon_container{
    /* background-color: burlywood; */
    display: flex;
    margin-bottom: 2.6em;
}

.popup_container .small_icon{
    height: 12em;
    width: 15em;
    flex: -1;
    /* background-color: aqua; */
}
.popup_container .icon-vr-step-1{
    background: url("../presentation_icons/icon-vr-step-1@2x.png");
}
.popup_container .icon-vr-step-2{
    background: url("../presentation_icons/icon-vr-step-2@2x.png");
}
.popup_container .icon-vr-step-3{
    background: url("../presentation_icons/icon-vr-step-3@2x.png");
}
.popup_container .icon-vr-step-4{
    background: url("../presentation_icons/icon-vr-step-4@2x.png");
}
.popup_container .icon_container>p{
    align-self: center;
    font-family: "enea_headregular", Arial, serif;
    font-size: 2.0em;
    line-height: 130%;
    flex: 1;
    color: black;
}
.popup_container .section_last{
    margin-top: 7em;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.popup_container .stearing_title{
    margin: 0 0 0.5em;
    font-size: 3em;
    font-family: "enea_headbold", Arial, serif;
    font-weight: bolder;
    color: #666;
}
.popup_container .stearing_text_container{
    flex: 1 1 0px;
    margin: 0 0; 
}
.popup_container .stearing_text_container:first-child, .popup_container .stearing_text_container:last-child{
    margin: 0 0; 
}
.popup_container .gallery{
    height: auto;
    display: flex;
    flex-wrap: wrap;
	margin-bottom:100px;

}
.popup_container .gallery_element{
    box-sizing: border-box;
    background-color: #f8f8f8;
    border: 1px solid lightgray ;
    width: 40vmin;
    min-width: 40vmin;
    flex: 1;
    height: 50vmin;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.popup_container .gallery_element_oversized{
    width: 100vmin;
    height: 60vmin;
}

.popup_container .gallery_element>img{

    height: 9em;
}
.popup_container .gallery_element>p{
    font-family: "enea_headregular", Arial, serif;
    font-size: 1.85em;
    margin-top: 1em;
    color: black;
    /* line-height: 130%; */
}
.popup_container .gallery_element_oversized>img{
    margin-top: 2em;
}
.popup_container .gallery_element_oversized>p:last-child{
    color: gray;
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 479px) {
/* Styles */
}

/* iPads (portrait and landscape) Smartphones (landscape)----------- */
@media (min-width: 480px) {
    .popup_container{
        font-size: 1.0vw;
    }
    .popup_container .popup_header{
        margin-top: 4.0em;
        height: auto;
    }
    .popup_container .header_closeButton {
        width: 4em;
        height: 4em;
        align-self: flex-end;
        position: fixed;
        right: 3.2em;
        top: 2.2em;
    }
    .popup_container .header_logoContainer {
        height: 7em;
    }
    .popup_container .header_stripe{
        height: 3px;
    }
    .popup_container .stripe_left {
        width: 6.3em;
    }
    .popup_container .header_text>p{
        font-size: 1.7em;
        margin: 0 1.2em 0 0.7em;
        font-family: "enea_headbold", Arial, serif;
        /* font-weight: 900; */
    }
    .popup_container .section{
        margin: 8.5em;
    }
    .popup_container .section_middle {
        margin: 4em 8.5em;
    }
    .popup_container .section_icons {
        display: flex;
        flex-wrap: wrap;
    }

    .popup_container .icon_container{
        min-width: 30vw;
        width: 37vw;
        flex: 1;
        margin: 2em;
    }
    .popup_container .icon_container>p{
        font-size: 1.9em;
    }
    .popup_container .basic_text_bottom{
        margin-bottom: 1.9em;
        font-size: 2.0em;
    }
    .popup_container .gallery_element{
        box-sizing: border-box;
        background-color: #f8f8f8;
        border: 1px solid lightgray ;
        width: 25vw;
        height: 25vw;
        min-width: 20vmin;
        flex: 1;
    }
    .popup_container .gallery_element_oversized{
        width: 50vw;
        height: 25vw;
        flex: 2;
    }
}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1025px) {
    .popup_container{
        font-size: 7.7px;

        /* width: 850px; */
    }
    .popup_container::-webkit-scrollbar {width: 0.7em;}
    .popup_container .popup_header{
        margin-top: 5.5em;
        height: auto;
    }
    .popup_container .header_closeButton {
        top: 1.8em;
    }
    .popup_container .header_stripe{
        height: 3px;
    }
    .popup_container .stripe_left {
        flex: 1;
    }
    .popup_container .stripe_right {
        flex: 1;
    }
    .popup_container .basic_text{
        margin-bottom: 1.9em;
        font-size: 2.1em;
    }
    .popup_container .section{
        width: 800px;
        margin: auto;
    }
    .popup_container .banner{
        width: 850px;
        margin: auto;
    }
    .popup_container .gallery{
        width: 800px;
        margin: auto;
		margin-bottom: 100px;
    }
    .popup_container .header_logoContainer::after{
        width: 620px;
        content: '';
        /* height: 3px;
        background-color: #00B0F0; */
        /* display: block; */
    }
    .popup_container .icon_container{
        min-width: 180px;
        width: 180px;
        flex: 1;
        margin: 1em;
        
    }
    .popup_container .section_icons{
        flex: 1;
    }
    .popup_container .section_middle {
        display: flex;
        flex-direction: row;
        align-content: center;
        margin: 6em auto;
    }
    .popup_container .section_middle::before{
        
        align-self: center;
        width: 180px;
        content: '';
        height: 180px;
        flex:-1;
        margin: 1em;
        margin-right: 50px;
        background-color: #00B0F0;
        background: url("./../presentation_icons/vr.enea.pl@2x.png");
        -webkit-background-size: contain;-moz-background-size: contain;
        -o-background-size: contain;background-size: contain;
        background-repeat: no-repeat;
    }
    .popup_container .stearing_text_container{
        flex: 1 1 0px;
        margin: 0 5em; 
    }
    .popup_container .stearing_title{
        margin: 1em 0 0.5em;
        font-size: 3em;
        font-family: "enea_headbold", Arial, serif;
        font-weight: bolder;
        color: #666;
    }
    .popup_container .section_last{
        flex-direction: row;
    }
    .popup_container .gallery_element{
        box-sizing: border-box;
        background-color: #f8f8f8;
        border: 1px solid lightgray ;
        width: 200px;
        height: 200px;
    }
    .popup_container .gallery_element_oversized{
        width: 400px;
        height: 200px;
    }
}