#pop_up {
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    z-index: 10000;
}
.romb_block{
height: 463px;
width: 536px;
margin: auto;
}
.left_up{
width: 134px;
height: 463px;
float: left;
background: url(/bitrix/templates/dvs/images/lup.png) 0 0 no-repeat;
}
.center_up{
width: 268px;
height: 463px;
background: #e8e8e8;
float: left;
}
.right_up{
width: 134px;
height: 463px;
float: left;
background: url(/bitrix/templates/dvs/images/rup.png) 0 0 no-repeat;
}
.age_up{
text-align: center;
font-family: Georgia;
font-style: italic;
font-size: 23px;
color: #555556;
text-shadow: 1px 1px 1px #fff;
margin-top: 50px;
}
.age_text{
text-align: center;
font-family: Georgia;
font-style: italic;
font-size: 21px;
margin-top: 100px;
color: #555556;
text-shadow: 1px 1px 1px #fff;
}
.age_down{
text-align: center;
font-family: Georgia;
font-style: italic;
font-size: 23px;
margin-top: 80px;
color: #555556;
text-shadow: 1px 1px 1px #fff;
}
.age_down a, .age_up a{
text-decoration: underline;
text-align: center;
font-family: Georgia;
font-style: italic;
font-size: 23px;
color: #555556;
text-shadow: 1px 1px 1px #fff;
}
.age_down a:hover, .age_up a:hover{
text-decoration: none;
}