* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; font-size: 100%; font: inherit; vertical-align: baseline } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block } body { line-height: 1 } ol, ul { list-style: none } blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none } table { border-collapse: collapse; border-spacing: 0 }

html {
    scrollbar-gutter: stable;
}

html, body {
    height: 100%;
    min-height: 100%;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}

/* Настройка основной типографии */
body { word-wrap: break-word; }

body, select, input, textarea, button {
    font-family: Manrope, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-weight: normal;
    color: #1D1D1F; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    min-height: 100%;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow-y: scroll;
}
a, .a {
    outline: none;
    color: #166fe5;
    text-decoration: none;
    cursor: pointer;
}
a:hover, .a:hover { text-decoration: underline; }

a img { border: 0 none; }
a > img { vertical-align: middle; }

img { max-width: 100%; }

img.blurry-load {
    width: 100%;
    height: 100%;
    background: url(../images/icons/loader.svg) center center no-repeat;
}

ul.reset {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Заголовки H1-6 */
h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {
    display: block;
    margin-bottom: 2rem;
    line-height: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility;
}
h1, .h1 { font-size: 2rem;}
h2, .h2 { font-size: 1.5rem; }
h3, .h3 { font-size: 1.2rem; }
h4, .h4 { font-size: 1.1rem; }
h5, .h5 { font-size: 1rem; }

.fs-20 {
    font-size: 20px;
}

.marg {
    margin-right: 2%;
    margin-left: 2%;
}

p {
    margin-bottom: 12px;
}

.red {color: red;}
.green {color: green;}

/* Частые стили */
.strike { text-decoration: line-through; }
.nobr { white-space: nowrap; }
.hide { display: none; }
.title_hide { left: -9999px; position: absolute; top: -9999px; overflow: hidden; width: 0; height: 0; }
.uline { text-decoration: underline; }
.strike { text-decoration: line-through; }
.justify { text-align: justify; }
.center { text-align: center; }
.tleft { text-align: left; }
.tright { text-align: right; }
.left { float: left; }
.right { float: right; }
fieldset { border: 1px solid rgba(0,0,0,0.1); padding: 20px; margin-bottom: 25px; }
fieldset legend { font-weight: 500; }
.wide {width: 100%!important; max-width: 100%!important;}
.upc { text-transform: uppercase; }
.box { padding: 30px; background: #fff; border: 1px solid rgba(0,0,0,.1); }

.flex {
    display: flex;
}
.js-center {
    justify-content: center;
}
.js-between {
    justify-content: space-between;
}
.al-center {
    align-items: center;
}

.grey { color: #919191; }
.grey a { color: inherit; }
.grey a:hover { color: #353535; }
.blue { color: #3394e6; }
.orange { color: #e85319; }

.cover {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.berrors {
    width: 100%;
    background: #ffe6dd;
    border: 1px solid #f0c4b5;
    color: #553c33;
    padding: 20px 25px;
    margin: 25px 0;
    min-height: 1%;
    border-radius: 2px;
    box-sizing: border-box;
}

.berrors .info {
    margin-top: 10px;
}

/* Настройка других элементов */
ul, ol {
    padding-left: 40px;
    list-style: disc outside;
    margin-top: 1em;
    margin-bottom: 1em;
}
ol { list-style: decimal; }

strong, b { font-weight: bold }
em, cite, i { font-style: italic }
caption { text-align: left }
th, td { vertical-align: middle }
small, .small { font-size: .8em; }

hr { height: 0; border: 0; border-top: 2px solid #eeeeef; -moz-box-sizing: content-box; box-sizing: content-box; margin: 20px 0; }

.clr { clear: both }
.clrfix:after { clear: both; content: ""; display: table; }



/* template */
/*.portfolio-overlay-open,
.portfolio-overlay-open body,
.overlay-open,
.overlay-open body,*/
.menu_open body {
    overflow: hidden;
}
.desktop.portfolio-overlay-open body,
.desktop.overlay-open body {
    overflow: hidden;
}
.page {
    flex-grow: 1;
}
.zeel {
    margin: 0 auto;
    padding: 0 16px;
    width: 100%;
    max-width: 1536px;
}
.flex-content {
    margin: 0 auto;
    width: 100%;
    max-width: 1536px;
}
.zeel.title-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zeel.title-flex > h1 {
    margin-bottom: 0;
}

#content {
    padding-bottom: 32px;
    max-width: 1920px;
    margin: 0 auto;
}
.relative {
    position: relative;
}
#zeel-content {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

/*.flex-content > div {
    display: grid;
    grid-template-columns: repeat(4, 360px);
    grid-gap: 30px 16px;
}*/
.flex-content > div {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 362px));
    justify-content: space-between;
    gap: 24px 16px;
}
.flex-content > div.low_count {
    grid-template-columns: repeat(4, 24.33%);
    grid-gap: 30px 0.893%;
}
#userinfo .flex-content > div.low_count {
    padding: 0;
}

.midside {
    max-width: 1024px;
    margin: 0 auto;
}
.midside.big {
    max-width: 1536px;
    margin: 0 auto;
}
.midside.small {
    max-width: 640px;
    margin: 0 auto;
}


/* =====================================================
   AI Semantic Search - Results & Zero State UI
===================================================== */
.zeel-ai-container {
}
.zeel-ai-container > .ai-search-header {
    margin-top: 36px;
    margin-bottom: 36px;
    text-align: center;
}
.zeel-ai-container > .ai-search-header > .ai-title {
    font-size: 36px;
    margin-bottom: 12px;
    font-weight: 700;
}
.zeel-ai-container > .ai-search-header > p {
    font-size: 18px;
    color: #86868b;
    margin: 0;
}
/* Состояние: Ничего не найдено */
.zeel-ai-container > .flex-content > #search-content > .ai-no-results { 
    grid-column: 1 / -1; 
    text-align: center; 
    padding: 80px 20px; 
    color: #86868b; 
    font-size: 16px; 
}
/* ZERO STATE: Пустой экран с быстрыми тегами */
.zeel-ai-container > .flex-content > #search-content > .zp-zero-state {
    grid-column: 1 / -1;
    max-width: 900px;
    margin: 0 auto 40px auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}
.zeel-ai-container > .flex-content > #search-content > .zp-zero-state > .zp-quick-tags { 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 12px; 
}
.zeel-ai-container > .flex-content > #search-content > .zp-zero-state > .zp-quick-tags > .zp-tag { 
    background: #f5f5f7; 
    color: #1d1d1f; 
    padding: 12px 24px; 
    border-radius: 30px; 
    font-size: 15px; 
    font-weight: 600; 
    text-decoration: none; 
    transition: all 0.2s ease; 
    border: 1px solid transparent; 
}
.zeel-ai-container > .flex-content > #search-content > .zp-zero-state > .zp-quick-tags > .zp-tag:hover { 
    background: #ffffff; 
    border-color: #d1d1d6; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.06); 
    transform: translateY(-2px); 
}
/* Лоадер пагинации */
.zeel-ai-container > #ai-infinite-loader { 
    display: none; 
    text-align: center; 
    padding: 60px 0; 
    color: #a1a1a6; 
    font-size: 15px; 
}
.zeel-ai-container > #ai-infinite-loader > .ai-spinner { 
    display: inline-block; 
    width: 24px; 
    height: 24px; 
    border: 3px solid rgba(0,0,0,.05); 
    border-radius: 50%; 
    border-top-color: #000000; 
    animation: ai-spin 0.8s linear infinite; 
    margin-right: 12px; 
    vertical-align: middle; 
}
.zeel-ai-container > #ai-scroll-anchor { 
    height: 20px; 
    width: 100%; 
}
/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .zeel-ai-container > .flex-content > #search-content > .zp-zero-state > .zp-zero-header > h2 { 
        font-size: 28px; 
    }
}



/* brands */
.brands_overflow {
    overflow-x: hidden;
}

#profile_filter form {
    width: 100%;
    display: flex;
}
#profile_filter form label {
    width: 25%;
    max-width: 300px;
    margin-right: 20px;
}
#profile_filter form label#search_by_name input.search_by_name {
    padding-right: 50px;
}
#profile_filter form label#search_by_name .submit_search {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    padding: 0;
    height: 100%;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 16 16" class="bi bi-search" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M10.442 10.442a1 1 0 0 1 1.415 0l3.85 3.85a1 1 0 0 1-1.414 1.415l-3.85-3.85a1 1 0 0 1 0-1.415z"/><path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z"/></svg>');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    border-left: 1px solid #ccc;
    background-color: transparent;
    cursor: pointer;
}

.admfunc {
    display: flex;
    align-items: center;
}
.admfunc .refresh {
    display: block;
    width: 20px;
    height: 16px;
    margin-left: 16px;
    cursor: pointer;
    background: url(../images/icons/refresh.svg) no-repeat;
    background-size: contain;
}
#brands #zeel-content .brands,
#artists #zeel-content .brands,
#artists #design-studios .brands {
    margin: 40px 0;
}
.brands .type {
    text-align: center;
    margin-bottom: 20px;
}
.brands .type label {
    padding: 4px 20px;
    cursor: pointer;
}
.brands .alphabet {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 30px;
}
.brands .alphabet label {
    display: inline-block;
    line-height: 1;
    padding: 4px 10px;
    cursor: pointer;
}
.brands input[type="radio"] {
    display: none;
}
.brands input[type="radio"]:checked+label {
    color: #FF9A84;
    font-weight: 500;
}

#adduser {
    display: none;
}
#adduser input {
    width: 100%;
    max-width: 100%;
}
#adduser input.empty {
    border-color: red!important;
}
#adduser ul li {
    margin-bottom: 30px;
}
#adduser ul li:last-child {
    margin-bottom: 0;
}

