#popup-thanks{
    font-size: 16px;
    z-index: 999999;
}
#popup-thanks .popup-overlay{
    background-color: rgba(60,60,60,.4);
}
#popup-thanks .popup-content {
    width: 900px;
    height: 604px;
    max-height: 100%;
    padding: 0 15px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	background-image: url(../../images/popup-back.jpg);
	background-image: -webkit-image-set(url("../../images/popup-back.jpg") 1x, url("../../images/popup-back@2x.jpg") 2x);
}
#popup-thanks .popup-content .popup-close {
    width: auto;
    height: auto;
    padding: 34px 30px;
    top: 0;
    right: 0;
}
#popup-thanks p {
    color: #fff;
    font-size: 26px;
    line-height: 34px;
}
#popup-thanks p:first-child {
    font-size: 50px;
    line-height: 40px;
    letter-spacing: 0.1em;
    margin-bottom: 29px;
	font-family: "bebas-neue-pro", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

@media screen and (max-width: 567px) {
    #popup-thanks .popup-content {
        width: 357px;
        height: 350px;
    }
    #popup-thanks .popup-inner {
        width: 300px;
    }
    #popup-thanks p {
        font-size: 20px;
    }
    #popup-thanks p:first-child {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 12px;
    }
}