#container .content .theme1 {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
}

#container .content .theme1.naturalEmerald {
    background: linear-gradient(to bottom, #47ff71 0%, #40e965 100%);
}

#container .content .theme1.romanticRed {
    background: linear-gradient(180deg, #FF4747 0%, #E94040 100%);
}

#container .content .theme1.blueOcean {
    background: linear-gradient(180deg, #47FFDA 0%, #40E9DA 100%);
}

#container .content .theme1 h1.title {
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 24px;
}

#container .content .theme1 .logo {
    margin-bottom: 20px;
}


#container .content .theme1 span.description {
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 22px;
}

#container .content .theme1 .age-verification {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}


#container .content .theme1 .age-verification .btn {
    border-radius: 3px;
    padding: 12px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
    font-weight: 600;
    font-size: 14px;
    outline: none;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-right: 27px;
}
#container .content .theme1 .age-verification .btn:last-child {
    margin-right: 0;
}

#container .content .theme1 .age-verification .age-verification.age {
    display: flex;
    justify-content: space-between;
}

#container .content .theme1  .selectPopup {
    display: flex;
    justify-content: center;
    margin: 20px auto;
}

#container .content .theme1  .selectPopup select {
    margin-right: 15px;
}
#container .content .theme1  .selectPopup select:last-child {
    margin-right: 0;
}

#container .content .theme1 .age-verification .form-age {
    width: 100%;
}


.selectPopup select {
    padding: 5px 10px;
    border: 1px solid #DBE6E9;
    background-color: #FAFAFA;
    border-radius: 3px;
    color: #97989A;
}

@media screen and (max-width: 520px),
(max-width: 390px) {
    #container .content {
        width: 92%;
    }

    #container .content .theme1 .age-verification .btn:first-child {
        margin-bottom: 20px;
    }

    #container .content .theme1 .selectPopup {
        flex-direction: column;
    }
    #container .content .theme1 .selectPopup {
        align-items: center;
    }
    #container .content .theme1 .selectPopup select {
        margin-bottom: 20px;
        margin-right: 0;
        width: 80%;
    }
    #container .content .theme1 .age-verification .btn {
        margin-right: 0;
        width: 100%;
    }
    #container .content .theme1 .selectPopup select:last-child {
        margin-bottom: 0;
    }
}