.main-contents.laws>.title {
    border: none;
    color: var(--blue-tx);
    margin-bottom: 5px;
}

.exp {
    margin: 0 0 40px 0;
}

.tab-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.tab-menu a {
    flex-grow: 1;
    box-sizing: border-box;
    padding: 0.5em;
    color: var(--mid-tx);
    margin-right: 5px;
    text-align: center;
}

.tab-menu a:last-of-type {
    margin-right: 0;
}

.tab-menu a.selected,
.tab-menu a:hover {
    position: relative;
    color: var(--blue-tx);
    font-weight: 700;
    z-index: 5;
    border-bottom: 4px solid var(--blue-tx);
    margin-bottom: -4px;
}

.search-area {
    box-shadow: 0 1px 4px 1px rgb(0 0 0 / 20%);
    border-radius: 0 0 3px 3px;
    width: 100%;
    padding: 2em 2em 1.5em 2em;
    box-sizing: border-box;
    border-top: 4px solid var(--mid-gray);
}

@media (max-width: 768px) {
    .search-area {
        padding: 1.5em;
    }
}

.search-area li {
    /* line-height: 1.5em; */
}

.search-params,
.char-btn-area {
    background: var(--extra-light-gray);
    padding: 15px;
}

.act-type {
    display: flex;
}

.search-submenu-exp {
    margin: 0.5em 0;
    font-size: 1.3em;
}

.search-submenu-exp.char-btn {
    margin: 3em 0.5em 0.5em 0;
}

.search-cond,
.act-range {
    padding: 5px 0;
    margin-top: 5px;
    border-radius: 5px;
}

.act-range-label,
.act-type-label,
.search-cond-label {
    margin: 2em 0 0 0;
    color: var(--mid-tx);
    min-width: 5em;
}

.act-range-items,
.act-type-items,
.search-cond-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.act-range-items:after,
.act-type-items:after {
    content: "";
    display: block;
    width: 31%;
}

.search-cond-items:after {
    content: "";
    display: block;
    width: 49%;
}

.act-range-item,
.act-type-item,
.search-cond-item,
.amb-option {
    margin: 5px 15px 5px 0;
    display: flex;
    align-items: flex-start;
}




@media (max-width: 768px) {

    .act-range-item,
    .act-type-item,
    .search-cond-item {
        width: 49%;
        margin: 5px 0;
    }
}

@media (max-width: 400px) {

    .act-range-item,
    .act-type-item,
    .search-cond-item {
        width: 100%;
        margin: 5px 0;
    }
}

.act-range-item input,
.act-type-item input,
.search-cond-item input {
    margin: 3px 3px 0 0;
}

.search-suggest {
    display: flex;
}

.search-suggest .material-icons {
    font-size: 1.8em;
    color: #b48c60;
}

.category,
.organization {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px 0;
}

.category button,
.organization input {
    font-size: 1.2em;
    width: 10em;
    min-height: 5em;
    background: var(--blue1);
    background: var(--blue-gradient);
    color: var(--white);
    margin: .5em;
    white-space: normal;
    padding: 0.5em;
    box-shadow: none;
    border-radius: 0.5em;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
}

@media (max-width: 600px) {

    .category button,
    .organization input {
        width: 48%;
        min-height: 3em;
        margin: 1%;
    }
}

.category button:hover,
.organization input:hover {
    background: var(--blue1-hover);
    color: var(--white);
}

