@charset "utf-8";

html,
body {
    width:100%;
    height:100%;
}

body {
    margin:0;
    padding:0;
    background:#edf1f2;
    font:normal 13px/19px Arial, Helvetica, sans-serif;
    color:#666;
    -webkit-text-size-adjust: none;
}

form,
fieldset {
    margin:0;
    padding:0;
    border:0;
}

input,
select,
textarea,
button {
    font:normal 13px Arial, Helvetica, sans-serif;
    color:#333;
    outline:none;
}

input[type="text"],
input[type="password"],
textarea,
select,
code {
    border:1px solid #cacaca;
    border-bottom-color:#e0e0e0;
    border-top-color:#b5b5b5;
    background:#fff;
    margin:0;
    padding:7px 13px;
    position:relative;
    zoom:1;
    border-radius:16px;
    -moz-border-radius:16px;
    -webkit-border-radius:16px;
    behavior: url(../js/PIE.htc);
}

input[readonly] {
    background-color:#dddddd;
}

.input {
    padding:0 14px;
    zoom:1;
    position:relative;
    height:100%;
    overflow:hidden;
}

.input input,
.input textarea {
    width:100%;
    position:relative;
    left:-14px;
}

.input-block-wrapper {
    position: relative;
    height:100%;
    width: 100%;
}

.input-block-wrapper .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.input-block-wrapper.disabled .cover {
    display: block;
}

.input-block-wrapper.disabled .input-block {
    opacity:0.3
}

.input-block-wrapper.disabled .input-block input {
    pointer-events:none;
}

textarea {
    resize:none;
}
::-webkit-input-placeholder {
    color:#999;
    opacity:1;
}
::-moz-placeholder {
    color:#999;
    opacity:1;
}

header,
nav,
section,
article,
aside,
footer,
menu,
time,
figure,
figcaption {
    display: block;
}

img {
    border:0;
    vertical-align:top;
}

.bordered-img {
    border:1px solid;
}

a {
    color:#859b0a;
    text-decoration:underline;
    outline:none;
    cursor:pointer;
}

a:hover {
    text-decoration:none;
}

strong {
    font-weight:bold;
    color:#333;
}

table {
    border-collapse:collapse;
    width:100%;
    margin:0 0 18px 0;
}

th,
td {
    padding:10px;
    text-align:left;
    vertical-align:middle;
    border-bottom:1px solid #b2b2b2;
}

th {
    font-weight:bold;
    color:#333;
    padding-top:0;
    padding-bottom:5px;
    border-bottom-width:2px;
}

p,
ol,
ul {
    margin:0 0 18px 0;
}

ul {
    list-style:none;
    padding:0;
}

li {
    margin:0 0 7px 0;
}

ol,
ul li {
    padding:0 0 0 20px;
}

ul li {
    background:url(../img/dot.png) no-repeat 6px 8px;
}

ul.nodots li {
    background:none;
    padding:0 0 6px 0;
}

