* {
    padding:0;
    margin:0;
    box-sizing: border-box;
    outline: none;
}
input[size="1"] {
    box-sizing: content-box;
}
html {
    font-size: 10px;
}
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #121212;
}
.container {
    width: 100%;
    max-width: 1270px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container .container {
    padding: 0;
}
ul li ul li {
    margin: 0 10px;
}
body.example {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:18px;
    color:#121212;
    min-width:200px;
    max-width:1060px;
    padding: 5px;
}
.example p	{text-align:justify; margin: 10px 0 20px; min-width:200px; max-width:1024px;}
.example > div	{max-width:1024px;}

.example h1 {
    color: #B4241B;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.3;
}
.example h2, .example h3, .example h4, .example h5 {margin:15px 0 10px; min-width:200px; max-width:1024px;}

.example h2 {
color:#B4241B;
font-size:18px;
font-weight:100;
}
.example h3 {
color:#B4241B;
font-size:14px;
font-weight:100;
}
.example h4 {
color:#000000;
font-size:14px;
font-weight:bold;
}
.example h5 {
color:#000000;
font-size:12px;
font-weight:bold;
}
.example li:not(.flex), .example ul:not(.flex){
    padding:5px 0 0 10px;margin:0;
    list-style-position: inside;
    min-width:200px;max-width:1024px;}
.example ul:not(.flex) {padding:0 0 0 10px;}
.e-menu {float:right;text-align:left;width:120px;
	margin: 10px 35px 10px 10px;
	color:#000;border:#9fbddd 1px solid;background-color:#E7F5FE;
	padding:10px;
}
p {
    text-align: justify;
    margin: 10px 0;
}
.columns2,.columns3 {
    text-align: justify;
    columns: 2 300px;
    column-gap: 2em;
    margin-bottom: 10px;
}
.columns3{
    columns: 3 200px;
}
.columns2 p,.columns3 p  {
    margin-top: 0;
}
.ellipsis > * {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.flex-wrap {display: flex; flex-wrap: wrap;}


em		{text-align:center;}
dt		{font-weight:bold;}
dd {
    margin-bottom: 10px;
    padding-left: 20px;
}
.txt {
    border: 4px outset #999;
    padding: 0 10px 10px;
    margin-top: 20px;
}
.ex {
    text-decoration:underline;
    text-align:center;
    font-weight:bold;
    color: #2375b1;
    letter-spacing:3px;
    padding-bottom: 10px;
}
.res {
    border: 2px solid #2375b1;
    padding: 15px;
    white-space:pre;
    overflow:auto;
    min-width:200px;
    max-width:1024px;
    margin: 10px 0;
}
.res > label > input[type="checkbox"],
.res > label + input[type="checkbox"] {
    vertical-align: middle;
}
.gm		{width:100%;border:0;padding:3px;}
table.gm td {border:0;}
.new		{text-decoration:none;color:red;font-size:95%;font-weight:bold;}
TABLE.gm col	{font-size:150%;color:#0000FF;text-decoration:underline;}

table.striped tr:nth-child(even) td {
    background-color: #eeeeee;
}

.ids		{position:absolute;vertical-align:baseline;}
td .ids		{font-size:75%;z-index:3;}
pre,xmp	{
	color:#002244;
    background-color:#E7F5FE;
	padding:5px;
    border:#C5D3DC 1px solid;
	margin: 0;font-family:'Courier New', Courier, monospace;
	display:block;text-indent:0;
	overflow:auto;
    text-align:left;
    min-width:200px;
    max-width: 100%;
}
code {
    color: #002244;
    background-color: #E7F5FE;
    font-family: "Courier New", Courier, monospace;
    overflow: auto;
    text-align: left;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}
a {
    color: #2375b1;
    text-decoration:none;
    outline: none;
}
a:hover {
    text-decoration:underline;
    color: #349fed;
}

#wrap {
    width: 100%;
    margin: 10px 0;
}

#header {
    height: 50px;
    line-height:18px;
}

#header a.header {
    color:#33BFEB;
    text-decoration:none;
    font-size:20px;
    letter-spacing:-2px;
    font-weight:bold;
    height:18px;
    display:block;
}

#header a.header:hover {
    text-decoration:none;
    color:#000;
}

#header h2 {
    font-size:14px;
    color:#666;
    font-weight:100;
    letter-spacing:-1px;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-menu {
    position: relative;
    height: 50px;
    width: 100%;
    line-height: 50px;
    font-size: 14px;
    background: #2abdea linear-gradient(to bottom, #b1e7f7, #2abdea 50%);
    border-top: 1px solid #089dcb;
    border-bottom: 1px solid #089dcb;
    box-shadow: 0 1px 3px #999;
}
.menu ul {
    list-style-type:none;
}
.menu ul li {
    float:left;
    position: relative;
    cursor: pointer;
    z-index: 100;
}
.menu ul li:first-child a {
    padding-left: 0;
}
.menu ul li a {
    display: block;
    color:#fff;
    padding:0 10px;
    text-decoration:none;
    font-weight: normal;
}
.menu ul li a:hover {
    color:#fff;
    text-decoration:underline;
}
.menu ul li.li-balans a:hover {
    text-decoration: none;
}

@media (max-width: 1200px) {
    .menu .container > ul > li.li-balans {
        display: none;
    }
}
@media (min-width: 1142px) {
    .sub-menu.menu-column li.li-history {
        display: none;
    }
}
@media (max-width: 1141px) {
    .menu .container > ul > li.li-history {
        display: none;
    }
}
@media (min-width: 1064px) {
    .sub-menu.menu-column li.li-articles {
        display: none;
    }
}
@media (max-width: 1063px) {
    .menu .container > ul > li.li-articles {
        display: none;
    }
}
@media (min-width: 931px) {
    .sub-menu.menu-column li.li-download {
        display: none;
    }
}
@media (max-width: 930px) {
    .menu .container > ul > li.li-download {
        display: none;
    }
}
.sub-menu.menu-column li.li-api,
.sub-menu.menu-column li.li-service {
        display: none;
    }
@media (min-width: 768px) and (max-width: 865px) {
    .menu .container > ul > li.li-api {
        display: none;
    }
    .sub-menu.menu-column li.li-api {
        display: block;
}
    }
@media (min-width: 768px) and (max-width: 811px) {
    .menu .container > ul > li.li-service {
        display: none;
    }
    .sub-menu.menu-column li.li-service {
        display: block;
    }
}

