﻿@font-face {
    font-family: 'SVN-Golory-Bold';
    src: url('fonts/SVN-Gilroy Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Golory-Black';
    src: url('fonts/SVN-Gilroy Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Golory-Regular';
    src: url('fonts/SVN-Gilroy Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Golory-Italic';
    src: url('fonts/SVN-Gilroy Italic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

#popup-IBDN-728 {
    font-family: 'SVN-Golory-Regular';
    color: #005BAA;
    /* display: none;*/
    position: fixed;
    background-image: url(images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    overflow: auto;
    width: 900px;
    height: 530px;
    display: none;
    margin: 0;
    padding: 20px;
    justify-content: center;
    align-items: center;
}

.pop-body {
    text-align: center;
    line-height: 1.4;
    margin-top: 75px;
}

    .pop-body a.icon-close {
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 100px;
    }

.popup-header-alert {
    justify-content: center;
    align-items: center;
}

    .popup-header-alert h1 {
        font-family: 'SVN-Golory-Bold';
        font-size: 45px;
        text-transform: uppercase;
    }

    .popup-header-alert p {
        font-size: 22px;
        text-transform: uppercase;
        font-family: 'SVN-Golory-Bold';
    }

.popup-content {
    margin-top: 10px;
    text-align: justify;
    padding-right: 70px;
    padding-left: 70px;
    padding-bottom: 20px;
}

    .popup-content p {
        font-weight: normal;
        font-size: 22px;
    }

    .popup-content span {
        font-weight: bold;
    }

    .popup-content a {
        font-family: 'SVN-Golory-Italic';
        color: inherit;
    }

.popup-footer {
    display: block;
    text-align: center;
    padding-bottom: 20px;
}

    .popup-footer a {
        cursor: pointer;
    }

    .popup-footer p {
        font-family: 'SVN-Golory-Italic';
        font-size: 22px;
    }


@media (min-width:576px) and (max-width:991.98px) {
    #popup-IBDN-728 {
        width: 90%;
        min-height: 500px;
    }
}

@media (min-width:992px) and (max-width:1280px) {
    #popup-IBDN-728 {
        width: 70%;
        min-height: 500px;
    }
}