@charset "UTF-8";
/* copyright general@caxapa.ru  */
html {font-size:17px;}
* {
    padding:0;
    margin:0;
    background-repeat:no-repeat;
    background-size:contain;
	background-position:center;
    font-size:inherit;
    font-family:inherit;
    box-sizing:border-box;
    text-decoration-skip: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 1px;
    text-underline-offset:1px;
    line-height:1.25em;
    text-indent:0;
    text-shadow:none;
    outline:none;
}

p,div {overflow:hidden;}

textarea {background-color:#fff}

a[href] {
    cursor:pointer;
    text-decoration:underline;
    text-decoration-skip: none;
    text-decoration-thickness: 1px;
    text-underline-offset:1px;
}

i,em,cite{
    font-style:italic;
}

td,th {
    vertical-align:top;
    text-align:left;
}
table,td,th {border-collapse:collapse;}

br,hr {clear:both}

sub,sup {
    font-size:0.8em;
    font-weight:bold;
    display:inline-block;
    padding-left:.2em;
}

li {list-style: disc inside;}


:disabled { pointer-events:none;  opacity:.5;}
.hidden { display:none;}
.transparent {background:transparent;}
mark,.hilite {font-style:italic; background:yellow;}

font,code{
    color:inherit;
    font:inherit;
    font-size:1em;
}

.sans-serif {
    font-family:verdana, tahoma, arial;
}

.mandala {
    display: block;none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:url(/images/spin-king.svg) no-repeat center center;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: wait;
    overflow:visible;
    z-index:9999;
}