/* Сброс */
* {
    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, 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: normal 15px/1.5 system-ui, Helvetica, sans-serif;
    font-weight: 400;
    color: #2a2b2d;
    outline: none;
}
body {
    margin: 0;
    padding: 0;
    background: #FBFBFD;
    min-height: 100%;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow-y: scroll;
}
a { 
    outline: none;
    color: #166fe5;
    text-decoration: none;
}
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; }

.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 {
    padding-right: 17px;
    overflow: hidden;
}
.page {
    flex-grow: 1;
}
.zeel {
    padding: 0 30px;
    margin: 0 auto;
}
.zeel.title-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zeel.title-flex > h1 {
    margin-bottom: 0;
}
#header {
    position: sticky;
    height: auto;
    top: 0;
    box-shadow: 0 1px 5px rgb(0 0 0 / 5%);
    z-index: 999;
}
#content {
    padding: 30px 0;
    max-width: 1920px;
    margin: 0 auto;
}
#main #content,
#about-us #content {
    padding: 0;
}
#zeel-content {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.flex-content > div {
    padding: 0 1%;
    display: grid;
    grid-template-columns: repeat(5, 19.35%);
    grid-gap: 30px 0.8125%;
}
.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: 1200px;
    margin: 0 auto;
}

#header > .main_header {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header > .main_header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(3px);
    z-index: -1;
}
#header > .main_header > .logo {
    display: block;
}
#header > .main_header > .logo > img {
    display: block;
    height: 35px;
}

@media only screen and (min-width: 1361px) {
    #header > .main_header > .menu {
        flex: 1;
        display: flex;
        align-items: center;
        margin-left: 2%;
    }
    #header > .main_header > .menu > ul {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    #header > .main_header > .menu > ul > li {
        display: flex;
        align-items: center;
        margin: 0 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #header > .main_header > .menu > ul > li.drop_menu:hover:before {
        content: '';
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(10,10,10,.6);
        pointer-events: none;
    }
    #header > .main_header > .menu > ul > li.drop_menu:after {
        content: '';
        position: relative;
        display: inline-block;
        vertical-align: middle;
        border: solid #222;
        border-width: 0 1px 1px 0;
        padding: 3px;
        margin-left: 10px;
        margin-right: 2px;
        top: -2px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transition: all .1s ease-in-out;
    }
    #header > .main_header > .menu > ul > li.drop_menu:hover:after {
        top: 0px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    #header > .main_header > .menu > ul > li > a {
        display: block;
        color: #000;
    }
    #header > .main_header > .menu > ul > li > a.active {
        font-weight: 600;
    }
    #header > .main_header > .menu > ul > li > a:hover {
        text-decoration: none;
    }
    #header > .main_header > .menu > ul > li > a > span {
        display: block;
        font-size: 1rem;
    }
    #header > .main_header > .menu > ul > li.drop_menu > ul.cats {
        display: none;
        position: absolute;
        top: 24px;
        left: -40px;
        right: -40px;
        min-height: 300px;
        list-style: none;
        margin: 0;
        padding: 10px 0 20px;
        border-top: 23px solid transparent;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        overflow: hidden;
        z-index: 1;
    }
    #header > .main_header > .menu > ul > li.drop_menu:hover > ul.cats {
        display: block;
    }
    #header > .main_header > .menu > ul > li.drop_menu > ul.cats:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.6);
        background: #f7f7f7;
        box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.05);
        backdrop-filter: blur(15px);
        z-index: -1;
    }
    #header > .main_header > .menu > ul > li.drop_menu > ul.cats > .mname {
        display: block;
        padding: 0 0 5px 25px;
        font-weight: 600;
        font-size: 18px;
        width: 220px;
    }
    #header > .main_header > .menu > ul > li.drop_menu > ul.cats > li {
        z-index: 2;
        width: 220px;
    }
    #header > .main_header > .menu > ul > li > ul.cats a {
        color: #000;
    }
    #header > .main_header > .menu > ul > li > ul.cats > li > a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        padding: 7px 25px;
    }
    #header > .main_header > .menu > ul > li.drop_menu > ul.cats > li > a {
        padding: 7px 20px 7px 25px;
    }
    #header > .main_header > .menu > ul > li.drop_menu > ul.cats > li:hover > a:after {
        margin: 0 0 0 15px;
    }
    #header > .main_header > .menu > ul > li.drop_menu > ul.cats > *:nth-child(2) > a {
        background: #eaeaea;
    }
    #header > .main_header > .menu > ul > li.drop_menu > ul.cats > li:hover > a {
        background: #eaeaea!important;
    }
    #header > .main_header > .menu > ul > li.drop_menu > ul.cats:has(li:hover) li > a {
        background: transparent;
    }
    #header > .main_header > .menu > ul > li.drop_menu > ul.cats > li > a:after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 5px 0 10px;
        background: url(../images/icons/chevron-right.svg) no-repeat;
        background-size: 10px;
        transition: all .2s;
    }
    #header > .main_header > .menu > ul > li.drop_menu > ul.cats > li > ul.cats {
        visibility: hidden;
        opacity: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        position: absolute;
        margin: 0;
        padding: 46px 20px 20px;
        width: calc(100% - 220px);
        left: 220px;
        top: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
        background: #eaeaea;
    }
    #header > .main_header > .menu > ul > li.drop_menu > ul.cats > *:nth-child(2) > ul.cats {
        visibility: visible;
        opacity: 1;
    }
    #header > .main_header > .menu > ul > li.drop_menu > ul.cats > li:hover > ul.cats {
        visibility: visible;
        opacity: 1;
    }
    #header > .main_header > .menu > ul > li.drop_menu > ul.cats > li > ul.cats > .mname {
        display: block;
        position: absolute;
        top: 10px;
        font-size: 18px;
        font-weight: 600;
    }
    #header > .main_header > .menu > ul > li.drop_menu > ul.cats > li > ul.cats > li {
        padding-left: 10px;
        margin: 2px 0;
        width: 50%;
    }
    #header > .main_header > .menu > ul > li.drop_menu > ul.cats > li > ul.cats > li > a {
        display: block;
        padding: 2px;
        white-space: normal;
    }
}

