.tanc {
    /*width: 220px;*/
    width: 130px;
    /*height: 220px;*/
    position: fixed;
    /*right: 10px;*/
    right: 0px;
    bottom: 10px;
    z-index: 999;
}

.tanc_close {
    height: 22px;
    line-height: 22px;
    position: absolute;
    right: 0;
    /*top: 0;*/
    /*color: #fff;*/
    color: #D70411;
    margin: 4px 10px;
    cursor: pointer;
}

.tanc a:hover {
    color: #D70411 !important;
}

.tanc img {
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .tanc {
        bottom: 52px;
    }
}
