#overlay2 {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: #000;

    filter:alpha(opacity=70);

    -moz-opacity:0.7;

    -khtml-opacity: 0.7;

    opacity: 0.7;

    z-index: 10000;

    display: none;

}

.cnt223 a{

    text-decoration: none;

}

.popup{

    display: none;

    width: 100%;

    margin: 0 auto;

    position: fixed;

    z-index: 999999999910001;

    height: 100vh;

    background-color: rgba(0,0,0,0.3);

}

.cnt223 {

    max-width: 500px;

    width:42%;

    min-width:300px;

    min-height: 150px;

    margin: 40px auto;

    background: transparent;

    position: relative;

    z-index: 10003;

    padding: 0px 0px;

    border-radius: 5px;

    top: 10vh;

}

.cnt223 p{

    clear: both;

    color: #212525;

    font-size: 20px;

    font-family: sans-serif;

    margin-top: 15px;

}

.cnt223 p a{

    color: #d91900;

    font-weight: bold;

}

.cnt223 .x{

    position: absolute;

    right: -20px;

    top: -20px;

    float: right;

    font-size: 25px;

    line-height: 25px;

    color: #fff;

    text-shadow: 0 1px 0 #ffffff;

    opacity: 1;

    background: #139dbf;

    padding: 8px 15px 12px;

    padding-top: 8px;

    padding-right: 15px;

    padding-bottom: 12px;

    padding-left: 15px;

    border-radius: 30px;

    font-family: Arial;

    text-align: center !important;

    width: 45px;

    height: 45px;

}

.cnt223 .x:hover{

    cursor: pointer;

}

.popup-inside{

    padding: 20px 0 150px;

    border-radius: 20px;

    background: white;

    text-align: center;

    background-image: url('../img/popup-bg.png');

    background-repeat: no-repeat;

    background-position: bottom left;

}

.popup-inside img{

    display: block;

    margin: 0 auto 20px;

}

.popup-inside h2{

    background: #16ABBF;

    color: white;

    text-transform: uppercase;

    font-size: 48px;

    padding-top: 25px;

    padding-bottom: 20px;

}

.popup-inside p{

    font-size: 23px;

}

@media (max-width: 480px){

    .cnt223 .x{

        right: 10px;

    }

    .popup-inside{

        padding: 50px 20px;

    }

}