ol li ol li {
    list-style: decimal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.big-text {
    font-weight:normal;
    line-height:1.1;
    font-family:"Roboto Slab", Georgia, "Times New Roman", Times, serif;
    margin:40px 0 18px 0;
    color:#000;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}

.big {
    color: #000000;
    font-family: "Roboto Slab",Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    line-height:1.3;
    font-weight: normal;
}

.small {
    font-size: 10px;
    font-weight: normal;
}

h1 {
    margin-top:0px;
    font-size:32px;
}

h2 {
    font-size:24px;
    line-height:28px;
}

h3 {
    font-size:18px;
    line-height:24px;
}

h4 {
    font-size:14px;
}

table .sep {
    width:1000px;
}

.copy-code {
    white-space:pre-line;
    font:normal 13px/18px Arial, Helvetica, sans-serif;
    color:#666;
    display:block;
    margin:-14px 0px 30px;
}

.center {
    text-align:center;
}

.green {
    color:#859b0a;
}

.red, .error {
    color:#FF0000;
}

.yellow {
    color:#faab00;
}

.blue {
    color:#3c8ebc;
}

.nowrap {
    white-space:nowrap;
}

.nofloat {
    height:100%;
    overflow:hidden;
}

.cell {
    display:table-cell;
    text-align:center;
    vertical-align:middle;
}

.note {
    font-size:15px;
    line-height:22px;
}

.hr {
    height:2px;
    overflow:hidden;
    margin:20px 0 20px -20px;
    position:relative;
    zoom:1;
    left:10px;
    background:url(../img/dash.png) repeat-x 50% 0;
    clear:both;
}

hr {
    border:1px dotted black;
    border-style: none none dotted;
}

.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.wrapper,
.footer {
    min-height:100%;
    min-width:1000px;
    max-width:10000px;
    margin:0 auto;
    position:relative;
    overflow:hidden;
}

.container {
    width:940px;
    padding:0 10px;
    margin: 0 auto;
    text-align: left;
    position:relative;
}

.header {
    position:relative;
    z-index:100;
    zoom:1;
    padding:40px 0 79px 0;
}

.header:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.header .logo {
    position:absolute;
    top:36px;
    left:-46px;
}

.header .logo img {
    width:208px;
    height:auto;
}

.header .r {
    float:right;
}

.content {
    zoom:1;
    padding:0 0 10px 0;
    position:relative;
}

.content:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.title-line {
    background:url(../img/dash.png) repeat-x 50% 50%;
    text-align:center;
    margin:25px 0 21px -20px;
    left:10px;
    zoom:1;
    position:relative;
    width:100%;
    clear:both;
}

.title-line h1,
.title-line h2,
.title-line h3,
.title-line h4,
.title-line h5,
.title-line h6,
.title-line span {
    display:inline-block;
    margin:0;
    font:normal 24px/28px "Roboto Slab", Georgia, "Times New Roman", Times, serif;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
    border:1px solid #b4b4b4;
    padding:5px 10px;
    min-width:18px;
    background:#edf1f2;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    behavior: url(../js/PIE.htc);
    box-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
    -moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
    -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}

.btn {
    display:inline-block;
    position:relative;
    white-space:nowrap;
    text-decoration:none;
    color:#333;
    line-height:16px;
    padding:7px 15px;
    border:1px solid #ccc;
    border-bottom-color:#b6b6b6;
    border-top-color:#e1e1e1;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWU5ZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #e1e9ed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e1e9ed));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e1e9ed 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e1e9ed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e1e9ed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e1e9ed 100%);
    -pie-background: linear-gradient(top, #ffffff 0%, #e1e9ed 100%);
    border-radius:16px;
    -moz-border-radius:16px;
    -webkit-border-radius:16px;
    behavior: url(../js/PIE.htc);
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
    overflow:hidden;
    cursor:pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn.green, .btn:hover {
    color:#fff;
    text-shadow:none;
    border-color:#738806;
    border-bottom-color:#4d6400;
    border-top-color:#8ca100;
    background: #96a900;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2YTkwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjgxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #96a900 0%, #668100 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96a900), color-stop(100%, #668100));
    background: -webkit-linear-gradient(top, #96a900 0%, #668100 100%);
    background: -o-linear-gradient(top, #96a900 0%, #668100 100%);
    background: -ms-linear-gradient(top, #96a900 0%, #668100 100%);
    background: linear-gradient(to bottom, #96a900 0%, #668100 100%);
    -pie-background: linear-gradient(top, #96a900 0%, #668100 100%);
    box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btn.yellow {
    background: #fff200;
    background: -moz-linear-gradient(top, #fff200 0%, #fdba12 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff200), color-stop(100%, #fdba12));
    background: -webkit-linear-gradient(top, #fff200 0%, #fdba12 100%);
    background: -o-linear-gradient(top, #fff200 0%, #fdba12 100%);
    background: -ms-linear-gradient(top, #fff200 0%, #fdba12 100%);
    background: linear-gradient(to bottom, #fff200 0%, #fdba12 100%);
    -pie-background: linear-gradient(top, #fff200 0%, #fdba12 100%);
    box-shadow:inset 0 -1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow:inset 0 -1px 0 rgba(255, 255, 255, 0.25);
    -webkit-box-shadow:inset 0 -1px 0 rgba(255, 255, 255, 0.25);
    color:#31312e;
    text-shadow:0 -1px 0 rgba(255, 255, 255, 0.7);
}

.btn.blue {
    background: #64c7ff;
    background: -moz-linear-gradient(top, #64c7ff 0%, #3c8ebc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64c7ff), color-stop(100%, #3c8ebc));
    background: -webkit-linear-gradient(top, #64c7ff 0%, #3c8ebc 100%);
    background: -o-linear-gradient(top, #64c7ff 0%, #3c8ebc 100%);
    background: -ms-linear-gradient(top, #64c7ff 0%, #3c8ebc 100%);
    background: linear-gradient(to bottom, #64c7ff 0%, #3c8ebc 100%);
    -pie-background: linear-gradient(top, #64c7ff 0%, #3c8ebc 100%);
    box-shadow:inset 0 -1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow:inset 0 -1px 0 rgba(255, 255, 255, 0.25);
    -webkit-box-shadow:inset 0 -1px 0 rgba(255, 255, 255, 0.25);
    color:#ffffff;
    text-shadow:0 -1px 0 rgba(49, 49, 46, 0.7);
}

.btn.pink {
    background: #e064ff;
    background: -moz-linear-gradient(top, #e064ff 0%, #a246b9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e064ff), color-stop(100%, #a246b9));
    background: -webkit-linear-gradient(top, #e064ff 0%, #a246b9 100%);
    background: -o-linear-gradient(top, #e064ff 0%, #a246b9 100%);
    background: -ms-linear-gradient(top, #e064ff 0%, #a246b9 100%);
    background: linear-gradient(to bottom, #e064ff 0%, #a246b9 100%);
    -pie-background: linear-gradient(top, #e064ff 0%, #a246b9 100%);
    box-shadow:inset 0 -1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow:inset 0 -1px 0 rgba(255, 255, 255, 0.25);
    -webkit-box-shadow:inset 0 -1px 0 rgba(255, 255, 255, 0.25);
    color:#ffffff;
    text-shadow:0 -1px 0 rgba(49, 49, 46, 0.7);
}

.btn.nft {
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 0;
}

.btn.nft:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    animation: nft 20s linear infinite;
    opacity: 0.5;
    transition: opacity .3s ease-in-out;
}

@keyframes nft {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.btn.nft:hover {
    border-color: transparent;
}

.btn input {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    border:0;
    background:url(../img/logo.png) no-repeat 0 -9999px;
    cursor:pointer;
}

.btn.disabled {
    background: #999999;
    cursor: not-allowed;
    color: #ffffff;
    text-shadow:0 -1px 0 rgba(49, 49, 46, 0.7);
}

.btn.generate.disabled span {
    background:url(../img/icon-refresh-hover.png) no-repeat 0 50%;
}

.btn.disabled:hover {
    border:1px solid #ccc;
    border-bottom-color:#b6b6b6;
    border-top-color:#e1e1e1;
}

.big-text {
    font-size:36px;
    margin:-2px 0 22px 0;
    zoom:1;
    position:relative;
}

.big-text .nickname {
    font-weight:bold;
}

.nick-info h1.big-text:before {
    content: '\25cf';
    font-size:80%;
    cursor:context-menu;
    border:none;
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.nick-info h1.big-text.online:before {
    color:#00db00;
}

.nick-info h1.big-text.offline:before {
    color:Gray;
}

.place {
    text-align:center;
    margin:30px 0;
    /*height:143px;*/
}

.place img {
    max-width:100%;
    height:auto;
}

img.responsive {
    max-width:100%;
    height:auto;
}

.actions {
    margin:-1px 0 25px 0;
    zoom:1;
    position:relative;
    list-style:none;
    padding:0;
    text-align:center;
}

.actions li {
    margin:0 4px;
    padding:0;
    background:none;
    position:relative;
    zoom:1;
    display:inline-block;
    vertical-align:middle;
}

#bg_color {
    margin-bottom: 6px;
}

#bg_color.black {
    background: #000;
    color: #fff;
    border-color: #000;
}

#bg_color.white {
    background: #fff;
    color: #000;
}

.actions .share {
    line-height:16px;
    margin-top:-4px;
    padding:2px 10px;
    background:#ccc;
    border-radius:16px;
    min-height:26px;
    text-align:left;
    -moz-border-radius:16px;
    -webkit-border-radius:16px;
    box-shadow:0 1px 0 rgba(255, 255, 255, 0.8), inset 0 1px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.8), inset 0 1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.8), inset 0 1px 0 rgba(0, 0, 0, 0.4);
    behavior: url(../js/PIE.htc);
}

.btn span {
    display:inline-block;
    vertical-align:top;
    padding:0 0 0 22px;
}

.link-edit {
    background:url(../img/icon-edit.png) no-repeat 0 50%;
}

.link-edit:hover, .btn:hover .link-edit {
    background:url(../img/icon-edit-hover.png) no-repeat 0 50%;
}

.link-refresh {
    background:url(../img/icon-refresh.png) no-repeat 0 50%;
}

.link-refresh:hover, .btn:hover .link-refresh {
    background:url(../img/icon-refresh-hover.png) no-repeat 0 50%;
}

.btn span.link-next {
    padding: 0 22px 0 0;
}

.link-next {
    background:url(../img/icon-next.png) no-repeat 0 50%;
    background-position: right;
}

.link-next:hover, .btn:hover .link-next {
    background:url(../img/icon-next-hover.png) no-repeat 0 50%;
    background-position: right;
}

.link-warning {
    background:url(../img/icon-warning.png) no-repeat 0 50%;
}

.link-copy {
    background:url(../img/icon-copy.png) no-repeat 0 50%;
}

.link-print {
    background:url(../img/icon-print.png) no-repeat 0 50%;
}

.link-print:hover, .btn:hover .link-print {
    background:url(../img/icon-print-hover.png) no-repeat 0 50%;
}

.link-nft {
    background:url(../img/icon-link-nft.png) no-repeat 0 50%;
}

.link-nft:hover, .btn:hover .link-nft {
    background:url(../img/icon-link-nft-hover.png) no-repeat 0 50%;
}

.link-color {
    background:url(../img/icon-color.png) no-repeat 0 50%;
}

.link-profile {
    background:url(../img/icon-profile.png) no-repeat 0 50%;
}

.link-profile:hover, .btn:hover .link-profile {
    background:url(../img/icon-profile-hover.png) no-repeat 0 50%;
}

.link-cert {
    background:url(../img/icon-cert.png) no-repeat 0 50%;
}

.link-cert:hover, .btn:hover .link-cert {
    background:url(../img/icon-cert-hover.png) no-repeat 0 50%;
}

.link-friends {
    background:url(../img/icon-friends.png) no-repeat 0 50%;
}

.link-friends:hover, .btn:hover .link-friends {
    background:url(../img/icon-friends-hover.png) no-repeat 0 50%;
}

.link-messages {
    background:url(../img/icon-messages.png) no-repeat 0 50%;
}

.link-messages:hover, .btn:hover .link-messages {
    background:url(../img/icon-messages-hover.png) no-repeat 0 50%;
}

.link-groups {
    background:url(../img/icon-groups.png) no-repeat 0 50%;
}

.link-groups:hover, .btn:hover .link-groups {
    background:url(../img/icon-groups-hover.png) no-repeat 0 50%;
}

#eth_addr {
    min-width: 300px;
}

a.btn.metamask {
    vertical-align: bottom;
}

a.btn.metamask span {
    background:url(../img/icon-metamask.png) no-repeat 0 50%;
}

.head-hold {
    float:left;
}

.menu {
    float:left;
    list-style:none;
    margin:0;
    padding:0;
}

.menu li {
    float:left;
    padding:0;
    background:none;
    margin:0 0 0 5px;
}

.menu li:first-child {
    margin:0;
}

.lang {
    float:left;
    padding:3px 0 0 0;
    height:27px;
    width:32px;
    text-align:center;
    margin:0 -37px 0 13px;
}

.lang span {
    display:inline-block;
    width:24px;
    height:25px;
    overflow:hidden;
    vertical-align:top;
    margin:0;
    padding:0;
}

.lang .bg-ru {
    background:url(../img/ru.png) no-repeat;
}

.lang .bg-en {
    background:url(../img/en.png) no-repeat;
}

.search {
    float:left;
    margin:0 0 0 20px;
}

.search fieldset {
    float:left;
}

.search .input {
    width:121px;
    float:left;
}

.search input[type="submit"] {
    position:absolute;
    top:-9999px;
}
.search input::-webkit-input-placeholder {
    font-style:italic;
}
.search input::-moz-placeholder {
    font-style:italic;
}

.articles {
    zoom:1;
    position:relative;
    margin:-12px 0 0 -60px;
    left:60px;
}

.articles article {
    display:inline-block;
    vertical-align:top;
    width:280px;
    padding:0 53px 0 0;
    margin:0 0 30px -7px;
    left:7px;
    position:relative;
}

.footer-place {
    clear:both;
    height:320px;
}

.footer {
    zoom:1;
    position:relative;
    min-height:0;
    height:320px;
    margin:-320px 0 0 0;
}

.footer .bg-t {
    background:url(../img/footer-line-bg.png) repeat-x 50% 0;
    height:4px;
    overflow:hidden;
}

.footer .bg {
    zoom:1;
    position:relative;
    background:rgba(0, 0, 0, 0.6);
    -pie-background:rgba(0, 0, 0, 0.6);
    behavior: url(../js/PIE.htc);
    color:#fff;
    padding:43px 0;
    height:230px;
}

.footer .bg:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.footer .bg a {
    color:#fff;
}

.bmenu {
    float:left;
    width:135px;
    margin:0 20px 0 0;
    line-height:30px;
}

.bmenu h6 {
    font:bold 16px/20px Arial, Helvetica, sans-serif;
    text-shadow:none;
    color:#fff;
    padding:0 0 7px 0;
    margin:0 0 5px 0;
    background:url(../img/dash-white.png) repeat-x 0 100%;
}

.bmenu ul {
    margin:0;
}

.bmenu ul li {
    margin:0;
    padding:0;
    background:none;
}

.footer .l {
    float:left;
    /*width:168px;*/
    width:200px;
    padding:0 0 0 12px;
}

.footer .logo {
    zoom:1;
    position:relative;
    margin:0 0 16px -12px;
}

.footer .logo img {
    width:161px;
    height:auto;
}

.footer .r {
    float:right;
}

.footer .studio {
    float:left;
    width:110px;
    position:relative;
    margin:0 -10px 0 0;
}

.footer .social-medias img,
#sidebar .social-medias img {
    width:30px;
}

.footer .copywrite {
    line-height: 24px;
}

.footer .app {
    margin:6px 0 6px 0;
}

.topline {
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:5px;
    overflow:hidden;
    background: #97aa00;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3YWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDg2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #97aa00 0%, #6d8600 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97aa00), color-stop(100%, #6d8600));
    background: -webkit-linear-gradient(top, #97aa00 0%, #6d8600 100%);
    background: -o-linear-gradient(top, #97aa00 0%, #6d8600 100%);
    background: -ms-linear-gradient(top, #97aa00 0%, #6d8600 100%);
    background: linear-gradient(to bottom, #97aa00 0%, #6d8600 100%);
    -pie-background: linear-gradient(top, #97aa00 0%, #6d8600 100%);
    behavior: url(../js/PIE.htc);
}

.menu-toggle {
    display:none;
}

.sertif-hold {
    text-align:center;
    margin:20px 0 38px 0;
}

.sertif-hold.nft {
    position: relative;
}

.sertif-hold img {
    max-width:100%;
    height:auto;
    position:relative;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    box-shadow:0 11px 27px #afb2b2;
    -moz-box-shadow:0 11px 27px #afb2b2;
    -webkit-box-shadow:0 11px 27px #afb2b2;
    behavior: url(../js/PIE.htc);
}

.sertif-hold.my.nft img {
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}

.sertif-hold.loading .overlay {
    position: absolute;
    top:0px;
    right:0px;
    width:100%;
    height:100%;
    background-image:url('../img/reload.svg');
    background-size: 72px;
    background-repeat:no-repeat;
    background-position: center 100px;
    z-index:10000;
    display: inline;
}

.sertif-hold .hint {
    display: none;
}

.sertif-hold.loading .hint {
    position: absolute;
    top: 200px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 82%;
    z-index: 10001;
    display: inline;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    background: rgba(133, 155, 10, .6);
    padding: 6px;
    border-radius: 10px;
}

.sertif-hold.loading img {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.img-sample {
    vertical-align:middle;
    margin:0 5px;
}

.code-copy {
    margin:12px 0 20px 89px;
    zoom:1;
}

.code-copy:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.code-copy code {
    float:left;
    margin:0;
    width:493px;
}

.code-copy .btn {
    float:left;
    margin:0 0 0 11px;
}

.index-block {
    zoom:1;
    position:relative;
    padding:69px 480px 62px 10px;
    background:url(../img/dash.png) repeat-x 50% 100%;
    margin:0 0 0 -20px;
    left:10px;
}

.index-block h1 {
    font-size:24px;
    line-height:1;
    text-transform:uppercase;
    color:#000;
    margin:0 0 20px -20px;
    position:relative;
    left:20px;
    zoom:1;
}

.index-block h1 strong {
    display:block;
    color:#000;
    font-size:33px;
    margin:0 0 3px 0;
}

.index-block .bg {
    zoom:1;
    position:relative;
    margin:0 0 13px -10px;
    padding:8px 10px 7px 10px;
    border:1px solid #8ea20d;
    border-bottom-color:#869b00;
    border-top-color:#889d00;
    background: #97aa00;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3YWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjgxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #97aa00 0%, #668100 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97aa00), color-stop(100%, #668100));
    background: -webkit-linear-gradient(top, #97aa00 0%, #668100 100%);
    background: -o-linear-gradient(top, #97aa00 0%, #668100 100%);
    background: -ms-linear-gradient(top, #97aa00 0%, #668100 100%);
    background: linear-gradient(to bottom, #97aa00 0%, #668100 100%);
    -pie-background: linear-gradient(top, #97aa00 0%, #668100 100%);
    border-radius:26px;
    -moz-border-radius:26px;
    -webkit-border-radius:26px;
    box-shadow:inset 0 -1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow:inset 0 -1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow:inset 0 -1px 0 rgba(255, 255, 255, 0.2);
    behavior: url(../js/PIE.htc);
}

.index-block .btn {
    float:right;
    border:2px solid #677a00;
    border-bottom-color:#596e00;
    border-top-color:#768600;
    border-radius:17px;
    -moz-border-radius:17px;
    -webkit-border-radius:17px;
    margin:0 0 0 9px;
    top:-1px;
    padding-left:19px;
    padding-right:19px;
}

.index-block p {
    margin:0;
}

.index-block .z {
    zoom:1;
    position:relative;
    z-index:10;
}

.likes {
    list-style:none;
    margin:18px 0;
    padding:0;
    /*line-height:10px;*/
    line-height:25px;
}

.likes li {
    display:inline-block;
    margin:0px;
    padding:0;
    background:none;
}

.likes li:first-child {
    margin:0;
}

.already {
    background:url(../img/index-block.png) no-repeat;
    width:642px;
    height:378px;
    position:absolute;
    top:2px;
    right:-95px;
    font-size:13px;
    line-height:18px;
}

.already .text {
    position:absolute;
    top:79px;
    right:65px;
    width:145px;
    text-align:center;
    line-height:16px;
}

.already .text strong {
    display:block;
    font-size:32px;
    line-height:32px;
    color:#333;
    position:relative;
    top:2px;
    zoom:1;
    margin:-1px 0 0 0;
    word-spacing: -4px;
}

.already #first {
    left: 93px;
    top: 151px;
    position: absolute;
}

.benefits {
    zoom:1;
    position:relative;
    margin:-7px 0 51px -50px;
    left:50px;
}

.benefits:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.benefits article {
    float:left;
    width:220px;
    margin:0 20px 0 0;
    padding:0 0 0 0;
}

.benefits img {
    width:240px;
    position:relative;
    left:-10px;
    height:auto;
}

.benefits h4 {
    font-size:14px;
    line-height:17px;
    margin:23px 0 17px -20px;
    zoom:1;
    position:relative;
    left:10px;
    text-align:center;
    color:#000;
    text-transform:uppercase;
}

.benefits h4 strong {
    display:block;
    color:#000;
}

.for-small {
    display:none;
}
.ui-autocomplete-loading {
    background: white url("../img/ui-anim_basic_16x16.gif") right center no-repeat;
}
.ui-menu li {
    background:none;
    padding-left:0px;
}
.ui-menu li div span {
    font-size:80%;
    color:#777;
    float: right;
}
.suggestions-input {
    width:190px !important;
}
.suggestions-suggestions .suggestions-promo {
    display:none !important;
}
.nicks_boys_girls span {
    padding:4px;
    border: 1px dashed;
    margin: 4px;
    display: inline-block;
    font-size: 120%;
    color:#000;
}
.nicks_boys_girls.boys span, .nicks_boys_girls span.boy {
    border-color:#666;
    background-color:#64c7ff;
}
.nicks_boys_girls.girls span, .nicks_boys_girls span.girl {
    border-color:#666;
    background-color:#e064ff;
}
.nicks_boys_girls span:hover {
    background-color:#fff;
}
.nicks_boys_girls.socialmenu span {
    border: none;
}
.nicks_boys_girls.socialmenu span:hover {
    background:none;
}
.icon16 {
    width:16px;
    height:16px;
}

.compilation {
    float: left;
    margin-bottom:20px;
    width: 100%;
}

.compilation h3 {
    width: 100%;
    float: left;
    padding-left:36px;
}

.compilation div.howto {
    float: left;
    margin: 2px 0 12px 0;
}

.compilation div.grid-item {
    float:left;
    text-align:center;
    border: 1px solid #b4b4b4;
    border-radius:20px;
    width:148px;
    height: 170px;
    margin:5px;
    padding:2px;
}

.compilation div.grid-item:hover {
    background-color:#859b0a;
}

.compilation a div.grid-item:hover, .compilation div.grid-item:hover h4 {
    color:#fff;
    text-shadow: 0 -1px 1px black;
}

.compilation div.grid-item h4 {
    margin: 10px 0 10px 0;
    font-size:18px;
}

.compilation div.grid-item img {
    margin-bottom: 10px;
}

.compilation h3.games {
    background:url(../img/categories/games.svg) no-repeat;
}
.compilation h3.social-media {
    background:url(../img/categories/social-media.svg) no-repeat;
}
.compilation h3.art {
    background:url(../img/categories/art.svg) no-repeat;
}
.compilation h3.technology {
    background:url(../img/categories/technology.svg) no-repeat;
}
.compilation h3.sport {
    background:url(../img/categories/sport.svg) no-repeat;
}
.compilation h3.web {
    background:url(../img/categories/web.svg) no-repeat;
}
.compilation h3.world {
    background:url(../img/categories/world.svg) no-repeat;
}
.compilation h3.life {
    background:url(../img/categories/life.svg) no-repeat;
}

/* --- Стили для выпадающего списка языков (Десктоп) --- */
.lang-switcher {
    float: left;
    position: relative;
    margin: 0 -37px 0 13px;
    z-index: 150;
}

.icon-globe {
    background: url(../img/icon-globe.svg) no-repeat 0 50%;
    padding-left: 22px;
}

.btn:hover .icon-globe,
.btn.green .icon-globe {
    background-image: url(../img/icon-globe-white.svg);
}

.lang-list {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 8px 0 0 0;
    padding: 0; /* ВАЖНО: уберите padding: 5px 0, иначе overflow обрежет не там, где нужно */
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #b6b6b6;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    list-style: none;
    overflow: hidden;
}

.lang-switcher.active .lang-list {
    display: block;
    animation: fadeIn 0.2s ease-in-out;
}

.lang-list li {
    margin: 0;
    padding: 0;
    background: none;
}

.lang-list li a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: #333;
    text-align: center;
    transition: background-color 0.2s;
}

.lang-list li a:hover {
    background: #edf1f2;
    color: #859b0a;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* --- end Стили для выпадающего списка языков (Десктоп) --- */

@media only screen and (max-width: 1030px) {

    .lang {
        margin-right:0;
        margin-left:5px;
        text-align:right;
    }

    .search {
        margin-left:5px;
    }

    .search .input {
        width:101px;
    }

    .header .logo {
        left:-20px;
    }

    .lang-switcher {
        margin-right: 0;
        margin-left: 5px;
    }
}

#preview {
    overflow:hidden;
    font-family:"Roboto Slab", Georgia, "Times New Roman", Times, serif;
    /*text-shadow: 0 -1px 1px black;*/
    height:394px;
}

#preview-img {
    width:640px;
    height:394px;
    position:relative;
    z-index:1;
}

#preview-id {
    left:520px;
    top:-337px;
    position:relative;
    z-index:2;
    font-size:21px;
    font-weight:bold;
    color:#ffffff;
}

#preview-nick {
    left:52px;
    top:-259px;
    position:relative;
    z-index:2;
    font-size:21px;
    font-weight:bold;
    color:#ffffff;
}

#preview-text {
    left:52px;
    top:-215px;
    position: relative;
    z-index:2;
    width:550px;
    font-size:18px;
    font-weight:bold;
    color:#ffffff;
}

#preview-date {
    left:298px;
    top:-135px;
    position: relative;
    z-index:2;
    width:100px;
    font-size:18px;
    font-weight:bold;
    color:#ffffff;
}

#preview-valid-date {
    left:450px;
    top:-157px;
    position: relative;
    z-index:2;
    width:100px;
    font-size:18px;
    font-weight:bold;
    color:#ffffff;
}

.content td {
    border:none; /*с-па*/
}

.brick {
    display: inline-flex;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}

.brick img {
    border-top:#ded4b3 1px solid;
    border-left:#ded4b3 1px solid;
    display: block;
    max-height: 100%;
}

.copy-code {
    width:620px;
    font:12px Courier;
}

.copy-code-small {
    width:500px;
    height:16px;
    font:12px Courier;
}

.sap-adv {
    width:102%;
    overflow:hidden;
    margin:20px 0 0 -20px;
    position:relative;
    zoom:1;
    background:url(../img/dash.png) repeat-x 50% 0;
    clear:both;
    left:10px;
}

.sap-adv_sign {
    position:relative;
    top:-35px;
    font-size:11px;
}

.sap-adv_header {
    font-size:16px;
    margin-bottom:5px;
}

.sap-adv_text {
    margin-bottom:5px;
}

.sap-adv_url {
    color: #859B0A;
    font-size: 11px;
}

span.help {
    display: inline-block;
    border: 1px dotted #666666;
}

.left-block {
    float:left;
    clear:both;
    margin-bottom: 15px;
}

.right-block {
    clear:both;
    margin-top:0;
}

.left-block .sertif-hold {
    margin-bottom:6px;
    text-align:left;
}


/*new 21.01.15*/

.aside {
    float: left;
    /*width: 220px; gexly 26082019*/
    width: 240px;
}

.mainContent {
    float: right;
    /*width: 680px; gexly 26082019*/
    width: 660px;
    font-size: 14px; /* gexly */
    line-height:22px;
}

.mainContent .breadcrumbs {
    font-size: 13px;
}

.aside .menu {
    float: none;
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none;
}

.aside .menu li {
    margin: 0 0 3px 0;
    padding: 0;
    display: block;
    float: none;
}

.aside .menu li a {
    min-width: 160px
}

.btn .pic {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: -3px;
    margin: 0 3px 0 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.btn:hover .pic, .btn.green .pic {
    background-position: 0 -16px;
}

.btn .pic-cert {
    background-image: url(../img/icon-cert.png);
}

.btn .pic-nft {
    background-image: url(../img/icon-nft.png);
}

.btn .pic-prof {
    background-image: url(../img/icon-profile.png);
}

.btn .pic-frie {
    background-image: url(../img/icon-friends.png);
}

.btn .pic-mess {
    background-image: url(../img/icon-messages.png);
}

.btn .pic-grou {
    background-image: url(../img/icon-groups.png);
}

.side-block {
    margin: 0 0 35px 0;
}

.side-block.last {
    margin-bottom: 0;
}

.side-block h4 {
    margin: 0 0 8px 0;
}

.nick-info {
    zoom: 1;
    position: relative;
}

.nick-info:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.nick-info p {
    margin: 0 0 10px 0;
}

.nick-info h3 {
    margin: 0 0 10px 0;
}

.nick-info h3 .edit {
    margin-left: 10px;
    font-size: 14px;
}

.nick-info h3 .edit .link-edit {
    padding-left: 20px;
    vertical-align: top;
    background-position: 0 3px;
}

.nick-info h3 .link-edit:hover {
    background: url(../img/icon-edit.png) no-repeat 0 50%;
    background-position: 0 3px;
}

.nick-info .info {
    margin: 5px 0 18px 0;
    /*width:100%;*/
    clear:both;
}

.nick-info .info + h3 {
    margin-top: 25px;
}

.nick-info .info .hashtags {
    padding: 3px 0 5px 0;
}

.nick-info .info .hashtag {
    margin-right: 8px;
    line-height:22px;
}

.nick-info .hashtags a.link-edit {
    background-position: 0 0px;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    vertical-align: top;
    white-space: nowrap;
    margin:0 0 0 8px;
}

.hashtags a.link-edit:hover {
    background:url(../img/icon-edit.png) no-repeat;
}

.hashtags-edit {
    display:none;
}

.hashtags-edit textarea {
    width:100%;
    height: 34px;

}
.ava {
    float: left;
    margin: 0 15px 15px 0;
    padding: 6px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #fff;
    width: 100px;
    height: 100px;
}

.ava img {
    width: 100%;
    height: auto;
}

.file {
    position: relative;
    overflow: hidden;
}

.file input {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 200px;
    margin: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
    width: auto;
    left: auto;
    cursor: pointer;
}

#social-dialog {
    display:none;
}

#social-dialog .icon {
    width:32px;
    height:32px;
    margin: 0px 10px 10px 0px;
    cursor: pointer;
    float: left;
}

#social-dialog .icon.twitter {
    background-image: url(../img/icons/social/32/twitter.svg);
}

#social-dialog .icon.x {
    background-image: url(../img/icons/social/32/x.svg);
}

#social-dialog .icon.instagram {
    background-image: url(../img/icons/social/32/instagram.png);
}

#social-dialog .icon.vk {
    background-image: url(../img/icons/social/32/vk.svg);
}

#social-dialog .icon.facebook {
    background-image: url(../img/icons/social/32/facebook.svg);
}

#social-dialog .icon.google {
    background-image: url(../img/icons/social/32/google.svg);
}

#social-dialog .icon.steam {
    background-image: url(../img/icons/social/32/steam.svg);
}

#social-dialog .icon.odnoklassniki {
    background-image: url(../img/icons/social/32/odnoklassniki.svg);
}

#social-dialog .icon.telegram {
    background-image: url(../img/icons/social/32/telegram.svg);
}

#social-dialog .icon.spotify {
    background-image: url(../img/icons/social/32/spotify.svg);
}

#social-dialog .icon.mailru {
    background-image: url(../img/icons/social/32/mailru.svg);
}

#social-dialog .icon.linkedin {
    background-image: url(../img/icons/social/32/linkedin.svg);
}

#social-dialog .icon.github {
    background-image: url(../img/icons/social/32/github.svg);
}

#social-dialog .icon.gitlab {
    background-image: url(../img/icons/social/32/gitlab.svg);
}

#social-dialog .icon.patreon {
    background-image: url(../img/icons/social/32/patreon.svg);
}

#social-dialog .icon.reddit {
    background-image: url(../img/icons/social/32/reddit.svg);
}

#social-dialog .icon.tumblr {
    background-image: url(../img/icons/social/32/tumblr.svg);
}

#social-dialog .icon.twitchtv {
    background-image: url(../img/icons/social/32/twitch.svg);
}

#social-dialog .icon.youtube {
    background-image: url(../img/icons/social/32/youtube.svg);
}

#social-dialog .icon.lastfm {
    background-image: url(../img/icons/social/32/lastfm.svg);
}

#social-dialog .icon.vimeo {
    background-image: url(../img/icons/social/32/vimeo.svg);
}

#social-dialog .icon.stackoverflow {
    background-image: url(../img/icons/social/32/stackoverflow.svg);
}

#social-dialog .icon.soundcloud {
    background-image: url(../img/icons/social/32/soundcloud.svg);
}

#social-dialog .icon.deviantart {
    background-image: url(../img/icons/social/32/deviantart.svg);
}