.brands > .brand_list > .artist_list > .logo > img {
    display: block;
}
.brands .brand_list {
    display: grid;
    grid-template-columns: repeat(4, 23.5%);
    grid-gap: 30px 2%;
}
.brand_list > .item {
    position: relative;
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    background: #F2F3F7;
    transition: all .2s ease-out;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 20%);
}
.brand_list > .item:hover {
    text-decoration: none;
    background: #e5e7ef;
}
/*.brand_list > .item.pro {
    border: 2px solid gold;
    background: linear-gradient(135deg, #fff, #fdf6d9);
}
.brand_list > .item.pro:hover {
    background: linear-gradient(135deg, #fffefb, #fff1b9);
}
.brand_list > .item.pro > .pro_icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(31deg, #ffef9b, gold);
    color: #000;
    border-bottom-left-radius: 15px;
    padding: 2px 14px;
    font-size: 11px;
    letter-spacing: 1px;
    cursor: pointer;
    z-index: 2;
}*/
.brand_list > .item > .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 8% 30%;
    position: relative;
}
.brand_list > .item > .logo.artist_logo {
    height: 150px;
}
.brand_list > .item > .logo > img.img {
    max-width: 100%;
    max-height: 100%;
}
.brand_list > .item > .logo.artist_logo > img.img {
    border-radius: 50%;
}
.brand_list > .item > .logo > .edit_svg_icon,
.brand_list > .item > .logo > .edit_png_icon {
    position: absolute;
    display: none;
    height: 30px;
    width: 30px;
    background-color: #cecece;
    border-radius: 15px;
    cursor: pointer;
    z-index: 2;
}
.brand_list > .item > .logo > .edit_svg_icon {
    left: 10px;
    top: 10px;
}
.brand_list > .item > .logo > .edit_png_icon {
    left: 10px;
    top: 10px;
}
.brand_list > .item > .logo:hover > .edit_svg_icon,
.brand_list > .item > .logo:hover > .edit_png_icon {
    display: block;
}

.brand_list > .item > .previews {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
}
.brand_list > .item > .previews > .item {
    flex-basis: calc(50% - 6px);
    width: calc(50% - 6px);
}
.brand_list > .item > .previews > .item:nth-child(1) {
    margin: 0 6px 6px 0;
}
.brand_list > .item > .previews > .item:nth-child(2) {
    margin: 0 0 6px 6px;
}
.brand_list > .item > .previews > .item:nth-child(3) {
    margin: 6px 6px 0 0;
}
.brand_list > .item > .previews > .item:nth-child(4) {
    margin: 6px 0 0 6px;
}
.brand_list > .item > .previews > .item > .in {
    position: relative;
    width: 100%;
    padding-top: 89.56%;
    overflow: hidden;
}
.brand_list > .item > .previews > .item > .in > .prev {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    z-index: 1;
}

.brand_list > .item > .previews > .item > .in > .edit_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    height: 30px;
    width: 30px;
    background-color: #cecece;
    border-radius: 15px;
    cursor: pointer;
    z-index: 2;
}
.desktop .brand_list > .item > .previews > .item > .in:hover > .edit_icon {
    display: block;
}
.brand_list > .item > h2 {
    margin: 0;
    padding: 30px 20px 20px;
    font-size: 1.2rem;
    color: #0a0a0a;
    text-align: center;
}

.brand_list > .item > .coming-soon,
.brand_list > .artist > .coming-soon {
    position: absolute;
    padding: 8px 12px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(92 94 102 / 50%);
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    z-index: 1;
}

.brand_list > .item.present_brand {
    color: #fff;
    background: #2A2B2D;
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.brand_list > .item.present_brand > span {
    display: block;
    font-size: 18px;
    color: #fff;
    padding-top: 50px;
    background: url('../images/icons/plus.svg') top center no-repeat;
    background-size: 30px;
    text-align: center;
    text-transform: uppercase;
}
/* .brand_list > .artist {
    position: relative;
    display: block;
    max-width: 320px;
    width: auto;
    margin: 1%;
    background: #F2F3F7;
    transition: all .2s ease-out;
    overflow: hidden;
    border-radius: 10px;
    filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.2)) drop-shadow(-8px -8px 10px rgba(250, 250, 250, 1));
}*/






/* lostpassword */
.lostpassword {
    list-style: none;
    width: 300px;
    margin: 0 auto;
    padding: 0;
}
.lostpassword li {
    margin-bottom: 20px;
}
.lostpassword li:last-child {
    margin-bottom: 0;
}

/* registration */
.register,
.register body {
    background: #fbfcff;
}
.register #zeel-content {
    background: url(../images/pagebg/register.png) center center no-repeat;
    background-size: contain;
}
#registration {
}
.registration {
    width: 340px;
    margin: 0 10% 0 auto;
}
.registration ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.registration ul li {
    margin-bottom: 15px;
}
.registration ul li #result-registration {
    font-size: 12px;
    margin-top: 10px;
}
.registration ul li .g-recaptcha > div {
    margin: 0 auto;
}
.registration ul.soc-links a span {
    display: inline-block;
    vertical-align: top;
}
.registration ul.soc-links a .soc-icon {
    width: 26px;
    height: 26px;
    margin: -2px 10px 0 -10px;
}
.registration ul.soc-links a .soc-icon img {
    height: 100%;
    width: 100%;
}
.registration-foot {
    margin-top: 40px;
}
.registration .reg-title {
}
.registration .reg-title .logo {
    display: block;
    margin: 0 auto;
    height: 35px;
    width: 35px;
    margin-bottom: 15px;
}
.registration .reg-title h1 {
    font-weight: 100;
    font-size: 1rem;
    margin-bottom: 10px;
}
.registration .reg-title h1 span {
    display: block;
    margin-bottom: 8px;
    text-align: center;
}


/* filter */


.filter {
    margin: 40px 0 50px;
}
.filter  .filter_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
    height: 40px;
    line-height: 30px;
    padding: 0 12px;
    color: inherit;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    /*box-shadow: 4px 4px 5px rgba(62, 68, 77, 0.16);*/
    transition: all .1s ease-in-out;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.filter  .filter_btn .final-score-fil {
    display: flex;
    align-items: center;
    height:20px;
    margin-right: 5px;
    background: rgba(25,188,201,0.2);
    border:1px solid rgba(30,39,50,0.12);
    padding: 0 2px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
}
.filter .category,
.filter .material,
.filter .style {
    max-width: 325px;
    min-width: 200px;
}
.filter_form li.dropdown > .categories > ul,
.filter_form li.dropdown > .styles > ul,
.filter_form li.dropdown > .materials > ul {
    overflow-y: scroll;
    padding: 20px 0;
}
.filter  .filter_btn:hover {
    text-decoration: none;
}
.filter  .filter_btn.black {
    background-color: #2A2B2D;
    border: 1px solid #555;
    color: #fff;
}
.filter  .filter_btn.black:hover {
    background-color: #585a5f;
}
.filter  .filter_btn.grey {
    background-color: #999ba0;
    border: 1px solid #999ba0;
    color: #fff;
}
.filter  .filter_btn.grey:hover {
    background-color: #b7b7b7;
    border: 1px solid #b7b7b7;
}


.filter_form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.filter_form input[type=checkbox] {
    display: none;
}
.filter_form span.chekblock {
    display: inline-block;
    vertical-align: middle;
    height: 13px;
    width: 13px;
    border-radius: 3px;
    border: 1px solid;
    border-color: #757575;
    background-color: #fff;
    margin-right: 5px;
}
.filter_form input[type=checkbox]:checked+span.chekblock {
    background-color: #f36aa4;
    border-color: #f36aa4;
}
.textures .filter_form .disabled label,
.textures .filter_form .disabled .filter_btn {
    cursor: no-drop;
    color: #adadad;
}
.textures .filter_form .disabled span.chekblock {
    background-color: #ccc!important;
    border-color: #ccc!important;
}

.filter_form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.filter_form > .item_1 > ul {
    display: flex;
    align-items: center;
}
.filter_form > .item_1 > ul > li {
    margin-right: 10px;
}
.filter_form > .item_1 > ul > li:last-child {
    margin-right: 0;
}
.filter_form li.dropdown > .filter_btn .chevron {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-left: 10px;
    background: url(../images/icons/filter/chevron-down-solid.svg) center center no-repeat;
    background-size: contain;
    transition: all .05s ease-in-out;
}
.filter_form li.dropdown.open > .filter_btn .chevron {
    transform: rotate(180deg);
}

.filter_form li.dropdown > .categories {
    max-height: 400px;
    height: auto;
    min-width: 160px;
    padding: 0;
    border-radius: 2px;
    margin-top: 5px !important;
    display: none;
    flex-direction: column;
    z-index: 99;
    position: absolute;
    box-shadow: 0 8px 40px -10px rgb(0 0 0 / 30%);
    border: 1px solid #e6e6e6;
    border-color: rgba(0,0,0,0.1);
    background-clip: padding-box;
    background-color: #fff;
}
.filter_form li.dropdown.open > .categories {
    display: flex;
}
.filter_form li.dropdown > .categories > ul {
    overflow-y: scroll;
    padding: 20px 0;
}
.filter_form li.dropdown > .categories > ul > li {
    margin-bottom: 10px;
}
.filter_form li.dropdown > .categories > ul > li.prnt_cat {
    display: block;
    font-weight: 700;
    padding: 4px 18px;
    margin-bottom: 0;
}
.filter_form li.dropdown > .categories > ul > li > ul > li > label {
    display: flex;
    align-items: center;
    padding: 4px 24px;
    cursor: pointer;
}
.filter_form li.dropdown > .categories > ul > li > ul > li > label:hover {
    background-color: #dadada;
}

.filter_form li.dropdown > .styles {
    max-height: 400px;
    min-width: 200px;
    padding: 0;
    border-radius: 2px;
    margin-top: 5px !important;
    display: none;
    flex-direction: column;
    z-index: 99;
    position: absolute;
    box-shadow: 0 8px 40px -10px rgb(0 0 0 / 30%);
    border: 1px solid #e6e6e6;
    border-color: rgba(0,0,0,0.1);
    background-clip: padding-box;
    background-color: #fff;
}
.filter_form li.dropdown > .materials > ul::-webkit-scrollbar,
.filter_form li.dropdown > .styles > ul::-webkit-scrollbar,
.filter_form li.dropdown > .categories > ul::-webkit-scrollbar {
    width: 12px; /* ширина вертикальной полосы */
    height: 12px; /* высота горизонтальной полосы */
}