#header > .main_header > .menu > .empty {
    flex: 1;
}

#header > .main_header > .menu > .languages {
    position: relative;
    margin-left: 14px;
}
#header > .main_header > .menu > .languages > .curentlang {
    display: block;
    line-height: 27px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#header > .main_header > .menu > .languages > .curentlang > span {
    margin-right: 8px;
    color: #000;
}
#header > .main_header > .menu > .languages > .curentlang:after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: solid #222;
    border-width: 0 1px 1px 0;
    padding: 3px;
    margin-right: 2px;
    top: -2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all .1s ease-in-out;
}
#header > .main_header > .menu > .languages.open > .curentlang:after {
    transform: rotate(225deg);
    top: 2px;
}
#header > .main_header > .menu > .languages > .otherlangs {
    position: absolute;
    top: 20px;
    min-width: 100px;
    left: 50%;
    transform: translate(-50%);
    background: #2a2b2d;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all .1s;
}
#header > .main_header > .menu > .languages > .otherlangs:before {
    content: '';
    display: block;
    position: absolute;
    height: 18px;
    width: 18px;
    top: -9px;
    left: calc(50% - 9px);
    transform: rotate(45deg);
    background: #2a2b2d;
    z-index: -1;
}
#header > .main_header > .menu > .languages.open > .otherlangs {
    visibility: visible;
    opacity: 1;
    top: 44px;
    z-index: 1002;
}
#header > .main_header > .menu > .languages > .otherlangs > a,
#header > .main_header > .menu > .languages > .otherlangs > span {
    display: block;
    color: inherit;
    padding: 10px 14px;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
}
#header > .main_header > .menu > .languages > .otherlangs > span {
    font-weight: 600;
}
#header > .main_header > .menu > .languages > .otherlangs > a:hover,
#header > .main_header > .menu > .languages > .otherlangs > span:hover {
    text-decoration: none;
    background: #707070;
}

@media only screen and (min-width: 1361px) {
    #header > .main_header > .menu > .quick_links {
        position: relative;
        margin-left: 20px;
    }
    #header > .main_header > .menu > .quick_links > .question {
        position: relative;
        display: block;
        width: 26px;
        height: 26px;
        background: url(../images/icons/question-mark_v-2.svg) no-repeat;
        background-position: center 0;
        background-size: 26px;
        cursor: pointer;
    }
    #header > .main_header > .menu > .quick_links.open .question {
        background-position: center -26px;
    }
    #header > .main_header > .menu > .quick_links > .links {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translate(-50%);
        width: max-content;
        max-width: 270px;
        background: #2a2b2d;
        border-radius: 10px;
        visibility: hidden;
        opacity: 0;
        transition: all .1s;
    }
    #header > .main_header > .menu > .quick_links > .links:before {
        content: '';
        display: block;
        position: absolute;
        height: 18px;
        width: 18px;
        top: -9px;
        left: calc(50% - 9px);
        transform: rotate(45deg);
        background: #2a2b2d;
        z-index: -1;
    }
    #header > .main_header > .menu > .quick_links.open > .links {    
        visibility: visible;
        opacity: 1;
        top: 44px;
        z-index: 1002;
    }
    #header > .main_header > .menu > .quick_links > .links > a {
        display: block;
        padding: 8px 20px;
        border-radius: 10px;
        line-height: 20px;
        color: #fff;
    }
    #header > .main_header > .menu > .quick_links > .links > a:hover {
        text-decoration: none;
        background: #707070;
    }
    #header > .main_header #search_link {
        width: 26px;
        height: 26px;
        min-height: 26px;
        min-width: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #c1c1c1;
        border-radius: 4px;
        margin-right: 10px;
        background: #fff;
    }
    #header > .main_header #search_link > img {
        height: 16px;
        min-height: 16px;
        min-width: 16px;
        width: 16px;
    }
}