@media (min-width: 768px) {
    .menu li .sub-menu {
        display: none;
        position: absolute;
        top: 45px;
        left: 0;
        min-width: 250px;
        padding: 10px 0;
        background: #fff;
        box-shadow:0 4px 18px 0 rgba(0, 0, 0, 0.1),0 2px 4px 0 rgba(0, 0, 0, 0.18),0 0 20px 0 rgba(0, 0, 0, 0.5);
    }
    .menu li .sub-menu::before {
        width:0;
        height:0;
        border-style:solid;
        border-width:0 6px 8px 6px;
        border-color:transparent transparent #fff transparent;
        content:"";
        left: 20px;
        position:absolute;
        top: -7px
    }
    .menu li:hover > .sub-menu {
        display: block;
    }
    .menu ul.sub-menu li {
        display: block;
        float: none;
        line-height: 1.3;
        padding: 5px 20px;
        margin: 0;
    }
    .menu ul.sub-menu li a {
        color: #333;
        font-weight: normal;
        font-size: 13px;
        padding: 0;
    }
    .sub-menu li a:not(:only-child):after {
        position: absolute;
        top: 50%;
        margin-top: -1px;
        right: 10px;
        content: '';
        background-color: rgba(0, 0, 0, 0.3);
        width: 10px;
        height: 2px;
    }
    .menu li ul.sub-menu li:hover > ul::before {
        opacity: 0;
    }
    .menu li ul.sub-menu li:hover > ul {
        left: 100%;
        top: -3px;
        opacity: 1;
    }
    .menu .sub-menu a:hover {
        background: none;
    }
    .m-menu-close, .m-menu-close + .back {
        display: none;
    }
    /* Выпадающее трехколоночное меню */
    .menu li:hover > .sub-menu.menu-column {
        display:flex;
        flex-wrap:wrap;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        flex-direction:column;
        height: 370px;
        width: 570px;
        left: auto;
        right: 0;
    }
    .menu li.r:hover > .sub-menu {
        left: auto;
        right: 0;
    }
    .sub-menu.menu-column li {
        width:33.33333333%
    }
    .menu li.r .sub-menu::before,
    .menu li .sub-menu.menu-column::before {
        left: auto;
        right: 20px;
    }
}
.m-menu-button,
.m-search-button.icon.search {
    display: none;
}
@media (max-width: 767px) {
    .m-menu-button {
        position: absolute;
        z-index: 100;
        bottom: 10px;
        left: 15px;
        background: url("/images/svg/menu.svg") no-repeat left center;
        display: inline-block;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }
    .m-menu-close {
        display: inline-block;
        cursor: pointer;
        position: absolute;
        z-index: 100;
        width: 12px;
        height: 12px;
        top: 14px;
        right: 0;
        left: 10px;
        background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQoJIHZpZXdCb3g9IjAgMCA0NTEuODQ3IDQ1MS44NDciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1MS44NDcgNDUxLjg0NzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGZpbGw9IiMzMzMiIGQ9Ik0yMjUuOTIzLDM1NC43MDZjLTguMDk4LDAtMTYuMTk1LTMuMDkyLTIyLjM2OS05LjI2M0w5LjI3LDE1MS4xNTdjLTEyLjM1OS0xMi4zNTktMTIuMzU5LTMyLjM5NywwLTQ0Ljc1MQ0KCQljMTIuMzU0LTEyLjM1NCwzMi4zODgtMTIuMzU0LDQ0Ljc0OCwwbDE3MS45MDUsMTcxLjkxNWwxNzEuOTA2LTE3MS45MDljMTIuMzU5LTEyLjM1NCwzMi4zOTEtMTIuMzU0LDQ0Ljc0NCwwDQoJCWMxMi4zNjUsMTIuMzU0LDEyLjM2NSwzMi4zOTIsMCw0NC43NTFMMjQ4LjI5MiwzNDUuNDQ5QzI0Mi4xMTUsMzUxLjYyMSwyMzQuMDE4LDM1NC43MDYsMjI1LjkyMywzNTQuNzA2eiIvPg0KPC9zdmc+DQo=) no-repeat right center !important;
        -webkit-transform: rotateZ(90deg);
        -ms-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
        opacity: 0.75;
    }
    .m-menu-close + .back {
        display: block;
        position: absolute;
        top: 0;
        left: 32px;
        z-index: 100;
        line-height: 40px;
        width: calc(100% - 33px);
        text-align: center;
    }
    .menu {
        display: none;
    }
    .menu .wrapper{
        position: static;
    }
    .menu.show {
        display: block;
        position: absolute;
        z-index: 500;
        left: 0;
        top: 0;
        width: 100%;
        min-height: 100vh;
        background-color: #fff !important;
        padding-top: 40px;
        box-sizing: border-box;
    }
    .menu.show:hover {
        background-color: #fff !important;
    }
    .menu ul {
        margin: 0;
        padding: 0;
    }
    .menu ul li {
        float: none;
        display: block;
        text-align: left;
        width: auto;
        height: auto;
        margin: 0;
        position: relative;
        overflow: hidden;
    }
    .menu ul li.r {
        float: none !important;
    }
    .menu ul li.li-balans {
        display: none;
    }
    .menu ul.sub-menu li {
        padding: 0;
    }
    .menu ul li a {
        background: none;
        text-decoration: none;
        font-size: 14px;
        line-height: 1.5;
        display: block;
        width: auto;
        height: auto;
        position: relative;
        color: #000;
        padding: 14px 30px 14px 14px !important;
    }
    .menu ul li a:hover {
        color: #000;
    }
    .menu .new {
        bottom: -1px;
        padding-left: 21px;
        line-height: 43px;
        font-size: 10px;
        letter-spacing: normal;
    }
    /* Раскрывающиеся пункты меню */
    .menu .menu_ {
        display: block;
        height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        width: 32px;
        cursor: pointer;
        background: #fff;
    }
    .spec .menu .menu_ {
        height: 57px;
    }
    .menu .menu_::after {
        content: " ";
        display: inline-block;
        height: 50px;
        position: absolute;
        right: 8px;
        top: 0;
        width: 12px;
        background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQoJIHZpZXdCb3g9IjAgMCA0NTEuODQ3IDQ1MS44NDciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1MS44NDcgNDUxLjg0NzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGZpbGw9IiMzMzMiIGQ9Ik0yMjUuOTIzLDM1NC43MDZjLTguMDk4LDAtMTYuMTk1LTMuMDkyLTIyLjM2OS05LjI2M0w5LjI3LDE1MS4xNTdjLTEyLjM1OS0xMi4zNTktMTIuMzU5LTMyLjM5NywwLTQ0Ljc1MQ0KCQljMTIuMzU0LTEyLjM1NCwzMi4zODgtMTIuMzU0LDQ0Ljc0OCwwbDE3MS45MDUsMTcxLjkxNWwxNzEuOTA2LTE3MS45MDljMTIuMzU5LTEyLjM1NCwzMi4zOTEtMTIuMzU0LDQ0Ljc0NCwwDQoJCWMxMi4zNjUsMTIuMzU0LDEyLjM2NSwzMi4zOTIsMCw0NC43NTFMMjQ4LjI5MiwzNDUuNDQ5QzI0Mi4xMTUsMzUxLjYyMSwyMzQuMDE4LDM1NC43MDYsMjI1LjkyMywzNTQuNzA2eiIvPg0KPC9zdmc+DQo=) no-repeat center center !important;
        opacity: 0.75;
        transition: all 0.5s ease-in-out;
    }
    .spec .menu .menu_::after {
        top: 10px;
        height: 39px;
    }
    .menu .menu_._up::after {
        -webkit-transform: rotateZ(180deg);
        -ms-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }
    .menu .menu_ + ul li {
        margin-left: -10px;
        padding-left: 10px;
        transition: all 0.5s ease-in-out;
    }
    .menu .menu_:not(._up) + ul {
        display: none;
    }
    .menu .menu_._up + ul {
        display: block;
    }
    .menu .menu_ + ul li a {
        padding: 5px 15px 5px 20px;
        font-size: 12px;
        color: rgba(51, 51, 51, 0.6);
    }
    .m-search-button.icon.search {
        position: absolute;
        z-index: 100;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        display: inline-block;
        font-size: 24px;
        color: #fff !important;
        opacity: 1;
    }
}
/* Поиск */
.gensearch {
    display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
    .gensearch {
        display: block;
        float: right;
        position: relative;
        width: 300px;
        margin: 8px 10px 0 8px;
    }
    .gensearch__input {
        height: 32px;
        width: 100%;
        padding: 0 20px;
        outline: none;
        color: #bbb;
        border: 1px solid #ddd;
    }
    button.gensearch__submit {
        position: absolute;
        right: 0;
        border: 0 !important;
        color: #BBB !important;
        background-color: transparent;
        outline: none;
        height: 100% !important;
        padding: 0 15px !important;
        font-size: 12px;
        -webkit-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out;
        margin: 0 !important;
        float: none;
        width: 42px !important;
        text-align: center;
        cursor: pointer;
    }
    button.gensearch__submit:hover {
        background-color: transparent !important;
        color: #131313 !important;
    }
    button.gensearch__submit:after {
        content: '';
        width: 1px;
        height: 24px;
        background-color: #ddd;
        display: block;
        left: 0;
        position: absolute;
        top: 50%;
        margin-top: -12px;
    }
}

#content {
    background: #fff;
    margin-top: 15px;
    /*border-bottom: 1px solid #089dcb;*/
    /*box-shadow: 0 1px 3px #999;*/
    position: relative;
}

.center {
    float: right;
    width: calc(100% - 240px);
    text-align: justify;
    padding-right: 15px;
    margin-bottom: 15px;
}
.center::after {
    display: table;
    clear: both;
    content: "";
}
h1 {
    font-size: 20px;
    letter-spacing: -2px;
    margin: 10px 0;
}
.center h1 {
    color: #B4241B;
    font-size: 28px;
    letter-spacing: -2px;
    font-weight: normal;
    text-align: left;
}
.center h2 {
    color: #B4241B;
    font-size: 21px;
    letter-spacing: -1.5px;
    font-weight: normal;
    margin: 10px 0 15px 0;
    text-align: left;
}
.center h3 {
    color: #B4241B;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: normal;
    margin: 25px 0 10px 0;
    text-align: left;
}
.center h2+h3{margin-top:0}

.center h4, .center ol.h4>li {
    font-size: 15px;
    letter-spacing: 0;
    font-weight: bold;
    margin: 15px 0 10px 0;
}
.center h4 {
    text-align: left;
}
.center h5 {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: bold;
    padding: 10px 0 5px 0;
    text-align: left;
}
.center h6 {
    font-size: 12px;
    letter-spacing: 0;
    font-weight: bold;
    padding: 3px 0 3px 0;
    text-align: left;
}
@media (max-width: 767px) {
    .center {
        text-align: left;
    }
    .center h1 {
        font-size: 24px;
        line-height: 1.1;
        margin: 20px 0;
    }
}
.center ul,ol {
    padding: 0 0 0 10px;
}
.center ul li {
    padding: 0 0 0 7px;
}

.center #fly ul { padding: 0;}

.center li {
list-style-position:inside;
}
.center ol li {
padding:0 7px;
}
.center small {
font-size: 12px;
}

.center li h4{
    display: inline-block;
}

.x {white-space:pre;width:100%;display:block;overflow:auto;overflow-y:visible;}

.left {
    float: left;
    width: 240px;
    border-right: 1px solid #089dcb;
}
.left h2 {
    font-size: 16px;
    color: #222;
    padding: 5px 0 2px 0;
    font-weight: bold;
    letter-spacing: -1px;
}
.left ul {
    list-style-type: none;
}
.left ul li {
    padding:2px 5px;
    white-space:nowrap;
}
.left ul li a {
    display:inline;
    color:#444;
}
.left ul li a:hover {
    color:#33BFEB;
}
.right {
    float: right;
    width: 240px;
    /*padding-left: 15px;*/
    overflow: hidden;
}
.rightall {
    width: 100%;
}
.rightall + .rightall {
    padding-top: 10px;
}
.rightall h2 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -1.5px;
    color: #333;
    padding: 5px 0 2px 10px;
    white-space: nowrap;
}
.rightall ul {
    list-style-type:none;
}
.rightall ul li {
    padding:2px 10px;
    background:transparent url(/pic/li.gif) no-repeat;
}
.rightall ul li a {
    display:inline;
    color:#444;
}
.rightall ul li a:hover {
    color:#33BFEB;
}

.rightrecl {margin:0 auto;}

.rightrecl .box {padding-left:5px;margin:0 auto;}

.counter {
    text-align: center;
    margin-top: 15px;
}
#footer {
    color: #666;
    font-size: 12px;
    margin-top: 15px;
    padding: 30px 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