/* Стилизация "ползунка" (собственно скроллбар) */
.filter_form li.dropdown > .materials > ul::-webkit-scrollbar-thumb,
.filter_form li.dropdown > .styles > ul::-webkit-scrollbar-thumb,
.filter_form li.dropdown > .categories > ul::-webkit-scrollbar-thumb {
    background-color: #888; /* цвет ползунка */
    border-radius: 6px; /* закругленные углы */
    border: 3px solid #fff; /* добавление границы вокруг ползунка */
}

/* Стилизация области, по которой ползунок двигается */
.filter_form li.dropdown > .materials > ul::-webkit-scrollbar-track,
.filter_form li.dropdown > .styles > ul::-webkit-scrollbar-track,
.filter_form li.dropdown > .categories > ul::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* цвет фона трека */
    border-radius: 6px;
}

/* Стилизация при наведении на ползунок */
.filter_form li.dropdown > .materials > ul::-webkit-scrollbar-thumb:hover,
.filter_form li.dropdown > .styles > ul::-webkit-scrollbar-thumb:hover,
.filter_form li.dropdown > .categories > ul::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* цвет ползунка при наведении */
}

.category_del:hover .del_hov {
    display: flex;
}

.del_hov {
    display: none;
    position: absolute;
    background: black;
    width: 100%;
    color: white;
    height: 20px;
    align-items: center;
    border-radius: 4px;
    left: 0;
    border: 1px;
    justify-content: center;
    padding: 0 2px;
}

.category_del {
    min-width: 55px;
    height: 20px;
    display: flex;
    align-items: center;
    margin-right: 5px;
    background: rgba(25, 188, 201, 0.2);
    border: 1px solid rgba(30, 39, 50, 0.12);
    padding: 0 2px;
    border-radius: 5px;
    position: relative;
    justify-content: center;
}
.filter_form li.dropdown.open > .styles {
    display: flex;
}
.filter_form li.dropdown > .styles > ul {
    overflow-y: scroll;
    padding: 20px 0;
}
.filter_form li.dropdown > .styles > ul > li {
    margin-bottom: 10px;
}
.filter_form li.dropdown > .styles > ul > li > label {
    display: flex;
    align-items: center;
    padding: 4px 12px;
    cursor: pointer;
}
.filter_form li.dropdown > .styles > ul > li > label:hover {
    background-color: #dadada;
}


.filter_form li.style > ul {
    display: flex;
    align-items: center;
}

.filter_form li.opened > ul {
    display: flex;
    align-items: center;
}
.filter_form li.opened > ul li {
    margin-right: 15px;
}
.filter_form li.opened > ul li:last-child {
    margin-right: 0;
}

.filter_form .filter_btn #chosed_color {
    display: block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    border-radius: 50%;
}
.filter_form li.dropdown > .color {
    width: 162px;
    padding: 12px;
    border-radius: 2px;
    margin-top: 5px !important;
    display: none;
    z-index: 99;
    position: absolute;
    box-shadow: 0 8px 40px -10px rgb(0 0 0 / 30%);
    border: 1px solid #e6e6e6;
    border-color: rgba(0,0,0,0.1);
    background-clip: padding-box;
    background-color: #fff;
}
.filter_form li.dropdown.open > .color {
    display: block;
}
.filter_form .color li.colorset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.filter_form li.colorset input {
    display: none;
}
.filter_form li.colorset label {
    height: 26px;
    width: 26px;
    margin: 4px;
    border-radius: 50%;
    cursor: pointer;
}
.filter_form li.colorset input[type="radio"]:checked+label {
    background-image: url('../images/icons/filter/check-white.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.filter_form li.colorset input[type="radio"]:checked+label.color_1 {
    background-image: url('../images/icons/filter/check-black.svg');
}
.filter_form .color_0 {
    background: rgb(255,255,255) url('../images/icons/filter/color-circle.svg');
    background-size: cover;
}
.filter_form .color_1   {background-color: rgb(255,255,255); border: 1px solid #555;}
.filter_form .color_2   {background-color: rgb(230,210,190)}
.filter_form .color_3   {background-color: rgb(128,128,128)}
.filter_form .color_4   {background-color: rgb(0,0,0)}
.filter_form .color_5   {background-color: rgb(250,210,50)}
.filter_form .color_6   {background-color: rgb(250,140,40)}
.filter_form .color_7   {background-color: rgb(190,10,20)}
.filter_form .color_8   {background-color: rgb(120,60,10)}
.filter_form .color_9   {background-color: rgb(60,210,200)}
.filter_form .color_10  {background-color: rgb(100,190,250)}
.filter_form .color_11  {background-color: rgb(40,80,220)}
.filter_form .color_12  {background-color: rgb(90,20,150)}
.filter_form .color_13  {background-color: rgb(130,230,50)}
.filter_form .color_14  {background-color: rgb(50,100,10)}
.filter_form .color_15  {background-color: rgb(250,200,220)}
.filter_form .color_16  {background-color: rgb(200,20,170)}

.filter_form .color_reset {
    margin-top: 10px;
}
.filter_form .color_reset span {
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-left: 8px;
    background: url(../images/icons/filter/close_white.svg) center center no-repeat;
    background-size: contain;
    transition: all .1s ease-in-out;
}

.filter_form > .item_2 {
    display: flex;
    margin-left: 10px;
}
.filter_form > .item_2 .clear .clr {
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-left: 8px;
    background: url(../images/icons/filter/close_white.svg) center center no-repeat;
    background-size: contain;
    transition: all .1s ease-in-out;
}

.filter_form > .item_3 {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.filter_form > .item_3 > select {
    width: auto;
}


.selected_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.selected_list li {
    margin-right: 10px;
    margin-top: 10px;
}
.selected_list li:last-child {
    margin-right: 0;
}
.selected_list li span {
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-left: 8px;
    background: url(../images/icons/filter/close_white.svg) center center no-repeat;
    background-size: contain;
    transition: all .1s ease-in-out;
}

.filter_form li.dropdown > .materials {
    max-height: 400px;
    min-width: 200px;
    padding: 0;
    border-radius: 2px;
    margin-top: 5px !important;
    display: none;
    flex-direction: column;
    z-index: 99;
    position: absolute;
    box-shadow: 0 8px 40px -10px rgb(0 0 0 / 30%);
    border: 1px solid #e6e6e6;
    border-color: rgba(0,0,0,0.1);
    background-clip: padding-box;
    background-color: #fff;
}
.filter_form li.dropdown.open > .materials {
    display: flex;
}
.filter_form li.dropdown > .materials > ul > li > label {
    display: flex;
    align-items: center;
    padding: 4px 24px;
    cursor: pointer;
}
.filter_form li.dropdown > .materials > ul > li > label:hover {
    background-color: #dadada;
}
.filter_form .filter_btn.materials_apply {
    border-radius: 0;
}


/* shortstory */
.short {
    max-width: 362px;
}
.short > .in {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    /* box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1); */
    border: 1px solid rgb(0 0 0 / 0.05);
    border-radius: 15px;
    transition: all 150ms ease-in-out;
}
.desktop .short > .in:hover {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    /* transform: translate(0, -4px); */
    z-index: 10;
}
.short > .in .credit_info {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.short > .in .credit_info > .item {
    border-bottom-right-radius: 15px;
    padding: 2px 16px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: -1px 1px 4px rgb(0 0 0 / 40%);
}
.short > .in .credit_info > .down_credit {
    background: #dbdbdb;
    color: #222;
}
.short > .in .credit_info > .texture_icon {
    background: #dbdbdb;
    color: #555;
}
.short > .in .fixate {
    position: absolute;
    left: 8px;
    top: 30px;
    width: 24px;
    height: 24px;
    border: 2px solid #c1c1c1;
    border-radius: 12px;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    z-index: 2;
}
.short:hover > .in .fixate {
    opacity: 1;
    visibility: visible;
}
.short > .in .fixate:hover {
}
.short > .in .fixate.fixed {
    border-color: #00b46d;
}
.short > .in .fixate .in {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #cfcfcf;
}
.short > .in .fixate.fixed .in {
    background: #00b46d;
}

.short > .in a {
    display: block;
    position: relative;
    color: inherit;
}
.short > .in a:hover {
    text-decoration: none;
}
.short > .in a .p_title {
    margin: 0;
    font-weight: 500;
    font-size: 1em;
    padding: 10px 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.short > .in img.second {
    opacity: 0;
    position: absolute;
    left: 0;
}
.short > .in.hover img.first {
    opacity: 0;
}
.short > .in.hover img.second {
    opacity: 1;
}
.short > .in .image_block {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: linear-gradient(135deg, #f0f0f0 0%, #ffffff 100%);
}
.short > .in .image_block > img {
    display: block;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.short > .in .image_block .adlt_content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.short > .in .image_block .adlt_content > .in {
    flex: 1;
    z-index: 2;
}
.short > .in .image_block .adlt_content > .in > .icon {
    display: block;
    margin: 0 auto 16px;
    height: 24px;
    width: 24px;
    background: url('../images/icons/eye-slash-fill.svg') center center no-repeat;
    background-size: contain;
}
.short > .in .image_block .adlt_content > .in > p {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
}
.short > .in .image_block .adlt_content > .in > .btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.short > .in .image_block .adlt_content > .in > .btns > span {
    display: block;
    height: 36px;
    width: 36px;
    border-radius: 30px;
    color: #000;
    cursor: pointer;
    margin: 10px;
}
.short > .in .image_block .adlt_content > .in > .btns > span.gear {
    background: rgb(255 255 255 / 80%) url(../images/icons/gear.svg) center center no-repeat;
    background-size: 16px;
}
.short > .in .image_block .adlt_content > .in > .btns > span.eye {
    background: rgb(255 255 255 / 80%) url(../images/icons/eye_big.svg) center center no-repeat;
    background-size: 16px;
}
.short > .in .image_block .adlt_content > .in > .btns > span:hover {
    background-color: rgb(255 255 255 / 90%);
}

#zeelpopup .manage_adult_setting {
}
#zeelpopup .manage_adult_setting > .descr {
}
#zeelpopup .manage_adult_setting > .descr > p {
    margin-bottom: 20px;
}
#zeelpopup .manage_adult_setting > .descr > label {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}
#zeelpopup .manage_adult_setting > .descr > label > input {
    flex: 0 0 auto;
    margin: 5px 10px 0 0;
}
#zeelpopup .manage_adult_setting > .descr > label > .info {
    flex: 0 1 auto;
}
#zeelpopup .manage_adult_setting > .btns {
    margin-top: 20px;
}

.short > .in > .actions {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    opacity: 0;
    visibility: hidden;
}
.short:hover > .in > .actions {
    opacity: 1;
    visibility: visible;
}
.short > .in > .actions > .item > .action {
    display: flex;
    align-items: center;
    height: 40px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 25%);
    border-radius: 20px;
    cursor: pointer;
}
.short > .in > .actions > .item > .action > .icon {
    display: block;
    height: 40px;
    width: 40px;
}
.short > .in > .actions > .item > .action > .txt {
    display: none;
    margin-left: 14px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
}
.short > .in > .actions > .item > .action:hover > .txt {
    display: block;
}
.short > .in > .actions > .item.save > .action.minus > .icon {
    background: url('../images/icons/addtosavelist/heart.svg') center center no-repeat;
    background-size: 18px;
}
.short > .in > .actions > .item.save > .action.plus > .icon {
    background: url('../images/icons/addtosavelist/heart-o.svg') center center no-repeat;
    background-size: 18px;
}
.short > .in > .actions > .item.collection > .action.add > .icon {
    background: url('../images/icons/addtosavelist/bookmark.svg') center center no-repeat;
    background-size: 18px;
}
.short > .in > .actions > .item.collection > .action.del > .icon {
    background: url('../images/icons/addtosavelist/bookmark-x.svg') center center no-repeat;
    background-size: 18px;
}