#header > .main_header > .toggle_menu {
    display: none;
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 12px 10px;
    margin-left: 20px;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    z-index: 11;
}
#header > .main_header > .toggle_menu_backdrop {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 30%);
    transition: all .3s ease-in-out;
    z-index: 1;
}
.menu_open #header > .main_header > .toggle_menu_backdrop {
    visibility: visible;
    opacity: 1;
}
#header > .main_header > .toggle_menu > i {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #2a2b2d;
}
#header > .main_header > .toggle_menu > .to_1 {
    margin-top: 0px;
    transition: all .2s ease-out;
}
#header > .main_header > .toggle_menu > .to_2 {
    margin-top: 4px;
}
#header > .main_header > .toggle_menu > .to_3 {
    margin-top: 4px;
    transition: all .2s ease-out;
}
.menu_open #header > .main_header > .toggle_menu > .to_2 {
    display: none;
}
.menu_open #header > .main_header > .toggle_menu > .to_1 {
    transform: rotate(45deg);
    margin-top: 6px;
}
.menu_open #header > .main_header > .toggle_menu > .to_3 {
    transform: rotate(-45deg);
    margin-top: -2px;
}

#fullsearch .brand_search_icon {
    margin: 0 auto;
    width: 100%;
    max-width: 256px;
    margin-bottom: 40px;
}
#fullsearch .brand_search_icon a {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 60%;
    background-color: #eeeff1;
}
#fullsearch .brand_search_icon a img {
    max-width: 80%;
    max-height: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#fullsearch #searchtable {
    width: 100%;
    max-width: 300px;
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
}
#fullsearch #searchtable #searchinput {
    width: 100%;
    padding-right: 50px;
}
#fullsearch #searchtable #dosearch {
    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: none;
    border-left: 1px solid #ccc;
    outline: none;
    background-color: transparent;
}



#header #question-mark {
    margin-left: 20px;
}
#header .question-mark {
    height: 26px;
    width: 26px;
    background: url(../images/icons/question-mark.svg) center center no-repeat;
    background-size: contain;
    border-radius: 50%;
    cursor: pointer;
}
#header #updates {
    position: relative;
}
#header #updates .updates-icon {
    position: relative;
    width: 26px;
    height: 26px;
    background: url(../images/icons/rings_v-3.svg) no-repeat;
    background-position: center 0;
    background-size: 22px;
    cursor: pointer;
}
#header #updates.open .updates-icon {
    background-position: center -26px;
}
#header #updates .updates-icon .new_notes {
    position: absolute;
    top: -6px;
    right: -4px;
    height: 18px;
    min-width: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 9px;
    font-size: 10px;
    color: #fff;
    background-color: #F36AA4;
    cursor: pointer;
}

#header #updates #loader {
    text-align: center;
    margin-top: 20px;
}
#header #updates #loader .loader {
    display: inline-block;
    border: 4px solid #dedede;
    border-radius: 50%;
    border-top: 4px solid #676767;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


#question-mark {
    position: relative;
}
#question-mark .dropdown-form {
    position: absolute;
    width: 280px;
    right: 0;
    top: 40px;
    background-color: rgb(255 255 255 / 0.97);
    box-shadow: 0 3px 10px 0 rgb(187 187 187 / 80%);
    padding: 25px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    transition: all .1s;
    z-index: 10001;
}
#question-mark.open .dropdown-form {
    visibility: visible;
    opacity: 1;
    top: 50px;
}
#question-mark .dropdown-form:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin: -13px 0 0 -11px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 0.97);
    box-shadow: 0 -3px 3px 0 rgb(187 187 187 / 68%);
}
#question-mark ul li {
    
}
#question-mark ul li a {
    display: block;
    color: inherit;
    padding: 8px 15px;
    border-radius: 4px;
    transition: all .1s ease-in-out;
}
#question-mark ul li a:hover {
    text-decoration: none;
    background: #f1f1f1;
}

/* notifications */
#update-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 20px;
    right: 0;
    height: 650px;
    max-height: 70vh;
    width: 480px;
    background: #F6F6F6;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 30%);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all .1s;
    z-index: 1002;
}
#updates.open #update-menu {
    top: 44px;
    visibility: visible;
    opacity: 1;
}
#update-menu .update-header {
    position: relative;
    background: #eaeaea;
    z-index: 2;
}
#update-menu .update-header h4 {
    margin: 0;
    padding: 20px;
    line-height: 20px;
}
#update-menu .nots {
    padding: 0 0 20px 0;
    position: relative;
    height: 100%;
    overflow-y: auto;
}
#update-menu .nots::-webkit-scrollbar {
  width: 4px;
}
#update-menu .nots::-webkit-scrollbar-track {
  display: none;
  background: #efefef; 
}
#update-menu .nots::-webkit-scrollbar-thumb {
  display: none;
  background: blue; 
}
#update-menu .nots::-webkit-scrollbar-track,
#update-menu:hover .nots::-webkit-scrollbar-thumb {
    display: block;
}
#update-menu .nots::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

