#ageCheck {
    
}

#ageCheck .mainAgeContainer {
    margin: 0;
    width: 33.4rem;
    background-color: #F5F5EC;
}

#ageCheck .ageWindow {
    width: 100%;
    text-align: left;
}

#ageCheck .ageWindow .topPart {
    margin: auto;
    padding: 1.9rem 1.9rem 0 1.9rem;
    z-index: 70;
}

#ageCheck .text {
    color: var(--clr-dark-black);
    font-family: 'Degular Regular', sans-serif;
    font-size: 1.8rem;
    line-height: 2.3rem;
    font-weight: 600;
}

#ageCheck .topText {
    margin: 1.2rem auto 2.0rem auto;
    font-family: 'Degular Bold', sans-serif;
    font-size: 2.5rem;
    line-height: 3.2rem;
    font-weight: 500;
    text-align: center;
}

#ageCheck .text.smaller {
    margin-bottom: 1.6rem;
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 400;
}

#ageCheck .text.smaller a {
    font-weight: 600;
}


#ageCheck .inputContainer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
}

#ageCheck .cell {
    padding: 1.8rem 1.2rem;
    width: 6.5rem;
    color: var(--clr-black);
    font-family: 'Degular Regular', sans-serif;
    font-size: 2.0rem;
    line-height: 2.5rem;
    font-weight: 500;
    background-color: #FFD5000F;
    border: solid 0.2rem var(--clr-yellow);
    text-align: center;
    transition: transform 0.1s ease;
}

#ageCheck .cell:focus {
    transform: scale(1.05);
    outline: none;
}

#ageCheck .cell::placeholder {
    color: #2C2B2D88;
}


#ageCheck .cells {
}

#ageCheck .rememberMe {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
    display: flex;
    gap: 1.4rem;
    align-items: center;
    justify-content: flex-start;
}

#ageCheck .rememberMe .checker {
    width: 2rem;
    height: 2rem;
    background-image: url('/public/images/soutez/icons/age-check.svg');
    transition: background-image 0.4s;
}

#ageCheck .rememberMe .active {
    background-image: url('/public/images/soutez/icons/age-check-active.svg');
}

#ageCheck .rememberMe .text {
    margin: 0;
}


#ageCheck .buttonBackground {
    margin-bottom: -3.2rem;
    height: 6.2rem;
}

#ageCheck .button {
    padding: 1.4rem;
}

#ageCheck .buttonBackground.disabled .button {
    color: #2C2B2D88;
}


#ageCheck .bottomPart {
    padding: 4.4rem 0 1.0rem 0;
    background-color: var(--clr-black);
}

#ageCheck .bottomPart .napivoSRozumem {
    margin: auto;
    background-image: url(/public/images/soutez/napivosrozumem-white.svg);
    height: 5.4rem;
    width: 26.3rem;
}


#underage .text {
    margin-bottom: 2.0rem;
}

#underage .bottomPart {
    padding: 1.0rem 0 1.0rem 0;
    background-color: var(--clr-black);
}