html {
    font-size: 6px;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: white;
    font-family: Tahoma;
}

.bingoClearBoth {
    clear:both;
}

#restrictedCountryPage {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
    color: #000000;
}

#restrictedCountryPage:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    background: #ffffff;
    background-size: 100% 100%;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#restrictedCountryPage .container{
    position: relative;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -7rem;
    font-size: 3.5rem;
    box-sizing: border-box;
    padding: 0 20rem;
    text-align: center;
}
#restrictedCountryPage .confusedSmile {
    position: relative;
    width: 100%;
    height: 35rem;
    background: url(../images/popup-face.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0rem;
    color: #5f045e;
}

#restrictedCountryPage .confusedSmile:after {
    position: absolute;
    content: "";
    width: 11rem;
    height: 11rem;
    margin-left: 8rem;
    left: 50%;
    top: -4rem;
    background: url(../images/popup-question-mark.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#restrictedCountryPage h1 {
    font-size: 4rem;
}

#restrictedCountryPage .restrictedCountryPageMessage {
    font-size: 4rem;
}

#restrictedCountryPage .restrictedCountryPageContacts {
    text-align: center;
}

#restrictedCountryPage .restrictedCountryPageContacts .restrictedCountryPageContact {
    margin-right:10rem;
    display: inline-block;
}

#restrictedCountryPage .restrictedCountryPageContacts .restrictedCountryPageContact .restrictedCountryPageContactIcon {
    background-image: url(../images/restriction_mail_icon.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    width: 9rem;
    height: 9rem;
    float:left;
}

#restrictedCountryPage .restrictedCountryPageContacts .restrictedCountryPageContact .contactEmailIcon {
    background-image: url(../images/restriction_mail_icon.png);
}

#restrictedCountryPage .restrictedCountryPageContacts .restrictedCountryPageContact .contactPhoneIcon {
    background-image: url(../images/restriction_phone_icon.png);
}


#restrictedCountryPage .restrictedCountryPageContacts .restrictedCountryPageContactData {
    margin: 0 4rem 0 3rem;
    line-height: 6rem;
    height: 6rem;
    font-size: 4rem;
    display: inline-table;
    position: relative;
    box-sizing: border-box;
    padding: 1rem 2.5rem;
    border-radius: 2rem;
    color: #000000;
    background: linear-gradient(90deg, #f78b37 0%, #fdd57e 100%);
    background: -webkit-linear-gradient(90deg, #f78b37 0%, #fdd57e 100%);
    background: -moz-linear-gradient(90deg, #f78b37 0%, #fdd57e 100%);
    background: -ms-linear-gradient(90deg, #f78b37 0%, #fdd57e 100%);
    background: -o-linear-gradient(90deg, #f78b37 0%, #fdd57e 100%);
    border: 1px solid #000000;
    float:left;
}

#restrictedCountryPage .restrictedCountryPageContacts .restrictedCountryPageContactData a{
    color: #000000;
}