#social-dialog .icon.livejournal {
    background-image: url(../img/icons/social/32/livejournal.svg);
}

#social-dialog .icon.pinterest {
    background-image: url(../img/icons/social/32/pinterest.svg);
}

#social-dialog .icon.trovo {
    background-image: url(../img/icons/social/32/trovo.svg);
}

#social-dialog .icon.tiktok {
    background-image: url(../img/icons/social/32/tiktok.svg);
}

.socialmenu {
    list-style: none;
    margin: 0 0 18px 0;
    padding: 0;
    zoom: 1;
    position: relative;
    line-height: 20px;
}

.socialmenu:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.socialmenu li {
    float: left;
    padding: 0;
    padding:5px 20px 6px 8px;
    background: none;
    margin: 0 10px 0 0;
    border-radius:15px;
}

.socialmenu.owner li:not(.disabled):hover{
    cursor:move;
    background-color: #dcddda;
    padding-right:8px;
}

.socialmenu a {
    background-position: 0 2px;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0 0 0 20px;
    vertical-align: top;
    white-space: nowrap;
}

.socialmenu a.yellow {
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

.socialmenu .close {
    padding-left:2px;
    margin-top:-5px;
    font-size:10px;
    font-weight:bold;
    color:#f00;
    text-decoration:none;
    display:none;
    width:10px;
}

.socialmenu li:hover .close {
    display:inline-block;
}

.socialmenu .ui-state-highlight {
    width: 50px;
    height: 18px;
    border: 1px dashed #aaa;
    background-color:#f2f6df;
    float:left;
    display:table;
}

.hashtags .add, .socialmenu .add {
    background-image: url(../img/icons/social/add.png);
    background-position: 0 1px;
    background-repeat:no-repeat;
    padding: 0 0 0 20px;
}

.socialmenu .vk {
    background-image: url(../img/icons/social/vk16.png);
}

.socialmenu .fb {
    background-image: url(../img/icons/social/fb16.png);
}

.socialmenu .tw {
    background-image: url(../img/icons/social/tw16.png);
}

.socialmenu .x {
    background-image: url(../img/icons/social/x16.png);
}

.socialmenu .in {
    background-image: url(../img/icons/social/in16.png);
}

.socialmenu .yt {
    background-image: url(../img/icons/social/yt16.png);
}

.socialmenu .lf {
    background-image: url(../img/icons/social/lf16.png);
}

.socialmenu .sc {
    background-image: url(../img/icons/social/sc16.png);
}

.socialmenu .jj {
    background-image: url(../img/icons/social/jj16.png);
}

.socialmenu .st {
    background-image: url(../img/icons/social/st16.png);
}

.socialmenu .li {
    background-image: url(../img/icons/social/li16.png);
}

.socialmenu .mr {
    background-image: url(../img/icons/social/mr16.png);
}

.socialmenu .vi {
    background-image: url(../img/icons/social/vi16.png);
}

.socialmenu .tg {
    background-image: url(../img/icons/social/tg16.png);
}

.socialmenu .sp {
    background-image: url(../img/icons/social/sp16.png);
}

.socialmenu .gh {
    background-image: url(../img/icons/social/gh16.png);
}

.socialmenu .gl {
    background-image: url(../img/icons/social/gl16.png);
}

.socialmenu .pa {
    background-image: url(../img/icons/social/pa16.png);
}

.socialmenu .rd {
    background-image: url(../img/icons/social/rd16.png);
}

.socialmenu .tu {
    background-image: url(../img/icons/social/tu16.png);
}

.socialmenu .tt {
    background-image: url(../img/icons/social/tt16.png);
}

.socialmenu .so {
    background-image: url(../img/icons/social/so16.png);
}

.socialmenu .da {
    background-image: url(../img/icons/social/da16.png);
}

.socialmenu .pi {
    background-image: url(../img/icons/social/pi16.png);
}

.socialmenu .tr {
    background-image: url(../img/icons/social/tr16.png);
}

.socialmenu .ti {
    background-image: url(../img/icons/social/ti16.png);
}

.link-icon {
    background-position: 0 2px;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0 0 0 20px;
    margin: 0 0 0 10px;
    white-space: nowrap;
}

.link-icon.etherscan {
    background-image: url(../img/icons/social/etherscan.png);
}

.link-icon.opensea {
    background-image: url(../img/icons/social/opensea.png);
}

.link-icon.rarible {
    background-image: url(../img/icons/social/rarible.png);
}

.link-icon.x2y2 {
    background-image: url(../img/icons/social/x2y2.png);
}

.link-icon.looksrare {
    background-image: url(../img/icons/social/looksrare.png);
}

.bold {
    font-weight: bold;
}

.black {
    color: #666;
}

.underdash {
    cursor:pointer;
    color:#859B0A;
    border-bottom:1px dashed #859B0A;
    text-decoration: none;
}

.underdash.active {
    cursor:default;
    border-bottom:none;
    color:#000000;
}

.hidden {
    display:none;
}

.mobile_ad {
    display:none;
}

/* for sticky-sidebar plugin */
.aside{
    will-change: min-height;
}

.inner-wrapper-sticky{
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}
/* end for sticky-sidebar plugin */

/* for progressbar */
.ui-progressbar {
    position: relative;
    margin: 30px 0 30px 0;
}
.ui-progressbar .ui-widget-header {
    background: #97aa00;
}
.progress-label {
    position: absolute;
    left: 35%;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}
.ui-widget.ui-widget-content {
    border: 1px solid #dfd9c3;
}
/* end progressbar */

@media only screen and (max-width: 880px) {

    body {
        font-size:24px;
        line-height:36px;
    }

    .mainContent {
        font-size: 24px;
        line-height:36px;
    }

    input[type="text"],
    input[type="password"],
    textarea,
    select,
    code {
        font-size:24px;
        padding:12px 28px;
        border-radius:25px;
        -moz-border-radius:25px;
        -webkit-border-radius:25px;
    }

    .copy-code {
        font: 24px Courier;
    }

    #yandex_ad, .sap-adv {
        font-size:12px;
    }

    .input {
        padding:0 29px;
    }

    .input input,
    .input textarea {
        left:-29px;
    }

    h1 {
        font-size:36px;
        line-height: 46px;
    }

    h2,
    h3 {
        font-size:32px;
        line-height: 44px;
    }

    .articles {
        margin:-4px 0 0 0;
        left:0;
    }

    ul li {
        background: url(../img/dot.png) no-repeat 6px 16px;
    }

    .articles article {
        display:block;
        width:auto;
        margin-left:0;
        padding-right:0;
        margin-bottom:25px;
    }

    .wrapper,
    .footer {
        min-width:340px;
    }

    .container {
        width:auto;
        padding:0;
        zoom:1;
    }

    .hr,
    .place {
        margin-top:39px;
        margin-bottom:39px;
    }

    .hr,
    .title-line {
        margin-left:-5000px;
        margin-right:-5000px;
        left:0;
    }

    .title-line {
        padding-left:5000px;
        padding-right:5000px;
    }

    .compilation div.grid-item {
        height: 180px;
    }

    .content,
    .footer .container {
        padding-left:7.81%;
        padding-right:7.81%;
    }

    .btn {
        font-size:21px;
        line-height:26px;
        padding:12px 27px;
        border-radius:25px;
        -moz-border-radius:25px;
        -webkit-border-radius:25px;
    }

    .header {
        padding:121px 0 0 0;
    }

    .header .logo {
        width:45.92%;
        max-width:247px;
        top:46px;
        left:7.81%;
    }

    .header .logo img,
    .footer .logo img {
        width:100%;
        height:auto;
    }

    .header .r {
        float:none;
    }

    .lang {
        top:48px;
        right:0;
        padding:7px 0 0 7px;
        width:31px;
        height:43px;
        float:none;
        margin:0;
        position:absolute;
        border-radius:25px 0 0 25px;
        -moz-border-radius:25px 0 0 25px;
        -webkit-border-radius:25px 0 0 25px;
    }

    .lang span {
        width:31px;
        height:37px;
    }

    .lang .bg-ru, .lang .bg-en {
        background-position:0 -30px;
    }

    .menu-toggle {
        position:absolute;
        top:48px;
        right:15%;
        display:block;
        width:198px;
        padding-right:24px;
        padding-left:26px;
        cursor:pointer;
    }

    .menu-toggle span {
        display:block;
        background:url(../img/menu-toggle.png) no-repeat 100% 10px;
        padding: 0 0 0 10px;
    }

    .open .menu-toggle span {
        background-position:100% -52px;
    }

    .menu-toggle strong,
    .menu-toggle em {
        font-weight:normal;
        font-style:normal;
    }

    .menu-toggle em,
    .open .menu-toggle strong {
        display:none;
    }

    .open .menu-toggle em {
        display:inline;
    }

    .header .menu {
        float:none;
        margin:0;
    }

    .header .menu li {
        float:none;
        margin:0;
    }

    .header .menu .btn {
        display:block;
        border-radius:0;
        -moz-border-radius:0;
        -webkit-border-radius:0;
        border-left:0;
        border-right:0;
        padding-left:7.81%;
        padding-right:7.81%;
    }

    .search {
        float:none;
        margin:0;
        padding:29px 7.81%;
        background:#6d6e6f;
        border-bottom:1px solid #b5b5b5;
        border-top:1px solid #e1e1e1;
        zoom:1;
    }

    .search fieldset {
        float:none;
    }

    .search:after {
        content: ' ';
        clear:both;
        display: block;
        width: 0;
        height: 0;
        overflow: hidden;
        font-size: 0;
    }

    .search input[type="submit"] {
        float:right;
        border:0;
        margin:-2px 0 0 18px;
        position:relative;
        top:1px;
        padding:0;
        cursor:pointer;
        background:url(../img/search-submit.png) no-repeat;
        width:54px;
        height:54px;
    }

    .search .input {
        float:none;
        width:auto;
    }

    .footer-place {
        display:none;
    }

    .footer {
        height:auto;
        margin-top:0;
    }

    .footer .bg {
        padding:47px 0;
        min-height:0;
        height:auto;
        zoom:1;
    }

    .footer .l {
        text-align:right;
        float:none;
        width:auto;
        margin:3px 0 51px 0;
        zoom:1;
    }

    .footer .l:after {
        content: ' ';
        clear:both;
        display: block;
        width: 0;
        height: 0;
        overflow: hidden;
        font-size: 0;
    }

    .footer .logo {
        float:left;
        width:47%;
        max-width:245px;
        margin:-3px 0 0 0;
    }

    .footer .r {
        float:none;
        zoom:1;
        position:relative;
        margin:0 0 0 -40px;
        left:40px;
    }

    .bmenu {
        float:left;
        width:50%;
        margin:0 0 56px 0;
    }

    .bmenu h6,
    .bmenu ul {
        margin-right:40px;
    }

    .bmenu h6 {
        font-size:24px;
        line-height:30px;
        padding-bottom:12px;
        margin-bottom:12px;
    }

    .bmenu ul li {
        margin:13px 0 0 0;
        zoom:1;
        vertical-align:bottom;
    }

    .bmenu ul li:first-child {
        margin:0;
    }

    .footer .studio {
        float:none;
        clear:both;
        text-align:center;
        width:auto;
        margin:0 40px 0 0;
        padding:18px 0 0 0;
    }

    .footer .studio img {
        width:auto;
    }

    .actions li {
        display:block;
        margin:0 0 10px 0;
    }

    .head-hold {
        display:none;
        position:absolute;
        top:100%;
        left:0;
        right:0;
        z-index:100;
    }

    .open .head-hold {
        display:block;
    }

    .code-copy {
        margin-left:0;
        text-align:center;
    }

    .code-copy code {
        float:none;
        width:auto;
        text-align:left;
        margin:0 0 18px 0;
    }

    .code-copy .btn {
        float:none;
        margin:0;
        white-space:normal;
    }

    .index-block {
        padding:352px 10px 40px 10px;
        margin-top:0;
        margin-bottom:0;
        text-align:center;
    }

    .index-block h1 {
        font-size:28px;
        zoom:1;
        position:relative;
        margin:0 0 47px -40px;
        left:20px;
    }

    .index-block h1 strong {
        font-size:42px;
    }

    .index-block .bg {
        box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25);
        -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25);
        -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25);
        padding:20px 20px 19px 20px;
        margin:0 0 35px 0;
    }

    .index-block .btn {
        float:none;
        display:block;
        top:0;
        border-radius:27px;
        -moz-border-radius:27px;
        -webkit-border-radius:27px;
        margin:0;
    }

    .index-block .input {
        margin:0 0 17px 0;
    }

    .index-block .input input {
        text-align:center;
    }

    .likes {
        margin:34px 0 0 0;
    }

    .for-big {
        display:none;
    }

    span.for-small {
        display:inline;
    }

    div.for-small {
        display:block;
    }

    .already {
        left:50%;
        margin:0 0 0 -334px;
        top:-24px;
        right:auto;
    }

    .benefits {
        text-align:center;
        margin:0 0 75px 0;
        left:0;
    }

    .benefits article {
        float:none;
        width:auto;
        margin:65px -5000px 0 -5000px;
        position:relative;
        zoom:1;
        padding:0 5000px 0 5000px;
        background:url(../img/dash.png) repeat-x 50% 0;
    }

    .benefits article:first-child {
        background:none;
        margin-top:0;
    }

    .benefits img {
        width:100%;
        left:0;
    }

    .benefits h4 {
        font-size:32px;
        line-height:39px;
        margin:38px 0 31px 0;
    }

    .suggestions-input {
        width:290px !important;
    }

    .note {
        font-size:24px;
        line-height:36px;
    }

    .aside,
    .mainContent {
        float: none;
        width: auto;
    }

    .aside .menu .btn {
        display: block;
    }

    .side-block h4,
    .nick-info h3 {
        font-size: 26px;
        line-height: 40px;
    }

    .ui-sortable-handle {
        -ms-touch-action:initial!important;
        touch-action:initial!important
    }

    .ava {
        margin: 0 30px 15px 0;
        display: block;
    }

    .side-block {
        display:none;
    }

    .mobile_ad {
        display:block;
    }


    .nick-info .info .hashtag {
        line-height:34px;
    }

    .hashtags-edit textarea {
        width:90%;
        height: 50px;
    }


    .compilation div.grid-item {
        width:30%;
    }

    .compilation div.grid-item h4 {
        line-height: 27px;
    }

    .socialmenu li {
        margin: 0 0 5px 0;
    }

    .nick-info .info .hashtag {
        line-height: 30px;
    }

    .ui-wide-tooltip {
        max-width:640px !important;
        width:75% !important;
    }

    .compilation h3 {
        background-position-y:10px !important;
    }

    .footer .app a img {
        width:150px;
        margin-top:10px;
    }

    .footer .social-medias img {
        width:60px;
    }

    .footer .copywrite {
        line-height: 30px;
    }

    .sertif-hold.loading .hint {
        font-size: 18px;
        line-height: 30px;
    }

    #preview-id {
        top: -343px;
    }

    #preview-nick {
        top: -280px;
    }

    #preview-text {
        top: -250px;
    }

    #preview-date {
        top: -185px;
    }

    #preview-valid-date {
        top: -220px;
    }

    .lang-switcher {
        float: none;
        position: absolute;
        top: 46px; /* Выравниваем по центру мобильной шапки */
        right: 0;
        margin: 0;
    }

    .lang-switcher .btn {
        border-radius: 25px 0 0 25px; /* Прижимаем к правому краю, как было у флажков */
        -moz-border-radius: 25px 0 0 25px;
        -webkit-border-radius: 25px 0 0 25px;
        border-right: 0; /* Убираем правую границу */
    }

    .lang-list {
        top: 110%;
        right: 5px;
        min-width: 80px;
    }

    .lang-list li a {
        font-size: 20px; /* Увеличенный шрифт для удобного клика пальцем */
        padding: 12px 15px;
    }
}