#toprightpopup > .add_to_save_popup {
    display: flex;
    gap: 10px;
    align-items: center;
	padding: 10px;
}
#toprightpopup > .add_to_save_popup:hover {
    text-decoration: none;
}
#toprightpopup > .add_to_save_popup > .img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
}
#toprightpopup > .add_to_save_popup > .img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}
#toprightpopup > .add_to_save_popup > .content {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
#toprightpopup > .add_to_save_popup > .content > .saved_in {
    color: #999;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
}
#toprightpopup > .add_to_save_popup > .content > .wishlist {
    color: #111;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
#toprightpopup > .add_to_save_popup > .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    background: url('../images/icons/addtosavelist/chevron-right.svg') center center no-repeat;
    background-size: 20px;
}

.short .info_block {
    padding: 0 16px 16px;
}
.short .info_block > .info_stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px 0;
    color: #666;
    line-height: 20px;
    font-size: 12px;
}
.short:hover .info_block > .info_stats {
    opacity: 1;
    visibility: visible;
}
.short .info_block > .info_stats > .date {
    padding-left: 16px;
    background: url('../images/icons/shortstory/date.svg') center left no-repeat;
    background-size: 12px;
}
.short .info_block > .info_stats > .stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.short .info_block > .info_stats > .stats > .views {
    margin-right: 14px;
    padding-left: 20px;
    background: url('../images/icons/shortstory/views.svg') center left no-repeat;
    background-size: 15px;
}
/* Downloads */
.short .info_block > .info_stats > .stats > .downloads {
    margin-right: 10px;
    padding-left: 20px;
    background: url('../images/icons/shortstory/downloads.svg') center left no-repeat;
    background-size: 16px;
    cursor: pointer;
}
.download-popup .data_content {
    min-height: 250px;
}
.download-popup .download_options {
    display: flex;
    gap: 10px;
}
.download-popup .download_options .download_option {
    display: block;
    margin-bottom: 10px;
}
.download-popup .download_options .download_option:last-child {
    margin-bottom: 0;
}
.download-popup .download_options .download_option.active_option {
    background: #2A2B2D;
    color: white;
    border: none;
}

.download-popup .drop_data {
    position: relative;
}
.download-popup .drop_data.open .drop_data_icon {
    background: #ccc;
}
.download-popup .drop_data .years {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 300px;
    height: 185px;
    background: #fff;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.17);
    z-index: 1;
}
.download-popup .download_options.open .drop_data {
    overflow: visible;
}
.download-popup .download_options.open .drop_data .years {
    opacity: 1;
    visibility: visible;
}
.download-popup .drop_data .years .year {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px;
}
.download-popup .drop_data .year.current {
    display: block;
}
.download-popup .drop_data .year .y_title {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 10px;
    color: #000;
}
.download-popup .drop_data .year .y_title .next,
.download-popup .drop_data .year .y_title .prev {
    display: block;
    height: 20px;
    width: 30px;
    cursor: pointer;
}
.download-popup .drop_data .year .y_title .next {
    background: #fff url('../images/icons/arrow-right.svg') center center no-repeat;
    background-size: contain;
}
.download-popup .drop_data .year .y_title .prev {
    background: #fff url('../images/icons/arrow-left.svg') center center no-repeat;
    background-size: contain;
}
.download-popup .drop_data .year .y_title .next.disabled,
.download-popup .drop_data .year .y_title .prev.disabled {
    opacity: .5;
}

.drop_data .year .monts {
    display: flex;
    flex-wrap: wrap;
}
.drop_data .year .monts a,
.drop_data .year .monts span {
    flex-basis: 25%;
    text-align: center;
    padding: 6px;
    transition: all .1s ease-in-out;
}
.drop_data .year .monts a:hover {
    text-decoration: none;
}
.drop_data .year .monts a {
    color: #333;
}
.drop_data .year .monts span {
    color: #ccc;
}
.drop_data .year .monts a:hover,
.drop_data .year .monts a.current {
    background-color: rgba(96, 141, 255, 0.53);
}


.download-popup table {
    width: 100%;
}
.download-popup .data_total {
    display: block;
    margin: 10px 0;
    font-size: 20px;
}
.download-popup table tr:nth-child(even) {
    background-color: #f2f2f2;
    transition: .2s ease;
}
.download-popup table tr:hover {
    background-color: #ddd;
}
.download-popup thead {
    font-weight: bold;
}
.download-popup thead th {
    text-align: left;
    font-size: 18px;
}
.download-popup tbody a {
    color: #000;
}
.download-popup tbody > tr :is(td:first-child, a) {
    max-width: 150px;
    word-wrap: break-word;
}
.download-popup table :is(th, td) {
    /* border: 1px solid #ddd; */
    padding: 8px;
}
/* Downloads */
.short .info_block > .info_foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.short .info_block > .info_foot > .brand_name {
    position: relative;
    font-weight: bold;
    color: #555;
    max-width: calc(100% - 60px);
}
.short .info_block > .info_foot > .brand_name > a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}
.short .info_block > .info_foot > .brand_name > a:hover {
    color: #000;
}
.short .info_block > .info_foot > .brand_name > .logo {
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
    width: 80px;
    height: 80px;
    padding: 4px;
    top: -90px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 20%);
    transition: all .2s ease-in-out;
}
.short .info_block > .info_foot > .brand_name > .logo:before {
    content: '';
    position: absolute;
    display: block;
    height: 14px;
    width: 14px;
    background: #fff;
    bottom: -7px;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
    box-shadow: 2px 2px 3px 0px rgb(0 0 0 / 25%);
    z-index: 1;
}
.short .info_block > .info_foot > .brand_name > a:hover + .logo {
    opacity: 1;
    visibility: visible;
}
.short .info_block > .info_foot > .brand_name > .logo > .in {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(242 243 247);
    border-radius: 2px;
    z-index: 2;
}
.short .info_block > .info_foot > .brand_name > .logo > .in > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 75%;
    max-height: 70%;
    object-fit: contain;
}
.short .info_block > .info_foot > .price {
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #6A38E5;
}



