.overlay-component {
    width: 640px;
    height: 200px;
    background: white;
    border-radius: 5px;
    border: 1px solid black;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    color: black;
    font-family: Montserrat, san-serif;
    letter-spacing: -1px;
    display: none;
}
.overlay-component p {
    max-width: 300px;
}
.overlay-component p {
    font-weight: 350;
}
.pop-left {
    float: left;
}
.pop-right {
    float: left;
}
.overlay-component h3 {
    min-width: 300px;
    margin-top: 0;
    padding-top: 0;
    margin-right: 10px;
    float: left;
}
.overlay-component .pop-title {
    float: left;
    width:265px;
    margin-right: 20px;
}

.overlay-component .button-orange-transparent {
    padding-right: 25px!important;
    padding-left: 25px!important;

}
.overlay-component .pop-close {
    float: right;
    width:20px;
    cursor: pointer;
}

.overlay-veil {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.8);
    display: none;
}
.pop-fr {
    font-size: 18px;
}
.pop-pl {
    font-size: 22px;
}
.pop-ru {
    font-size: 18px;
}

@media (max-width: 767px) {
    .pop-left {
        text-align: center!important;
        width:100%;
    }
    .pop-title {
        float: none!important;

    }
    .pop-left img {
        margin:auto!important;
        width:80%!important;
        border:1px solid gray;
    }
    .pop-right {
        width:100%;
        float: left;
    }

    .pop-close {
        position: absolute;
        top:5px;
        right: 5px;
    }

    .overlay-component {
        width:80%;
        height: auto;
        text-align: center;
    }
    .overlay-component p {
        margin: 10px auto 10px auto;

    }
    .overlay-component h3 {
        min-width: 0;
        float: none;
        padding-top: 10px;
        margin-bottom: 10px;
        display: block;
    }
}