#update-menu .nots .note {
    display: flex;
    padding: 14px 16px;
    transition: all .2s;
    font-size: 14px;
    line-height: 18px;
}
#update-menu .nots .note.fixed {
    background: #d1e7f1;
}
#update-menu .nots .note:hover {
    background-color: #f2f2f2;
}
#update-menu .nots .note .avatar {
    position: relative;
    margin-right: 16px;
    height: 76px;
    width: 76px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
    border-radius: 50%;
    transition: all .2s;
}
#update-menu .nots .note .avatar.svg {
    padding: 14px;
}
#update-menu .nots .note:hover .avatar {
    background-color: #fff;
}
#update-menu .nots .note .avatar.svg > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 50px;
    max-height: 40px;
    object-fit: contain;
}
#update-menu .nots .note .avatar.not_svg > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
#update-menu .nots .note .info {
    flex: 1;
}
#update-menu .nots .note .info > div {
    margin-bottom: 2px;
}
#update-menu .nots .note .info > div:last-child {
    margin-bottom: 0;
}
#update-menu .nots .note .info > .note_date {
    color: #777;
    font-size: 12px;
}
#update-menu .nots .note .info .publisher_name {
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
}
#update-menu .nots .note .info .newpost_link {
    color: inherit;
    text-decoration: underline;
}

#update-menu .nots .note .nots_picture {
    height: 76px;
    margin-left: 16px;
}
#update-menu .nots .note .nots_picture > .in {
    height: 76px;
    width: 76px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
    overflow: hidden;
}
#update-menu .nots .note .nots_picture .in > img {
    display: block;
    height: 100%;
}

#update-menu .no_notes {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#update-menu .nots_icon {
    height: 100px;
    width: 100px;
    margin-bottom: 30px;
    background: url('../images/icons/ring-gray.svg') center center no-repeat;
    background-size: contain;
    filter: grayscale(80%);
}

/* headmenu */
#headmenu {
    position: sticky;
    top: 80px;
    z-index: 1000;
    box-shadow: 0px 4px 6px rgb(148 148 148 / 25%);
    background: rgb(255 255 255 / 70%);
}
.scrolled #headmenu {
    background: #f7f8fa;
}
#headmenu a {
    color: inherit;
}
#headmenu > ul {
    position: relative;
    display: flex;
    width: max-content;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
#headmenu > ul > li {
    z-index: 1000;
    transition: all .12s ease-in-out;
    transition-delay: .12s;
}
#headmenu .ovrl {
    content: '';
    visibility: hidden;
    opacity: 0;
    position: fixed;
    background: rgba(0,0,0,0.48);
    left: 0;
    top: 125px;
    right: 0;
    bottom: 0;
    transition: all .12s ease-in-out;
    transition-delay: .12s;
    z-index: 999;
}
#headmenu > ul > li.open_ovrl:hover + .ovrl {
    visibility: visible;
    opacity: 1;
}
#headmenu > ul > li:hover {
    background: #fff;
}
#headmenu > ul > li > ul {
    visibility: hidden;
    opacity: 0;
    min-width: 100%;
    position: absolute;
    left: 0;
    background: #fff;
    transition: all .12s ease-in-out;
    transition-delay: .12s;
}
#headmenu > ul > li > a {
    display: block;
    text-align: center;
    padding: 10px 5px;
    min-width: 130px;
    font-size: 1rem;
}
#headmenu > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
}
#headmenu > ul > li > ul.cats {
    margin: 0;
    padding: 10px 0;
}
#headmenu > ul > li > ul.cats > li {
    width: 200px;
}
#headmenu > ul > li > ul.cats > div {
    display: none;
}
#headmenu > ul > li > ul.cats > li > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    padding: 7px 25px;
}
#headmenu > ul > li.models > ul.cats > li > a {
    padding: 7px 20px 7px 25px;
}
#headmenu > ul > li.models > ul.cats > li > a:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px 0 10px;
    background: url(../images/icons/chevron-right.svg) no-repeat;
    background-size: 10px;
    transition: all .2s;
}
#headmenu > ul > li > ul.cats > li:hover {
    background: #f3f3f3;
}
#headmenu > ul > li > ul.cats > li:hover > a:after {
    margin: 0 0 0 15px;
}

#headmenu > ul > li > ul.cats > li > ul {
    display: none;
    position: absolute;
    margin: 0;
    padding: 50px 20px 20px;
    width: calc(100% - 200px);
    left: 200px;
    top: 0;
    bottom: 0;
    right: 0;
    box-shadow: inset 7px 0px 11px rgb(0 0 0 / 8%);
    overflow: hidden;
    background: #f3f3f3;
    column-count: 2;
}
#headmenu > ul > li > ul.cats > li > ul > div {
    position: absolute;
    left: 27px;
    top: 20px;
    font-weight: 500;
}
#headmenu > ul > li > ul.cats > li:hover > ul {
    display: block;
}
#headmenu > ul > li > ul.cats > li > ul > li {
    padding: 0 5px;
    margin: 2px 0;
    width: 200px;
}
#headmenu > ul > li > ul.cats > li > ul > li > a {
    display: block;
    padding: 2px;
}

#headmenu > ul > li > ul.brands {
    display: flex;
}
#headmenu > ul > li > ul.brands {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px;
}
#headmenu > ul > li > ul.brands > li {
    width: 25%;
    flex-basis: 25%;
    padding: 1.5%;
}
#headmenu > ul > li > ul.brands > li:last-child {
    flex: 1;
    margin-bottom: 0;
}
#headmenu > ul > li > ul.brands > li > a {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 78.13%;
    background: #fff;
    transition: all .2s ease-out;
    overflow: hidden;
    box-shadow: 0px 5px 10px rgb(165 163 163 / 50%);
}
#headmenu > ul > li > ul.brands > li > a:hover {
    background: #f1f1f1;
}
#headmenu > ul > li > ul.brands > li > a > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 70%;
    max-height: 55%;
    transition: all .2s ease-out;
}