/* catalog content */
.catalog_content {
    display: grid;
    grid-template-columns: repeat(6, 14.5%);
    grid-gap: 30px 2.6%;
}
.catalog_content > .item {
    max-width: 222px;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
}
.catalog_content > .item > .in {
}
.catalog_content > .item > .in > .catalog_img {
    position: relative;
    border: 1px solid #eee;
    border-radius: 2px;
    overflow: hidden;
}
.catalog_content > .item > .in > .catalog_img > img {
    display: block;
}
.catalog_content > .item > .in > .catalog_img > .download {
    position: absolute;
    display: block;
    color: inherit;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    background: #313131;
    color: #fff;
    transition: all .2s ease-in-out;
}
.catalog_content > .item:hover > .in > .catalog_img > .download {
    position: absolute;
    bottom: 0;
    color: #fff;
}
.catalog_content > .item:hover > .in > .catalog_img > .download:hover {
    text-decoration: none;
}
.catalog_content > .item:hover > .in > .catalog_img > .download > span {
    display: inline-block;
    max-width: 100%;
    padding-left: 24px;
    background: url('../images/icons/download-white.svg') left center no-repeat;
    background-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.catalog_content > .item > .in > h3 {
    margin-bottom: 0;
    padding: 5px 0;
    font-size: 14px;
    font-weight: normal;
}
.catalog_content > .item > .in > .catalog_icon {
    position: absolute;
    top: 14%;
    right: -14px;
    line-height: 1;
    font-size: 13px;
    padding: 8px 18px;
    color: #fff;
    background: #f55a5a;
    border-radius: 4px;
    z-index: 2;
}
.catalog_content > .item > .action_list {
    position: absolute;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    top: 20px;
    right: 20px;
    transition: all .2s ease-in-out;
    z-index: 3;
}
.catalog_content > .item:hover > .action_list {
    visibility: visible;
    opacity: 1;
}
.catalog_content > .item > .action_list > .action_btn {
    width: 24px;
    height: 24px;
    background: rgb(255 255 255 / 80%) url(../images/icons/list.svg) left center no-repeat;
    background-size: contain;
    border-radius: 2px;
}
.catalog_content > .item > .action_list > ul {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    right: 0;
    top: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #8898aa1a, 0 15px 35px #31315d1a, 0 5px 15px #00000014;
    transition: all .2s ease-in-out;
}
.catalog_content > .item > .action_list.open > ul {
    visibility: visible;
    opacity: 1;
}
.catalog_content > .item > .action_list > ul > li {
    white-space: nowrap;
    padding: 4px 10px;
    border-bottom: 1px solid #ebebeb;
}
.catalog_content > .item > .action_list > ul > li:hover {
    background: #f6f8fa;
}
.catalog_content > .item > .action_list > ul > li:last-child {
    border: none;
}

/* catalog content */
.dealer_content {
}
.dealer_content > .item {
    position: relative;
    padding: 9px;
    margin-bottom: 20px;
}
.dealer_content > .item > .in {
}
.dealer_content > .item > .in > .catalog_img {
    position: relative;
    border: 1px solid #eee;
    border-radius: 2px;
    overflow: hidden;
}
.dealer_content > .item > .in > .catalog_img > img {
    display: block;
}
.dealer_content > .item > .in > .catalog_img > .download {
    position: absolute;
    display: block;
    color: inherit;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    background: #313131;
    color: #fff;
    transition: all .2s ease-in-out;
}
.dealer_content > .item:hover > .in > .catalog_img > .download {
    position: absolute;
    bottom: 0;
    color: #fff;
}
.dealer_content > .item:hover > .in > .catalog_img > .download:hover {
    text-decoration: none;
}
.dealer_content > .item:hover > .in > .catalog_img > .download > span {
    display: inline-block;
    max-width: 100%;
    padding-left: 24px;
    background: url('../images/icons/download-white.svg') left center no-repeat;
    background-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dealer_content > .item > .in > h3 {
    margin-bottom: 0;
    padding: 5px 0;
    font-size: 14px;
    font-weight: normal;
}
.dealer_content > .item > .in > .catalog_icon {
    position: absolute;
    top: 14%;
    right: -3px;
    line-height: 1;
    font-size: 13px;
    padding: 8px 18px;
    color: #fff;
    background: #f55a5a;
    border-radius: 4px;
    z-index: 2;
}
.dealer_content > .item > .action_list {
    position: absolute;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    top: 20px;
    right: 20px;
    transition: all .2s ease-in-out;
    z-index: 3;
}
.dealer_content > .item:hover > .action_list {
    visibility: visible;
    opacity: 1;
}
.dealer_content > .item > .action_list > .action_btn {
    width: 24px;
    height: 24px;
    background: rgb(255 255 255 / 80%) url(../images/icons/list.svg) left center no-repeat;
    background-size: contain;
    border-radius: 2px;
}
.dealer_content > .item > .action_list > ul {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    right: 0;
    top: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #8898aa1a, 0 15px 35px #31315d1a, 0 5px 15px #00000014;
    transition: all .2s ease-in-out;
}
.dealer_content > .item > .action_list.open > ul {
    visibility: visible;
    opacity: 1;
}
.dealer_content > .item > .action_list > ul > li {
    white-space: nowrap;
    padding: 4px 10px;
    border-bottom: 1px solid #ebebeb;
}
.dealer_content > .item > .action_list > ul > li:hover {
    background: #f6f8fa;
}
.dealer_content > .item > .action_list > ul > li:last-child {
    border: none;
}

/* collections popup */
.add_collection_popup .ui-dialog-titlebar {
    border-bottom: 1px solid #ccc;
}
.add_collection_popup .ui-dialog-content {
    padding: 0;
}
.add_collection_popup .coll-popup {
    display: flex;
    flex-direction: row;
}
.add_collection_popup .coll-popup .coll_img {
    padding: 20px;
    width: 100%;
    max-width: 260px;
    border-right: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.add_collection_popup .coll-popup .coll_img img {
}
.add_collection_popup .coll-popup .coll_attr {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.add_collection_popup .coll-popup .coll_attr > .coll_colls {
    flex: 1;
}
.add_collection_popup .coll-popup .coll_attr > .coll_add_new {
    border-top: 1px solid #ccc;
    background: #fbfbfb;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.add_collection_popup .coll-popup .coll_attr ul.coll_list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 180px;
    overflow: hidden;
    overflow-y: auto;
}
.add_collection_popup .coll-popup .coll_attr .permissions {
}
.add_collection_popup .coll-popup .coll_attr .permissions {
    display: flex;
    align-items: center;
    gap: 14px;
}
.add_collection_popup .coll-popup .coll_attr .permissions > label {
    display: flex;
}
.add_collection_popup .coll-popup .coll_attr .permissions > label > span {
    display: block;
    font-size: 11px;
    line-height: 15px;
    color: #000;
}
.add_collection_popup .coll-popup .coll_attr .permissions > label > input {
    margin: 0 4px 0 0;
}
.add_collection_popup .coll-popup .coll_attr ul.coll_list li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 14px 20px 14px 60px;
    background: #fff url('../images/icons/addtocollection/folder.svg') 20px center no-repeat;
    background-size: 24px;
    cursor: pointer;
}
.add_collection_popup .coll-popup .coll_attr ul.coll_list li:hover {
    background-color: #f1f1f1;
}
.add_collection_popup .coll-popup .coll_attr label.cr_name_label {
    display: flex;
    height: 42px;
    padding: 0 0 0 25px;
    vertical-align: middle;
    border: 1px solid;
    border-color: #cbccce;
    border-radius: 4px;
    background: #fff url('../images/icons/addtocollection/plus-circle-fill.svg') 10px center no-repeat;
    background-size: 15px;
    overflow: hidden;
}
.add_collection_popup .coll-popup .coll_attr .cr_name_label.error {
    border-color: red;
}
.add_collection_popup .coll-popup .coll_attr .cr_name {
    flex: 1;
    border: none;
    outline: none;
    margin: 0;
}
.add_collection_popup .coll-popup .coll_attr .cr_name_btn {
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 2px 14px;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
.add_collection_popup .coll-popup .coll_attr .cr_name_btn:hover {
    opacity: .9;
}

.edit_collection_popup .coll-popup .coll_attr .permissions {
    margin-bottom: 30px;
}
.edit_collection_popup .coll-popup .coll_attr .permissions > label {
    display: block;
    padding: 2px 0;
}


/* moodboard popup */
.add_moodboard_popup .coll-popup {
    display: flex;
    flex-direction: row;
}
.add_moodboard_popup .coll-popup .coll_img {
    margin-right: 30px;
    max-width: 220px;
}
.add_moodboard_popup .coll-popup .coll_img img {
    border-radius: 4px;
}
.add_moodboard_popup .coll-popup .coll_attr {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.add_moodboard_popup .coll-popup .coll_attr > div:first-child {
    flex: 1 0 auto;
}
.add_moodboard_popup .coll-popup .coll_attr > div:last-child {
    flex: 0 0 auto;
}
.add_moodboard_popup .coll-popup .coll_attr ul.coll_list {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
}
.add_moodboard_popup .coll-popup .coll_attr .cr_ttl {
    margin-bottom: 10px;
    font-weight: 500;
}
.add_moodboard_popup .coll-popup .coll_attr .permissions {
    margin-bottom: 20px;
}
.add_moodboard_popup .coll-popup .coll_attr .permissions > label {
    display: block;
    padding: 2px 0;
}
.add_moodboard_popup .coll-popup .coll_attr .permissions {
    display: flex;
}
.add_moodboard_popup .coll-popup .coll_attr .permissions > label {
    display: flex;
    margin-right: 14px;
}
.add_moodboard_popup .coll-popup .coll_attr .permissions > label:last-child {
    margin-right: 0;
}
.add_moodboard_popup .coll-popup .coll_attr .permissions > label > span {
    display: block;
    font-size: 11px;
    color: #000;
}
.add_moodboard_popup .coll-popup .coll_attr .permissions > label > input {
    margin: 0 4px 0 0;
}
.add_moodboard_popup .coll-popup .coll_attr ul.coll_list li {
    font-size: 1.3em;
    font-weight: 500;
    margin: 2px 0;
    padding: 2px 0;
    cursor: pointer;
}
.add_moodboard_popup .coll-popup .coll_attr .cr_name {
    margin-bottom: 15px;
}
.add_moodboard_popup .coll-popup .coll_attr .creat-coll {
    text-align: right;
}


/* userinfo.tpl */
.userinfo .user_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 35px;
}
.userinfo .user_header .item {
    flex-grow: 0;
    flex-shrink: 0;
}
.user_header .left_item {
    flex-basis: 30%;
    text-align: left;
}
.user_header .right_item {
    flex-basis: 30%;
    text-align: right;
}
.user_header .midle_item {
    text-align: center;
    flex-basis: 40%;
}
.user_header .midle_item .avatar {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
    cursor: pointer;
}
.user_header .midle_item .avatar img {
    width: 100%;
}
.midle_item h1 {
    margin: 0 0 10px 0;
}

#avatar_edit {
    display: none;
    position: fixed;
    width: 400px;
    max-width: 95%;
    border-radius: 15px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 20%;
    background: #fff;
    z-index: 1002;
}
#avatar_edit.active {
    display: block;
}
#avatar_edit ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#avatar_edit ul li {
    border-top: 1px solid #dbdbdb;
}
#avatar_edit ul li label,
#avatar_edit ul li span {
    display: block;
    padding: 12px 10px;
    cursor: pointer;
}
#avatar_edit ul li label {
    font-weight: 500;
}
#avatar_edit ul li label:active,
#avatar_edit ul li span:active {
    background-color: rgba(0,0,0,.1);
}
#avatar_edit ul li:first-child {
    border-top: none;
}
#avatar_edit ul li:last-child {
    display: none;
}
#avatar_edit ul li h4 {
    margin: 0;
    padding: 25px 10px;
}
#avatar_edit ul li .delfoto {
    color: red;
}