#footer  a { color:#666;}

#fly {
    float:right;
    border:1px solid #aaa;
    padding:5px;
    background-color:white;
    margin: 0 0 15px 10px;
}
.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}
.clearfix::after {
    clear: both;
}
.bookmark {left:950px;bottom:100px;float:right;z-index:2;padding:5px;background-color:white;margin-left:5px;margin-top:15px;}

.rel { float:right;font-style:italic;}

.g1 { background: #96ffff;
    border: 1px ridge;
}
.g2 { background:#f0f;
    border: 1px ridge;
}
.g3 { background:#ff0;
    border: 1px ridge;
}
.g4 {
    background-color: #BAEEBA;
    border: 1px ridge;
}
.mark{
    background: #40C0FF;
    color: #fff;
    padding: 0 5px;
}

.submit,
.submit0,
.submitL,
.submitR,
.submitR2{
    border: 1px solid #089dcb;
    background: linear-gradient(to bottom, #b1e7f7, #84d8f3);
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
    padding: 0 10px;
}
.submit:hover,
.submit0:hover,
.submitL:hover,
.submitR:hover,
.submitR2:hover {
    background: linear-gradient(to top, #b1e7f7, #84d8f3);
    color: #000 !important;
}
.submit.gray,
.submit0.gray,
.submitL.gray,
.submitR.gray,
.submitR2.gray{
    font-weight: normal;
    color:dimgray;
}
.submit0 {margin-right:10px;}
.submit {float:right;}
.submitL {width:180px}

.submitR2 {
    font-size:14px;
    border: 1px solid #089dcb;
    padding:0 1px;
	}
a.submitL, a.submitR, a.submitR2 {text-decoration:none}

a.submitR {margin-top: 10px;}

.submit:disabled,
.submitL:disabled,
.submitR:disabled,
.submitR2:disabled  {background: #777777;}

input,select,option {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
input:not([type="color"]), select {
    border: 1px solid gray;
    padding: 0 5px;
}
textarea {
     border: 1px solid gray;
     padding: 5px;
 }
input[type="file"] {
    border: none;
}
input[type="range"] {
    vertical-align: middle;
    padding: 0;
}
input:focus, textarea:focus {
    box-shadow: 0 0 10px rgba(98, 98, 206, 0.5);
}
.rightall input[type="text"] {
    width: 100%;
}
select option {padding: 0 5px}

.span_url { color:#000;font-weight:bold;FONT-FAMILY:Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:10px;
	border:#9fbddd 1px solid;
	float:right;cursor:pointer;margin-top:3px;
	}
#comment {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;width:130px;display:none;}

#answer {font-weight:bold;}

.comment {color:#000;font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;font-size:12px;
	  background-color:#EEEEEE;padding:5px;
	}
.time {color:#333;float:right;font-size:9px;}

.help {font-size:80%;cursor:help;color:#666;}

.rinp {width:100%;font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:11px;}

.filtr {padding:20px 20px 20px 20px;font-size:32pt;}

.hand, img[data-src] {cursor:pointer;}
.dotted { border-bottom: 1px dotted #000;}

#blocka a {display:block;margin-top: 10px;}

.mclick {text-decoration:none;font-weight:bold;cursor:pointer;
	margin-left:25px;margin-top:5px;
	list-style-image:url(/pic/folder.gif)
}
.mclick:hover {
  	cursor:pointer;
    text-decoration:none;/* отключаем  стандартное подчеркивание */
    border-bottom:1px dotted #555555;/* делаем пунктирное */
}

.h-block{
    cursor: pointer;
}
span.h-block{
    cursor: pointer;
    text-decoration: underline dotted;
}
.h-block:before{
    content: "▼";
    padding-left: 3px;
}
.h-block.close:before{
    content: "►";
    padding-left: 3px;
}

#sh0,#sh1{display:none;border:1px solid blue;padding:10px;width:97%;}


acronym, abbr {cursor:help;}

/* Таблицы */
table 	{text-align:left;min-width:162px;border-collapse:collapse;}
#rekl table {width: 162px;}
td 	{padding:5px;overflow:hidden;}
th 	{padding:5px;overflow:hidden;
    background-color:#EEEEEE;color:#000000;
    font-size:12px;font-weight:normal;
    text-align:center;}

/* Таблица без границ */
table.border_none {
    border-collapse: separate;
    border-spacing: 2px;
}
table.border_none * {
    padding: 0 !important;
}

table.domain th {
    border:1px solid #666;
    background-color:#EEEEEE;color:#000000;
    font-size:12px;font-weight:bolder;
    text-align:center;
}
table.domain tr:hover {background-color:#BBCCBB;}
table.domain tr td {
    padding:1px 5px;
    border:1px solid #666;
    text-align:center;
}
table.domain tr td:first-child {text-align:left;}

/* Таблица с первой ячейкой по центру */
.border th, .border td {border:1px solid #666;}
.border.ftc tr td:first-child{text-align:center;}

/* Таблица правильного сочетания цветов */
.color {border: 1px solid #666666; margin-bottom: 5px;}
.color td {text-align: center;}
.white {color: #fff;}
@media (max-width: 767px) {
    table.color,
    table.color > tbody,
    table.color > tbody > tr,
    table.color > tbody > tr > td {
        display: block;
        border: none;
    }
    table.color > tbody > tr {
        padding: 3px 0;
    }
    table.color > tbody > tr > td {
        margin: 0;
    }
}

/* Таблицы sms */
table.sms {background-color:#EEEEEE;;}
td.sms-l {text-align:right;vertical-align:top;width:80px;border:none;}
td.sms-r {text-align:left;vertical-align:top;border:none;}
div.layerS{
    min-height: 200px;
}
div.sms {
    float: left;
    width:307px;
    margin-left: 7px;
}
table.editable{
    width: 100%;
    table-layout: auto;
    margin:0;
    border:none;
    line-height: normal;
}
.editable tr td{
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    border:none;
}
.editable th {
    padding: 0;
    background-color: #b6dbfe;color:#000000;
    font-size:12px;font-weight:normal;
    text-align:center;
}
.editable tr:hover {background-color:#BBCCBB;}
.editable  td {padding:1px 5px;border:1px solid #000;}
.editable tr input{
    width: auto;
}
/*
.editable tr input:disabled{
    outline: none;
    border-style: none;
    margin: 2px;
    box-shadow: inherit;
    background-color:#EEEEEE;
    color: #000;
}
.editable tr:hover input:disabled{background-color:#BBCCBB;}
*/
.editable tr td{
    margin: 0;
    padding: 1px;
    cursor: pointer;
}
.editable tr td:nth-child(1){
    width: 130px;
    max-width: 130px;
    overflow:hidden;
}
.editable tr td:nth-child(2){
    width: 80px;
    max-width: 80px;
    overflow: auto;
}
.editable tr td:nth-child(3){
    white-space: nowrap;
    width: 30px;
}
.editable .i_edit, .editable .i_del , .editable .i_admin {
    float:none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

/* Таблица аргументов */
.tbl.tbl_a td {
    border: none;
}
.tbl_a td {
    vertical-align: top;
}
.tbl_a tr td:first-child {
    font-weight:bold;
    white-space: nowrap;
}
.tbl_a tr td .tbl_a tr td:first-child {
    font-weight:normal;
}
.tbl_a.vm td {
    vertical-align: middle;
}
/* Таблица переменных */
.tbl.tbl1 th {
    font-weight: bold;
}
.tbl.tbl1 tr td:first-child {
    font-family: "Courier New", Courier, monospace;
    font-weight: bold;
}
/* Таблица символов */
.tbl_symbol {
     width:100%;
}
.tbl_symbol th {
    font-weight:bold;
}
.tbl.tbl_symbol td {
    vertical-align: middle;
}
.tbl_symbol tr td:first-child{
     font-size:20px;
     text-align:center;
}
.tbl_symbol tr td:last-child::first-letter {
    text-transform: uppercase;
}
.tbl_alpha tr td:first-child, .tbl_alpha tr td:nth-child(3n){
     font-size:23px;
     text-align:center;
     font-weight:bold;
     font-family:Times New Roman,serif;
}
.tbl2-wrapper {
    overflow-x: auto;
    width: 100%;
}
.tbl2 {
    width: 100%;
}

/* Адаптивная таблица с подсветкой строк */
table.tbl {width:100%;}
/*.tbl tr:hover {background-color:#deebec;}*/
/*.nohover tr:hover {background-color:inherit !important;}*/
.tbl th, .tbl td, .tbl2 th, .tbl2 td {border:1px solid #666;}
.tbl caption {font-weight:bold;font-size:14px;padding:5px; width: 100%;}
.tbl td i {word-break: break-all;}
.tbl td, .tbl2 td {vertical-align:top; padding:5px;}
.tbl h2 {text-align:center !important;letter-spacing: 0; padding: 10px 0;}
.tbl h2 span {font-size: 80%;}
.tbl table:not(.border_none) td:first-child {text-align: center;}


@media (max-width: 767px) {
    table.tbl > thead,
    table.tbl > thead > tr,
    table.tbl > thead > tr > th,
    table.tbl > tr > th {
        display: none;
    }
    table.tbl,
    table.tbl > tbody,
    table.tbl > tbody > tr,
    table.tbl > tbody > tr > td {
        display: block;
        border: none;
    }
    table.tbl.table-box > tbody > tr > td {
        border: none;
        position: relative;
        white-space: normal;
        text-align:left;
    }
    table.tbl.table-box > tbody > tr > td:before {
        content: attr(data-title);
        display: block;
        white-space: nowrap;
        font-weight: bold;
    }
    table.tbl.table-box.inline-title > tbody > tr > td:before {
        display: inline-block;
        margin-right: 8px;
    }
    table.tbl > tbody > tr {
        border-bottom: 1px solid #ccc;
        padding: 5px 0;
    }
    table.tbl > tbody > tr:hover {
        background-color: inherit !important;
    }
    table.tbl > tbody > tr:first-child {
        border-top: 1px solid #ccc;
    }
    table.tbl > tbody > tr > td {
        margin: 0;
        padding: 0;
    }
    .tbl.tbl_a.vm tr {
        border: none !important;
    }
    .tbl.tbl_symbol th {
        border: none;
        background-color: transparent;
    }
    .tbl_symbol tr td:first-child, .tbl_alpha tr td:nth-child(3n) {
        text-align: left;
    }
    table.tbl_alpha > thead,
    table.tbl_alpha > thead > tr,
    table.tbl_alpha > thead > tr > th[colspan="6"] {
        display: block;
    }
    table.tbl_alpha > thead > tr:hover {
        background-color: transparent;
    }
    #proxy_list td::before {
        display: inline-block;
        margin-right: 5px;
        font-weight: bold;
    }
    #proxy_list td:nth-child(1)::before {
        content: 'Прокси-сервер  ';
    }
    #proxy_list td:nth-child(2)::before {
        content: 'Страна';
    }
    #proxy_list td:nth-child(3)::before {
        content: 'Проверка ';
    }
    #proxy_list td:nth-child(4)::before {
        content: 'Скорость ответа, ms';
    }
    #proxy_list td:nth-child(5)::before {
        content: 'Тип';
    }
}
/* Список бесплатных Proxy серверов */
.proxy-filter label {
    white-space: nowrap;
}
.proxy-filter label span {
    vertical-align: top;
}
.proxy-filter label select option {
    padding: 4px 10px;
}
@media (max-width: 656px) {
    .proxy-filter label:nth-of-type(2) select {
        width: calc(100% - 90px);
    }
}
.bic {font-size:14px;width: 100px;}

.li_new {list-style-image:url('/pic/new.gif')}

.li_arr {list-style-image:url('/pic/li.gif')}

.box {color:#000;border:#9fbddd 1px solid;padding:5px 10px;display:block;text-align:left;text-indent:0;}
.box1 {border:#C5D3DC 1px solid;padding:10px;width:100%;display:table-cell;min-width:200px;max-width:800px;}
br.box {border-bottom:#9fbddd 1px solid;height:1px;width: 100%}

.ctc {	color:#000000;background-color:#E7F5FE;
	padding:0 5px;border:#C5D3DC 1px solid;
	margin:0;font-family: arial,serif;
	font-size:9px;display:inline;text-indent:0;
	float:right;position:relative;bottom:-5px;right:-5px;cursor:help;}

.hlp {	float:right;letter-spacing:-1px;
	color:#000;font-weight:bold;border:#9fbddd 1px solid;background-color:#E7F5FE;
	cursor:pointer;margin-left:5px;line-height:16px;}
.hlp2 {	color:#000000;background-color:#E7F5FE;
    padding:0 5px;border:#C5D3DC 1px solid;
    margin:0;display:inline;text-indent:0;}


#r6	{width:468px;height:60px;padding:0;display:none;}
#r7	{width:468px;height:60px;margin:0 auto;padding:0;visibility:hidden;}
/*#v2	{width:162px;min-height:60px;max-height:900px;padding:2px;display:none;overflow:hidden;}*/
.fix{
	display: block;
    z-index: 99;
	position: fixed !important;
	top:2px;
	_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat')?document.documentElement.scrollTop+(document.documentElement.clientHeight-this.clientHeight)-1 :document.body.scrollTop+(document.body.clientHeight-this.clientHeight)-1);
}
#rekl {
    width: 240px;
    min-height: 60px;
    max-height: 900px;
    background: #fff;
}
#rekl > * {
    display: block;
    width: 160px;
    margin: 0 auto;
}
#login {width:100%;background-color:#eee;padding:8px;display:block;}

.user	{
    text-align: right;
    border: #9fbddd 1px solid;
    background-color: #E7F5FE;
    padding: 10px;
}
.user a:first-child{
    text-align:left;
    float: left;
    display:inline-block;
    width:100px;
    overflow:hidden;
    position:relative;
    font-weight: bold;
}

.fade-in-top {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #E7F5FE 95%);
    bottom: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    width: 25px;
}



form {display:inline-block;width:100%;max-width:1024px;}
.center form {min-width:200px;}
/*#mail {cursor:pointer;text-decoration:underline;}*/
.soc {float:right;padding:3px 10px;}
.soc a{
	background-image:url(/pic/social-net-12.png);
	width:12px;
	height:12px;
	display:block;
	float:left;
	margin-right:5px;
}
.soc a.icon-vk-12{background-position:0 0;}
.soc a.icon-ok-12{background-position:0 -12px;}
.soc a.icon-lj-12{background-position:0 -24px;}
.soc a.icon-twitter-12{background-position:0 -36px;}
.soc a.icon-facebook-12{background-position:0 -48px;}
.soc a.icon-yaru-12{background-position:0 -60px;}
.soc a.icon-moimir-12{background-position:0 -72px;}
.soc a.icon-moikrug-12{background-position:0 -84px;}

fieldset {
    padding:7px 10px;
    border: 1px solid #999;
}
legend {
    padding: 0 10px;
    color: #666;
}

input[type="checkbox"]{vertical-align:baseline}
input[type="radio"]{vertical-align:middle;min-height:24px;}
input[type="date"]{width:140px;}

.acronym {
  	cursor:pointer;
    text-decoration:none;/* отключаем  стандартное подчеркивание */
    border-bottom:1px dotted #555555;/* делаем пунктирное */
}

.info {
	background: url("/pic/icon_i.png") no-repeat scroll 14px 14px #FFFBCF;
	border: 1px solid #D3D5C3;
	border-radius: 5px;
	margin-bottom: 5px;
	padding: 14px 20px 10px 48px;
    overflow: auto;
}
.info ul {padding:0;}

.info2 {
    color: #000;
    background: no-repeat scroll 14px 13px #FFFBCF;
    border:1px solid #D3D5C3;
    border-radius:5px 5px 5px 5px;
    margin-bottom:5px;
    padding: 10px;
    min-height:24px;
    min-width:200px;max-width:1024px;
    text-align: center;
    font-size: 14px;
}
@media screen and ( min-width: 800px )
{
body>div:first-of-type:not(#wrap) {
	background:url("data:image/gif;base64,R0lGODlhAQAeAMQAAAAAAP///+Pj2+vr49ra09LSy8zMxcvLxf73qNDPwfrxpP31p/zzpvvypf72qPrvo/nuovfroPbpn/XonvjsofTlnPPkm/XmnfLmr////wAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABkALAAAAAABAB4AAAUVIGZV1yRFFPQoDbM4SCzHyWEUhDCEADs=") repeat-x scroll 0 0 transparent;
	display:block;
	height:30px;
	line-height:14px;
	width:100%;
}
body>div:first-of-type:not(#wrap)>div:first-child {
	background:url("data:image/gif;base64,R0lGODlhDwAPAOYAAAAAAP////7+//v8/u/1+/H2+/T4/M3g8c/h8dDi8tfm9Nbl89nn9Ojx+efw+C9jji9fiS9giUqCs0+IuFmWylmWyVuYzF2azl+c0F+cz2Ge0mOf02Wh1WWg1Gej12ml2Wun226r322p3XCt4W+r33Kv43Sx5XOx5Haz53q363m26ni06Hu363q26sbc78jd79Pk89Lj8tvp9d3q9d7r9uHt9+Ds9ury+S9plC9nkS9lkF2czfL3+/X5/C9umi9qlS9rlWGs3vj7/TB3oy9xnDB/qzB8qDCOvDCLuDCGszCFsjCVwjCQvjCOuzGu3zGp2jGl1TGi0jGdzDGayDGv4DGs3Pn8/f///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAFcALAAAAAAPAA8AAAexgFdLUlBVVE5PUVNMSUZEV01BKSyUlZUqOzhMk5aVLSsoJz9MlRERlC2mJiUjQEeUEQEBESuxsyQiOEiwsgIRA1ZCESAfOUosnxE9BjwFBBEfHhwPRaCrETcNDhHSGxoQQ6sjETU2NDMyERoYFxA+IyERDAoLETAxCREWFBA6IiAREBxQF+GFiwgU+EGIxsEUOwumEirs4O2hRIkVIECYkOHCvosJK0iAcEWjyZMnrwQCADs=") no-repeat scroll 0 0 transparent;
	float:right;
	margin: 5px 10px 0 5px;
	height:15px;
	width:15px;
	cursor:pointer;
}
body>div:first-of-type:not(#wrap)>img{
	padding:4px 7px 0 5px;
	float:left;
	height:16px;
	width:16px;
    border: none;
}
body>div:first-of-type:not(#wrap)>a{
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#000;
	display:inline-block;
	height:19px;
	padding:5px 0 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 180px);
}
div.divTop_logo a { color:#0101AA;text-decoration:none;}
div.divTop_logo a:hover { text-decoration:underline;color:#000;}

body>div:first-of-type:not(#wrap)>div:nth-child(2) {
    float:right;
    margin: 3px 5px 0 10px;
}
}
/* Закладки на главную */
.index-table {
	width:100%;
}
.index-table td.col1{
	width: 50%;
	padding:0 20px 0 0;
	vertical-align:top;
	border:none;
}
.index-table td.col2{
	width:310px;
	padding:0;
	vertical-align:top;
	border:none;
}
.wrappen-for-block-with-round-corners {
	width:310px;
	padding:0;
	position:relative;
}
/* блок с закругленными углами */
.block-with-round-corners {
	width:290px;
	padding:0 10px 10px 10px;
    border: 1px solid #089dcb;
    border-radius:10px;
	box-shadow:1px 1px 2px #888888;
	background-color:#fff;
	position:absolute;
	text-align:left;
	/*behavior:url(/pic/PIE.php);*/
	min-height:300px;
}
.block-with-round-corners FORM {
	display:block;
	white-space:nowrap;
	padding:5px 0;
}
.block-with-round-corners FORM input {
	line-height:18px;
	font-size:14px;
}

.block-with-round-corners ul {padding:0}

input[type=number].edit{
    -moz-appearance:textfield;
    -webkit-appearance: none;
    margin: 0;
}

select.edit{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.edit:active, select.edit:hover, select.edit:focus{
    -webkit-appearance: listbox;
    -moz-appearance: listbox;
    appearance: normal;
}

.edit{
    border:0;
}
.edit:active{
    border:1px;
}
.valid{
    box-shadow: 0 0 1px 1px #0A0;
}

.invalid{
    box-shadow: 0 0 1px 1px #F00;
}

p#whois{	background:#FFFBCF;
	padding:15px;
    text-indent: 0;
}
.link_bar{padding: 10px 0;}
.link_bar a{
	margin: 0.6em 0 0;
	font-size:16px;
	font-weight:400;
	line-height:20px;
        height: 20px;
	font-family:Arial,Helvetica,sans-serif;
	padding: 0.15em 0.3em;
}
.link_bar b{
	background: none repeat scroll 0 0 #E8E9EC;
	color: #000000;
	cursor: default;
	text-decoration: none;
	font-size:16px;
	font-weight:400;
	line-height:20px;
        height: 20px;
	font-family:Arial,Helvetica,sans-serif;
	padding: 0.15em 0.3em;
}
.search li {
	margin: 16px 0 0 0;
	list-style-position: outside;
}
.search li:hover {
    background: #FFFBCF;
}

/*всплывающие подсказки*/
#tt {position:absolute; display:block;
	padding:10px;
    border: 1px solid #089dcb;
    border-radius:10px 10px 10px 0;
	-webkit-border-radius:10px 10px 10px 0;
	-moz-border-radius:10px 10px 10px 0;
	-webkit-box-shadow:1px 1px 2px #888888;
	-moz-box-shadow:1px 1px 2px #888888;
	box-shadow:1px 1px 2px #888888;
	background-color:#ffD;
	z-index:10000;
}
.hlp1 {
    color:#000;border:#9fbddd 1px solid;background-color:#E7F5FE;
    font-size: 14px !important;
	cursor:help;margin-left:5px;line-height:14px;
	width:12px;display:inline-block;text-align:center;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-weight:100;
	text-indent:0;
    padding: 0 !important;
}
a.hlp1:hover {
    text-decoration: none;
    color:#000;
}

.hlp_plus {color:#000;border:#9fbddd 1px solid;background-color:#E7F5FE;
	cursor:pointer;padding:0 0 1px 1px;
	margin-left:5px;line-height:13px;
	width:12px;display:inline-block;text-align:center;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-weight:100;
	text-indent:0;
}

/* Вкладки */
.layers{
    justify-content: space-between;
}
.layers div {
    height: 27px;
}
span.layer,span.layerW,span.layerS {
  	cursor:pointer;
    text-decoration:none;
    border:1px solid #555555;
    border-bottom:0;
    border-radius:7px 7px 0 0;
    padding: 4px;
    font-size: 11px;
    line-height:18px;
    display:inline-block;
    text-align:justify;
    text-indent:0;
}
span.act{
	background-color:#EEEEEE;
	font-weight:bold;
}
@media (max-width: 461px) {
    .layers div:last-of-type {
        width: 100%;
        margin: 5px 0;
    }
    span.layer,span.layerW,span.layerS {
        border-bottom: 1px solid #555555;
        border-radius: 7px;
        padding: 4px 8px;
        margin-right: 5px;
    }
    .layers div:last-of-type span:first-of-type {
        margin-right: 0;
    }
}

div.layer, div.layer0, div.layerW, div.layerS {
    border: 1px solid #555555;
	color: #000;
	background-color: #EEEEEE;
    padding: 10px;
	display: none;
    width: 100%;
    text-align: left;
}
div.layerW {
    max-height: 400px;
    overflow-y: auto;
}
div.act {display:block}

/* Кнопки для карты сайта */
.generate-upload-send {
    display: flex;
    flex-wrap: wrap;
}
.generate-upload-send div:nth-child(1) {
    width: 250px;
    margin-right: 5px;
}
.generate-upload-send div:nth-child(2) {
    width: 215px;
    margin-right: 5px;
}
.generate-upload-send div:nth-child(3) {
    width: 280px;
}
.generate-upload-send div .submit {
    float: none;
    display: block;
    width: 100%;
}
@media (max-width: 516px) {
    .generate-upload-send div {
        width: 100% !important;
        margin: 0 !important;
    }
}
/* Блок для вывода текста при построении карты сайта */
#ap2 {
    float: right;
    min-height: 65px;
    width: 170px;
    padding: 7px;
    text-align: left;
    background-color: #dff;
    margin-left: 7px;
}
/* Расстояния по вертикали между label*/
.label2lh label {
    line-height: 2;
}
/* Оповещения */
div.error	{text-align:center;font-weight:bold;text-decoration:blink;
    font-size:14px;
    border-left: 2px solid #ed0101;
    margin: 0 0 10px 0;
    padding: 9px 18px 13px;
    background: #ffebec;
    color: #ed0101;
    overflow: auto;
}
span.error	{
    font-weight:bold;
    font-size:14px;
    color:red;
    padding:5px;
    /*display: inline-block;*/
}
div.message {
    text-align:center;
    font-weight:bold;
    font-size:14px;
    color:#666;
    padding: 9px 18px 13px;
    border-left: 2px solid #9fbddd;
    background-color: rgba(159, 189, 221, 0.25);
    overflow: auto;
}
a .message {
    border:0;
}

.message .hlr{
    text-align:left;font-weight:normal;
}
/*.info {
	margin: 0 0 10px 0;
	padding: 9px 18px 13px;
	background: #c8e6fa;
	color: #0065cc;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-o-border-radius: 9px;
	-webkit-border-radius: 9px;
	display:none;
}*/

/* Иконки */
.i_idea, .i_question, .i_problem, .i_praise, .i_vote, .i_comm, .i_del, .i_admin, .i_edit,
.i_clock, .i_clock, .i_comm_plus, .i_lock, .i_comm_1,.i_comm_3, .i_warning, .i_star, .i_unlock, .i_task, .i_subscribe, .i_unsubscribe {
	float:right;
	width:15px;
	height:15px;
	margin-right:6px;
	background:url(/pic/i_sprite.png) no-repeat;
	text-align:center;
	font-size:10px !important;
	text-decoration:none !important;
	line-height:10px !important;
}
.i_idea {}
.i_question {background-position:-15px 0;}
.i_problem {background-position:-30px 0;}
.i_praise {background-position:-45px 0;}
.i_task {background-position:-225px 0;;}
.i_vote {background-position:-60px 0;}
.i_comm {background-position:-75px 0;}
.i_del {background-position:-90px 0;margin-right: 0;}
.i_admin {background-position:-105px 0;}
.i_edit {background-position:-120px 0;}
.i_clock {background-position:-135px 0;}
.i_comm_plus {background-position:-150px 0;}
.i_lock {background-position:-165px 0;}
.i_comm_1 {background-position:-180px 0;}
.i_comm_3 {background-position:-195px 0;width:25px;}
.i_warning {background-position:-225px 0;}
.i_star {background-position:-240px 0;}
.i_unlock {background-position:-255px 0;}
.i_subscribe {background-position:-270px 0;float:none;margin-right:0;display:inline-block;}
.i_unsubscribe {background-position:-285px 0;float:none;margin-right:0;display:inline-block;}

.i_qr, .i_protocol,.i_link, .i_download {
    display: block;
    float: right;
    margin-right: 6px;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: none !important;
}
.i_qr {
    background-image: url('/images/svg/qr.svg');
}
.i_protocol {
    background-image: url('/images/svg/protocol.svg');
}
.i_link {
    background-image: url('/images/svg/link.svg');
}
.i_download {
    background-image: url('/images/svg/download.svg');
}

/* ----- Модальное окно ----- */
.wait{
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 3000;
    cursor: wait;
}
.fb-win {}
.fb-win0 { /* тень */
	background-color:#000000;
    position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
    z-index:2000;
	opacity:0.4;
	/*-moz-opacity:0.4;
	filter:alpha(opacity=40);
	-khtml-opacity:0.5;*/
}
/* * html .fb-win {position:absolute;}*/

.fb-win1{
    margin: 3px 0 3px;
    border: 1px solid #cfcfcf;
    background: #fff;
    padding: 11px;
    position: absolute;
    top: 30%;
    z-index: 3000;
    width: 0;
    overflow: visible;
	box-shadow: 0 0 21px 0 #333;
	-moz-box-shadow: 0 0 21px 0 #333;
	-webkit-box-shadow: 0 0 21px 0 #333;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-o-border-radius: 9px;
	-webkit-border-radius: 9px;
}
.fb-fix{ /* для фиксации основы под окном */
    overflow:hidden;
    position:fixed;
    top:0;
}
.dragbar {
    left:0;
    top:0;
    width: 480px;
    height: 22px;
    position:absolute;
    cursor:move;
    -moz-user-select:none;
    user-select:none;
}
/*.fb-win1 .close {
	position:absolute;
	right:10px;
	top:5px;
}*/
.fb-win1 textarea{
	width:488px;
	padding: 5px;
}
.fb-win1 input[type=submit]{
	display: block;
	float: right;
	padding: 5px;
	margin: 5px 0 0 0;
	cursor: pointer;
}
/* ----- Закрывалка модального окна ----- */
a.modal_close,
.fb-win1 > a:first-child {
    background: url("/pic/modal_close.png");
    width: 23px;
    height: 23px;
    position:absolute;
    right: 11px;
    top: 11px;
}
a.modal_close:hover,
.fb-win1 > a:first-child:hover {
    background-position: -23px 0;
}
#wait{/*блокировка на время загрузки*/
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 30000;
    cursor: wait;
}
#wait>div{
    top:50%; margin-top:-50px;position: absolute; left: 50%; margin-left: -100px;
    padding: 10px 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #f3f3f3;
    text-align: left;
}
#wait>div>div{
    text-align: center;
    margin-top: 16px;
}
#wait h3{
    width: auto; padding: 5px 10px;
}
.capital {
    background: rgb(235, 235, 235) none repeat scroll 0 50%;
    font-weight: bold;
    background-clip: padding-box;
}
select#country,select#area,select#city{width:200px;}

.clear {clear:both;}
div.clear:after,
div.message:after,
div.error:after{
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}
.primer option {font-size:13px;line-height:100%;padding:3px;}

DIV.tel_cod {
	line-height:22px;
	padding: 5px 15px;
}
DIV.tel_cod SPAN{
	font-size:14px;
	background: #ffebec;
	color: #ed0101;
	padding: 2px 5px;
}
.bm {font-weight:bold;cursor:pointer;}
.bm .box {
	color:#000;
	border: 1px solid #9fbddd;
	margin: 0 5px 0 0;
	padding: 0 2px;
	display:inline;text-align:center
}
.top_icon{float:right;padding-right:10px;padding-top:7px;}
.top_icon img {cursor:pointer;}
.b{font-weight:bold;}
.i{font-style:italic;}
.u{text-decoration: underline}
.s{text-decoration: line-through!important;}

.red, label.red input	{color:red;}
.green	{color:green;}
.blue	{color:blue;}
.gray	{color:gray;}
.gray a	{color: rgba(35, 117, 177, 0.63);}
.bgray  {background:#f1f2f5;padding: 5px 10px}

.hide	{display:none !important;}
.sup    {vertical-align:super;}
span.Resize a:nth-child(1){font-size:10px;}
span.Resize a:nth-child(2){font-size:13px;}
span.Resize a:nth-child(3){font-size:16px;}
.e-menu span.Resize {float:right;}
div#header span.Resize {float:right;margin-top: 20px;}

#langselect select:hover {
    background-color: #5b7965;
    text-decoration: none;
}

#langselect label, #langselect br, #langselect div.form-error, #langselect div[name='confirm'] { display: none;}
/*#langselect div { background: none;}*/
#langselect, #langselect div { display: inline; margin: 0; padding: 0; border: none;}

#langselect select {
    font-size: 18px;
    width: 52px;
    padding-left: 22px;
    /*padding-top: 12px;*/
    /*padding-bottom: 15px;*/
    /*background-color: inherit;*/
    color: #333;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none!important;
    cursor: pointer;
    margin: 0;
    /*background-image: url("//htmlweb.ru/geo/flags/32/AD.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 16px;*/
}
li.langsel {
    display: block;
    float: right;
}

fieldset.box{border:1px solid #AAAAAA;padding:10px;}
.r,.fr {float:right!important;}
img.r {float:right;padding: 5px 0 5px 10px}
div.r > a > img {float:right;padding: 5px 0 5px 10px}
.l,.fl{float:left!important;}
span.l,label.l{text-align:left;}
img.l {float:left;padding: 5px 10px 5px 0}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.align-middle {
    vertical-align:middle !important
}
.db {display: block}
.dib {display: inline-block !important;}
.big {font-size: 110% !important;}
div.big {line-height: 35px;}
.big label {font-size:110% !important;}
.big input {font-size:110%;padding: 3px;}
.big input.small, form.big label.small  {font-size:70%;padding: 3px;}
.big a {font-size:110%;padding: 3px;}
.fw-normal {
    font-weight: normal !important;
}

.subh1{
    float:right;
    font-style:italic;
    margin:-10px 0 -10px 10px;
}
.fcc {font-family: "Courier New", Courier, monospace;}
.tagName{color:purple;}
.tagAttribute{color:red;}
.tagValue{color:blue;}
.HTMLComment{font-style:italic;color:green;}
.php{display:block;text-align:left;
    background-color: #e7f5fe;
    border: 1px solid #c5d3dc;
    color: #002244;
    overflow: auto;}
.Rcomment{font-size:9px;float:right;line-height:10px}
.nobr {white-space:nowrap;}
.w65, .W65 {width:65px !important;}
.W70 {width:70px !important;}
.w80, .W80 {width:80px}
span.w80, span.W80{display:inline-block;}
.w120, .W120 {width:120px}
span.w120, span.W120, b.w120, b.W120{display:inline-block;}
.w150, .W150 {width:150px}
input[type="checkbox"].w150 {
    width: auto;
}
.w185 {width:185px}
b.w185{display:inline-block;}
.w220 {width:220px !important;}
.w285 {width:285px !important;}
.W320 {width:320px !important;}
.w360 {width: 100%; max-width:360px;}
.w500 {width: 100%; max-width:500px;}
.w100 {width:100%;}
.w100p {width: 100% !important;}
.pre{
    display: block;
    clear:both;
    overflow-x: auto;
    white-space: pre;
    word-wrap: break-word;
    font-family: monospace;
}
.pr20{padding-right:20px}
.pr0{padding-right:0 !important;}
.mr10{margin-right:10px}
.pt0{padding-top:0 !important;}
.pt25{padding-top:25px}
.plr10{padding-left: 10px;padding-right: 10px}
.ml10{margin-left:10px}
.ml20{margin-left:20px}
.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb8 {margin-bottom: 8px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb30 {margin-bottom: 30px !important;}
.m10 {margin: 10px !important;}
.m-auto {margin: 0 auto !important;}
.border_none, .border_none * {
    border: none !important;
}

/*--*/
.tabBar {
    border-bottom: 1px solid #333333;
    clear: both;
    height: 31px;
    margin-bottom: 15px;
    padding-bottom: 4px;
    width: 100%;
}
.tabsA {
    display: block;
    font-weight: bold;
    height: 22px;
    position: relative;
    padding: 0;
}

.tabBar .tabsA a {
    display: block;
    float: left;
    padding: 0 11px;
    text-decoration: none;
    height: 22px;
    margin: 9px 3px 0 0;
    border-color: #089dcb #089dcb #333 #089dcb;
    border-style: solid;
    border-width: 1px;
    background: #b1e7f7;
    background: linear-gradient(top, #b1e7f7, #84d8f3);
    color:#000;
    border-radius: 5px 5px 0 0;
    font: 12px/20px Verdana,Geneva,Arial,Helvetica, sans-serif;
    outline: none;
}
.tabBar .tabsA a.on,
.tabBar .tabsA a:hover {
    background: #EEEEEE;
    border-color: #333 #333 #EEEEEE #333;
    border-style: solid;
    border-width: 1px;
    color: #000;
    height: 22px;
    cursor: pointer;
}
.tabBar .tabsA a.on{
    font-weight:bolder;
}
.tabBar .tabsA a.on:hover{cursor:default;}

@media (max-width: 700px) {
    .tabBar {
        border: none;
        height: auto;
    }
    .tabBar .tabsA {
        height: auto;
    }
    .tabBar .tabsA a {
        border-radius: 5px;
        border-color: #089dcb;
    }
    .tabBar .tabsA a.on,
    .tabBar .tabsA a:hover {
        border-color: #333;
    }
}
.dat{
    font-size: 8px;
    color: gray;
    margin: 0 5px 0 0;
    float:right;
}

.c{
    margin: 0 auto;
    text-align: center;
    display: block !important;
    float: none;
    text-indent: 0;
}
td.c,.tc{text-align:center;
    display:table-cell !important;
}
.submit.c {
    width: max-content;
    max-width: 100%;
}

.small {
    font-size:70%;
    line-height:70%;
}
a.mail{/*подставляется e-mail*/
    font-weight: bold}

/* подсветка синтаксиса */
pre code {
    display: block;
    padding: 0.5em !important;
    background: white !important;
    color: black !important;
    border: none !important;
}

pre code .comment,
pre code .template_comment,
pre code .javadoc,
pre code .comment * {
    color: #800;
    background: white;
}

pre code .keyword,
pre code .method,
pre code .list .title,
pre code .clojure .built_in,
pre code .nginx .title,
pre code .tag .title,
pre code .setting .value,
pre code .winutils,
pre code .tex .command,
pre code .http .title,
pre code .request,
pre code .status {
    color: #008;
}

pre code .envvar,
pre code .tex .special {
    color: #660;
}

pre code .string,
pre code .tag .value,
pre code .cdata,
pre code .filter .argument,
pre code .attr_selector,
pre code .apache .cbracket,
pre code .date,
pre code .regexp,
pre code .coffeescript .attribute {
    color: #080;
}

pre code .sub .identifier,
pre code .pi,
pre code .tag,
pre code .tag .keyword,
pre code .decorator,
pre code .ini .title,
pre code .shebang,
pre code .prompt,
pre code .hexcolor,
pre code .rules .value,
pre code .css .value .number,
pre code .literal,
pre code .symbol,
pre code .ruby .symbol .string,
pre code .number,
pre code .css .function,
pre code .clojure .attribute {
    color: #066;
}

pre code .class .title,
pre code .haskell .type,
pre code .smalltalk .class,
pre code .javadoctag,
pre code .yardoctag,
pre code .phpdoc,
pre code .typename,
pre code .tag .attribute,
pre code .doctype,
pre code .class .id,
pre code .built_in,
pre code .setting,
pre code .params,
pre code .variable,
pre code .clojure .title {
    color: #606;
}

pre code .css .tag,
pre code .rules .property,
pre code .pseudo,
pre code .subst {
    color: #000;
}

pre code .css .class, pre code .css .id {
    color: #9B703F;
}

pre code .value .important {
    color: #ff7700;
    font-weight: bold;
}

pre code .rules .keyword {
    color: #C5AF75;
}

pre code .annotation,
pre code .apache .sqbracket,
pre code .nginx .built_in {
    color: #9B859D;
}

pre code .preprocessor,
pre code .preprocessor * {
    color: #444;
}

pre code .tex .formula {
    background-color: #EEE;
    font-style: italic;
}

pre code .diff .header,
pre code .chunk {
    color: #808080;
    font-weight: bold;
}

pre code .diff .change {
    background-color: #BCCFF9;
}

pre code .addition {
    background-color: #BAEEBA;
}

pre code .deletion {
    background-color: #FFC8BD;
}

pre code .comment .yardoctag {
    font-weight: bold;
}

#ad_ph_1,#advertur_813{
    overflow: hidden;
    text-align: center;
    width: 100%;
}

div.img100 > img{
    max-height:100px;
    max-width:100px;
}

/* sms + phone_book */
label.group input[type="checkbox"]{
    visibility: hidden;
}
label.group input[type="checkbox"] + span {
    background: #dee5f1;
    cursor: pointer;
    padding: 0 10px;
    white-space:nowrap;
}
label.group input[type="checkbox"]:checked + span {
    color: #fff;
    font-weight:bold;
    background:#33BFEB;
}
span.group {
    cursor: pointer;
    padding: 0 10px;
    color: #fff;
    font-weight:bold;
    background:#33BFEB;
    white-space:nowrap;
}

.req:after{
    color:#f00;
    content: "*";
    padding-left: 3px;
}

a.o-r, a.o-l, a.repeat{
    padding-left: 3px;
    font-size: 18px;
    text-decoration: none;
}
a.o-r:after{ content: "\21A6";}
a.o-l:after{ content: "\21A4";}
a.repeat:after{ content: "\21BB";}

#upload_frame{border:0;width:95%;height:30px;overflow:auto;}

.ht0{/*Личный*/
    color: #0000ff;
}
.ht1{/*Государственный*/
    color: #000;
    font-weight:bold;
}
.ht2{/*Церковный*/
    color: #ff9f04;
}
.ht3{/*Профессиональный*/
    color: #39f0ff;
}
.ht4{/*Неофициальный*/

}

input::-webkit-calendar-picker-indicator{
    display: none;
}
input[type="date"]::-webkit-input-placeholder{
    visibility: hidden !important;
}

/* Alt-codes */
.table-wrapper {
    width: 100%;
    margin-bottom: 20px;
}
@media (max-width: 1216px) {
    .table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

table.alt-codes {
    border-collapse: collapse;
}
table.alt-codes caption {
    font-size: 14px;
    font-weight: bold;
}
table.alt-codes th,
table.alt-codes td {
    border: 1px solid #000;
    text-align: center;
    font-size: 14px;
}
table.alt-codes colgroup,
table.alt-codes tbody {
    border: 2px solid #000;
}
table.alt-codes td.small {
    font-size: 11px;
    line-height: 12px;
}
label:target, select:target, fieldset:target, a:target, li:target{
    box-shadow: 0 0 15px rgba(98, 98, 206, 1);
}
.html5:after {
    display: inline-block;
    content: 'HTML5';
    margin-left: 5px;
    padding: 0 3px;
    background-color: #cceeee;
    color: #0095dd;
    font-style: normal;
    font-weight: normal;
}
/* ----- Skype ----- */
div[id*="SkypeButton_Call"] {
    float: left;
}
img[role="Button"] {
    margin: 0 !important;
    vertical-align: middle !important;
}
p[id*="SkypeButton_Call"] {
    margin: 0;
    text-indent: 0;
}

.limit{
    font-size: 70%;
    float: right;
    color: gray;
    cursor: pointer;
    border-bottom:1px dotted #555555;
}

input[type=number].noArrow{
    -moz-appearance: textfield;
}
input[type=number].noarrow::-webkit-inner-spin-button {
    display: none;
}
p.vam {
    text-align: left;
    text-indent: 0;
}
.center .vam img {
     vertical-align: top;
    margin: 5px;
}

div.info #recaptcha{
    width: 304px;
    height: 78px;
    margin: 0 auto;
}

.wrap{
    word-break:normal;
    word-wrap:break-word;
}
/* Таблица требований XHTML */
@media (min-width: 768px) {
    table.xhtml td:nth-child(2),
    table.xhtml td:nth-child(3) {
        text-align: center;
    }
}
/* Адаптивная таблица */
@media (max-width: 767px) {
    table.adaptive tr td:first-child {
        border-top: 1px solid #ccc;
    }
    table.adaptive tr:last-child td:last-child {
        border-bottom: 1px solid #ccc;
    }
    table.adaptive thead
    table.adaptive thead tr,
    table.adaptive th {
        display: none;
    }
    table.adaptive,
    table.adaptive tbody,
    table.adaptive tr,
    table.adaptive td {
        display: block;
    }
    table.adaptive tr {
        position: relative;
    }
    table.adaptive th, table.adaptive td {
        padding: 5px 0 !important;
        text-align: left;
    }
    table.adaptive.xhtml td:nth-child(2)::before {
        content: "Нельзя: ";
        font-weight: bold;
    }
    table.adaptive.xhtml td:nth-child(3)::before {
        content: "Нужно: ";
        font-weight: bold;
    }
}
/* ----- Таблицы на мобильных устройствах ----- */
.table-box table th {
    font-size: inherit;
    font-weight: bold;
    background: none;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* AD STYLING */
ins.adsbygoogle {
    /*width: 970px;
    height: 90px;*/
    display: block;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

ins.adsbygoogle.block {
    float: right;
    display: inline-block!important;
    width: 336px;
    height: 280px;
    margin-left: 21px;
}

ins.adsbygoogle.bottom{
    min-width:250px;
    width:100%;
    height:90px
}
ins.adsbygoogle.right{
    width:160px;height:600px;
}
ins.adsbygoogle.body{
    width:468px!important;
    height:60px!important;
    display: block!important;
}
/*ins.adsbygoogle:empty::before { content: "Пожалуйста, отключите AdBlock!";}*/

@media screen and ( max-width: 1024px )
{
    ins.adsbygoogle.bottom { width: 728px; height: 90px; }
    body.example ins.adsbygoogle.bottom { width: 970px; height: 90px; }
}

@media screen and ( max-width: 800px )
{
    ins.adsbygoogle.bottom { width: 468px; height: 60px; }
    body.example ins.adsbygoogle.bottom { width: 728px; height: 90px; }
    body > div:first-of-type:not(#wrap){
        display: none;
    }
}

@media screen and ( max-width: 540px )
{
    ins.adsbygoogle.bottom { width: 336px; height: 280px; }
    body.example ins.adsbygoogle.bottom { width: 336px; height: 280px; }
}

@media screen and ( max-width: 420px )
{
    ins.adsbygoogle.bottom { width: 250px; height: 250px; }
}
 /* ----- Регистрация / Вход ---- */
.user_login {
    margin: 0 auto;
    max-width: 460px;
    width: 100%;
}
h3 .icon-google,
h3 .icon-vk,
h3 .icon-facebook,
h3 .icon-yandex{
    display: inline-block;
    height: 3rem;
    width: 3rem;
    margin-left: 1rem;
    vertical-align: middle;
}
.icon-google {
    background: url(/images/svg/google-plus.svg) no-repeat center center;
}
.icon-vk {
    background: url(/images/svg/vk.svg) no-repeat center center;
}
.icon-yandex {
    background: url(/images/svg/yandex.svg) no-repeat center center;
}
.icon-facebook {
    background: url(/images/svg/facebook.svg) no-repeat center center;
}
.user_login label {
    display: block;
    font-size: 1.5rem;
    color: #666;
    width: 100%;
}
.user_login label {
    padding-top: 2rem;
}
.user_login input#mail {
    cursor: auto;
}
.user_login input[type="text"],
.user_login input[type="email"],
.user_login input[type="number"],
.user_login input[type="float"],
.user_login input[type="tel"],
.user_login input[type="file"],
.user_login input[type="password"],
.user_login select,
.user_login textarea {
    border: 1px solid #ccc;
    color: #39365a;
    font-family: Tahoma,Arial,sans-serif;
    font-size: 1.6rem;
    margin-top: 0.4rem;
    padding: 0.8rem;
    width: 100%;
}
.user_login p {
    text-indent: 0;
    margin: 2rem 0;
}
.password {
    position: relative;
    width: 100%;
}
.eye {
    background: url('/images/svg/show_gray.svg') no-repeat left center;
    cursor: pointer;
    position: absolute;
    right: 0.8rem;
    top: 1.2rem;
    display: block;
    height: 3.2rem;
    width: 3.2rem;
}
div.password .eye {
    top: 1rem;
}
.eye.hidden {
    background: url('/images/svg/hide_gray.svg') no-repeat left center;
}
.user_login .g-recaptcha {
    padding: 3rem 0 0;
}
.user_login .is-info {
    position: relative;
    display: block;
    font-size: 1.3rem;
    font-style: italic;
    color: red;
}
.user_login .is-info > span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.user_login .submit {
    font-size: 1.4rem;
    font-weight: normal;
    padding: 0.5rem 1rem;
}
.auth-form {
    float: left;
    margin-top: 0.8rem;
    width: 380px;
}
.soc-net {
    float: right;
    padding-top: 1rem;
    text-align: center;
    position: relative;
}
.soc-net a {
    display: block;
    height: 4rem;
    margin: 0.85rem auto 0;
    width: 4rem;
    cursor: pointer;
    text-decoration: none!important;
    border-bottom-style: none!important;
}
.one-click {
    position: absolute;
    top: -4.5rem;
    padding: 0.75rem 9.5rem 0 0;
    right: 1rem;
    background: url("/images/one-click.png") no-repeat top right;
    height: 58px;
    text-align: right;
    font-size: 2.4rem;
    font-style: italic;
    color: #032d84;
    white-space: nowrap;
}
.user_login form a.auth-link {
    border-bottom: 1px dotted #2375b1;
    color: #2375b1;
    text-decoration: none;
    text-align: center;
}
.user_login form a.auth-link:hover {
    border-bottom: 1px dotted #349fed;
    color: #349fed;
    text-decoration: none;
}
.auth-form label.check {
    padding-bottom: 2rem;
    font-size: inherit;
}
.auth-form hr {
    margin: 1rem 0;
    background-color: #39365a;
    border: medium none;
    height: 1px;
    width: 100%;
}
.auth-form .submit {
    margin-bottom: 2rem;
    width: 100%;
    max-width: 300px;
}
ul.col2 li {
    display: inline-block;
    width: 45%;
}
@media (max-width: 1023px) {
    .soc-net,
    .auth-form {
        float: none;
        margin: 0 auto;
        padding: 0;
    }
    .soc-net a {
        display: inline-block;
        margin: 0;
    }
    .one-click {
        background: none;
        position: relative;
        right: auto;
        top: -1rem;
        display: inline-block;
        height: auto;
        padding-right: 1rem;
        white-space: normal;
    }
    .auth-form {
        width: 100%;
    }
}
/* Видео */
video {
    display: block;
    width: 720px;
    max-width: 100%;
    height: auto;
}
.YouTube {
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
}

/* Scroll to top button */
#totop {
    height:40px;
    position:fixed;
    top: 85%;
    right: -60px;
    opacity: 0;
    width:40px;
    display:block;
    background-color: #089dcb;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 0;
    border-radius:2px;
    transform-origin: 0 0;
    transform: rotate(45deg);
    z-index:9999;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#totop:before {
    position: absolute;
    content:"^";
    top: 20px;
    left: 5px;
    font-size: 22px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    transform-origin: 0 0;
    transform: rotate(-45deg) scaleX(1.25);
}
#totop.show {
    right: 10px;
    opacity: 0.7;
}
#totop:hover {
    opacity:1;
}
@media (max-width: 767px) {
    #totop {
        display: none;
    }
}
@media (max-width: 740px) {
    .YouTube {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }
    .YouTube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/*** Big Social Block Element */
.kursy__item {
    position: relative;
    overflow: hidden;
    height: 100px;
    padding: 25px;
    text-align: right;
    margin: 10px 0;
    transition: all .2s ease;
    -webkit-backface-visibility: hidden;
}
.kursy__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(8, 157, 203, 0.7);
}
.kursy__bg:hover {
    background-color: rgba(8, 157, 203, 1);
}
.kursy__bg a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.kursy__title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .2s ease;
    margin: 0;
    position: absolute;
    z-index: 1;
    right: 25px;
    bottom: 20px;
}
.kursy__subtitle {
    color: #fff;
    font-size: 16px !important;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    right: 25px;
    bottom: 30px;
}
.kursy__city {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: 25px;
    bottom: 10px;
}
.kursy__subtitle,
.kursy__city {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility .2s ease-out, transform .2s ease-out;
    transition: opacity .2s ease-out, visibility .2s ease-out, transform .2s ease-out;
}
.kursy__item:hover .kursy__subtitle,
.kursy__item:hover .kursy__city {
    transform:scale(.6);
}
.kursy__icon {
    position: absolute;
    z-index: 1;
    border: solid 3px #fff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    padding: 15px 35px 35px;
    left: -21px;
    bottom: -30px;
    text-align: center;
    opacity: 0.5;
    transition: opacity .2s ease-out;
    background: url("/images/kursy.png") no-repeat 50% 50%;
    background-size: cover;
    background-origin: content-box;
}
.kursy__item:hover .kursy__title,
.kursy__item:hover .kursy__subtitle,
.kursy__item:hover .kursy__city {
    color: #fff;
}
.kursy__item:hover .kursy__icon {
    color:#fff;
    border-color:#fff;
}
.kursy__item:hover {
    box-shadow: 0 0 8px 4px rgba(0,0,0,.25);
    z-index: 1;
}
.kursy__item:hover .kursy__title {
    bottom: 60px;
}
.kursy__item:hover .kursy__subtitle,
.kursy__item:hover .kursy__city {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transform: scale(1);
}
.kursy__item:hover .kursy__icon {
    opacity: 1;
}
.kursy.type-chover .kursy__bg {
    opacity: 0;
    transition: opacity .2s ease-out;
}
.kursy.type-chover .kursy__item:hover .kursy__bg {
    opacity: 1;
}

input.noSpin{
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
/* Контакты */
.contacts img {
    vertical-align: middle;
}
.contacts a:hover {
    text-decoration: none;
}
.contacts a:hover b {
    text-decoration: underline;
}
.contacts .a {
    color: #2375b1;
    cursor: pointer;
}
.contacts .a:hover {
    color: #349fed;
}
.contacts .a:hover b {
    text-decoration: underline;
}
.example .columns3 {
    padding-left: 20px;
}
.example .columns3 p:first-child{
    padding: 0;
    margin-top: 0;
}
.card {
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 4px;
    box-shadow: 0 0 20px 0 rgba(232,234,246,0.5),0 2px 4px 0 rgba(92,107,192,0.18);
    padding: 15px;
    margin-bottom: 10px;
}
.card h2 {
    position: relative;
    padding:  0 0 10px;
    margin-bottom: 10px;
}
.card h2::after {
    background-color: #ccc;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.card form {
    display: block;
    margin-bottom: 10px;
}
.card form label {
    display: inline-block;
    width: 90px;
}
.card form input[type="text"] {
    width: 150px;
}
@media (max-width: 991px) {
    .left,
    .right {
        display: none;
    }
    .center {
        width: 100%;
        padding: 0;
        float: none;
    }
}

/*  bootstrap */
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.col-auto,
.col-sm-4, .col-sm-6, .col-sm-12,
.col-md-4, .col-md-6, .col-md-12,
.col-lg-4, .col-lg-6, .col-lg-12,
.col-xl-4, .col-xl-6, .col-xl-12 {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}

@media (min-width: 576px) {
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-sm-none {
        display:none !important
    }
}
@media (min-width: 768px) {
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-md-none {
        display:none !important
    }
    .row .col-md-4.box {
        flex: 0 0 calc(33.33333333% - 8px);
    }
}
@media (min-width: 992px) {
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-lg-none {
        display:none !important
    }
}
@media (min-width: 1200px) {
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-xl-none {
        display:none !important
    }
}
.d-flex {
    display: flex !important;
}
.align-content-center {
    align-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.align-items-center {
     align-items: center !important;
}
.gap8 {
    gap: 8px !important;
}

.telegram-groupe {
    display: block;
    color: #002244;
    background-color: #E7F5FE;
    padding: 5px;
}
/* Для виртуальной клавиатуры */
#keyboardInputMaster th {
    overflow: visible;
}
/*  Оформление формы */
.box_form {
    padding: 10px;
}
.box_form input:not([type='checkbox']),
.box_form select,
.box_form textarea {
    padding: 5px;
    width: 100%;
}
.box_form .submit,
.box_form .submitR,
.box_form .submitL {
    width: 330px !important;
    max-width: 100%;
}
.box_form fieldset input:not([type='checkbox']),
.box_form fieldset select {
    max-width: calc(100vw - 74px);
}
.box_form label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
}
.box_form label span {
    display: block;
    margin-bottom: 4px;
}
.box_form div.password .eye {
    top: 1px;
}
.box_form label span.visual,
.box_form label span.visual + span {
    cursor: pointer;
}


/* Внутри вкладки */
.layer .box {
    border: none;
    padding: 0;
}
.layer .box h3:first-of-type {
    margin-top: 0;
}

/* Иконка ссылки перед заголовком */
#main.center h1[id], #main.center h2[id], #main.center h3[id], #main.center h4[id] {
    position: relative;
}
#main.center h1[id]::before, #main.center h2[id]::before, #main.center h3[id]::before, #main.center h4[id]::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    background: url("/images/svg/link.svg") 0 0;
    opacity: 0;
}
#main.center table.tbl h2::before {
    left: 0;
}
#main.center h1[id]:hover::before, #main.center h2[id]:hover::before, #main.center h3[id]:hover::before, #main.center h4[id]:hover::before {
    opacity: 0.6;
}
code.cod, div.cod>code{cursor:copy;}