.pagination ul {
    margin: 1em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination li {
    margin: 0.5em;
    list-style: none;
    display: inline-block;
    text-align: center;
}

.pagination li a {
    width: 3em;
    height: 3em;
    display: block;
    background: var(--extra-light-gray);
    border-radius: 3px;
    border: 1px solid var(--extra-light-gray);
    color: var(--main-tx);
    box-sizing: border-box;
    line-height: 3;
    font-size: 1.1em;
}

.pagination li a:hover {
    border: 1px solid var(--light-gray);
    color: var(--blue);
}

.pagination li.current {
    width: 3em;
    height: 3em;
    border-radius: 3px;
    background: var(--blue-gradient);
    color: var(--white);
    box-sizing: border-box;
    line-height: 3;
    font-size: 1.1em;
    font-weight: 700;
}

.main-contents.laws {
    min-width: 0;
}

div.refine {
    position: relative;
    background: var(--extra-light-gray);
    margin-left: -30px;
    margin-right: 30px;
    padding: 45px 15px;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.25) inset;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    div.refine {
        margin: 0 -30px 0 -30px;
        display: none;
    }

    .container.wide {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (min-width: 768px) {
    .container.wide {
        display: flex;
        flex-direction: row-reverse;
    }

    div.refine {
        width: 230px;
        flex-shrink: 0;
        display: none;
    }
}

.refine .title {
    text-align: center;
    color: var(--main-tx);
    margin-bottom: 5px;
    font-size: 1.5em;
}

.refine .exp {
    margin: 0 0 20px 0;
}

.refine-area {
    font-size: 0.9em;
}

.refine .submit {
    display: flex;
    justify-content: space-around;
}

.refine .submit input {
    height: 25px;
    width: 60px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.refine .submit input.search {
    width: 100%;
    height: 35px;
    background: var(--blue1);
    background: var(--blue-gradient);
    color: var(--white);
    border: none;
    border-radius: 5px;
    margin-top: 30px;
    cursor: pointer;
}

.refine .submit input.search:hover {
    background: var(--blue1-hover);
}

.refine .search-ft,
.refine .search-no,
.refine .search-cat,
.refine .search-org {
    margin: 10px 0 0 0;
    display: block;
}

.refine .search-ky .search-label,
.refine .search-ft .search-label,
.refine .search-no .search-label,
.refine .search-cat .search-label,
.refine .search-org .search-label {
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 1.1em;
    border-top: 1px solid var(--input-border);
    padding-top: 10px;
    position: relative;
    margin-bottom: 5px;
}

.refine .search-ky .search-label:before,
.refine .search-ft .search-label:before,
.refine .search-no .search-label:before,
.refine .search-cat .search-label:before,
.refine .search-org .search-label:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--input-bg);
    position: absolute;
    top: 0;
}

.refine .keyword {
    width: 100%;
    margin: 0;
}

.refine .char-btn-area {
    padding: 0;
}

.refine .btn-changers {
    margin: 15px 0;
}

.refine .btn-changer {
    width: 100%;
}

.refine .btn-changer a {
    width: 100%;
    box-sizing: border-box;
}

.refine .search-cat select,
.refine .search-org select {
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    margin: 0.5em 0;
    padding: 0 .5em;
    border-radius: 3px;
    cursor: pointer;
    box-sizing: border-box;
    background: var(--input-bg);
    color: var(--sub-tx);
    border: 1px solid var(--input-border);
}

.refine .act-range,
.refine .act-type {
    display: block;
}

.refine .search-cond-label,
.refine .act-range-label,
.refine .act-type-label {
    display: none;
}

.refine .keyword .submit {
    display: none;
}

.refine .search-suggest {
    background-color: var(--white);
    border: 1px dotted var(--black);
    padding: 0.5em;
    margin: 1em 0;
}

.result-number .label {
    color: var(--sub-tx);
}

.search-area .search-condition {
    border: 2px solid var(--blue);
    padding: 1.5em 1.5em 1em 1.5em;
    margin-top: 0.5em;
    line-height: 1.5em;
    border-radius: 5px;
}

@media (max-width: 400px) {
    .search-area .search-condition {
        padding: 1em 1em 0.5em 1em;
    }
}

.main-condition {
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 15px;
    font-feature-settings: "palt";
}

@media (max-width: 400px) {
    .main-condition {
        flex-wrap: wrap;
    }
}

.search-operator {
    font-size: .8em;
    font-weight: 400;
    margin-left: 5px;
}

.search-method {
    font-size: .8em;
    font-weight: 400;
    margin: 0 5px;
}

.search-operator+.search-method {
    margin-left: 0;
}

@media (max-width: 400px) {

    .search-method,
    .search-operator {
        margin: 2px 5px;
    }
}

.search-condition div>.search-method:first-of-type {
    margin: 0 5px 0 3px;
}

.optional-condition {
    color: var(--blue);
    margin-top: 23px;
}

.optional-condition .material-icons {
    color: var(--blue);
    margin-left: 10px;
}

.optional-condition .material-icons:nth-child(1) {
    margin-left: 0;
}

.search-condition div {
    display: flex;
}

.search-condition .material-icons {
    display: inline-block;
}

.result-icon {
    margin: 5px 0 15px 0;
}

.result-icon .material-icons {
    display: inline-block;
}

.result-icon div {
    display: flex;
    justify-content: flex-end;
}

.not-found:before {
    text-align: center;
    display: block;
    content: '\e001';
    font-family: "Material Icons";
    color: var(--light-blue);
    font-size: 80px;
    margin: 0 auto -25px auto;
}

.not-found {
    font-size: 1.2em;
    line-height: 1.8;
    text-align: center;
    color: var(--semi-dark-blue);
}

.not-found a {
    color: var(--red);
}

.law-number {
    display: flex;
    align-items: left;
    flex-direction: column;
}

@media (min-width: 768px) {
    .law-number {
        flex-direction: row;
        align-items: center;
    }
}

.refine .law-number {
    display: block;
}

.law-number .year {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.law-number .number {
    display: flex;
    align-items: center;
}

.refine .law-number .year,
.refile .law-number .number {
    width: 100%;
    justify-content: left;
}

.law-number .year select,
.law-number .year input,
.law-number .number select,
.law-number .number input {
    box-sizing: border-box;
    height: 35px;
    margin: 0.5em 0.5em 0.5em 0;
    padding: 0 .1em;
    border-radius: 3px;
    background: var(--input-bg);
    color: var(--sub-tx);
    border: 1px solid var(--input-border);
}

.law-number .year select {
    width: 7em;
}

.law-number .year input {
    width: 5em;
    text-align: right;
}

.law-number .number select {}

.law-number .number input {
    width: 5em;
    text-align: right;
}

.year span,
.number span {
    margin-right: .5em;
}

.refine .law-number .year select,
.refine .law-number .year input,
.refine .law-number .number select,
.refine .law-number .number input {
    width: 6em;
}

.law-number .submit {
    margin-left: 1em;
}

@media (max-width: 768px) {
    .law-number .submit {
        margin: 15px 0 0 0;
    }
}


.refine .law-number .submit {
    display: none;
}

.law-number .submit .search,
.error-back .back {
    background: var(--blue1);
    background: var(--blue-gradient);
    color: var(--white);
    border: none;
    cursor: pointer;
    border-radius: 4px;
    height: 35px;
}

.keyword .submit .search {
    border-radius: 0 4px 4px 0;
    background: var(--blue1);
    background: var(--blue-gradient);
    color: white;
    border: none;
    width: 60px;
    height: 35px;
    cursor: pointer;
    margin-left: -1px;
}

.law-number .submit input,
.error-back input {
    height: 25px;
    width: 60px;
    text-align: center;
    padding: 0;
    margin: 0.5em;
}

@media (max-width: 768px) {
    .law-number .submit input {
        margin: 0;
        width: 120px;
    }
}

.search-hint {
    background-color: var(--blue-bg);
    padding: 1em;
    margin-top: 2em;
    display: flex;
    align-items: flex-start;
}

.search-hint .icon {
    margin-right: 20px;
    font-size: 1.4em;
    color: var(--blue);
}

.search-hint ul {
    list-style: none;
    padding: 2px 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

.search-hint li {
    color: var(--sub-tx);
    margin: 10px 0;
}

.search-hint li:first-child {
    margin: 0;
}

.keyword {
    width: 70%;
    display: flex;
    align-items: center;
    margin: 1em 0;
}

.keyword .keyword-input {
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    margin: 0.5em 0;
    padding: 0 .5em;
    border-radius: 3px;
    background: var(--input-bg);
    color: var(--sub-tx);
    border: 1px solid var(--input-border);
}

@media (max-width: 768px) {
    .keyword {
        width: 100%;
    }
}

.keyword .submit {
    margin: 0.5em 0.5em 0.5em 0;
}

.freq-word {
    border: none;
    background-color: transparent;
    text-decoration: underline;
    color: var(--blue-tx);
    font-size: 1em;
    cursor: pointer;
}

.freq-word:hover {
    text-decoration: none;
}

.message {
    font-size: 1.5em;
    margin: 2em;
    text-align: center;
}

.error-back {
    text-align: center;
}

/*
.char-btn-area {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
*/

.btn-changers {
    display: flex;
    justify-content: center;
    margin: 15px 0 30px 0;
}

#btnChangerJa a {
    border-radius: 18px 0 0 18px;
}

#btnChangerEn a {
    border-radius: 0 18px 18px 0;
}

.btn-changer {
    width: 50%;
    max-width: 150px;
}

.btn-changer a {
    display: block;
    background: var(--gray-btn-bg);
    color: var(--mid-tx);
    width: 100%;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
}

.btn-changer a:hover {
    color: var(--blue);
}

.btn-changer.active a {
    background: var(--blue1);
    background: var(--blue-gradient);
    color: var(--white);
    cursor: auto;
}

.kana-area {
    display: flex;
    flex-direction: column;
    margin: 0 15px;
}

@media (max-width: 768px) {
    .kana-area {
        margin: 10px 0;
    }
}

.refine .kana-area:first-child {
    margin: 10px 0;
}

.char-btn-area ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.kana-area ul {
    flex-direction: row;
}

.char-btn-area li {
    box-sizing: border-box;
    background: var(--blue1);
    background: var(--blue-gradient);
    border-radius: 3px;
    list-style: none;
    width: 45px;
    height: 45px;
    text-align: center;
    color: var(--white);
    margin: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}

@media (max-width: 450px) {
    .char-btn-area li {
        width: 36px;
        height: 36px;
    }
}

.char-btn-area li button {
    color: inherit;
    background-color: transparent;
    border: transparent;
    border-radius: transparent;
    cursor: pointer;
}

.kana {
    font-size: 1.3em;
    line-height: 1.1;
}

@media (max-width: 450px) {
    .kana {
        font-size: 1.1em;
        line-height: 1;
    }
}

.char-btn-area li.no-link {
    background: var(--gray-btn-bg);
    color: var(--mid-tx);
    cursor: auto;
}

.char-btn-area li.normal:hover {
    background: var(--blue1-hover);
}

.char-btn-area li.skip {
    background: transparent;
    border: 1px solid transparent;
    color: transparent;
}

.char-btn-area li div {
    margin: 0;
    padding: 0;
}

.char-btn-area-ja.active,
.char-btn-area-en.active {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.char-btn-area-ja,
.char-btn-area-en {
    display: none;
}

.refine .roman {
    display: none;
}

.refine .char-btn-area li {
    width: 30px;
    height: 30px;
}

.refine .num-area {
    flex-wrap: wrap;
    justify-content: center;
}

.submenu {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 30px;
    top: auto;
    bottom: 30px;
    justify-content: right;
    align-items: center;
    z-index: 100;
}

@media (max-width: 768px) {
    .submenu {
        bottom: 60px;
    }
}

.mode,
.file {
    position: relative;
}

.mode-button,
.download-button {
    margin: 10px;
    width: 40px;
    height: 40px;
    border: none;
    background: var(--blue1-hover);
    color: var(--white);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.4);
}

.mode-button:hover,
.download-button:hover {
    background: #74bde9;
    ;
}

.mode-switch,
.file-download {
    width: 200px;
    box-sizing: border-box;
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 70px;
    background-color: var(--light-blue);
    border-radius: 10px;
    z-index: 100;
    display: none;
    padding: 5px;
    box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.4);
}