.userinfo .user-menu {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dbdbdb;
}
.user-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-menu ul li {
    margin-right: 40px;
}
.user-menu ul li:last-child {
    margin-right:  0;
}
.user-menu ul li a {
    display: flex;
    align-items: center;
    color: #666;
}
.user-menu ul li a:hover {
    text-decoration: none;
}
.user-menu ul li a .zbtn {
    margin-right: 10px;
}
.user-menu ul li.active a .zbtn,
.user-menu ul li a:hover .zbtn {
    background-color: #666A6D;
}

.user_content {
}
.user_content .emptybox {
    padding: 40px;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
.user_content .emptybox svg {
    padding: 14px;
    border: 2px solid;
    border-radius: 50px;
    overflow: inherit;
    margin-bottom: 15px;
}


.user_content .collections {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 30px;
}
.collections > .user-coll {
    display: block;
    color: inherit;
    width: 23%;
    margin-bottom: 30px;
}
.collections > .user-coll:nth-child(4n) {
    margin-right: 0;
}
.collections > .user-coll:hover {
    text-decoration: none;
}
.collections > .user-coll .imgs {
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
}
.collections > .user-coll .image_1 {
    width: 67%;
    padding-top: 67%;
}
.collections > .user-coll .coll-right {
    width: 33%;
}
.collections > .user-coll .coll-right .image_2,
.collections > .user-coll .coll-right .image_3 {
    width: 100%;
    padding-top: 100%;
}
.collections > .user-coll .image_1,
.collections > .user-coll .coll-right .image_2,
.collections > .user-coll .coll-right .image_3 {
    background-color: #d2d2d2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #fff;
}
.collections > .user-coll .imgs .edit {
    display: none;
    position: absolute;
    height: 30px;
    width: 30px;
    background: #fff;
    border-radius: 50%;
    bottom: 10px;
    right: 10px;
}

.collections > .user-coll:hover .edit {
    display: block;
}

.collections > .user-coll h4 {
    margin: 10px 0 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.collections > .user-coll .params {
    display: flex;
    align-items: center;
}
.collections > .user-coll .params .coll-items {
    margin-right: 10px;
}
.collections > .user-coll .params .create-date {
    color: #777777;
    font-size: .8rem;
}

.user_content .collection-page {
    margin-top: 30px;
}

.user_content .settings {
    margin-bottom: 50px;
}
.user_content .settings ul.seting_page {
    display: none;
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}
.user_content .settings > .in {
    display: flex;
}
.user_content .settings > .in > ul.setting_menu {
    flex: 0;
    min-width: 220px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.user_content .settings > .in > ul.setting_menu > li {
}
.user_content .settings > .in > ul.setting_menu > li > a {
    display: block;
    color: inherit;
    padding: 12px 25px;
    border-left: 2px solid transparent;
}
.user_content .settings > .in > ul.setting_menu > li > a:hover {
    text-decoration: none;
    background-color: #eee;
    border-left: 2px solid #ccc;
}
.user_content .settings > .in > ul.setting_menu > li.active > a {
    border-left: 2px solid #555;
    font-weight: bold;
}
.user_content .settings > .in > .setting_body {
    flex: 1;
    padding-left: 50px;
    border-left: 1px solid #d9d9d9;
}
.user_content .settings > .in > .setting_body > ul.seting_page.active {
    display: block;
}
.user_content .settings .in > .setting_body > ul.seting_page > li {
    margin-bottom: 20px;
}

.user_content .settings ul.lang_menu {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 20px 0 -1px 0;
    z-index: 1;
}
.user_content .settings ul.lang_menu > li {
}
.user_content .settings ul.lang_menu > li > a {
    display: block;
    color: #000;
    padding: 2px 16px;
    border-bottom: 2px solid transparent;
}
.user_content .settings ul.lang_menu > li > a:hover {
    text-decoration: none;
}
.user_content .settings ul.lang_menu > li.active > a {
    border-bottom: 2px solid #497ee9;
}
.user_content .settings .info_item {
    display: none;
}
.user_content .settings .info_item.active {
    display: block;
}
.user_content .settings .info_item > textarea {
    height: 600px;
}

.user_content .settings .form_submit {
    margin-top: 40px;
}


/* brand info */
.brandinfo {
    position: relative;
}
.brandinfo .brand_bg {
    position: relative;
    background-color: #ccc;
    overflow: hidden;
    min-height: 50px;
}
.brandinfo .brand_bg .cngpct {
    display: flex;
    gap: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}
.brandinfo .brand_bg:hover .cngpct {
    visibility: visible;
    opacity: 1;
}
.brandinfo .brand_bg .cngpct .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background-color: #cecece;
    border-radius: 30px;
    cursor: pointer;
}
.brandinfo .brand_bg .cngpct .item:hover {
    opacity: .8;
}
.brandinfo .brand_bg .cngpct img {
    display: block;
}

.email_settings_popup #zeelpopup .email_settings_form {
}
.email_settings_popup #zeelpopup .email_settings_form > .account_email {
    margin-bottom: 16px;
    font-size: 14px;
}
.email_settings_popup #zeelpopup .email_settings_form > .account_email > .eml {
    font-weight: 500;
}
.email_settings_popup #zeelpopup .email_settings_form > label {
    margin-top: 30px;
}
.email_settings_popup #zeelpopup .email_settings_form > .eml_btns {
    margin-top: 30px;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.brandinfo .brand_bg img.wallimg,
.brandinfo .brand_bg video.wallvideo {
    width: 100%;
    display: block;
}

.brandinfo .brand_header {
    position: relative;
    min-height: 100px;
    padding-bottom: 0;
    margin-bottom: 50px;
}
.brand_header .logo {
    height: 158px;
    width: 158px;
    position: absolute;
    transform: translate(0, -35%);
    border: 3px solid #fff;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
}
.brand_header .logo.yo2 {
    background-color: #000000;
}
.brand_header .logo .change_avatar {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    cursor: pointer;
    background: rgb(204 204 204 / 70%) url(../images/icons/camera.svg) center center no-repeat;
    background-size: 20px;
    transition: all 0.2s ease;
}
.brand_header .logo:hover .change_avatar {
    display: block;
}

.brand_header .logo > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 1px solid #b7b7b7;
    overflow: hidden;
}
.brand_header .logo > a img {
    max-width: 70%;
    max-height: 50%;
}
.brand_header .logo > a img.artist {
    max-width: 100%;
    max-height: 100%;
}
.brand_header .logo.koob > a img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}
.brand_header .logo > a img.image_artists {
    max-width: 100%;
    max-height: 100%;
}
.brand_header .brand_params {
    padding-left: 180px;
    height: 100px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.brandinfo .brand_foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.brandinfo .brand_foot a {
    color: inherit;
}
.pr_left ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.pr_left ul li {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-right: 0;
    margin-bottom: 4px;
    text-align: center;
    cursor: pointer;
}
.pr_left ul li:last-child {
    margin-bottom: 0;
}
.pr_left ul li > a {
    display: flex;
    text-align: center;
    color: inherit;
}
.pr_left ul li > a:hover {

}
.pr_left ul li .followers-count {
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
}
.pr_left ul li.brand_title > a {
    text-decoration: none;
}
.pr_left ul li.fol_info > a {
    font-size: 1rem;
    margin-right: 8px;
    color: #5c5c5c;
}
.pr_left ul li.fol_info > a:last-child {
    margin-right: 0;
}
.pr_left ul li.fol_info > a > span:first-child {
    margin-right: 4px;
}
.pr_left h1 {
    margin: 0 0 0 0;
    padding: 0;
    text-align: left;
    font-size: 1.5rem;
}
.pr_right .zbtn {
    margin-left: 10px;
}
.pr_right .zbtn:first-child {
    margin-left: 0;
}
.pr_right .site-link {
    background: url(../images/icons/link.svg) 14px center no-repeat;
    padding-left: 36px;
    background-size: 12px 12px;
}
.pr_right .about-us {
    background: url(../images/icons/info.svg) 14px center no-repeat;
    padding-left: 36px;
    background-size: 12px 12px;
}
.pr_right .message-br {
    background: url(../images/icons/messages/envelope-open.svg) 14px center no-repeat;
    padding-left: 36px;
    background-size: 12px 12px;
}
.pr_right .share {
    height: 40px;
    width: 40px;
    background-image: url(../images/icons/share-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}

.brand_nav {
    position: relative;
    display: flex;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
}
.brand_nav::after {
    content: '';
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background: #dbdbdb;
    z-index: -1;
}
.brand_nav > .brand_nav_link {
    position: relative;
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: #5c5c5c;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color .2s ease;
}
.brand_nav > .brand_nav_link:hover,
.brand_nav > .brand_nav_link.active {
    color: #2a2b2d;
    text-decoration: none;
}
.brand_nav > .brand_nav_link::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: transparent;
    transition: background .2s ease;
}
.brand_nav > .brand_nav_link:hover::after,
.brand_nav > .brand_nav_link.active::after {
    background: #2a2b2d;
}
.brand_nav > .brand_nav_link.disabled {
    color: #b1b1b1;
}
.brand_nav > .brand_nav_link.disabled:hover::after {
    background: transparent;
}

.brand_content {
}
.brand_content .add_a_new_catalog,
.brand_content .add_a_new_dealer {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.brand_content .about_us {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dbdbdb;
}
.brand_content .about_us h3 {
    margin-bottom: 10px;
}

.brand_content .brand_cat_menu {
    margin: 20px 0 30px;
}
.brand_content .brand_cat_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.brand_content .brand_cat_menu ul li {
    margin-right: 12px;
    margin-bottom: 12px;
}
.brand_content .brand_cat_menu ul li:last-child {
    margin-right: 0;
}
.brand_content .brand_cat_menu ul li a {
    display: block;
    color: inherit;
    padding: 4px 14px;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
    border-radius: 20px;
    box-shadow: 2px 3px 3px 0px rgb(0 0 0 / 18%);
    transition: all .2s ease-in-out;
}
.brand_content .brand_cat_menu ul li.active a,
.brand_content .brand_cat_menu ul li a:hover {
    text-decoration: none;
    background-color: #2A2B2D;
    border: 1px solid #2A2B2D;
    color: #fff;
}

#userinfo .about_us_text {
}
#userinfo .about_us_text h1, #userinfo .about_us_text h2, #userinfo .about_us_text h3, #userinfo .about_us_text h4, #userinfo .about_us_text h5, #userinfo .about_us_text h6 {
    margin: 0;
    margin-bottom: 0;
}