#headmenu > ul > li > ul.artists {
    display: flex;
}
#headmenu > ul > li > ul.artists {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px;
}
#headmenu > ul > li > ul.artists > li {
    width: 25%;
    padding: 2% 3%;
}
#headmenu > ul > li > ul.artists > li:last-child {
    flex: 1;
    margin-bottom: 0;
}
#headmenu > ul > li > ul.artists > li > a {
    display: block;
    text-align: center;
    transition: all .2s ease-out;
    overflow: hidden;
}
#headmenu > ul > li > ul.artists > li > a > .avatar {
    display: block;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    transition: all .2s ease-out;
}
#headmenu > ul > li > ul.artists > li > a > .avatar > img {
    display: block;
    width: 100%;
    transition: all .2s ease-out;
}
#headmenu > ul > li > ul.artists > li > a > .avatar:hover img {
    transform: scale(1.1);
}


/* login */
#login {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 20px;
}
#login > .sign_in {
    color: inherit;
    padding: 5px 20px;
    line-height: 21px;
    border: 1px solid #c1c1c1;
    border-radius: 20px;
    background: #fff;
    transition: all .1s ease-in-out;
}
#login > .sign_in:hover {
    text-decoration: none;
    background: #f1f1f1;
}
#login #login-block {
    display: none;
}
#login .profile {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    color: #999;
    margin-left: 20px;
}

.login-block .ui-dialog-title .logo {
    text-align: center;
}
.login-block .ui-dialog-title .logo img {
    display: block;
    margin: 0 auto;
    height: 35px;
    width: 35px;
    margin-bottom: 15px;
}
/*.login-block  .ui-dialog-titlebar-close {
    display: none;
}*/
.login-block-title {
    text-align: center;
}
.login-block-title span {
    display: block;
    font-size: 1rem;
}
.login-block-title span:first-child {
    font-weight: 100;
}
.login-block-title span:second-child {
    font-weight: 500;
}
#login-block .conter {
    max-width: 350px;
    margin: 0 auto;
}
#login-block .soc-links {
}
#login-block .soc-links .log-or {
    text-align: center;
    margin: 10px 0;
}
#login-block .soc-links a {
    display: block;
    margin-bottom: 10px;
}
#login-block .soc-links a svg {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    margin-top: -3px;
    margin-right: 10px;
    margin: -4px 8px -4px -10px;
    padding: 5px;
    background: #fff;
    border-radius: 2px;
}
#login-block .soc-icon {
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 26px;
    margin: -2px 10px 0 -10px;
}
#login-block .soc-icon img {
    height: 100%;
    width: 100%;
}

#login-block .login_form {
    list-style: none;
    margin: 0;
    padding: 0;
}
#login-block .login_form li {
    margin-bottom: 20px;
}
#login-block .login_form li:first-child {
    margin-bottom: 12px;
}
#login-block .login_form li:last-child {
    margin-bottom: 0;
}
#login-block .login_form li button {
    font-size: 1rem;
}
#login-block .login_form li .forgot-password {
    margin-bottom: 0;
    text-align: right;
    margin-top: 10px;
}
#login-block .login_form li .forgot-password a {
    display: inline-block;
    font-size: .9rem;
    text-decoration: underline;
    color: inherit;
}
#login-block .login-foot {
    margin-top: 20px;
}
#login-block .login-foot .sign-up {
    display: block;
    text-align: center;
    color: inherit;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

/* speedbar */
.speedbar {
    margin-bottom: 30px;
    color: #555;
}
.speedbar > .over {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
}
.speedbar a {
    color: inherit;
    color: #555;
}
.speedbar a:hover {
    text-decoration: none;
    color: #222;
}

/* profile menu */
#profile-menu {
    position: fixed;
    top: 0;
    height: 100%;
    right: -360px;
    width: 360px;
    max-width: 100%;
    padding: 50px 20px 20px;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1002;
}
#profile-menu .profile-menu-close {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 30px;
    height: 30px;
    padding: 5px;
    cursor: pointer;
    opacity: 0.7;
}
#profile-menu .profile-menu-close:hover,
#update-menu .update-menu-close:hover {
  opacity: 1;
}
#profile-menu .profile-menu-close:before,
#profile-menu .profile-menu-close:after,
#update-menu .update-menu-close:before,
#update-menu .update-menu-close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 19px;
  width: 2px;
  background-color: #333;
}
#profile-menu .profile-menu-close:before,
#update-menu .update-menu-close:before {
  transform: rotate(45deg);
}
#profile-menu .profile-menu-close:after,
#update-menu .update-menu-close:after {
  transform: rotate(-45deg);
}

#profile-menu .account-data {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
#profile-menu .profile-link {
    display: flex;
    flex: 0 0 auto;
    height: 42px;
    width: 42px;
    margin-right: 15px;
    border-radius: 24px;
    overflow: hidden;
    color: #999;
}
#profile-menu .profile-name {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
}
#profile-menu .profile-name span:nth-child(1) {
   margin-bottom: 4px; 
}
#profile-menu .profile-name span:nth-child(2) {
    color: #888;
}