.wall {
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.wall .brick.my img {
    -webkit-filter: drop-shadow(0 0 4px rgba(0,0,0,1));
    filter: drop-shadow(0 0 4px rgba(255,255,255,1)) invert(100%);
}

a.hover-shadow {
    display: block;
    position: relative;
}
a.hover-shadow:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    opacity: 0;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
}
a.hover-shadow:hover:after {
    opacity: 1;
}

.cert-hint {
    position: absolute;
    z-index: 1;
    top: 185px;
    left: 210px;
    display: none;
}

a.hover-shadow:hover .cert-hint {
    display: block;
}

.ya-share2 ul li {
    background:none;
}

.alert {
    font-family: monospace;
    background-color: #ffda89;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.blue-info {
    background-color: #bbe7ff;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.blue-info h3 {
    margin-top: 0;
}

.faq-answer {
    display: none;
}

ul.no-bullet li { /*k1*/
    background:none;
    padding-left: 0;
}

.button-group { /*k1*/
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.button-group .btn {
    display: inline-block;
}

@media only screen and (max-width: 880px) {
    .button-group {
        justify-content: center;
        gap: 10px;
    }
}

.payment-method {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.payment-method div {
    display: flex;
    align-items: center;
    padding: 4px 7px 4px 2px;
    border: 1px solid #b5b5b5;
    border-radius: 20px;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
}

.payment-method div input {
    margin: 4px 5px 4px 6px;
}

.payment-method div:hover {
    border-color: #859b0a;
    background-color: #fff;
}

.payment-method div:has(input[type="radio"]:checked) {
    border-color: #859b0a;
    background-color: #fff;
    color: #859b0a;
}

.qr-link {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../img/qr-code.png');
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

/* accept cookies
.grt-cookie {
        display:none;
        position:fixed;
        bottom:0;
        left:0;
        right:0;
        padding: 10px 20px;
        background:#edf1f2;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
        z-index:9999;
}

.grt-cookie-active {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row;
}

.grt-cookie p {
        font-size: 14px;
        margin: 0;
        padding:0;
        line-height: 2;
        font-weight: normal;
}

.grt-cookie-button {
        display: inline-block;
        cursor: pointer;
        white-space: nowrap;
}

@media only screen and (max-width: 880px) {
    .grt-cookie {
        flex-direction: column;
        padding: 15px 20px;
    }

    .grt-cookie p, .grt-cookie p a {
        font-size:22px;
    }

    .grt-cookie-button {
        margin: 10px auto;
        font-size:24px;
    }
}
end accept cookies */