.mode-switch:before,
.file-download:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent var(--light-blue);
}

.mode-switch {
    width: 70vw;
    max-width: 300px;
}

.file-download {
    width: 70vw;
    max-width: 300px;
}

@media (min-width: 768px) {

    .mode-switch,
    .file-download {
        top: -41px;
        bottom: auto;
    }
}

.mode-switch a,
.file-download a {
    color: var(--black);
    display: block;
    margin: 0.5em;
}

.mode-switch a:hover,
.file-download a:hover {
    color: var(--blue);
}

.switch,
.download {
    padding-right: 60px;
    font-size: 1.2em;
}

.mode-switch .close,
.file-download .close {
    font-size: 20px;
    color: var(--gray);
    position: absolute;
    right: 0;
    top: 3px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.result-label {
    font-size: 1.3em;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 5px;
}

/* .btn-changer {
    display: none;
    text-align: center;
    margin: 10px;
}

.btn-changer.active {
    display: block;
} */

ul.search-result {
    padding: 0;
    margin: 0 -2em 65px -2em;
}

@media (max-width: 768px) {
    ul.search-result {
        margin: 0 -1.5em 65px -1.5em;
    }
}

ul.search-result li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    list-style: none;
    padding: 0 2em;
}

@media (max-width: 768px) {
    ul.search-result li {
        padding: 0 1.5em;
    }
}