#profile-menu .profile-links {
    list-style: none;
    margin: 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #eee;
}
#profile-menu .profile-links li {
    padding: 9px 0;
    font-weight: 500;
    min-height: 30px;
}
#profile-menu .profile-links li a {
    display: flex;
    align-items: center;
    color: inherit;
}
#profile-menu .profile-links li a span {
    display: block;
    font-size: 1rem;
}
#profile-menu .profile-links li a:before {
    content: '';
    display: block;
    height: 16px;
    width: 16px;
    margin-right: 16px;
}
#profile-menu .profile-links li a.m_accaunt:before {
    background: url('../images/icons/profile-menu/m_accaunt.svg') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_admin_p:before {
    background: url('../images/icons/profile-menu/m_admin_p.svg') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_collections:before {
    background: url('../images/icons/profile-menu/m_collections.svg') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_likes:before {
    background: url('../images/icons/profile-menu/m_likes.svg') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_downloads:before {
    background: url('../images/icons/profile-menu/m_downloads.svg') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_stats:before {
    background: url('../images/icons/profile-menu/m_stats.svg') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_countryfilter:before {
    background: url('../images/icons/profile-menu/m_countryfilter.svg') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_userlist:before {
    background: url('../images/icons/profile-menu/m_userlist.svg') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_promocode:before {
    background: url('../images/icons/profile-menu/m_promocode.svg') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_translation:before {
    background: url('../images/icons/profile-menu/m_translation.svg') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_complaints:before {
    background: url('../images/icons/profile-menu/m_complaints.svg') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_addnews:before {
    background: url('../images/icons/profile-menu/m_addnews.svg') center center no-repeat;
    background-size: contain;
}

#profile-menu .user_brands {
    margin: 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #eee;
}
#profile-menu .user_brands h4 {
    margin-bottom: 20px;
}
#profile-menu .user_brands .item {
    display: flex;
    padding: 5px;
    margin-bottom: 10px;
    color: inherit;
    transition: all 20ms ease-in-out;
}
#profile-menu .user_brands .item:hover {
    background-color: #f7f7f7;
    text-decoration: none;
}
#profile-menu .user_brands .item:last-child {
    margin-bottom: 0;
}
#profile-menu .user_brands .item .logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding: 12px;
    border-radius: 50%;
    border: 1px solid #dadada;
    background-color: #f7f8fa;
}
#profile-menu .user_brands .item .logo .img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
#profile-menu .user_brands .item .info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#profile-menu .user_brands .item .info .name {
    display: block;
    font-weight: 400;
}
#profile-menu .user_brands .item .info .email {
    display: block;
    color: #777;
}

/* horizontal menu */
.nav-scroller {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.nav-scroller-nav {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  align-self: center;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.nav-scroller-nav::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.nav-scroller-nav {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

ul.nav-scroller-content {
    display: block;
    white-space: nowrap;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
    will-change: transform;
}
ul.nav-scroller-content li {
    display: inline-block;
    white-space: nowrap;
}

.nav-scroller-content:not(.no-transition) {
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
ul.nav-scroller-content li {
    margin: 10px;
}
ul.nav-scroller-content li a {
    display: block;
    width: 90px;
    color: inherit;
}
ul.nav-scroller-content li a img {
    height: 90px;
    width: 90px;
    background-color: #f6f6f6;
    box-shadow: 4px 4px 7px rgba(102, 106, 109, 0.46);
    transition: box-shadow 0.3s ease-in-out;
}
ul.nav-scroller-content li a img:active,
ul.nav-scroller-content li.current a img {
    background-color: #e6e6e6;
    box-shadow: inset 4px 4px 6px rgba(134, 134, 134, 0.21);
}
ul.nav-scroller-content li a img:hover {
    background-color: #e6e6e6;
}
ul.nav-scroller-content li a:hover {
    text-decoration: none;
}
ul.nav-scroller-content li.go-back span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 90px;
    border-radius: 4px;
    background-color: #a3aaaf;
    color: #fff;
}
ul.nav-scroller-content li.go-back p {
    background-color: #a3aaaf;
    color: #fff;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
ul.nav-scroller-content li.go-back span:hover,
ul.nav-scroller-content li.go-back p:hover {
    background-color: #666A6D;
}
ul.nav-scroller-content li span:hover {
  background-position: 100% 0;
  moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
ul.nav-scroller-content li p {
    margin: 10px 0 0 0;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scroll-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    top: 0;
    z-index: 10;
    width: 44px;
    min-height: 44px;
    height: 90px;
    margin: 10px 0;
    background: rgb(232 232 232 / 75%);
    transition: color .3s, opacity .3s;
    cursor: pointer;
}
.scroll-btn:hover {
    color: #666;
}
.scroll-btn:focus {
    outline: 0;
}
.scroll-btn:not(.active) {
    opacity: 0;
    pointer-events: none;
}
.scroll-left {
    left: 0;
}
.scroll-right {
    right: 0;
}
.nav-scroller-icon {
    display: inline-block;
    position: relative;
    top: -0.1em;
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: middle;
}

.scrolled .nav-scroller {
    position: -webkit-sticky;
    position: sticky;
    top: -20px;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,.05);
    box-shadow: 0 1px 5px rgba(0,0,0,.05);
    z-index: 11;
}
/*.scrolled .nav-scroller .go-back,
.scrolled .scroll-btn {
    display: none;
}*/
.scrolled ul.nav-scroller-content li.go-back p {
    opacity: 1;
    visibility: visible;
}
.scrolled  ul.nav-scroller-content li a {
    /*width: auto;
    max-width: 100px;*/
}
.scrolled ul.nav-scroller-content li a img {
    /*width: 0;*/
    box-shadow: none;
}



/* 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(5, 18.5%);
    grid-gap: 30px 1.875%;
}
.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 > .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 {
    right: 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 > .logo > .edit_png_icon.not_app_png {
    display: block;
    background-color: red;
    animation: blink .7s linear infinite;
    -webkit-animation: blink .7s linear infinite;
}
@keyframes blink {
    50% {
        background-color: #ffbaba;
    }
}



.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: center;
    align-items: center;
    outline: none;
    height: 32px;
    line-height: 30px;
    padding: 0 12px;
    color: inherit;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 25px;
    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: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 li.dropdown.open .filter_btn {
    box-shadow: inset 4px 4px 5px rgba(62, 68, 77, 0.16);
}

.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;
    margin-bottom: 2px;
}
.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: 40px;
}
.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.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: block;
    padding: 4px 24px;
    cursor: pointer;
}
.filter_form li.dropdown > .categories > ul > li > ul > li > label:hover {
    background-color: #dadada;
}

.filter_form li.dropdown > .styles {
    height: 400px;
    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 > .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: block;
    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: 40px;
}
.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;
}

.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 {
    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 > .materials {
    display: flex;
}
.filter_form li.dropdown > .materials > ul {
    padding: 15px 0;
}
.filter_form li.dropdown > .materials > ul > li > label {
    display: block;
    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 {
}
.short > .in {
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    transition: all .2s ease-in-out;
}
.desktop .short > .in:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transform: translate(0, -4px);
    z-index: 10;
}
.short > .in .fixate {
    position: absolute;
    right: 12px;
    top: 12px;
    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;
}
.short > .in .image_block > img {
    display: block;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .2s ease-in-out;
}

.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 .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 .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 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;
}
.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 > .func {
    display: flex;
    align-items: center;
}
.short .info_block > .info_foot > .func > span,
.short .info_block > .info_foot > .func > a {
    height: 20px;
    cursor: pointer;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.short .info_block > .info_foot > .func > span > img,
.short .info_block > .info_foot > .func > a > img {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    transition: transform .1s;
}
.short .info_block > .info_foot > .func > span > img:hover,
.short .info_block > .info_foot > .func > a > img:hover {
    transform: scale(1.1);
}

.bottom-nav {
    display: none;
    visibility: hidden;
}


/* collections popup */
.coll-popup {
    display: flex;
    flex-direction: row;
}
.coll-popup .coll_img {
    margin-right: 30px;
    max-width: 220px;
}
.coll-popup .coll_img img {
    border-radius: 4px;
}
.coll-popup .coll_attr {
    flex: 1 1 auto;
    display: flex;
	flex-direction: column;
}
.coll-popup .coll_attr > div:first-child {
    flex: 1 0 auto;
}
.coll-popup .coll_attr > div:last-child {
    flex: 0 0 auto;
}
.coll-popup .coll_attr ul.coll_list {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}
.coll-popup .coll_attr .cr_ttl {
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: bold;
}
.coll-popup .coll_attr .permissions {
    margin-bottom: 20px;
}
.coll-popup .coll_attr .permissions.editcoll > label {
    display: block;
    padding: 2px 10px;
}
.coll-popup .coll_attr .permissions.creatcoll {
    display: flex;
}
.coll-popup .coll_attr .permissions.creatcoll > label {
    display: flex;
    margin-right: 14px;
}
.coll-popup .coll_attr .permissions.creatcoll > label:last-child {
    margin-right: 0;
}
.coll-popup .coll_attr .permissions.creatcoll > label > span {
    display: block;
    font-size: 11px;
    color: #000;
}
.coll-popup .coll_attr .permissions.creatcoll > label > input {
    margin: 0 4px 0 0;
}
.coll-popup .coll_attr ul.coll_list li {
    font-size: 1.3em;
    font-weight: 500;
    margin: 2px 0;
    padding: 2px 0;
    cursor: pointer;
}
.coll-popup .coll_attr .cr_name {
    margin-bottom: 15px;
}
.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;
}
.brandinfo .brand_bg .cngpct {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}
.brandinfo .brand_bg .cngpct .item {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    background-color: #cecece;
    border-radius: 15px;
    cursor: pointer;
}
.brandinfo .brand_bg .cngpct .item:hover {
    opacity: .9;
}
.brandinfo .brand_bg:hover .cngpct {
    display: block;
}
.brandinfo .brand_bg .cngpct img {
    display: block;
}
.brandinfo .brand_bg .cngpct .item.gear {
    padding: 6px;
}

.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: 30px;
}
.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 .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 .contact-us {
    background: url(../images/icons/paper-plane.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;
}

.web_link_popup > #zeelpopup > #web_link_body > .logo {
    display: flex;
    align-items: center;
    height: 140px;
    width: 140px;
    margin: 0 auto 40px;
}
.web_link_popup > #zeelpopup > #web_link_body > .logo > img {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 140px;
}

.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 .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_v-2.svg') 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_v-1.svg') 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_v-1.svg') 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_v-1.svg') 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;
}
#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_v-1.svg') center center no-repeat;
    background-size: 100%;
}
.card_icon.square.stripe {
    background: url('../images/icons/bank-cards/cards-square/stripe_v-1.svg') center center no-repeat;
    background-size: 100%;
}
.card_icon.yookassa {
    background: url('../images/icons/bank-cards/cards/yookassa_v-3.svg') center center no-repeat;
    background-size: 100%;
}
.card_icon.square.yookassa {
    background: url('../images/icons/bank-cards/cards-square/yookassa_v-3.svg') center center no-repeat;
    background-size: 100%;
}
.card_icon.balance {
    background: url('../images/icons/bank-cards/cards/balance_v-2.svg') center center no-repeat;
    background-size: 100%;
}
.card_icon.square.balance {
    background: url('../images/icons/bank-cards/cards-square/balance_v-2.svg') 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;
}

