﻿
/*Bpopup*/
#popup_technologies {
        background-color:#fff;
        color:#000;
        display:none;
        min-width:600px;
        min-height: 300px;
        width:auto;
        height:auto;
    }
.b-close {
    background: transparent url("data:image/svg+xml;utf8,<svg width='10px' height='10px' viewBox='0 0 10 10' version='1.1' xmlns='http://www.w3.org/2000/svg'> <polyline points='1,1 9,9 5,5 9,1 1,9' stroke='white' stroke-width='1.2' stroke-linecap='butt' fill='none' /></svg>") center no-repeat;
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0px;
    right: 0px;
    width: 35px;
    height: 35px;
    position: absolute;
    display: inline-block;
    z-index: 999;
    cursor: pointer;
}
#popup_technologies iframe {
    width: 100%;
}
.b-iframe {
    width: 100%;
    height: 480px;
}
@media only screen and (max-width: 800px) {
    #popup_technologies{ min-width: auto !important;position: fixed !important;top: 0 !important;left: 0 !important;width: 100% !important;height: 100% !important;}
    .b-iframe{height:100% !important;}
}
