@font-face {
    font-family: 'EcuyerR';
    src: url('../font/ecuyerr-webfont.eot');
    src: url('../font/ecuyerr-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/ecuyerr-webfont.woff') format('woff'),
        url('../font/ecuyerr-webfont.ttf') format('truetype'),
        url('../font/ecuyerr-webfont.svg#ecuyerr-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

.cardBox {
    overflow: hidden;
    width: 672px; 
    height: 519px;    
    padding: 20px;
    margin-left: 31px;   
    float: left;
}
.postCard20 {
    width: 672px; 
    height: 519px;  
    background-color: #0a2e4c;
}
.sep {
    position: relative;
    width: 168px;
    height: 173px;
    border-bottom: 1px solid #2b8b49;
    border-right: 1px solid #2b8b49;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
}
.sep img {
    margin: 20px auto;
    display: block;
}
.sep .delphin {
    /*    top: 25px;
        left: 50px;
        width: 73px;
        height: 76px;*/
    position: absolute;
    top: 24px;
    left: 52px;
    width: 70px;
    height: 73px;
    background: #0a2e4c;
}
.top .sep:last-child, .middle .sep:last-child, .bottom .sep:last-child {
    border-right: 0;
}
.bottom .sep {
    border-bottom: 0;
}
.e-text, .number {
    font-family: 'EcuyerR';    
    position: absolute;
    top: 62px;
    width: 168px;
    text-align: center;
    color: #0a2e4c;
}
.e-text {
    font-size: 60.21px;
    /*line-height: 61px;*/    
    line-height: 48px;    
}
.number {
    font-size: 66.15px;
    line-height: 51px;    
}
.circle {
    border: 6px solid #2b8b49;
    width: 119px;
    height: 119px;
    background: #ffffff;
    border-radius: 50%;
    margin: 20px auto;    
}
/**/
.textInputs {
    width: 210px;
    margin-left: 25px;
}
input.firstText {
    width: 95px;
}