/* popup buttons */
.pbtn {
    outline: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 30px;
    border: 1px solid #a1a1a1;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 20px;
    background-color: #f9f9f9;
    color: #333;
    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;
}
.pbtn:hover {
    text-decoration: none;
    opacity: .9;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
}
.pbtn.pbtn-green {
    background: #00b46d;
    border-color: #00b46d;
    color: #fff;
}
.pbtn.pbtn-red {
    background: #df1b41;
    border-color: #df1b41;
    color: #fff;
}
.pbtn.pbtn-blue {
    background: #1d9ef9;
    border-color: #1d9ef9;
    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;
}

#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;
}

/** SEND REQUEST MODAL **/

.ui-dialog.sendrequest {
    width: 660px!important;
}
.sendrequest .req_header {
    width: 100%;
    padding: 10px 14px;
    font-size: 1rem;
    background: #f9f9f9;
    border-bottom: 1px solid #ccc;
}
.sendrequest form {
    display: flex;
}
.sendrequest .send_req_in {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}
.sendrequest form .types {
    flex-basis: 200px;
    padding-right: 30px;
}
.sendrequest form .inputs {
    flex-basis: calc(100% - 200px);
}
.sendrequest form .types .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    margin-bottom: 20px;
    padding: 0.5rem;
    background: #fff;
    border: solid 1px #e4e5e7;
    border-radius: 4px;
}
.sendrequest form .types .logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.sendrequest form .types h3,
.sendrequest form .types h4 {
    margin-bottom: 20px;
}
.sendrequest form .types ul li {
}
.sendrequest form .types ul li label {
    display: inline-block;
    position: relative;
    line-height: 20px;
    padding: 5px 15px 5px 26px;
    cursor: pointer;
}
.sendrequest form .types ul li label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.sendrequest form .types ul li label .checkmark {
    position: absolute;
    top: 8px;
    left: 1px;
    height: 14px;
    width: 14px;
    border: 1px solid #ccc;
    background-color: #eee;
    border-radius: 50%;
}
.sendrequest form .types ul li label:hover input ~ .checkmark {
  background-color: #ccc;
}
.sendrequest form .types ul li label input:checked ~ .checkmark {
  background-color: #0d95e1;
  border: 1px solid #0d95e1;
}

