.cristmas_block {
    background-image: url('/img/elkaV5.png');
    width: 100px;
    height: 150px;
    position: fixed;
    z-index: 10000;
    left: 40px;
    top: 110px;
    cursor: pointer;
    display: none;
}

.cristmas_block .close {
    position: absolute;
    right: 16px;
    top: 0px;
    width: 16px;
    height: 16px;
    opacity: 0.3;
    z-index: 100000;
}

.cristmas_block .close:hover {
    opacity: 1;
}

.cristmas_block .close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 16px;
    width: 2px;
    background-color: #e41658;
}

.cristmas_block .close:before {
    transform: rotate(45deg);
}

.cristmas_block .close:after {
    transform: rotate(-45deg);
}

.calling_cards {
    margin-bottom: 15px;
    border: none;
}

.calling_cards .columnHeader {
    margin: 0px;
    font-size: 13px;
    font-weight: 600;
}