/* Navigation */
#navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}
#navigation a,
#navigation span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    min-width: 40px;
    font-size: 1rem;
    line-height: 1rem;
    color: #666;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: all .1s ease-in-out;
}
#navigation a:hover {
    text-decoration: none;
    color: #000;
    background-color: #eee;
}
#navigation .arrow {
}
#navigation .arrow.page_prev {
    margin-right: 4px;
}
#navigation .arrow.page_prev > a,
#navigation .arrow.page_prev > span {
    display: block;
    background: url(../images/icons/arrow-left-short.svg) center center no-repeat;
    background-size: 24px;
}
#navigation .arrow.page_next {
    margin-left: 4px;
}
#navigation .arrow.page_next > a,
#navigation .arrow.page_next > span {
    display: block;
    background: url(../images/icons/arrow-right-short.svg) center center no-repeat;
    background-size: 24px;
}
#navigation .arrow.page_prev > span,
#navigation .arrow.page_next > span {
    opacity: .6;
}
#navigation .pages {
    display: flex;
}
#navigation .pages > a,
#navigation .pages > span {
    margin: 0 4px;
}
#navigation .pages > span:not(.nav_ext) {
    border-color: #000;
    color: #000;
}
#navigation .pages > span.nav_ext {
    border: none;
    font-weight: bold;
    margin: 0;
    align-items: self-end;
    letter-spacing: 1px;
}

/* feedback */
#feedback #sendmail {
    width: 100%;
}
.feedback {
    max-width: 700px;
    margin: 0 auto;
}
.feedback ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.feedback ul li {
    margin-bottom: 20px;
}
.feedback ul li.combo {
    display: flex;
}
.feedback ul li.combo .combo_field {
    width: 50%;
}
.feedback ul li.combo .combo_field:first-child {
    padding-right: 10px;
}
.feedback ul li.combo .combo_field:last-child {
    padding-left: 10px;
}
.feedback ul li:last-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feedback .feedback_footer {
    display: flex;
    margin: 150px 0 50px;
}
.feedback .feedback_footer .item {
    display: flex;
    align-items: center;
}
.feedback .feedback_footer .item.email {
    margin-right: 30px;
}
.feedback .feedback_footer .item .icon {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin-right: 15px;
    background: #F2F3F7;
    box-shadow: -8px -8px 10px #FFFFFF, 8px 8px 10px rgba(1, 11, 43, 0.1);
}
.feedback .feedback_footer .item.email .icon {
    background: url('../images/icons/feedback/email.svg') center center no-repeat;
    background-size: 30px;
}
.feedback .feedback_footer .item.phone .icon {
    background: url('../images/icons/feedback/phone.svg') center center no-repeat;
    background-size: 30px;
}


/* Join us popup and page */
.ui-dialog.join_us_popup {
}
.ui-dialog.join_us_popup .ui-dialog-titlebar {
    padding: 0;
    height: 0;
}
#join_us_popup {
    display: none;
    padding: 30px;
}
.join_us_block .in {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.join_us_block .in > a.item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 23%;
    width: 23%;
    padding: 18px 20px 32px;
    color: inherit;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #ccc;
    transition: all .1s ease-in-out;
}
.join_us_block .in > a.item:hover {
    border-color: #5A637B;
    color: #fff;
    background-color: #5A637B;
    box-shadow: inset 10px 10px 15px rgba(1, 4, 14, 0.26);
    border-radius: 15px;
}
.join_us_block .in > a.item:hover {
    text-decoration: none;
}
.join_us_block .in > a.item > span {
    display: block;
    width: 100%;
}
.join_us_block .in > a.item > span:after {
    content: '';
    display: block;
    width: 100%;
    padding-top: 60%;
    transition: all .1s ease-in-out;
}
.join_us_block .in > a.item.join_as_brand > span:after {
    background: url('../images/service/type/brand.svg?v=2') center center no-repeat;
    background-size: 50% 60%;
}
.join_us_block .in > a.item.join_as_artist > span:after {
    background: url('../images/service/type/artist.svg?v=1') center center no-repeat;
    background-size: 50% 60%;
}
.join_us_block .in > a.item.join_as_studio > span:after {
    background: url('../images/service/type/design-studio.svg?v=1') center center no-repeat;
    background-size: 50% 60%;
}
.join_us_block .in > a.item.join_as_designer > span:after {
    background: url('../images/service/type/designer.svg?v=1') center center no-repeat;
    background-size: 50% 60%;
}
.join_us_block .in > a.item:hover > span:after {
    filter: brightness(10);
}
.join_us_block .in > a.item .text {
    text-align: center;
}
.join_us_block .in > a.item .text > h4 {
    margin-bottom: 12px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.join_us_block .in > a.item .text > p {
    margin-bottom: 0;
    opacity: .8;
    font-size: 12px;
}
.join_us_block .text_in {
    text-align: center;
}

/* Share links */
#share_links {
}
#share_links > .in {
    align-items: center;
    justify-content: space-between;
}
#share_links > .in > .item {
    display: flex;
    align-items: center;
    color: inherit;
    padding: 20px;
    width: 100%;
    border-top: 1px solid #ccc;
    transition: all .1s ease-in-out;
    cursor: pointer;
}
#share_links > .in > .item:last-child {
    border-bottom: 1px solid #ccc;
}
#share_links > .in > .item:hover {
    text-decoration: none;
    background-color: #eee;
}
#share_links > .in > .item:before {
    content: '';
    display: block;
    height: 20px;
    width: 18px;
    margin-right: 20px;
    opacity: .6;
    transition: all .1s ease-in-out;
}
#share_links > .in > .item:hover:before {
    opacity: 1;
}
#share_links .linkedin_share:before {
    background: url('../images/icons/share-icons/linkedin.svg') center center no-repeat;
    background-size: contain;
}
#share_links .facebook_share:before {
    background: url('../images/icons/share-icons/facebook.svg') center center no-repeat;
    background-size: contain;
}
#share_links .twitter_share:before {
    background: url('../images/icons/share-icons/twitter.svg') center center no-repeat;
    background-size: contain;
}
#share_links .telegram_share:before {
    background: url('../images/icons/share-icons/telegram.svg') center center no-repeat;
    background-size: contain;
}
#share_links .pinterest_share:before {
    background: url('../images/icons/share-icons/pinterest.svg') center center no-repeat;
    background-size: contain;
}
#share_links .whatsapp_share:before {
    background: url('../images/icons/share-icons/whatsapp.svg') center center no-repeat;
    background-size: contain;
}


/*** Footer ***/
#footer {
    padding: 40px 30px 30px;
    background-color: #202b30;
    position: static !important;
}
#footer .footer_navigation {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
#footer .footer_desc_container {
    color: #b0bec5;
    width: 35%;
    max-width: 470px;
    margin-right: 5%;
}
#footer .footer_logo {
    display: block;
    margin-bottom: 20px;
}
#footer .footer_logo .logo {
    height: 38px;
}
#footer .footer_desc {
    margin-bottom: 25px;
}
#footer .footer_social {
    display: flex;
}
#footer .footer_social .social_logo {
    display: block;
    width: 32px;
    height: 32px;
    opacity: .7;
    transition: opacity .1s ease;
}
#footer .footer_social .social_logo:hover {
    opacity: 1;
}
#footer .footer_social .footer_social_link {
    margin-right: 8px;
}
#footer .footer_social .footer_social_link:last-child() {
    margin-left: 0;
}
#footer .footer_nav_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    flex-grow: 2;
}
#footer .footer_nav_title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}
#footer .footer_nav_link {
    display: block;
    margin-bottom: 8px;
    line-height: 1.3;
    color: #cdd3d7;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .2s;
}
#footer .footer_nav_link:hover {
    text-decoration: none;
    color: #ffffff;
}
#footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    font-size: 12px;
}
#footer .footer_info .footer_copyright {
    flex: 1;
    color: #fff;
    margin-bottom: 0;
}
#footer .footer_info .footer_copyright a {
    color: #8cd5f3;
}
#footer .footer_info .payment_method {
    display: flex;
    justify-content: flex-end;
    width: 240px;
    margin-left: 20px;
}
#footer .footer_info .payment_method img {
    width: 214px;
    height: 30px;
}