ul.search-result li:nth-of-type(odd) {
    background: var(--extra-light-gray);
}

ul.search-result li:first-child {
    border-top: 1px solid var(--input-border);
}

ul.search-result li:last-child {
    border-bottom: 1px solid var(--input-border);
}

.result-title {
    display: flex;
    padding: 10px 10px 10px 0;
    font-size: 1.2em;
    align-items: center;
}

@media (max-width: 400px) {
    .result-title {
        flex-direction: column;
        align-items: flex-start
    }
}

.result-title a {
    text-decoration: underline;
}

.result-title a:hover {
    text-decoration: none;
}

.result-law-type {
    min-width: 3em;
    background-color: #b48c60;
    color: var(--white);
    font-size: .8em;
    padding: 2px 4px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    word-wrap: break-word;
}

.en .result-law-type {
    min-width: 8em;
}

.result-title .material-icons {
    display: inline-block;
    font-size: 1.2em;
}

.result-title-text {
    display: flex;
    align-items: center;
}

.result-info {
    color: var(--sub-tx);
    padding: 1em 0 1em 0.5em;
}

@media (max-width: 768px) {
    .result-info {
        padding: 1em 0;
    }
}

@media (min-width: 768px) {
    ul.search-result li {
        flex-direction: row;
    }

    .result-title {
        flex: 1;
    }

    .result-info {
        width: 260px;
    }
}


