.age-restriction-background {
    background: rgb(60, 60, 60);
}

.age-restriction-background .age-restriction-container {
    width: 850px;
    height: 550px;
}

.layer-above-player .age-restriction-container {
    padding: 20px;
    justify-content: center;
}

.age-restriction-container {
    height: 100%;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 81px;
    position: relative;
    margin: 0 auto;

    background: #2A3039;
    color: #FFFFFF;
}

.b_player_age_restriction {
    position: absolute;
    top: 0px;
    z-index: 2;
    width: 100%;
    height: 426px;
}

.b_player_age_restriction .age-restriction-container {
    padding-top: 30px;
}

.shows_age_restriction {
    height: 360px;
}

.shows_age_restriction .age-restriction-container {
    padding: 20px;
}

.shows_age_restriction .age-restriction-container .cat-image img {
    height: 180px;
    width: initial;
}

.age-restriction-container .cat-image img {
    width: 250px;
    height: 225.21px;

    margin-bottom: 25px;
}

.age-restriction-text {
    height: 20px;

    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
}

.age-restriction-link {
    height: 20px;

    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 25px;
}

.age-restriction-container .age-restriction-btn {
    width: 220px;
    height: 35px;

    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    box-sizing: border-box;
    margin-bottom: 5px;

    background: #1D62B1;
    color: #FFFFFF;
    border: none;
    border-radius: 3px;
}

.age-restriction-auth {
    height: 35px;

    padding: 10px;
    margin: 0;
}

.age-restriction-auth a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-decoration-line: underline;

    color: #428BCA;
}