/* card icons */
.card_icon {
    display: block;
    height: 22px;
    width: 34px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 10px;
    /*border: 1px solid rgba(0,0,0,.05);*/
}
.card_icon.square {
    height: 36px;
    width: 36px;
}
.card_icon.stripe {
    background: url('../images/icons/bank-cards/cards/stripe.svg?v=1') center center no-repeat;
    background-size: 100%;
}
.card_icon.square.stripe {
    background: url('../images/icons/bank-cards/cards-square/stripe.svg?v=1') center center no-repeat;
    background-size: 100%;
}
.card_icon.yookassa {
    background: url('../images/icons/bank-cards/cards/yookassa.svg?v=3') center center no-repeat;
    background-size: 100%;
}
.card_icon.square.yookassa {
    background: url('../images/icons/bank-cards/cards-square/yookassa.svg?v=3') center center no-repeat;
    background-size: 100%;
}
.card_icon.balance {
    background: url('../images/icons/bank-cards/cards/balance.svg?v=2') center center no-repeat;
    background-size: 100%;
}
.card_icon.square.balance {
    background: url('../images/icons/bank-cards/cards-square/balance.svg?v=2') center center no-repeat;
    background-size: 100%;
}
.card_icon.default {
    background: url('../images/icons/bank-cards/cards/default.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.square.default {
    background: url('../images/icons/bank-cards/cards-square/default.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.visa {
    background: url('../images/icons/bank-cards/cards/visa.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.square.visa {
    background: url('../images/icons/bank-cards/cards-square/visa.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.mastercard {
    background: url('../images/icons/bank-cards/cards/mastercard.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.square.mastercard {
    background: url('../images/icons/bank-cards/cards-square/mastercard.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.amex,
.card_icon.americanexpress {
    background: url('../images/icons/bank-cards/cards/amex.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.square.amex,
.card_icon.square.americanexpress {
    background: url('../images/icons/bank-cards/cards-square/amex.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.discover {
    background: url('../images/icons/bank-cards/cards/discover.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.square.discover {
    background: url('../images/icons/bank-cards/cards-square/discover.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.diners,
.card_icon.dinnersclub {
    background: url('../images/icons/bank-cards/cards/diners.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.square.diners,
.card_icon.square.dinnersclub {
    background: url('../images/icons/bank-cards/cards-square/diners.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.jcb {
    background: url('../images/icons/bank-cards/cards/jcb.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.square.jcb {
    background: url('../images/icons/bank-cards/cards-square/jcb.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.unionpay {
    background: url('../images/icons/bank-cards/cards/unionpay.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.square.unionpay {
    background: url('../images/icons/bank-cards/cards-square/unionpay.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.mir {
    background: url('../images/icons/bank-cards/cards/mir.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.square.mir {
    background: url('../images/icons/bank-cards/cards-square/mir.svg') center center no-repeat;
    background-size: contain;
}



/* buttons */
.zbtn {
    outline: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 4px;
    line-height: 22px;
    padding: 8px 30px;
    background-color: #555555;
    color: #fff;
    text-decoration: none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    overflow: hidden;
}
.zbtn-corner {
    border-radius: 20px;
}
.zbtn-circle {
    padding: 0;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.zbtn-circle a,
.zbtn-circle span {
    height: 100%;
    width: 100%;
}

.zbtn-full {
    width: 100%;
    text-align: center;
}

.zbtn-black {
    background-color: #555555;
    color: #fff;
}
.zbtn-black:hover {
    background-color: #34343E;
}
.zbtn-darker {
    background-color: #2A2B2D;
    color: #fff;
}
.zbtn-darker:hover {
    background-color: #1f2020;
}

.zbtn-gray {
    background-color: #e3e5eb;
    color: #000;
}
.zbtn-gray:hover {
    background-color: #cdcfd7;
}

.zbtn-white {
    background-color: #fff;
    border: 1px solid #cbccce;
    color: #222;
}
.zbtn-white:hover  {
    background-color: #e8e8e8;
}

.zbtn-shadow  {
    background-color: #fff;
    color: inherit;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
}
.zbtn-shadow:hover  {
    background-color: #f7f7f7;
}

.zbtn-red  {
    background-color: #f54336;
}
.zbtn-red:hover  {
    background-color: #da3928;
}

.zbtn-blue  {
    background-color: #0077bb;
}
.zbtn-blue:hover  {
    background-color: #005485;
}

.zbtn-yellow   {
    color: inherit;
    background-color: #FFCC00;
}
.zbtn-yellow:hover  {
    background-color: #f7b521;
}

.zbtn-green {
    background-color: #00c084;
}
.zbtn-green:hover  {
    background-color: #00b46d;
}

.zbtn-pink {
    background-color: #FF9A84;
}
.zbtn-pink:hover {
    background-color: #f37a60;
}

.zbtn-orange {
    background-color: #fca120;
}
.zbtn-orange:hover {
    background-color: #f69110;
}


.zbtn a,
.zbtn-circle span {
    color: inherit;
}
.zbtn a:hover {
    text-decoration: none;
}
.zbtn:disabled,
.zbtn.disabled {
    opacity: .7;
    cursor: no-drop;
}

.zbtn-brand {
    background: #f7f8fa;
    color: inherit;
    padding: 2px 12px;
    max-width: 130px;
    font-size: 12px;
    height: auto;
    line-height: 20px;
    border-radius: 20px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.zbtn-brand:hover {
    background: #2a2b2d;
    color: #fff;
}

/* Blurry Image Load blurry.load.min.js */
@keyframes blurOut {
    0% {
        filter: blur(20px);
    }
    50% {
        filter: blur(10px);
    }
    100% {
        filter: blur(0px);
    }
}
.blur-out {
    animation: blurOut 0.2s ease-out;
}

/* first visit */
.ui-dialog.firstvisit {
    background: #F4F4F4;
    border-radius: 15px;
    border: none;
}
.ui-dialog.firstvisit .ui-dialog-titlebar {
    display: none;
}
.ui-dialog.firstvisit .ui-dialog-content {
    border: none;
    color: #ad5b86;
    text-align: center;
}
.ui-dialog.firstvisit .ui-dialog-content h1 {
    font-size: 20px;
    margin: 10px 0 20px;
}
.ui-dialog.firstvisit .ui-dialog-content .zbtn {
    background: #ad5b86;
    text-transform: uppercase;
}

#app .qr {
    max-width: 231px;
    max-height: 231px;
}

#work_fields {
    position: fixed;
    background: rgb(0 0 0 / 50%);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
}
#work_fields > .in {
    text-align: center;
    width: 100%;
    max-width: 600px;
    background: #fff;
    padding: 30px;
    border-radius: 4px;
}
#work_fields > .in > h2 {
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}
#work_fields > .in > h5 {
}
#work_fields > .in > form {
}
#work_fields > .in > form > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
#work_fields > .in > form > ul > li {
}
#work_fields > .in > form > ul > li > input {
    display: none;
}
#work_fields > .in > form > ul > li > label {
    display: block;
    padding: 5px 15px;
    margin: 4px 5px;
    border: 2px solid #919191;
    border-radius: 20px;
    cursor: pointer;
}
#work_fields > .in > form > ul > li > input:checked+label {
    color: #ffffff;
    border-color: #3394e6;
    background: #3394e6;
}

/* Cookie Dialog */
#acceptcookies {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
    background: #2a2b2d;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    box-shadow: 0 -1px 10px 0 #acabab4d;
    z-index: 9999999;
}
#acceptcookies > .in {
    max-width: 1900px;
    margin: 0 auto;
}
#acceptcookies > .in > .fl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#acceptcookies > .in > .fl > p {
    margin: 15px 0;
}
#acceptcookies > .in a {
    color: #fff;
    text-decoration: underline;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#acceptcookies > .in > .fl > .cookie_btn {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
#acceptcookies > .in > .fl > .cookie_btn > .c_btn {
    display: inline-block;
    padding: 4px 18px;
    border-radius: 4px;
    background: #fff;
    color: #222;
    margin-left: 20px;
    border: 1px solid #fff;
    cursor: pointer;
}

/* User info popup */
.info-wrapper {
    border-radius: 4px;
    overflow: hidden;
}
.info-wrapper > .info-row {
    display: flex;
    align-items: center;
    padding: 6px;
}
.info-wrapper > .info-row:nth-child(odd) {
    background: #f5f5f5;
}
.info-wrapper > .info-row:nth-child(even) {
    background: #ebebeb;
}
.info-wrapper > .info-row:last-child {
    margin-bottom: 0;
}
.info-wrapper > .info-row > .info-name {
    flex-basis: 40%;
    padding-right: 10px;
}
.info-wrapper > .info-row > .info-value {
    flex-basis: 60%;
    max-width: 300px;
}
.user_info_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 14px;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    border-radius: 50%;
    color: #166fe5;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    font-style: italic;
    background-color: #fbfbfb;
    border: 1px solid #166fe5;
    transition: all .2s ease;
    cursor: pointer;
}
.user_info_icon:hover {
    color: #fff;
    background-color: #0084e2;
}
/* User info popup */
.user_message #zeelpopup{
    height: auto !important;
}

/* SET PRICE */
#zeelpopup > #descr_btn_body.set_price_modal > .descr > .item {
    margin-bottom: 12px;
}
#zeelpopup > #descr_btn_body.set_price_modal > .descr > .item:last-child {
    margin-bottom: 0;
}
#zeelpopup > #descr_btn_body.set_price_modal > .descr > .item.price .price_flx {
    display: flex;
    border: 1px solid #cbccce;
    border-radius: 4px;
}
#zeelpopup > #descr_btn_body.set_price_modal > .descr > .item.price .price_flx > select {
    flex-shrink: 0;
    flex-basis: 94px;
    padding-right: 30px;
    background: #e5e5e5 url('../images/icons/chevron-down.svg') no-repeat;
    background-size: 14px;
    background-position: right 10px center;
    border: none;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    border-right: 1px solid #cbccce;
    font-size: 14px;
}
#zeelpopup > #descr_btn_body.set_price_modal > .descr > .item.price .price_flx > label {
    flex: 1;
}
#zeelpopup > #descr_btn_body.set_price_modal > .descr > .item.price .price_flx > label > input {
    border: none;
}
#zeelpopup > #descr_btn_body.set_price_modal > .descr > .item > label {
}
#zeelpopup > #descr_btn_body.set_price_modal > .descr > .item > label.enable_sale {
    color: #000;
    font-weight: 500;
}
#zeelpopup > #descr_btn_body.set_price_modal > .descr > .item > .error_text {
    min-height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: red;
}
#zeelpopup > #descr_btn_body.set_price_modal > .descr > .item.countries {
    margin-bottom: 30px;
}
#zeelpopup > #descr_btn_body.set_price_modal > .descr > .item.countries > .chosen_wrp {
    min-height: 41px;
}
#zeelpopup > #descr_btn_body.set_price_modal > .descr > .item.countries > .chosen_wrp > #sales_countries {
    display: none;
}

#toprightpopup {
	position: fixed;
	top: 120px;
	right: -300px;
	width: 280px;
    background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
	border-radius: 4px;
	z-index: 9999;
    opacity: 0;
}