.sendrequest form .inputs ul li {
    margin-bottom: 15px;
}
.sendrequest form .inputs ul li:last-child {
    margin-bottom: 0;
}
.sendrequest form .inputs ul li.duble {
    display: flex;
    justify-content: space-between;
}
.sendrequest form .inputs ul li.duble label {
    flex-basis: 47%;
}
.sendrequest form .inputs ul li label {
    color: #575757;
}
.sendrequest form .inputs label.empty,
.sendrequest form .inputs label.empty input,
.sendrequest form .inputs label.empty a {
    color: red!important;
    border-color: red!important;
}
.sendrequest form .inputs label input[type="text"],
.sendrequest form .inputs label input[type="email"] {
    background-color: #fff!important;
    height: 38px;
}
.sendrequest form .inputs label textarea {
    background-color: #fff!important;
}
.sendrequest form input:focus,
.sendrequest form textarea:focus,
.sendrequest form select:focus {
    border: 1px solid#66afe9;
    outline: none;
}

.send_request_mail .formSent.formSentSucsess {
    text-align: center;
    padding-left: 100px;
    background: url(../images/service/v-mark.svg) no-repeat;
    background-position: 15px center;
    background-size: 80px;
}
.send_request_mail .formSent.formSentError {
    text-align: center;
    padding-left: 100px;
    background: url(../images/service/x-mark.svg) no-repeat;
    background-position: 15px center;
    background-size: 70px;
}
.send_request_mail .formSent > div:first-child {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.send_request_mail .ui-dialog-titlebar {
    line-height: 10px;
}
.send_request_mail .ui-dialog-content {
    padding-bottom: 50px;
}



/* 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;
    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 */