﻿.cdbg {
 width: 517px;
 background: url('/style/design/table/bg_01.png') repeat-x, url('/style/design/table/bg_02.png') repeat 0px 4px;
 box-shadow: inset 1px 1px 25px 10px rgba(0, 0, 0, 0.6);
 user-select: none;
 display: flex;
 flex-direction: column;
 align-items: center;
}
.cdevent {
 width: 100%;
 display: flex;
}
.cdeventname {
 width: 385px;
 padding-top: 9px;
 padding-bottom: 6px;
 padding-left: 9px;
 font-family: 'GeometricSlabserif712-Bold';
 font-size: 13.5pt;
 text-align: left;
}
.cdeventlogo {
 //background: blue;
 min-width: 123px;
 display: flex;
 justify-content: center;
 align-items: center;
}


/* Кольца */
.cdtime {
 width: 499px;
 height: 134px;
}
.time_circles {
 text-align: center;
 display: flex;
 justify-content: center;
 align-items: center;
 position: relative;
}

/* Цифры */
.time_circles > div {
 font-size: 23pt;
 font-family: 'DecimaNovaProBold';
 text-align: center;
 display: flex;
 justify-content: center;
 align-items: center;
 position: absolute;
}

/* Подпись */
.time_circles > div > h4 {
 font-size: 8pt;
 font-family: 'DecimaNovaPro';
 color: #777777;
 transform: translateY(29px);
 position: absolute;
}