@charset "UTF_8";
.AcceptClosed {
    position: absolute;
    top: 50%;
    right: 4%;
    translate: 0 -50%;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    line-height: 1.3;
    z-index: 1;
    box-sizing: border-box;
}
.AcceptClosed::before{
    width: 70px;
    height: 70px;
}
@media screen and (max-width: 768px){
.AcceptClosed {
    position: static;
    translate: 0;
    border-radius: 6px;
}

}