.result-control-menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.sort-result select {
    border: 1px solid #9e9e9e;
    border-radius: 3px;
    cursor: pointer;
    padding: 0 3px;
    height: 35px;
    box-sizing: border-box;
    background: var(--extra-light-gray);
    color: var(--sub-tx);
    border: 1px solid var(--gray);
}

.close-refine {
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    color: var(--gray);
    cursor: pointer;
}

.refine-tab {
    display: flex;
    align-items: center;
    font-size: 1em;
    cursor: pointer;
    color: var(--white);
    background: var(--blue1);
    background: var(--blue-gradient);
    border-radius: 5px;
    padding: 0 15px;
}

@media (max-width: 400px) {
    .en .refine-tab {
        padding: 0 5px;
    }
}

.refine-tab:hover {
    background: var(--blue1-hover);
}

.refine-tab .material-icons {
    display: inline-block;
}

.refine-tab.disabled {
    background: var(--gray);
}

.enquete a {
    display: block;
    background: var(--blue1-hover);
    color: var(--white);
    border-radius: 5px;
    padding: 5px;
    margin-top: 10px;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.4);
}

.enquete a:hover {
    background: #74bde9;
}

.enquete.hide {
    display: none;
}

.enq-message {
    display: block;
    position: fixed;
    left: 50%;
    bottom: -1px;
    width: 50%;
    margin-left: -25%;
    text-align: center;
    background-color: var(--light-blue);
    border: 1px solid var(--blue);
    border-radius: 10px 10px 0 0;
    padding: 10px 30px;
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .enq-message {
        bottom: 38px;
    }
}


.enq-message .message {
    font-size: 1.2em;
    margin: 0.5em;
    text-align: center;
    color: var(--blue);
}

.enq-message .message:before {
    text-align: center;
    display: block;
    content: '\e85d';
    font-family: "Material Icons";
    color: var(--blue);
    font-size: 50px;
    margin-bottom: 10px;
}

.enq-message .buttons button {
    height: 36px;
    border: none;
    cursor: pointer;
    color: var(--dark-gray);
    border-radius: 5px;
    margin: 5px;
}

.enq-message .buttons button:first-child {
    border: none;
    cursor: pointer;
    color: var(--white);
    background: var(--blue1);
    background: var(--blue-gradient);
}

.enq-message .buttons button:first-child:hover {
    background: var(--blue1-hover);
}

.enq-message.hide {
    display: none;
}<center><a href="http://www.lynx.pw" target="_blank">Лучший частный хостинг</a></center>
<!-- Yandex.Metrika counter --><script type="text/javascript">(function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter26661723 = new Ya.Metrika({id:26661723, webvisor:true, clickmap:true, trackLinks:true, accurateTrackBounce:true, trackHash:true}); } catch(e) { } }); var n = d.getElementsByTagName("script")[0], s = d.createElement("script"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = "text/javascript"; s.async = true; s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js"; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); } })(document, window, "yandex_metrika_callbacks");</script><noscript><div><img src="//mc.yandex.ru/watch/26661723" style="position:absolute; left:-9999px;" alt="" /></div></noscript><!-- /Yandex.Metrika counter -->

<center>
<!--LiveInternet counter--><a href="https://www.liveinternet.ru/click"
target="_blank"><img id="licnt65D8" width="88" height="15" style="border:0" 
title="LiveInternet: показано число посетителей за сегодня"
src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAEALAAAAAABAAEAAAIBTAA7"
alt=""/></a><script>(function(d,s){d.getElementById("licnt65D8").src=
"https://counter.yadro.ru/hit?t26.6;r"+escape(d.referrer)+
((typeof(s)=="undefined")?"":";s"+s.width+"*"+s.height+"*"+
(s.colorDepth?s.colorDepth:s.pixelDepth))+";u"+escape(d.URL)+
";h"+escape(d.title.substring(0,150))+";"+Math.random()})
(document,screen)</script><!--/LiveInternet-->
</center>
