@font-face{
    font-family:"Segoe UI";
    font-style:normal;
    font-weight:300;
    src:url(/app/assets/fonts/Segoe/Segoe-UI.woff) format("woff")
}
@font-face{
    font-family:"Segoe UI Bold";
    font-style:normal;
    font-weight:500;
    src:url(/app/assets/fonts/Segoe/Segoe-UI-Bold.woff) format("woff")
}

@font-face{
    font-family:Roboto;
    font-style:normal;
    font-weight:300;
    src:url(/app/assets/fonts/Roboto/Roboto-Light.eot?#iefix) format("embedded-opentype"),url(/app/assets/fonts/Roboto/Roboto-Light.woff2) format("woff2"),url(/app/assets/fonts/Roboto/Roboto-Light.woff) format("woff"),url(/app/assets/fonts/Roboto/Roboto-Light.ttf) format("truetype"),url(/app/assets/fonts/Roboto/Roboto-Light.svg#Roboto) format("svg")
}
@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(/app/assets/fonts/Roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"),url(/app/assets/fonts/Roboto/Roboto-Regular.woff2) format("woff2"),url(/app/assets/fonts/Roboto/Roboto-Regular.woff) format("woff"),url(/app/assets/fonts/Roboto/Roboto-Regular.ttf) format("truetype"),url(/app/assets/fonts/Roboto/Roboto-Regular.svg#Roboto) format("svg")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url(/app/assets/fonts/Roboto/Roboto-Bold.eot?#iefix) format("embedded-opentype"),url(/app/assets/fonts/Roboto/Roboto-Bold.woff2) format("woff2"),url(/app/assets/fonts/Roboto/Roboto-Bold.woff) format("woff"),url(/app/assets/fonts/Roboto/Roboto-Bold.ttf) format("truetype"),url(/app/assets/fonts/Roboto/Roboto-Bold.svg#Roboto) format("svg")}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}
a {
    text-decoration: none;
    color: #aaa;
}
li {
    list-style: none;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
/*****/

.admin-notice {
    margin: 20px 0;
    background-color: #fff8f5;
    border: 1px solid #6b00fe;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.admin-notice-text span {
    font-size: 17px;
    color: #555;
}
.admin-notice-close {
    cursor: pointer;
    margin-right: 15px;
}
.admin-notice-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 15px;
    border-right: 1px solid #ffccb8;
}
.admin-notice-svg svg {
    width: 20px;
    height: 20px;
    fill: #6b00fe;
    position: relative;
    top: -2px;
}
.admin-notice-close i {
    font-size: 18px;
    color: #6b00fe;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 75px;
    height: 75px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: rgb(0 0 0 / 40%);
    cursor: pointer;
}
.play-button svg {
    fill: #fff;
    width: 50px;
    height: 50px;
}
.pagination-failed-retry {
    margin: 50px 0 0;
    background: #6b00fe;
    color: #fff;
    padding: 7px 30px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    border: none;
    border-radius: 22px;
    cursor: pointer;
}

.sticky-bottom-ads-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /*border: 1px solid #F2F2F2;*/
    height: 130px;
    border-right: none;
    /*background-color: rgb(255 255 255 / 50%);*/
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.sticky-right-ads-wrapper {
    position: fixed;
    top: 350px;
    right: 0;
    /*border: 1px solid #F2F2F2;*/
    /*height: 130px;*/
    border-right: none;
    /*background-color: rgb(255 255 255 / 50%);*/
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999999;
}
.sticky-post-right-ads-wrapper {
    position: absolute;
    top: 0;
    left: calc(100% + 20px);
    /*border: 1px solid #F2F2F2;*/
    /*height: 130px;*/
    border-right: none;
    /*background-color: rgb(255 255 255 / 50%);*/
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999999;
}
.sticky-bottom-ads-close {
    position: fixed;
    right: 0;
    bottom: 129px;
    padding: 10px;
    border: 1px solid #F2F2F2;
    border-right: none;
    display: flex;
    cursor: pointer;
}
.sticky-bottom-ads-close svg {
    width: 20px;
    height: 20px;
    fill: #555;
}



.news_popup_wrapper {
    display: none;
    position: fixed;
    top: 0px;
    background: #fff;
    right: 0;
    width: 300px;
    z-index: 999999999;
    -webkit-box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.1);
    text-align: left;
    font-size: 15px;
    height: 100%;
    flex-direction: column;
    border-radius: 20px 0 0 20px;
}
.news_popup_header {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    padding: 15px;
    border-radius: 20px 0 0 0;
}
.news_popup_body {
    padding: 0 0 20px 0;
    overflow-y: auto;
    height: 100%;
}
.news_popup_title {
    color: #6b00fe;
    font-size: 16px;
    display: flex;
    align-items: center;
    position: relative;
}
.news_popup_close {
    display: flex;
}
.news_popup_close svg {
    width: 18px;
    height: 18px;
    fill: #bbb;
    cursor: pointer;
}

.bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    z-index: 9999;
}

.sorry {
    margin: 15px 0;
    text-align: center;
    font-weight: 500;
    color: #222;
    font-size: 17px;
}

.sorry span {
    padding-bottom: 4px;
    border-bottom: 2px solid #6b00fe;
}

.up-btn {
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index: 10;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    background: #222;
    color: #fff;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.up-btn.visible {
    opacity: 1;
    visibility: visible;
}

.up-btn span {
    position: relative;
    top: -3px;
}


.menu_block {
    color: #555555;
    display: flex;
    align-items: center;
    width: 80px;
}
.menu_open_button {
    width: fit-content;
    display: inline-block;
    position: relative;
    padding: 0 15px;
}

.main__content-top .menu_open_button {
    top: 5px;
}
.menu_block.active .menu_open_button {
    background: #f6f6f6;
    z-index: 9999;
}
.menu_block i {
    font-size: 22px;
    cursor: pointer;
    vertical-align: middle;
    color: #555;
}
.main__content-top .menu_block i {
    color: #fff;
    padding: 10px 12px;
    background: rgb(255 255 255 / 20%);
    border-radius: 100%;
    position: relative;
}
.main__content-top .menu_block i:before {
    position: relative;
    top: 1px;
}

header .dropdown_menu {
    display: none;
    position: absolute;
    top: 57px;
    background: #f6f6f6;
    right: 0;
    width: 200px;
    padding: 5px 25px;
    z-index: 50;
    -webkit-box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.1);
    text-align: left;
    font-size: 15px;
}
.page-desc-wrapper {
    margin: 0 0 5px;
    padding: 30px 20px 35px;
    background: #fff;
    text-align: center;
    background-image: url(../images/bg.jpg);
}
.page-domain {
    font-size: 25px;
    color: #6b00fe;
    font-weight: bold;
}
.page-description {
    font-size: 16px;
    color: #555;
}
.page-desc-wrapper .page-description {
    color: #aaa;
}
/*header .dropdown_menu:before {*/
/*    border-left: 10px solid transparent;*/
/*    border-right: 10px solid transparent;*/
/*    border-bottom: 10px solid #ff3c00;*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    right: 20px;*/
/*    top: -10px;*/
/*}*/

.dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.dropdown_footer {
    font-size: 15px;
    color: #aaa;
    text-align: center;
    margin-bottom: 60px;
}

.dropdown_menu .a_li {
    margin-bottom: 0;
    color: #555;
    line-height: normal;
    padding: 18px 25px;
    user-select: none;
    border-bottom: 1px solid #f1f1f1;
}
.dropdown_menu .a_li svg {
    width: 17px;
    height: 17px;
    fill: #bbb;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: 0px;
}
.dropdown_menu .a_li a {
    color: #555;
    font-size: 16px;
}




/* ads */
.long-br {
    width: 100%;
    max-width: 1200px;
    margin: 15px auto 15px auto;
    text-align: center;
}
.profile-header .long-br {
    margin: 0px auto 15px auto;
}
.long-br.single-post-ad {
    margin: 15px auto -10px auto;
}
.mid-br {
    width: 100%;
    max-width: 300px;
    height: 250px;
    margin: 15px auto 5px auto;
}
.box-photo.adv {
    background: none;
    border: none;
    text-align: center;
    padding: 35px 0;
}
.box-photo.adv .adv-p {
    color: #aaa;
    font-size: 15px;
    margin: 30% auto 0 auto;
}
.box-photo.adv ins {
    margin: 35% auto 35% auto;
    display: block;
    width: 100%;
    max-width: 300px;
    height: 250px;
}
#st-2 {
    z-index: 9999999999999!important;
}

@media all and (max-width: 750px) {
    .long-br {
        max-width: 320px;
    }
    .box-photo.adv {
        min-height: 0;
        padding: 5px 0;
    }
    .box-photo.adv .adv-p {
        margin: 0 0 0px 0;
    }
    .box-photo.adv ins {
        margin: 0;
    }
    .mid-br {
        max-width: 300px;
        max-height: 250px;
    }
}

@media all and (max-width: 400px) {
    .long-br {
        max-width: 300px;
    }
    .long-br.mgid {
        max-height: unset;
    }
}
/* ads */

.first-section {
    background: url("../images/bg.jpg") no-repeat center;
    background-size: cover;
    padding: 85px 0;
    text-align: center;
    position: relative;
    color: #ffffff;
}
.first-section .content {
    position: relative;
    z-index: 1;
}
.bg-opacity {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
}
.first-section-text {
    margin: 0px 0 10px 0;
}
.first-section-text h1 {
    font-size: 26px;
    font-weight: 700;
}
.first-section-text h2 {
    font-size: 24px;
    font-weight: 400;
}
.first-section-search {
    display: inline-block;
    width: 100%;
    max-width: 660px;
}
.first-section-search input {
    border: none;
    background: rgba(255, 255, 255, 1);
    padding: 19px 78px 17px 15px;
    font-size: 18px;
    width: 100%;
    border-radius: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #222;
}
.first-section-search input::-webkit-input-placeholder {color:#aaa;}
.first-section-search input::-moz-placeholder          {color:#aaa;}/* Firefox 19+ */
.first-section-search input:-moz-placeholder           {color:#aaa;}/* Firefox 18- */
.first-section-search input:-ms-input-placeholder      {color:#aaa;}
.first-section-search button {
    position: absolute;
    border: none;
    color: #222;
    width: 60px;
    background: none;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 19px;
    padding: 0 7px;
    cursor: pointer;
}
.icon-search:before {
    font-size: 120%;
}
.search-example {
    margin-top: 15px;
    text-align: left;
    font-size: 18px;
}
.second-section {
    background: #dedede;
    padding: 50px 0;
}
.white-icons-b {
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 15px 0 25px 0;
}
.white-icons-b a {
    display: inline-block;
    margin: 0 25px;
    color: #000;
    font-size: 20px;
    width: 170px;
}
.white-icons-b a img {
    max-width: 60px;
    width: 100%;
    display: block;
    vertical-align: middle;
    margin: 0px auto 10px auto;
}

.hashtags-b {
    margin-top: 40px;
}
.hashtags-b .title {
    color: #aaaaaa;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    margin: 0 0 35px 0;
}
.hashtags-p {
    text-align: center;
}
.hashtags-p a {
    text-decoration: none;
    color: #fff;
    background: #222;
    display: inline-block;
    padding: 5px 20px;
    margin: 10px;
}


.profiles-scroll {
    padding: 0 5px;
}
.profiles-b {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    border-bottom: 2px solid #e5e5e5;
}
.popular-post-title {
    text-transform: uppercase;
    padding: 0 10px 8px;
    font-size: 17px;
    font-weight: bold;
    color: #777;
    margin-bottom: -2px;
    border-bottom: 2px solid transparent;
}
.popular-post-title.active {
    color: #6b00fe;
    border-bottom: 2px solid #6b00fe;
}
.popular-post-filter {
    cursor: pointer;
}
.profiles-b .title {
    color: #aaaaaa;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    margin: 0 0 35px 0;
}
.profiles-p {
    text-align: center;
    margin: auto;
    max-width: 1020px;
}
.profiles-p a {
    width: 150px;
    text-decoration: none;
    color: #000;
    display: inline-block;
    margin: 10px 10px 40px 10px;
}
.profiles-p a img {
    display: block;
    max-width: 100%;
    height: 125px;
    margin: 0 auto 5px auto;
}

html, body {
    height: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #555;
    background: #fff;

    display: flex;
    flex-direction: column;
}
input, textarea, select, button{
    font-family: 'Roboto', sans-serif;
}
.content {
    width: 100%;
    max-width: 1252px;
    margin: 0 auto;
    position: relative;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 85%;
}
.wrapper.wrapper-edit {
    position: relative;
    min-height: 602px;
    max-width: 648px;
    margin: 15px auto -15px;
}
.wrapper-edit .img-wrapper {
    padding: 0;
    position: initial;
}
.ready-photo {
    text-align: center;
    margin: 15px 0 0 0;
    width: 100%;
}
.ready-photo img {
    height: 300px;
}


.hidden {
    display: none!important;
}

.blue-btn {
    display: inline-block;
    background: #ff8a00;
    color: #fff;
    padding: 0 16px;
    text-align: center;
    vertical-align: bottom;
    box-sizing: border-box;
    height: 36px;
    margin-right: 6px;
}

.error-box {
    font-size: 20px;
    text-align: center;
    background: #fff;
    padding: 20px;
}

.logo {
    line-height: 27px;
}
.logo a {
    color: #6b00fe;
    font-size: 23px;
    font-weight: 700;
    position: relative;
    top: 2px;
    font-family: Comfortaa;
    text-transform: lowercase;
}
.news_popup_title div {
    color: #6b00fe;
    font-size: 23px;
    font-weight: 700;
    position: relative;
    top: 2px;
    font-family: Comfortaa;
    text-transform: lowercase;
}
.news_popup_title div span {
    color: #6b00fe;
    font-family: Comfortaa;
}
.main__content-top .logo {
    background: rgb(255 255 255 / 20%);
    padding: 14px 18px 14px 18px;
    position: absolute;
    top: -10px;
    border-radius: 0px 0px 8px 8px;
}
.main__content-top .logo a {
    color: #fff;
    font-size: 28px;
}
.logo a span {
    color: #6b00fe;
    font-family: Comfortaa;
}
.header-description {
    color: #aaaaaa;
    position: relative;
    margin-left: 2px;
    font-size: 16px;
}
.header-description:before {
    display: none;
    content: '/';
    font-size: 28px;
    color: #ff8a00;
    font-weight: 100;
    position: absolute;
    left: -23px;
    top: -2px;
}

.center-header {
    min-height: 36px;
    float: left;
    width: 45%;
    text-align: center;
}
.left-header, .right-header {
    float: left;
    line-height: 37px;
}
.left-header {
    margin-right: 20px;
    width: 80px;
    display: flex;
    align-items: center;
}
.left-header > div {
    display: inline-block;
}
.right-header {
    text-align: right;
    color: #fff;
}
.right-header a {
    color: inherit;
}
.header-search .search-wrap {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
}
.header-search .search-wrap input::-webkit-input-placeholder {color:#555 ;opacity: 1;}
.header-search .search-wrap input::-moz-placeholder          {color:#555 ;opacity: 1;}/* Firefox 19+ */
.header-search .search-wrap input:-moz-placeholder           {color:#555 ;opacity: 1;}/* Firefox 18- */
.header-search .search-wrap input:-ms-input-placeholder      {color:#555 ;opacity: 1;}
.header-search .search-wrap input {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    padding: 9px 50px 8px 15px;
    background: #fff;
    color: #555;
    opacity: 1;
    width: 100%;
    line-height: 23px;
    height: 44px;
    border-radius: 40px;
    border: 2px solid #ededed;
}
.header-search .search-wrap input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f6f6f6 inset;
    -webkit-text-fill-color: #aaa;
}
.header-search .search-wrap button {
    position: absolute;
    border: none;
    background: none;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 19px;
    padding: 0 10px 0 3px;
    cursor: pointer;
    color: #aaa;
    display: flex;
    align-items: center;
}

.header-search .search-wrap button .desktop-animation-loader {
    width: 23px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 3px solid #6b00fe;
    animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1{
    0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
    12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
    25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
    50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
    62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
    75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
    100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{
    0%    {transform:scaleY(1)  rotate(0deg)}
    49.99%{transform:scaleY(1)  rotate(135deg)}
    50%   {transform:scaleY(-1) rotate(0deg)}
    100%  {transform:scaleY(-1) rotate(-135deg)}
}
.header-search .search-wrap button svg {
    fill: #6b00fe;
    width: 24px;
    height: 24px;
}
.main-header.header-search {
    padding: 14px 0 14px;
    background: #fff;
    z-index: 999;
    position: relative;
    border-bottom: 1px solid #ebebeb;
}
.main-header > .content {
    padding: 0 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-header {
    padding: 40px 5px;
    position: relative;
}
.content-header.profile-page {
    padding: 20px 0;
}

.content-header.tag-page .content-title, .content-header.location-page .content-title {
    float: none;
    text-align: center;
}
.content-header.tag-page .content-title h1, .content-header.location-page .content-title h1 {
    font-size: 22px;
    color: #555;
    text-align: center;
    font-weight: 600;
    padding-bottom: 2px;
}
.content-header.location-page h1 span {
    color: #6b00fe;
    text-decoration: underline;
}
.content-header.tag-page .content-title h1 a {
    color: #6b00fe;
}
.content-header.tag-page .content-subtitle {
    font-size: 18px;
    color: #aaa;
}
.post-share {
    margin: 0 auto 15px auto;
    max-width: 648px;
    overflow: hidden;
}
.post-share .social-share {
    position: relative;
    top: 0;
    right: auto;
}
.post-share .social-share div {
    display: initial;
}

.private-profile-top {
    text-align: center;
    margin: 10px 0;
}

.under-profile {
    text-align: left;
    color: #aaaaaa;
    font-size: 17px;
}

.similar-users {
    text-align: center;
    margin: 30px 0 0 0;
}
.similar-users .heading {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    color: #aaa;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.similar-users .profile-result {
    text-align: left;
    margin: 0 20px 20px 20px;
}
.similar-users .result-username {
    font-size: 17px;
    text-align: center;
}
.similar-users .result-ava {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin-bottom: 0;
}
.similar-users .result-ava img {
    border-radius: 0;
}

.share-p {
    text-align: right;
}
.share-p.post {
    overflow: hidden;
    text-align: right;

}
.share-p.post .share_right {
    float: none;
}
.share-p.search {
    margin-bottom: 0px;
    margin-top: 0;
}


.share_right {
    float: right;
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
    overflow: hidden;
    position: relative;
}
.share_right a {
    display: inline-block;
    vertical-align: top;
    color: #222222;
    border: 1px solid #222222;
    padding: 9px 10px 9px 10px;
    font-weight: 500;
    margin-left: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 15px;
    margin: 0 0 0 0;
    height: 40px;
}
.share_right a:hover {
    color: #fff;
    background: #222222;
}
#copyLink-input {
    position: absolute;
    top: -9000px;
    border: none;
}

.social-share {
    display: inline-block;
    vertical-align: top;
}
.social-share span {
    font-size: 18px;
    text-transform: uppercase;
    color: #888888;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.social-share a {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}
.social-share a:last-child {
    margin-right: 0px;
}

.social-share.round a {
    border-radius: 100%;
}

.social-share a:before {
    margin: 0;
}
.social-share a.cs-facebook {
    background: #3b5998;
}
.social-share a.cs-twitter {
    background: #55acee;
}
.social-share a.cs-google {
    background: #db4437;
}
.social-share a.cs-pinterest {
    background: #cb2027;
}
.social-share a:hover {
    opacity: 0.8;
}


.content-title {
    text-align: left;
    color: #222222;
    font-size: 26px;
    padding: 0;
    float: left;
}

.black-box {
    background: #6b00fe;
    color: #fff;
    text-align: center;
    padding: 7px 28px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-right: 30px!important;
    border-radius: 22px;
}
.show_stories_button {
    color: #fff;
    text-align: center;
    padding: 7px 28px;
    font-size: 16px;
    display: inline-block;
    margin-right: 20px!important;
    border-radius: 22px;
    font-weight: bold;
    background: -webkit-linear-gradient( 90deg , #6b00fe 0%, #ff8657 80%);
    background: -o-linear-gradient(90deg, #6b00fe 0%, #ff8657 80%);
    background: -moz-linear-gradient(90deg, #6b00fe 0%, #ff8657 80%);
    background: linear-gradient( 90deg , #6b00fe 0%, #ff8657 80%);
    cursor: pointer;
}
.tagged_profile_button {
    color: #aaa!important;
    text-align: center;
    padding: 7px 6px;
    font-size: 17px;
    display: inline-block;
    margin-right: 20px!important;
    /*border-radius: 22px;*/
    font-weight: bold;
    /*background: #e7e7e7;*/
    cursor: pointer;
    position: relative;
}
.tagged_profile_button.active {
    color: #555!important;
}
.tagged_profile_button.active:after {
    content: '';
    background: #6b00fe;
    height: 3px;
    width: 40px;
    display: block;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1px;
}


.stories-spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
    display: none;
}
.show_stories_button.active .stories-spinner {
    display: block;
}
.show_stories_button.active > span {
    display: none;
}
.show_stories_button.active {
    background: -webkit-linear-gradient( 90deg , #6b00fe 0%, #ff8657 80%);
    background: -o-linear-gradient(90deg, #6b00fe 0%, #ff8657 80%);
    background: -moz-linear-gradient(90deg, #6b00fe 0%, #ff8657 80%);
    background: linear-gradient( 90deg , #6b00fe 0%, #ff8657 80%);
    border: none;
}

.stories-spinner > div {
    width: 10px;
    height: 10px;
    background-color: #fff;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.stories-spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.stories-spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.no_stories div {
    text-align: center;
    padding: 10px;
    margin: 0 5px 10px;
    background: #e7e7e7;
    color: #555;
    position: relative;
}
.no_stories svg {
    fill: #555;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 15px;
}
.black-box a {
    color: #fff!important;
}
.bold a {
    color: #444444!important;
}
.bold {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: inline-block;
}
.content-title .bold {
    margin-right: 30px!important;
    color: #444444;
}


.content-title h1 {
    text-align: left;
    color: #222222;
    font-size: 26px;
    padding: 0;
    margin: 0;
    font-weight: 400;
}
.content-title a {
    color: #222222;
    text-decoration: underline;
}

.box-photos {
    font-size: 0;
    padding: 0 0 24px 0;
    text-align: center;
    margin: 0;
    position: relative;
    max-width: 100%;
    width: 100%;

}
.box-photos > li {
    display: inline-block;
    width: 100%;
    max-width: 384px;
    padding: 0 6px 12px 6px;
    vertical-align: top;
}
.box-photos > li > div:nth-child(2) {
    margin-top: 10px;
}

.box-photo, .profile_information {
    /*background: #ffffff;*/
    font-size: 15px;
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 374px;
    vertical-align: top;
    position: relative;
    margin: 0;
    transition: all 0.5s;
    border-radius: 8px;
}

.profile_information.stat {
    height: 200px;
}
/*.box-photo {*/
/*    border: 1px solid #ededed;*/
/*}*/
.profile_information .top_about {
    font-size: 16px;
    padding: 17px 20px 13px 14px;
    word-wrap: break-word;
    text-align: center;
    font-weight: 600;
}
.top_about span {
    border-bottom: 2px solid #6b00fe;
    padding-bottom: 5px;
}
.stat-title {
    font-size: 16px;
    color: #999999;
    padding: 15px;
}
.stat-body canvas {
    width: 100px;
    height: 100px;
    max-height: 100px;
    max-width: 100px;
}
.stat-body {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
#chartjs_circle {
    margin: 0 20px;
}
.chart_ir_text {
    font-size: 15px;
    color: #555555;
}
.stat-body .profile-statistics__slider-block {
    width: 100%;
}
.stat-body .profile-statistics__wrapper {
    margin: 0;
    padding: 14px 0;
    border: none;
}
#chartjs_pie {
    /*margin: 0 30px;*/
}
.stat-body .chart_labels {
    margin-bottom: -20px;
}
.chart_with_ir {
    position: relative;
}
.chart_with_ir > span {
    font-size: 26px;
    font-weight: bold;
    color: #555555;
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    transform: translate(50%, -50%);
}
.chart_with_ir span > span {
    font-size: 18px;
    font-weight: normal;
    display: inline-flex;
    margin-left: 2px;
}

.profile-statistics__container {
    background: #fff;
    display: flex;
    margin-bottom: 20px;
}
.profile-statistics__left {
    width: 60%;
    padding: 15px 30px;
}
.profile-statistics__title {
    font-size: 16px;
    color: #999999;
}
.profile-statistics__wrapper {
    border-right: 1px solid #ededed;
    margin-bottom: 22.4px;
    display: flex;
    justify-content: space-evenly;
    padding: 35px 0;
    text-align: center;
}
#statistics-popup .popup__body {
    padding: 0;
}
#statistics-popup .popup {
    max-width: 650px;
}

.statistics-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.statistics-wrapper > div {
    display: flex;
    flex-direction: column;
    width: 50%;
    flex-basis: 50%;
    justify-content: center;
    align-items: center;
    /*border-right: 1px solid #ededed;*/
    border-bottom: 1px solid #ededed;
    padding: 20px 0;
    height: 150px;
    max-height: 150px;
}
.statistics-wrapper > div:nth-child(2) {
    border-right: none;
}

.statistics-wrapper > div:nth-child(3) {
    border-bottom: none;
}
.statistics-wrapper > div:last-child {
    flex-direction: row;
    border-right: none;
    border-bottom: none;
}


.profile-statistics__block-stat {
    font-size: 22px;
    color: #555555;
    font-weight: bold;
}
.profile-statistics__block-stat-name {
    font-size: 15px;
    color: #999999;
    text-align: center;
}
.profile-statistics__right {
    padding: 37.4px 0;
    display: flex;
}
#chartjs_pie {
    max-width: 80px;
    max-height: 250px;
}
.chart_labels {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 20px;
}
.chart_labels__videos, .chart_labels__photos {
    font-size: 15px;
    color: #555555;
}
.chart_labels__videos span, .chart_labels__photos span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 100%;
}
.chart_labels__photos span {
    background: #ff8657;
}
.chart_labels__videos span {
    background: #6b00fe;
}
.profile-statistics__slider-block {
    display: flex;
    justify-content: space-around;
    width: 50%;
}

#country-popup .popup__body {
    padding-right: 5px;
}
.countries-list-wrapper {
    max-height: 350px;
    overflow-y: auto;
}
.countries-list-wrapper::-webkit-scrollbar {
    width: 10px;
    border-radius: 5px;
}
.countries-list-wrapper::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 5px;
}
.countries-list-wrapper::-webkit-scrollbar-thumb {
    background: #bbbbbb;
    border-radius: 5px;
}
.countries-list-wrapper::-webkit-scrollbar-thumb:hover {
    background: #bbbbbb;
    border-radius: 5px;
}
.country-item {
    margin-bottom: 5px;
    cursor: pointer;
    display: flex;
}
.country-item span {
    padding: 5px 14px;
}
.country-item.hide {
    display: none;
}
.country-item.active span {
    background: #ffede7;
    color: #6b00fe;
    border-radius: 40px;
}


.box-photo .box-photo-hover {
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.54);
    color: #fff;
    text-align: right;
    padding: 10px;
    z-index: 1;
}
.box-photo .box-photo-hover a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    transition: all 0.3s;
    border: 1px solid #fff;
    margin: 0 5px;
    font-size: 20px;
    text-align: center;
}
.box-photo .box-photo-hover a:hover {
    color: #000;
    background: #fff;
}

.box-photo:hover .box-photo-hover {
    opacity: 1;
    visibility: visible;
}


.photo {
    width: 100%;
    background: no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.photo a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.photo img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    border-radius: 8px;
    min-height: 300px;
    background: #555;
}
.photo .full-screen {
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0,0,0,0.6);
    z-index: 9;
    color: #ffff;
    font-size: 16px;
    border-radius: 100%;
    cursor: pointer;
}
.photo .full-screen span {
    margin-left: 1px;
}
.post-footer {
    display: flex;
    justify-content: space-between;
    color: #aaa;
    padding: 10px 5px 13px 5px;
    align-items: center;
    border-top: 1px solid #f7f7f7;
    margin: 0px 15px 0px 15px;
}
.likes_comments_photo {
    display: flex;
}
.likes_comments_photo > div {
    display: flex;
    align-items: center;
}
.likes_comments_photo > div > span {
    font-size: 20px;
}
.likes_photo, .comments_photo {

}
.comments_photo {
    margin-left: 18px;
}
.likes_photo span, .comments_photo span {
    margin-right: 5px;
    color: #DDD;
}
.download_button {
    padding: 12px 15px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    border-radius: 40px;
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0;
    text-align: center;
    width: 150px;
    z-index: 9;
    cursor: pointer;
    margin: 0 auto;
}
.edit_button {
    padding: 10px 15px 8px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    bottom: 15px;
    left: 0px;
    right: 0;
    text-align: center;
    width: 90px;
    z-index: 9;
    cursor: pointer;
    background: #6b00fe;
    margin-right: 15px;

    align-items: center;
    display: flex;
    justify-content: center;
}
.edit_button svg {
    fill: #fff;
    width: 14px;
    height: 100%;
    margin-right: 5px;
}
.download_button span {
    font-size: 14px;
}
.photo-info {
    padding: 5px 12px 8px 12px;
    position: relative;
}
.user-nickname {
    padding: 4px 0;
    color: #aaa;
}
.user-nickname a {
    color: #aaa;
    display: inline-block;
}
.header-ad {
    margin: 15px 0;
}
.user-nickname a:hover, .photo-tags a:hover {
    text-decoration: underline;
}
.photo-description {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    margin-top: 3px;
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.5;
    height: 45px;
}
.photo-description a {
    text-decoration: underline;
    color:#6b00fe;
}
.photo-tags {
    padding: 0;
    overflow: hidden;
    font-size: 15px;
}
.photo-tags a {
    color: #222;
    text-decoration: underline;
    display: inline-block;
    margin-right: 5px;
}

.video-icon {
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgb(69 69 69 / 60%);
    z-index: 9;
    color: #ffff;
    font-size: 14px;
    border-radius: 100%;
}
.video-icon span {
    margin-left: 4px;
}
.carousel-icon {
    background: url('../images/albums.svg') no-repeat;
    background-position: center;
    background-size: 100%;
    overflow: hidden;
    position: absolute;
    right: 15px;
    bottom: 15px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 25px;
    font-size: 35px;
    color: #fff;
    border-radius: 100%;
    opacity: .7
}

.photo-location {
    height: 40px;
    margin-bottom: 10px;
    display: none;
}
.photo-location span {
    color: #DDD;
    font-size: 14px;
}
.photo-location span a {
    text-decoration: none;
    font-size: 15px;
    color: #aaa;
    text-transform: uppercase;
    margin-left: 3px;
}

.likes-text {
    text-align: center;
    margin-top: 7px;
    color: #777;
    padding: 0 5px;
}
.like-users {
    margin: 15px 0 10px 0;
    text-align: center;
    padding: 0;
    line-height: 24px;
    height: 26px;
    color: #aaaaaa;
    overflow: hidden;
    text-align: left;
}
.like-user-avatar {
    width: 25px;
    height: 25px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
}
.like-user-avatar:hover {
    opacity: 0.8;
}
.like-user-avatar img {
    width: 100%;
    height: 100%;
    display: block;
}

.post-date-comments {
    color: #bbb;
}
.post-date-comments > span:nth-child(1):before,
.post-date-comments > span:nth-child(2):before {
    color: #ccc;
}
.post-date-comments span:nth-child(1) {
    margin-right: 5px;
    color: #bbb;
}
.post-date-comments span:nth-child(3) {
    color: #bbb;
    float: right;
}
.post-date-comments .icon-chat {
}

.post-time {
    text-align: left;
}
.filter-text {
    text-align: right;
    padding: 0;
    float: right;
}

.wrapper.profile-wrapper {
    background: #000;
}
.box-photos-wrapper {
    padding-top: 32px;
}
.profile-header {
    padding: 15px 0 16px;
    background: #f1f1f1;
}
.content-header.tag-page {
    background: #f1f1f1;
    padding: 0 5px 40px;
}
.content-header.tag-page h1 {
    padding-top: 40px;
}
.profile-header .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-header-wrapper {
    padding: 15px 0 0;
}
.profile-hd-link {
    display: flex;
    position: absolute;
    background: rgb(255,182,153);
    background: linear-gradient(0deg, rgba(255,182,153,1) 0%, rgba(255,89,25,1) 100%);


    bottom: 0;
    right: 0;
    padding: 4px;
    border-radius: 100%;
    border: 4px solid #f1f1f1;
}
.profile-hd-link svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}
.profile-info {
    float: left;
}
.profile-info > div {
    display: inline-block;
    vertical-align: middle;
}
.profile-name-top {
    color: #555;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}
.profile-name-bottom {
    color: #aaa;
    font-size: 18px;
    font-weight: 400;
    margin: 0
}
.profile-description {
    float: right;
    width: 100%;
    max-width: 700px;
    text-align: center;
}
.profile-page .social-share {
    position: static;
    text-align: center;
}
.profile-page .content-title {
    color: #222222;
    width: 100%;
    text-align: center;
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.profile-page .content-title a {
    text-decoration: none;
}
.profile-page .content-title h1 {
    text-align: center;
    color: #222222;
    font-size: 20px;
    padding: 0;
    margin: 0;
    font-weight: 400;
}
.stats-profile-button {
    position: absolute;
    right: 0;
    color: #aaa;
    font-size: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.stats-profile-button span {
    margin-left: 5px;
    font-size: 20px;
}

.profile-page .content-title h1 span {
    color: #222222;
    font-weight: 400;
}
.profile-page .content-title h1 a {
    color: #ff8a00;
    font-weight: 400;
    text-decoration: none;
}

.profile-page .content-title > span {
    margin-right: 5px;
}



.location-page .content-title h1 {
    text-align: center;
    color: #222222;
    font-size: 20px;
    padding: 0;
    margin: 0;
    font-weight: 400;
}
.mob_hide {
    display: block;
}
.pc_hide {
    display: none;
}
.stories_switch.active {
    color: #6b00fe;
    text-decoration: underline;
}
.stories_switch {
    color: #444444;
    text-decoration: none;
    cursor: pointer;
}
.stories_wrapper {
    height: 228px;
}
@media all and (min-width: 768px) {
    .location-page.content-header {
        display: table;
        width: 100%;
    }
    .location-page .content-title {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
    .location-page .content-title h1 {
        text-align: left;
    }
}

.profile-sub-desc {
    font-size: 18px;
    display: inline-block;
    color: #aaaaaa;
}

.profile-page .content-title .thin {
    font-weight: 300;
}
.search-header {
    text-align: center;
    padding: 0 180px;
}
.search-header ul li {
    list-style: none;
    display: inline-block;
    font-size: 20px;
    margin: 0 10px;
    padding:0 10px 15px;
}
.search-header ul li.active {
    border-bottom: 3px solid #6b00fe;
}
.search-header ul li:hover {
    cursor: pointer;
    opacity: 0.8;
}
.search-body-wrapper {
    background: #fff;
}
.content-search-header .social-share {
    top: 15px;
}
.result-ava {
    width: 65px;
    height: 65px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto;
}
.result-ava img {
    width: 100%;
    height: 100%;
    display: block;
}
.profile-result {
    margin: 0 8px 35px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.profile-result:hover, #search-tags-results a:hover, #search-locations-results a:hover {
    opacity: 0.8;
}
.result-username {
    color: #6b00fe;
    font-size: 17px;
    border-radius: 22px;
    padding: 10px 20px;
}
.no_search_result {
    text-align: center;
    margin-bottom: 4px;
}
.no_search_result_notice {
    margin-bottom: 40px;
    background: #fff5f4;
    padding: 5px 10px;
    display: inline-flex;
    border-radius: 20px;
}

.search-result-box {
    padding-top: 40px;
    text-align: center;
}
#search-tags-results, #search-locations-results {
    display: none;
}
#search-tags-results a, #search-locations-results a {
    display: inline-block;
    padding: 10px 22px;
    background: #fff;
    color: #6b00fe;
    font-size: 17px;
    margin: 0 8px 20px;
    max-width: 290px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 22px;
    border: 1px solid #ebebeb;
}
.photo-wrapper {
    margin: 15px auto 0;
    width: 100%;
    max-width: 940px;
}
.single-photo-wrapper {
    position: relative;
}
.single-photo {
    width: 100%;
    max-width: 648px;
    margin: auto;
    position: relative;
}
.single-photo video {
    width: 100%;
    display: flex;
    max-height: 700px;
}
.single-photo .full-screen {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    font-size: 18px;
    border-radius: 100%;
    display: inline-block;
    background: #000000c4;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 48px;
}

.single-photo img {
    width: 100%;
    display: block;
}
.single-photo-info {
    width: 100%;
    max-width: 648px;
    float: none;
    padding: 0 0 0 0;
    margin: auto;
    font-size: 15px;
}
.single-photo-info .white-box {
    background: #fff;
    padding: 15px 15px 0 15px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 0px 0px 10px 10px;
}
.trc_rbox_header_span, .thumbnails-a .syndicatedItem .video-title,
.thumbnails-b .syndicatedItem .video-title,
.thumbnails-c .syndicatedItem .video-title,
.thumbnails-d .syndicatedItem .video-title {
    color: #222!important;
}
.thumbnails-a .syndicatedItem .branding, .thumbnails-a .logoDiv a span
, .thumbnails-b .logoDiv a span, .thumbnails-b .syndicatedItem .branding
, .thumbnails-c .logoDiv a span, .thumbnails-c .syndicatedItem .branding
, .thumbnails-d .logoDiv a span, .thumbnails-d .syndicatedItem .branding{
    font-weight: normal!important;
    color: #aaa!important;
}

.single-photo-nickname {
    color: #aaa;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.single-photo-nickname a {
    color: #aaa;
}
.single-photo-time {
    color: #aaa;
}
.single-photo-description {
    margin-bottom: 25px;
    word-break: break-word
}
.single-photo-description a {
    color: #6b00fe;
    text-decoration: underline;
    margin: 0 2.5px;
}
.box-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.box-user-avatar {
    overflow: hidden;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    margin: 14px;
}
.box-user-avatar:hover {
    opacity: 0.8;
}
.box-user-avatar img {
    width: 100%;
    height: 100%;
    display: block;
}
.box-users {
    margin-bottom: 15px;
    text-align: center;
}
.location {
    font-size: 16px;
    margin-bottom: 15px;
}
.location span.red-span {
    color: #222;
}
.location a.red-span {
    color: #6b00fe;
    text-decoration: underline;
}
.info-bottom {
    font-size: 18px;
    background: #e6e6e6;
    padding: 25px 22px;
    margin-bottom: 15px;
    width: 100%;
    color: #777;
    border-radius: 10px;
}
.info-bottom > div {
    display: flex;
    align-items: center;
    padding-top: 2px;
}
.info-bottom svg {
    fill: #c0c0c0;
    margin-right: 8px;
    height: 21px;
    width: 21px;
}
.info-bottom .icon-chat:before {
    color: #aaa;
    margin-right: 8px;
}
.comments {
    margin-top: 10px;
}
.comment {
    background: #fff;
    padding: 10px 10px 20px;
    font-size: 15px;
    margin-bottom: 10px;
    min-height: 128px;
    word-break: break-word;
    border-radius: 10px;
}
.comment:last-child {
}
.comment-user {
    margin-bottom: 20px;
}
.comment-user-avatar {
    width: 25px;
    height: 25px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-right: 7px;
}
.comment-user-avatar img {
    width: 100%;
    height: 100%;
    display: block;
}
.comment-user > div {
    display: inline-block;
    vertical-align: middle;
}
.comment-user-nickname a {
    color: #aaa;
}
.comment-user-nickname a:hover {
    text-decoration: underline;
}
.comments-wrapper {
    max-width: 648px;
    width: 100%;
    margin: auto;
}
.more-comments a {
    display: block;
    background: #222222;
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
}
.more-comments a:hover {
    opacity: 0.8;
}
.main-footer {
    text-align: center;
    line-height: 1.6;
    padding: 30px 0;
}
.main-footer > .content > p:first-child a {
    color: #777;
}
.main-footer p {
    color: #aaa;
}
.main-footer ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}
.main-footer ul li:after {
    content: '-';
    margin-left: 10px;
    margin-right: 5px;
    color: #222222;
}
.main-footer ul li a {
    color: #777;
}
.main-footer ul li a:hover {
    text-decoration: underline;
}
.main-footer ul li:last-child:after {
    display: none;
}

.load-more-wrap {
    text-align: center;
    padding-bottom: 90px;
}
.load-more {
    /*background: url('../images/loading.svg') no-repeat;*/
    background-color: #000;
    background-position: center;
    /*color: transparent;*/
    color: #fff;
    border: none;
    width: 100%;
    max-width: 390px;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0;
    cursor: pointer;
    display: inline-block;
}

.content-page {
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
}
.content-page.promote {
    padding: 0;
}
.error-p {
    text-align: center;
}
.error-p h1 {
    font-size: 28px;
}
.error-p span {
    display: block;
    font-size: 22px;
}
.error-svg svg {
    width: 40px;
    margin: 10px 0;
    fill: #ddd;
}
.error-p p {
    color: #555;
    font-size: 18px;
}

.page-title {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 15px;
}
.page-content {
    font-size: 16px;
    font-weight: 400;
}
.page-heading {
    text-align: center;
    margin-top: 30px;
}

.input-form {
    border: 1px solid #dedede;
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
    font-size: 16px;
    border-radius: 0;
}

.contact-us-form {
    display: block;
    margin: 20px auto 0 auto;
    width: 100%;
    max-width: 600px;
    transition: all 0.3s;
}
.contact-us-form.hidden { display: none; }
.contact-us-form .input-form {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 10px 0;
}
.contact-us-form input.input-form {
    border: none;
    border-bottom: 1px solid #dedede;
}
.contact-us-form p {
    text-align: right;
}
.contact-us-form button[type="submit"] {
    margin: 0;
    width: auto;
    font-size: 16px;
}


.contact-form-thanks {
    display: table;
    width: 100%;
    height: 309px;
    transition: all 0.3s;
}
.contact-form-thanks.hidden {
    display: none;
}
.contact-form-thanks > div {
    display: table-cell;
    vertical-align: top;
    padding-top: 20px;
    font-size: 16px;
}
.contact-form-thanks > div > div {
    background: #fff8ea;
    color: #6b00fe;
    border: 1px solid #6b00fe;
    padding: 10px 20px;
}

.orange-button {
    width: 53px;
    line-height: 53px;
    height: 53px;
    text-align: center;
    border: 1px solid #6b00fe;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 22px;
    color: #ffffff;
    background: #6b00fe;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.orange-button:hover,
.orange-button:active {
    cursor: pointer;
    background: none;
    color: #6b00fe;
}


.promote {
    display: flex;
}
.promote__left {
    width: 35%;
}
.promote__explain.owl-carousel {
    display: block;
}
.promote__explain-block {
    background-color: #e2e2e2;
    color: #555555;
    padding: 25px;
}
/*.promote__explain-block:first-child {*/
/*    background-color: #e2e2e2;*/
/*}*/
.promote__explain-title {
    font-size: 18px;
    font-weight: bold;
}
.promote__explain-description {
    font-size: 15px;
}
.promote__right {
    width: 65%;
}
.promote__form {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 610px;
    margin: 50px auto 0;
    padding: 0 25px;
}
.promote__form-title {
    font-size: 16px;
    color: #555;
    font-weight: bold;
}
.promote__form-input_block {
    margin-top: 10px;
    margin-bottom: 10px;
}
.promote__form-input {
    padding: 14px 20px 12px;
    width: 100%;
    font-size: 17px;
    color: #333;
    border: 1px solid #dfdfdf;
    background: #fafafa;
}
.promote__form-description {
    background-color: #fff1eb;
    font-size: 15px;
    color: #998787;
    padding: 17px;
    margin-bottom: 40px;
    border: 1px solid #e3d8cd;
}
.promote__form-buttons_wrapper_title {
    font-size: 16px;
    font-weight: bold;
    color: #555;
    margin-bottom: 20px;
}
.promote__form-buttons_wrapper_title span {
    text-decoration: underline;
}
.promote__form-buttons_wrapper_subtitle {
    font-size: 17px;
    color: #555555;
    margin-bottom: 10px;
}
.promote__form-buttons_block {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 60px;
}
.promote__form-button {
    position: relative;
    background: linear-gradient(#ff9349, #6b00fe);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 25px;
    cursor: pointer;
    margin: 0 12px;
    width: 100%;
    border: none;
    border-radius: 3px;
}
.promote__form-button_desc {
    position: absolute;
    color: #555;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    bottom: -30px;
    left: 0;
}
.promote__sign-in-url {
    text-align: right;
    font-size: 16px;
    color: #999999;
}
.promote__sign-in-url a {
    color: #999999;
    text-decoration: underline;
}
.promote__right-info_wrapper {
    background: linear-gradient(#ffa262, #6b00fe);;
    display: flex;
    padding: 50px 0;
    flex-direction: column;
    align-items: center;
}
.promote__right-info_title {
    font-size: 35px;
    color: #FFFFFF;
    font-weight: 400;
}
.promote__right-info_title span {
    border-bottom: 2px solid #ffa885;
}
.promote__right-info_block {
    display: flex;
    align-items: center;
    padding: 20px 0;
    margin: 0 auto;
    width: 350px;
}
.promote__right-info_block span{
    color: #ffffff;
    font-size: 17px;
    width: 100%;
}
.promote__right-info_block svg{
    fill: #ffa885;
    width: 20px;
    margin-right: 20px;
    height: 25px;
}
.promote__right-info_subblock {
    color: #a53307;
    font-size: 17px;
    margin-top: 30px;
}
.promote__right-info_subblock span {
    font-weight: bold;
}
.mob_show {
    display: none;
}
.notice_bg {
    display: none;
    background: rgba(13, 13, 13, 0.82);;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}
.notice {
    display: none;
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 9999999999999;
    background: #fff;
}
.notice__header {
    background: #f1f1f1;
    padding: 15px;
    position: relative;
    color: #333;
    font-size: 17px;
}
.notice__header svg {
    position: absolute;
    width: 25px;
    right: 18px;
    fill: #aaa;
    cursor: pointer;
}
.notice__body {
    padding: 80px;
    color: #333;
}
.notice__body svg {
    width: 70px;
    height: 70px;
    fill: #d4d4d4;
    margin: 0 auto 20px;
    display: block;
}
.notice__body span {
    font-style: italic;
    color: #6b00fe;
}

.promote-box {
    padding: 20px;
}
.promote-box__title {
    font-size: 15px;
    color: #aaa;
    margin-bottom: 15px;
}
.promote-box__explain_wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.promote-box__explain {
    text-align: center;
    margin-bottom: 25px;
    font-size: 17px;
    color: #555555;
}
.promote-box__explain-title span {
    font-weight: bold;
}
.promote-box__explain:first-child svg {
    height: 60px;
    width: auto;
    margin: 0;
}
.promote-box__explain-icon svg {
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
}
.promote-box__button {
    display: block;
    color: #fff;
    background-color: #6b00fe;
    max-width: 200px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 15px;
    margin: 5px auto 0;
    border-radius: 20px;
}
.promote-box-ad {
    padding: 12px;
}
.promote-box-ad .promote-box__title {
    margin-top: 1px;
    margin-bottom: 12px;
}
.promote-box__image {
    margin-right: -24px;
    display: flex;
}
.promote-box__image img {
    width: 100%;
    margin-left: -12px;
}
.promote-box__ad-title {
    color: #333;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.promote-box__message-box {
    margin: 0 -12px;
    display: flex;
    padding: 13px 12px 11px;
    background: #fff1ec;
    font-weight: normal;
    font-size: 15px;
    color: #333;
    align-items: center;
}
.promote-box__message-box svg {
    width: 16px;
    fill: #d1bab2;
    margin-right: 10px;
}
.promote-box__info {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    margin-bottom: 8px;
}
.promote-box__info a {
    color: #6b00fe;
    text-decoration: underline;
}
.promote-link {
    display: inline;
}
.promote-link a {
    font-size: 15px;
    color: #555;
}
.promote-link svg {
    fill: #555;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    position: relative;
    top: 2px;
}
.promote__custom-form {
    margin-bottom: 30px;
}
.promote__custom-form-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.promote__custom-form-block {
    display: flex;
}
.promote__custom-form-label, .promote__custom-form-input {
    border: 1px solid #dfdfdf;
    border-right: none;
    color: #333;
}
.promote__custom-form-label {
    padding: 15px 26px;
}
.promote__custom-form-input {
    background: #fafafa;
    max-width: 130px;
    padding: 15px 10px;
    font-size: 16px;
}
.promote__custom-form-button {
    background: linear-gradient(#ff9349, #6b00fe);
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 26px;
}
.promote__custom-form-description {
    font-size: 16px;
    color: #999;
}
.box-photo.promote_ads {
    background: none;
}
.promote_ads__box {
    max-width: 300px;
    margin: 0 auto;
}
.promote_click {
    display: block;
    padding-bottom: 15px;
    background: #fff;
}
.promote_ads__by {
    font-size: 17px;
    color: #555;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 5px;
    font-weight: bold;
}
.promote_ads__image {
    display: block;
    width: 300px;
    height: 250px;
    background-position: center;
    background-size: cover;
}
.promote_ads__ad-title {
    font-size: 18px;
    font-weight: bold;
    color: #555555;
    padding: 15px 10px 0;
    background: #fff;
}
.promote_ads__message-box {
    color: #999;
    background: #fff;
    font-size: 15px;
    padding: 2px 10px 0;
}
.promote_ads__info {
    text-align: right;
    font-size: 15px;
    color: #999;
    margin: 5px 0 40px;
}

.user-panel.content-page {
    padding: 0;
}
.user-panel__header {
    background-color: #e2e2e2;
}
.user-panel__header-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}
.user-panel__header-title-text {
    font-size: 17px;
    color: #555555;
    font-weight: bold;
}
.user-panel__filter_dropdown {
    padding: 8px 20px;
    cursor: pointer;
}
.user-panel__filter_dropdown ul {
    display: none;
    list-style: none;
}
.user-panel__filter_dropdown ul.active {
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
}
.user-panel__filter_dropdown ul li {
    padding: 8px 15px;
    padding-right: 0;
    cursor: pointer;
    background: #fff;
    z-index: 99999999999;
}
.user-panel__filter_dropdown {
    position: relative;
    width: 165px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
    color: #999;
    font-size: 15px;
    border-bottom: 1px solid #d1d1d1;
}
.user-panel__filter_dropdown i {
    /*margin-left: 15px;*/
}
.user-panel__header-blocks {
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.user-panel__header-blocks.owl-carousel {
    display: flex;
}
.user-panel__block {
    padding: 50px 0;
}
.user-panel__balance-amount {
    color: #28bc00;
    font-size: 32px;
    font-weight: bold;
}
.user-panel__total-views {
    color: #555555;
    font-size: 32px;
    font-weight: bold;
}
.user-panel__block span:nth-child(2), .user-panel__balance-amount span {
    display: block;
    font-size: 15px;
    color: #555555;
    font-weight: normal;
}
.user-panel__total-desc {
    color: #888888;
    font-size: 15px;
}
.user-panel__balance-add {
    margin: 15px auto 0;
}
.user-panel-button {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    background: #6b00fe;
    padding: 5px 0px 5px 10px;
    display: block;
    border-radius: 30px;
    width: 150px;
    position: relative;
    text-align: center;
}
.user-panel-button svg {
    height: 18px;
    width: 18px;
    fill: #fff;
    position: absolute;
    top: 6px;
    left: 7px;
}

.user-panel__ad-table-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #ececec;
}
.ad-table-info__count {
    font-size: 17px;
    color: #555555;
    font-weight: bold;
}
.ad-table-info__count span {
    color: #6b00fe;
    border-bottom: 2px solid #6b00fe;
    font-weight: bold;
    padding: 0 2px;
}
.ad-table-info__filter {
    font-size: 16px;
    color: #555555;
}
.ad-table-info__filter-radio {
    margin-left: 7px;
    cursor: pointer;
}
.ad-table-info__filter-radio.active {
    text-decoration: underline;
    color: #6b00fe;
}
.user-panel__ad-table-row {
    display: flex;
    padding-left: 25px;
    border-bottom: 1px solid #ececec;
}
.user-panel__ad-table__th {
    width: 12.5%;
    padding: 10px 10px;
    font-size: 14px;
    color: #999;
    display: flex;
}
.user-panel__ad-table__th.w5, .user-panel__ad-table__tb.w5 {
    width: 5%;
}
.user-panel__ad-table__th.w10, .user-panel__ad-table__tb.w10 {
    width: 10%;
}
.user-panel__ad-table__th.w15, .user-panel__ad-table__tb.w15 {
    width: 15%;
}
.user-panel__ad-table__th.w20, .user-panel__ad-table__tb.w20 {
    width: 20%;
}
.user-panel__ad-table__th.w25, .user-panel__ad-table__tb.w25 {
    width: 25%;
}
.user-panel__ad-table__th.l-10, .user-panel__ad-table__tb.l-10 {
    position: relative;
    left: -10px;
}
.user-panel__ad-table__th.flex-end, .user-panel__ad-table__tb.flex-end {
    justify-content: flex-end;
    padding-right: 30px;
}
.user-panel__ad-table__tb-row {
    width: 100%;
    display: flex;
}
.user-panel__ad-table__tb.edit-column {
    border-left: 1px solid #ececec;
    justify-content: center;
}
.user-panel__ad-table__tb {
    width: 12.5%;
    padding: 20px 10px;
    font-size: 16px;
    color: #555555;
    white-space: nowrap;
}
.user-panel__ad-table__th:last-child, .user-panel__ad-table__tb:last-child {
    border-right: none;
}
.user-panel__ad-table__tb-buttons {
    display: flex;
    width: 40%;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}
.user-panel__ad-table__tb img {
    height: 125px;
}

.user-panel__ad-table__tb span {
    display: block;
    line-height: 25px;
}
.user-panel__ad-table__tb span svg {
    width: 15px;
    height: 15px;
    fill: #aaa;
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.ad_table-title {
    color: #555555;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ad_table-edit-ad {
    font-size: 15px;
    color: #999;
}
.ad_table-edit-ad svg {
    width: 16px;
    height: 16px;
    fill: #ccc;
    margin-right: 3px;
    position: relative;
    top: 2px;
}
.ad_table-edit-ad.overview-edit {
    font-size: 15px;
    color: #999;
}
.ad_table-edit-ad.overview-edit svg {
    width: 16px;
    height: 16px;
    fill: #999;
    margin-right: 3px;
    position: relative;
    top: 2px;
}
.ad_table-status {
    font-size: 15px;
}
.ad_table-status:before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #e2e2e2;
    border-radius: 10px;
    margin-right: 5px;
}
.ad_table-status.active:before {
    background-color: #28bc00;
}
.ad_table-status.inactive:before {
    background-color: #6b00fe;
}
/*.ad_table-status.approved {*/
/*    color: #28bc00;*/
/*}*/
/*.ad_table-status.approved svg {*/
/*    fill: #28bc00!important;*/
/*}*/
/*.ad_table-status.rejected {*/
/*    color: red;*/
/*}*/
/*.ad_table-status.rejected svg {*/
/*    fill: red!important;*/
/*}*/
.ad_table-views, .ad_table-spent, .ad_table-clicks, .ad_table-budget {
    color: #555555;
    font-size: 15px;
}
.user-panel__ad-table__tb-buttons a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #555555;
    min-width: 100px;
    margin: 4px 0;
    cursor: pointer;
}
.user-panel__ad-table__tb-buttons a svg {
    width: 16px;
    height: 16px;
    fill: #555555;
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.user-panel__no-ads {
    font-size: 15px;
    color: #555555;
    text-align: center;
    padding: 80px 0;
}
.user-panel__no-ads a {
    text-decoration: underline;
    color: #6b00fe;
}
.user-panel__contact-text {
    font-size: 15px;
    color: #999999;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: -48px;
}
.user-panel__stats-action-text {
    font-size: 15px;
    color: #555;
}
.user-panel__stats-action-text span {
    color: #6b00fe;
    cursor: pointer;
    padding: 7px;
    border: 1px solid #6b00fe;
    border-radius: 25px;
    margin-left: 25px;
    display: inline-block;
}
.user-panel__stats-action-text span svg {
    fill: #6b00fe;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-left: 12px;
}
.user-panel__overview-footer {
    padding: 0px 20px 20px;
    display: flex;
    justify-content: space-between;
}
.user-panel__contact-text a {
    text-decoration: underline;
    color: #999999;
}
.img-ad {
    background-size: cover;
    width: 125px;
    height: 125px;
    background-position: center;
}
.user-panel__promote-info {
    font-size: 19px;
    color: #555;
    min-height: 65px;
    line-height: 31px;
}
.user-panel__promote-info span {
    font-weight: bold;
    font-size: 19px;
    display: inline-block;
}
.user-panel__promote-info.no_ads span {
    font-weight: bold;
    font-size: 19px;
    display: inline-block;
}
.user-panel__form-wrapper {
    max-width: 530px;
    margin: 30px auto;
    background: #fff;
}
.user-panel__form-wrapper.full-width {
    max-width: 100%;
    width: 100%;
}
.user-panel__form-header {
    font-size: 17px;
    color: #555555;
    padding: 10px 10px 10px 15px;
    border-bottom: 2px solid #eaeaea;
}
.user-panel__form-header-with_back {
    display: flex;
    justify-content: space-between;
}
.user-panel__form-header-with_back a {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #555555;
}
.user-panel__form-header-with_back svg {
    width: 17px;
    height: 17px;
    fill: #555555;
    margin-right: 10px;
}
.user-panel__form {
    background: #fff;
    padding: 35px 10px;
}
.user-panel__input {
    width: 100%;
    background: #fcfcfc;
    border: 1px solid #e4e4e4;
    color: #555555;
    padding: 12px;
    margin: 10px 0;
    font-size: 15px!important;
    border-radius: 10px;
}
.user-panel__input:-webkit-autofill,
.user-panel__input:-webkit-autofill:hover,
.user-panel__input:-webkit-autofill:focus{
    -webkit-box-shadow: 0 0 0px 1000px #fcfcfc inset;
    -webkit-text-fill-color: #555555;
    font-size: 15px!important;
}
.user-panel__form-action {
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
    align-items: center;
}
.login .user-panel__form-action {
    justify-content: space-between;
}
.login__forget-link {
    font-size: 15px;
}
.user-panel__form-action button {
    background-color: #6b00fe;
    font-weight: bold;
    font-size: 17px;
    border: none;
    color: #fff;
    padding: 13px 40px;
    cursor: pointer;
    height: 46px;
    border-radius: 50px;
}
.user-panel__form-error {
    font-size: 15px;
    color: #ff5919;
    padding: 15px 15px 11px;
    border: 1px solid #ff5919;
    background: #fff3ef;
    position: relative;
    display: none;
    margin: 10px 0;
    text-align: center;
    border-radius: 12px;
}
.user-panel__form-error svg {
    width: 25px;
    height: 25px;
    fill: #6b00fe;
    position: absolute;
    right: 15px;
    top: 12px;
    display: none;
}
.user-panel__form-success {
    font-size: 15px;
    color: #24a800;
    padding: 15px 15px 11px;
    border: 1px solid #79c565;
    background: #f0fff0;
    position: relative;
    display: none;
    margin: 10px 0;
    text-align: center;
}
.user-panel__form-success.panel, .user-panel__form-error.panel {
    margin: 10px 0 -10px;
}
.user-panel__sign-up-text {
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #555;
}
.user-panel__form-success.panel svg, .user-panel__form-error.panel svg {
    width: 20px;
    height: 20px;
    fill: #aed5a3;
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.user-panel__form-error.panel svg {
    fill: #6b00fe;
}
.user-panel__form-success svg {
    display: none;
}
.form-notice {
    background: #fff2ed;
    font-size: 15px;
    margin-bottom: 10px;
    display: inline;
}

.add-funds .promote__form-button {
    background: #fff;
    color: #6b00fe;
    border-bottom: 1px solid #ffd2c0;
}
.add-funds .promote__form-buttons_wrapper_subtitle {
    text-align: center;
}
.add-funds .promote__form-buttons_block {
    margin-bottom: 30px;
}
.add-funds__form-info {
    text-align: center;
    margin-bottom: 25px;
}
.add-funds__form-info-balance {
    font-size: 17px;
    color: #555555;
    display: inline-block;
    padding: 9px 24px 7px;
    border: 1px solid #ffd2c0;
    border-radius: 38px;
}
.add-funds__form-info-views {
    font-size: 17px;
    color: #555555;
    font-weight: bold;
    margin-top: 10px;
}
.add-funds__form-main {
    margin-bottom: 60px;
}
.add-funds__form-main-desc {
    font-size: 17px;
    color: #555;
    text-align: center;
}
.add-funds__form-fields, .add-ad__form-fields {
    display: flex;
}
.add-funds .user-panel__form-action, .add-ad .user-panel__form-action, .contact-us .user-panel__form-action, .edit-info .user-panel__form-action, .edit-overview .user-panel__form-action, .promote-form .user-panel__form-action {
    margin-top: 10px;
}
.add-funds .user-panel__form-action button, .add-ad .user-panel__form-action button, .contact-us .user-panel__form-action button, .edit-info .user-panel__form-action button, .edit-overview .user-panel__form-action button, .promote-form .user-panel__form-action button {
    width: 100%;
}
.add-funds .user-panel__input, .add-ad__form-fields .user-panel__input {
    text-align: center;
}
.add-funds .user-panel__input:first-child, .add-ad__form-fields .user-panel__input:first-child {
    border-right: none ;
}
.promote-form.user-panel__form {
    padding-bottom: 0;
}
.promote-form.ad-sample-wrapper {
    width: 100%;
    min-height: 573px;
}
.paypal_button .user-panel__form-action {
    margin-top: 0px;
    margin-bottom: 35px;
}
.promote-form__step2-description {
    text-align: center;
    color: #555;
    padding: 20px 0 35px;
}
.promote-form__step2 {
    padding: 0 60px;
}

.edit-overview p {
    color: #555;
    margin: 0 0 20px;
}
.content-page.add-ad-page {
    padding: 0;
    display: flex;
    background: none;
}
.user-panel__form.add-ad {
    width: 60%;
}
.add-ad-title {
    font-size: 17px;
    color: #555555;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}
.back_button {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #AAAAAA;
    position: absolute;
    font-weight: normal;
}
.back_button svg {
    width: 17px;
    height: 17px;
    fill: #AAAAAA;
    margin-right: 10px;
}
.add-ad-description {
    background: #fff7f1;
    padding: 15px;
    border: 1px solid #e8d9c4;
    text-align: center;
    font-size: 15px;
    color: #555555;
}
.user-panel__input-hint {
    font-size: 15px;
    color: #aaaaaa;
    margin: -5px 0 15px;
}
.add-ad__form-balance {
    font-size: 15px;
    color: #555555;
    margin-bottom: 40px;
}
.add-ad__form-balance span {
    font-weight: bold;
}
.add-ad__form-balance a {
    text-decoration: underline;
    color: #6b00fe;
}

.ad-sample-wrapper {
    width: 40%;
    background: #e2e2e2;
    padding: 35px 60px;
}
.ad-sample-header {
    color: #555555;
    font-size: 17px;
    font-weight: bold;
}

.ad-sample-no_image {
    width: 300px;
    height: 250px;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #555;
    font-weight: bold;
}
.ad-sample-image {
    width: 300px;
    height: 250px;
    display: none;
    background-size: cover;
    background-position: center;
}
.ad-sample-title {
    font-size: 17px;
    color: #555;
    font-weight: bold;
    margin-top: 10px;
    word-break: break-all;
}
.ad-sample-description {
    font-size: 17px;
    color: #555;
    word-break: break-all;
}
.ad-sample-block {
    margin: 40px auto;
    max-width: 300px;
}
.align-center {
    display: flex;
    align-items: center;
}

.offer__tabs-wrapper {
    margin: 40px 0 30px;
    display: flex;
    justify-content: center;
}
.offer__tab {
    font-size: 19px;
    color: #555;
    padding: 5px 0;
    cursor: pointer;
    margin: 0 10px;
}
.offer__tab.active {
    color: #6b00fe;
    border-bottom: 2px solid #6b00fe;
}
.offer__packages-wrapper {
    background: #fff;
    padding: 30px 0 60px;
}
.offer__package-title {
    font-size: 19px;
    color: #555;
}
.offer__packages {
    margin-top: 30px;
    display: flex;
    justify-content: space-evenly;
}
.offer__package {
    background: #f6f6f6;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    min-width: 170px;
}
.offer__package-count {
    font-size: 23px;
    color: #555;
    font-weight: bold;
    margin: 15px 0;
}
.offer__package-subcount {
    font-size: 15px;
    color: #999999;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}
.offer__package-price {
    font-size: 23px;
    color: #555;
    font-weight: bold;
    margin: 15px 0 30px;
}
.offer__package-button {
    background: #6b00fe;
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: bold;
}
.offer-info-blocks {
    margin-top: 35px;
}
.offer-info-block {
    background: #fff;
    display: flex;
    padding: 40px 30px;
    margin-bottom: 35px;
    align-items: center;
}
.offer-info-block-svg {
    margin-right: 70px;
}
.offer-info-block-svg svg {
    width: 30px;
    height: 30px;
    fill: #6b00fe;
}
.offer-info-block-text {
    font-size: 18px;
    color: #555;
    line-height: 35px;
}
.offer-info-block-text a{
    color: #6b00fe;
    text-decoration: underline;
}
.offer-info-block-text span{
    color: #999999;
}

.buy-likes-step-1 .user-panel__form-action, .buy-followers-step-1 .user-panel__form-action {
    margin-top: 10px;
}
.buy-likes-step-1 .user-panel__form-action button, .buy-followers-step-1 .user-panel__form-action button {
    width: 100%;
}
.user-panel__form-wrapper.step2 {
    max-width: 830px;
}
.posts-select-title {
    text-align: center;
    font-size: 17px;
    color: #555;
    margin-bottom: 20px;
}
.posts-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.post-block-wrapper {
    width: 25%;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
.post-block {
    width: 140px;
    background-size: cover;
    height: 140px;
    background-position: center;
    margin: 0 auto;
}
.post-selected {
    display: none;
}
.selected .post-selected {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 28px;
    height: 39px;
    text-align: center;
}
.post-selected svg {
    fill: #fff;
    width: 15px;
    height: 15px;
}
.post-selected span {
    display: block;
    color: #fff;
}
.post-load-more {
    border-radius: 28px;
    background: #6b00fe;
    color: #fff;
    font-size: 15px;
    padding: 7px 20px;
    cursor: pointer;
    margin: 0 auto 20px;
    max-width: 140px;
    text-align: center;
}
.step2 .user-panel__form {
    padding-bottom: 0;
}
.user-panel__form-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
    margin: 0 -40px;
    padding-bottom: 20px;
}

.buy-followers-step-1 .select {
    margin: 0;
    width: 100%;
    background: #fcfcfc;
    border: 1px solid #e4e4e4;
}
.user-panel__order-count {
    width: 100%;
    background: #fcfcfc;
    border: 1px solid #e4e4e4;
    color: #555555;
    padding: 12px;
    margin: 10px 0;
    font-size: 15px!important;
    text-align: center;
}
.user-panel__form label {
    color: #555555;
}
.user-panel__suborder-count {
    text-align: center;
    color: #555;
    margin-bottom: 20px;
}
.user-panel__order-photo {
    width: 180px;
    height: 140px;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
}

.user-panel__form-order-complete {
    display: none;
}
.user-panel__form-order-complete-text {
    font-size: 16px;
    color: #555;
    text-align: center;
}
.user-panel__form-order-complete-text a {
    color: #6b00fe;
    text-decoration: underline;
}
.user-panel__form-order-complete-button {
    font-size: 16px;
    color: #fff;
    background: #6b00fe;
    margin: 0 auto;
    display: block;
    max-width: 170px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    margin-top: 25px;
    border-radius: 24px;
}

.offer-box {
    padding: 20px;
}
.offer-box__title {
    font-size: 18px;
    color: #555;
    text-align: center;
}
.offer-box__title span {
    font-weight: bold;
}
.offer-box__button {
    display: block;
    width: 45%;
    background: #6b00fe;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin: 10px auto;
    padding: 8px 13px 7px;
    border-radius: 22px;
    position: relative;
    font-weight: bold;
    text-align: center;
}
.offer-box__buttons {
    margin: 40px 0 0;
    display: flex;
}
.offer-box__button svg {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
    fill: #fff;
    top: 7px;
}


.popular-button {
    display: inline-block;
    color: #fff;
    border-radius: 25px;
    font-size: 15px;
    font-weight: bold;
    background: none;
    padding: 0;
}
.popular-button .svg {
    border-radius: 100%;
    background: #f3f3f3;
    color: #555555;
    font-size: 15px;
    align-items: center;
    width: 35px;
    height: 35px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
}
.popular-button svg {
    display: block;
    width: 14px;
    height: 14px;
    fill: #555555;
}

.popular-button span {
    display: none;
}
.stories-viewer-header-button {
    display: inline-block;
    color: #6b00fe;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    padding: 6px 16px 5px 16px;
    border: 1px solid #ffe2d7;
}
.stories-viewer-header-button svg {
    display: none;
}
.main__content-top {
    background-image: url("../images/bg.jpg");
    padding: 10px 0 0;
}
.main-page-affiliated-text-wrapper {
    display: flex;
    justify-content: center;
}
.main-page-affiliated-text {
    display: inline-flex;
    color: #fff;
    padding: 6px 20px;
    background: rgb(255 255 255 / 20%);
    border-radius: 8px 8px 0 0;
    margin-top: 35px;
}
.main__title {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}
.main__subtitle {
    font-size: 19px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}
.main__subtitle br {
    display: none;
}
.main__search-wrapper {
    text-align: center;
}
.main__search-failed {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background: #6b00fe;
    width: 100%;
    padding: 10px;
    top: calc(100% + 15px);
    border-radius: 10px;
    text-align: center;
    z-index: 9999;
}
.main__search-failed:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #6b00fe;
    content: '';
    display: block;
    position: absolute;
    right: 50%;
    top: -10px;
    transform: translateX(50%);
}
.main__search-field form {
    max-width: 540px;
    margin: 20px auto;
    position: relative;
}
.main__search-field .paste {
    position: absolute;
    display: flex;
    align-items: center;
    background: #F8F8F8;
    border-radius: 5px;
    padding: 5px 10px;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
}
.main__search-field .paste svg {
    fill: #999;
    margin-right: 4px;
}
.search-wrap .paste {
    position: absolute;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    right: 38px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    border-right: 1px solid #ccc;
}
.search-wrap .paste svg {
    display: none;
}
.main__search-field input {
    font-size: 17px;
    color: #aaaaaa;
    background: #fff;
    outline: none;
    border: none;
    padding: 20px 60px 18px 25px;
    width: 100%;
    border-radius: 40px;
}
.main__search-field input::-webkit-input-placeholder {color:#aaa ;opacity: 1;}
.main__search-field input::-moz-placeholder          {color:#aaa ;opacity: 1;}/* Firefox 19+ */
.main__search-field input:-moz-placeholder           {color:#aaa ;opacity: 1;}/* Firefox 18- */
.main__search-field input:-ms-input-placeholder      {color:#aaa ;opacity: 1;}
.main__search-field button {
    position: absolute;
    border: none;
    right: 6px;
    top: 6px;
    bottom: 6px;
    font-size: 24px;
    padding: 10px 11px;
    cursor: pointer;
    color: #fff;
    background: #6b00fe;
    border-radius: 40px;
}
.main__search-field button span.spinner {
    width: 24px;
    height: 24px;
    border: 3px solid #fff;
    border-right-color: transparent;
    display: block;
}
.header-search .search-wrap button span.spinner {
    width: 19px;
    height: 19px;
    border: 3px solid #aaa;
    border-right-color: transparent;
    display: block;
}
.main__search-types {
    max-width: 420px;
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
}
.main__search-type-block {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 6px 25px;
    cursor: pointer;
}
.main__search-type-block.active {
    background: #6b00fe;
    border-radius: 25px;
}
.main-info__wrapper {
    margin: 30px 0 15px;
}
.main-trending__wrapper {
    margin-top: 15px;
}
.main-info__blocks.owl-carousel {
    display: flex;
    justify-content: center;
}
.main-info__block {
    background: #fff;
    width: 25%;
    margin: 0 10px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
.main-info__block-icon {
    text-align: center;
    padding: 45px 0;
}
.main-info__block-icon svg {
    width: 40px;
    height: 40px;
}
.main-info__block-title {
    color: #555555;
    font-size: 16px;
    font-weight: bold;
}
.main-info__block-text {
    color: #888;
    font-size: 16px;
    text-align: center;
    padding: 33px 25px;
    border-top: 1px solid #eeeeee;
}
.main-info__big-block {
    background: #fff;
    display: flex;
    margin-top: 21px;
    padding: 35px;
    justify-content: space-between;
    align-items: center;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.main-info__big-block-left {
    display: flex;
    align-items: center;
}
.main-info__big-block-left svg {
    width: 38px;
    height: 38px;
    fill: #dddddd;
    margin-right: 18px;
}
.main-info__big-block-text {
    font-size: 17px;
    color: #555555;
}
.main-info__big-block-text span {
    font-size: 17px;
    font-weight: bold;
}
.main-info__big-block-button {
    border: 1px solid #ececec;
    padding: 10px 20px;
    border-radius: 25px;
    color: #555;
    display: block;
}
.main-trending__title {
    font-size: 19px;
    color: #555;
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
}
.country_trending_button {
    background: #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 13px;
    font-size: 16px;
    border-radius: 40px;
    cursor: pointer;
}
.country_trending_button span:last-child {
    margin-left: 10px;
    font-size: 20px;
}
.main-trending__title > span {
    border-bottom: 2px solid #dddddd;
    padding: 3px 10px;
}

.main-trending__profile-block-wrapper {
    background: #e7e7e7;
    padding-top: 50px;
    margin-top: 20px;
    padding-bottom: 10px;
}
.main-trending__profile-block {
    font-size: 0;
    max-width: 900px;
    margin: 0 auto;
}
.main-trending__profile-wrap {
    width: 20%;
    margin: 0 auto 40px;
    display: inline-block;
}
.main-trending__profile {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 110px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
    margin: auto;
}
.main-trending__profile img {
    width: 110px;
    height: 110px;
}
.main-trending__profile span {
    color: #6b00fe;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}
.main-trending__hashtag-block-wrapper {
    background: #e1e1e1;
}
.main-trending__hashtag-block .owl-stage-outer {
    height: 36px;
}
.main-trending__hashtag-block {
    padding: 24px 0;
}
.main-trending__hashtag-slider a {
    text-decoration: none;
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding: 8px 24px 8px 24px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 28px;
    background: linear-gradient(#6b00fe, #ff7d4b);
    margin-bottom: 1px;
}
.main_footer {
    padding: 20px 0 60px;
    display: flex;
    justify-content: space-between;
}
.main__footer-right {
    font-size: 15px;
    color: #999999;
}
.main__footer-left a {
    display: inline-block;
    margin-right: 15px;
    font-size: 15px;
    color: #999999;
}

/***********lightbox***********/

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 220px;
    height: 46px;
    margin-top: 25px;
    margin-right: 25px;
    border: 1px solid #e4e4e4;
}
.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fcfcfc;
    color: #555;
    padding: 11px 15px;
}
.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #555 transparent transparent transparent;
    position: absolute;
    top: 18px;
    right: 10px;
}
.select-styled:hover {
    background-color: #fcfcfc;
}
.select-styled:active, .select-styled.active {
    background-color: #fcfcfc;
}
.select-styled:active:after, .select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #555 transparent;
}
.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: -1px;
    left: -1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fcfcfc;
    color: #555;
    border: 1px solid #e4e4e4;
}
.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    /*border-top: 1px solid #555;*/
}
/*.select-options li:hover {*/
/*    font-weight: bold;*/
/*}*/
.select-options li[rel="hide"] {
    display: none;
}


.button-load-animation {
    margin: 0 auto;
    width: 39px;
    text-align: center;
    padding: 1px 0;
}

.button-load-animation > div {
    width: 10px;
    height: 10px;
    background-color: #fff;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.button-load-animation .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.button-load-animation .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}

.balance-loader {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-color: #333;

    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% { -webkit-transform: scale(0) }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 100% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
          opacity: 0;
      }
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 26px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #6b00fe;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #28bc00;
}
input:disabled + .slider {
    background-color: #e2e2e2;
}

input:focus + .slider {
    box-shadow: 0 0 1px #28bc00;
}

input:checked + .slider:before {
    -webkit-transform: translateX(34px);
    -ms-transform: translateX(34px);
    transform: translateX(34px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*
 * File
 */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.file {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 44px;
    width: 100%;
    outline: none;
}
.file input {
    min-width: 14rem;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}
.file-custom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 44px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fcfcfc;
    border: 1px solid #e4e4e4;
    color: #555555;
    padding: 12px;
    font-size: 15px;
    text-align: center;
}
.file-custom:after {
    content: "Your ad photo";
    width: 100%;
    display: block;
}
.file-custom svg {
    position: absolute;
    right: 20px;
    width: 19px;
    height: 19px;
    fill: #555;
}
/*.file-custom:before {*/
/*    position: absolute;*/
/*    top: -1px;*/
/*    right: -1px;*/
/*    bottom: 0;*/
/*    z-index: 6;*/
/*    display: block;*/
/*    content: "Upload photo";*/
/*    height: 44px;*/
/*    padding: 12px 20px;*/
/*    color: #fff;*/
/*    background-color: #6b00fe;*/
/*}*/

.photo-action-buttons {
    display: flex;
    position: absolute;
    z-index: 9;
    top: -70px;
    border-radius: 0 0 8px 8px;
    align-items: center;
    background: linear-gradient(to top, transparent -60%, #393939 100%);
    padding: 8px 5px 3px 10px;
    width: 100%;
    right: 0;
    flex-direction: column;
    color: #fff;
}
.photo-action-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.photo-action-description {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    min-height: 21px;
}
.photo-action-description a {
    color: #fff;
}
.photo-action-button-right {
    display: flex;
}
.photo-info {
    padding: 0;
}
.photo-action-button {
    display: flex;
    padding: 5px;
    border-radius: 100%;
    z-index: 9;
    position: unset;
    width: auto;
    cursor: pointer;
    color: #fff;
}

.photo-action-button:first-child span {
    font-size: 28px;
}
.photo-action-button:last-child span {
    font-size: 26px;
    position: relative;
    top: 2px;
}
.photo-action-button-left {
    font-style: italic;
}
/*.photo-action-button:first-child {*/
/*    margin-right: 5px;*/
/*}*/
/*.photo-action-button svg {*/
/*    fill: #fff;*/
/*}*/

.lightbox-p {
    opacity: 0;
    visibility: hidden;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 999999999999;
    -webkit-tap-highlight-color: transparent;
}
body.lightbox-view {
}
body.lightbox-view .lightbox-p {
    opacity: 1;
    visibility: visible;
}
.lightbox-p .lightbox-bg {
    background: rgba(0, 0, 0, 0.94);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}
.lightbox-p .lightbox {
    text-align: center;
    z-index: 12;
    max-height: 90%;
    max-width: 90%;
    position: relative;
}
.lightbox-p .lightbox .lightbox-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 12;
    cursor: pointer;
    color: #fff;
    background: #000;
    border-radius: 100%;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
}
.lightbox-p .lightbox .download_button {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 60px;
    top: 10px;
    z-index: 12;
    cursor: pointer;
    color: #fff;
    background: #6b00fe;
    border-radius: 100%;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    padding: 0;
    bottom: unset;
    left: unset;
    margin: 0;
    font-weight: normal;
}
.lightbox-p .lightbox .download_button span {
    font-size: 16px;
}
.lightbox-p .lightbox .lightbox-close span {
    position: relative;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lightbox-p .lightbox img {
    max-width: 100%;
    max-height: 90vh;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.lightbox-p .lightbox video {
    max-width: 100%;
    max-height: 90vh;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
/***********lightbox***********/




.followers_title {
    text-align: center;
    padding: 20px 0 10px;
    margin-bottom: 25px;
    /*border-bottom: 1px solid rgba(0,0,0,.3);*/
    border-top: 1px solid #e1e1e1;
}

.followers_li {
    text-align: left;
}

.followers_link {
    padding-left: 50px;
    padding-bottom: 50px;
    white-space: nowrap;
    align-items: center;
    display: flex;
}
.followers_img {
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    width: 75px;
}
.followers_info {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin-left: 10px;
    color: #000;
    width: calc(100% - 75px);
}
.followers_username {
    display: block;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.followers_fullname {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.stories_footer {
    position: absolute;
    bottom: 0px;
    display: flex;
    width: 100%;
    background: rgba(0,0,0, 0.6);
    padding: 20px;
    justify-content: space-between;
    align-items: center;
}

.stories_left {
    display: flex;
    align-items: center;
}
.stories_avatar img {
    width: 60px!important;
    height: 60px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-right: 15px;
}
.stories_info {
    color: #fff;
    font-size: 15px;
}
.stories_right .download_button {
    position: unset;
    background: none;
    font-size: 15px;
    width: auto;
}
.owl-stories.owl-theme .owl-nav .owl-prev{
    width: 40px;
    height: 70px;
    position: absolute;
    line-height: 70px;
    top: 50%;
    left: 0;
    display: block !important;
    background: none;
    color: #222222;
    /*background: rgba(0, 0, 0, 0.6);*/
    /*border-radius: 0 140px 140px 0;*/
    margin: 0;
    padding: 0;
    font-size: 18px;
    padding-right: 7px;
    transform: translateY(-50%);
}

.owl-stories.owl-theme .owl-nav .owl-next{
    width: 40px;
    height: 70px;
    position: absolute;
    line-height: 70px;
    top: 50%;
    right: 0;
    display: block !important;
    background: none;
    color: #222222;
    /*background: rgba(0, 0, 0, 0.6);*/
    /*border-radius: 140px 0 0 140px;*/
    margin: 0;
    padding: 0;
    font-size: 18px;
    padding-left: 8px;
    transform: translateY(-50%);
}
.owl-stories.owl-theme .owl-nav [class*='owl-']:hover {
    background: none;
    color: #222222;
}

.hashtags-b {
    margin-top: 4px;
    margin-bottom: 4px;
    height: 51px;
    overflow: hidden;
    font-size: 15px;
}
.hashtags-p {
    text-align: center;
    max-width: 1024px;
    margin: 0 auto;
}
.last_searched {
    margin-top: 4px;
}
.hashtags-p a, .last_searched a {
    text-decoration: none;
    color: #fff;
    height: 29px;
    display: inline-flex;
    align-items: center;
    padding: 4px 24px 4px 24px;
    margin: 10px 7.5px;
    font-weight: 600;
    border-radius: 28px;
    background: #6b00fe;
}
.popular-tags-title {
    text-decoration: none;
    color: #6b00fe;
    border: 2px solid #f8cebc;
    display: inline-block;
    padding: 3px 24px 4px 24px;
    margin: 10px 7.5px;
    font-weight: 600;
    border-radius: 28px;
    white-space: nowrap;
    position: relative;
    height: 31px;
    top: -1px;
}
.load-more-wrapper {
    opacity: 0;
    padding: 20px;
}
.spinner {
    margin: 0 auto;
    height: 50px;
    width: 50px;
    animation: rotate 0.8s infinite linear;
    border: 4px solid #6b00fe;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0%    { transform: rotate(0deg); }
    100%  { transform: rotate(360deg); }
}
.stories_container {
    padding: 0;
}
.box-stories {
    background: #e7e7e7;
    margin-bottom: 20px;
}
.stories_background {
    width: 75px;
    border-radius: 50%;
    margin: 0 auto 15px;
    background-position: center;
    background-size: cover;
    height: 75px;
}
.stories_count {
    text-align: center;
    color: #888888;
    font-size: 15px;
}
.stories_title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-top: 15px;
    color: #444444;
}
.owl-stories {
    padding: 40px 0;
}
.owl-stories .owl-stage {
    margin: 0 auto;
}
.owl-stories {
    max-width: 75%;
    margin: 0 auto;
    position: unset!important;
}

/***********MEDIA***********/


.reviwu-promote-wrapper {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
}
.reviwu-promote-title {
    text-align: center;
    color: #555;
    font-weight: bold;
}

.reviwu-promote-stars-wrapper {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}
.reviwu-promote-star {
    display: inline-flex;
    margin: 0 1px;
}
.reviwu-promote-star svg {
    fill: #D0D0D0;
    width: 28px;
    height: 28px;
}
.reviwu-promote-stars-wrapper.rate1 > a:nth-child(-n+1) svg
{
    fill: #FF1514!important;
}
.reviwu-promote-stars-wrapper.rate2 > a:nth-child(-n+2) svg
{
    fill: #FF9914!important;
}
.reviwu-promote-stars-wrapper.rate3 > a:nth-child(-n+3) svg
{
    fill: #F3D50A!important;
}
.reviwu-promote-stars-wrapper.rate4 > a:nth-child(-n+4) svg
{
    fill: #10CF02!important;
}
.reviwu-promote-stars-wrapper.rate5 > a:nth-child(-n+5) svg
{
    fill: #0ca1ff!important;
}
.reviwu-promote-by {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #F5F5F5;
    padding: 5px;
    border-radius: 5px;
    color: #aaa;
    font-size: 15px;
}

.compare-wrapper {
    background: #dfdfdf;
    padding: 15px 0;
}
.compare-title {
    font-size: 20px;
    color: #555;
    text-align: center;
}
.compare-add-wrapper {
    max-width: 750px;
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
    justify-content: center;
    align-items: flex-end;
}
.compare-add-block {
    flex: 0 50%;
}
.new-compare-add-block {
    width: 187px;
    padding: 0 10px;
}
.new-compare-add, .new-compare-added {
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 170px;
    cursor: pointer;
    position: relative;
}
.new-compare-added-1 {
    height: 250px;
}
.new-compare-added-2 {
    height: 220px;
}
.new-compare-added-3 {
    height: 190px;
}
.compare-added__rank_badge {
    position: absolute;
    top: 0;
    right: 30px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
    padding-left: 3px;
    font-size: 15px;
    border: 2px solid #fff;
}
.new-compare-added {
    justify-content: flex-end;
    cursor: unset;
}
.new-compare-add svg {
    fill: #6b00fe;
    width: 30px;
    height: 30px;
}
.new-compare-add span {
    font-size: 17px;
    color: #555;
}
.compare-remove, .compare-remove-user-block {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    cursor: pointer;
}
.compare-remove svg, .compare-remove-user-block svg {
    fill: #ccc;
    width: 22px;
    height: 22px;
}
.compare-added__userinfo {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.compare-added__userinfo img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-bottom: 5px;
}
.compare-added__userinfo span {
    color: #6b00fe;
    font-weight: bold;
}
.compare-add, .compare-search-add {
    background: #fff;
    border-radius: 32px;
    display: flex;
    justify-content: space-between;
    padding: 8px;
    align-items: center;
    color: #555;
    font-size: 16px;
    margin: 0 10px 10px;
    cursor: pointer;
    height: 56px;
}
.compare-rank {
    display: flex;
    align-items: center;
    background: #555;
    cursor: unset;
    position: relative;
    width: 100%;
    height: 30px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}
.compare-rank-filled {
    background: #46c408;
    display: block;
    height: 100%;
    border-radius: 0 0 0 10px;
}
.compare-picuki-rate {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.compare-add svg {
    fill: #6b00fe;
}
.compare-search-add__userinfo {
    display: flex;
    align-items: center;
}
.compare-search-add__userinfo span {
    color: #6b00fe;
}
.compare-search-add__userinfo img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 10px;
}
.compare-search-add__button {
    margin: -8px;
    padding: 16px 20px 16px 16px;
    display: flex;
    background: #eee;
    border-radius: 0 32px 32px 0;
}
.compare-search-add svg {
    fill: #aaa;
}
.compare-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.compare-header-tabs {
    display: flex;
}
.compare-header-tab {
    font-size: 16px;
    color: #555555;
    padding: 5px 7px;
    margin: 0 10px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.compare-header-tab.active {
    border-bottom: 2px solid #6b00fe;
}
.download-compare-image, .refresh-compare, .add-compare-user {
    z-index: 1;
    display: flex;
    align-items: center;
    background: #fff;
    cursor: pointer;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 17px;
    color: #555;
    border-radius: 100%;
}
.refresh-compare {
    margin-right: 10px;
}
.refresh-compare svg {
    width: 25px;
    height: 25px;
    fill: #555;
}
.add-compare-user svg {
    width: 25px;
    height: 25px;
    fill: #555;
}
.download-compare-image {
    position: absolute;
    right: 0;
}
.compare-footer {
    display: flex;
    justify-content: flex-end;
}
.compare-block {
    margin: 20px auto 0;
}
.compare-body {
    background: #fff;
    display: table;
    width: 100%;
    margin-top: 20px;
}
.compare-2 {
    max-width: 1000px;
}
.compare-1 .compare-cell {
    width: 100%;
}
.compare-2 .compare-cell {
    width: 50%;
}
.compare-3 .compare-cell {
    width: 33.33%;
}
.compare-4 .compare-cell {
    width: 25%;
}
.compare-row {
    display: table-row;
}
.compare-cell {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    display: table-cell;
    padding: 12px 14px;
}
.compare-cell:last-child {
    border-right: none;
}
.compare-row:last-child .compare-cell {
    border-bottom: none;
}
.compare-user-info {
    display: flex;
    align-items: center;
}
.compare-user-info-avatar {
    display: flex;
    margin-right: 10px;
}
.compare-user-info-avatar img {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.compare-user-info-rate {
    margin-left: auto;
    color: #52c818;
    font-size: 20px;
    font-weight: bold;
}
.compare-user-info-username {
    font-size: 16px;
    color: #555;
}
.compare-label {
    font-size: 15px;
    color: #aaa;
}
.compare-value {
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 20px;
    color: #555;
    text-align: center;
}
.compare-difference {
    color: #52c818;
    font-size: 16px;
    background: #f2fff3;
    font-weight: normal;
}
.compare-last-updated {
    font-size: 15px;
    color: #bbbbbb;
    margin-top: 8px;
}


.compare-popup {
    position: fixed;
    z-index: 999999999999;
    top: 0;
    right: 0;
    left: 0;
    display: none;
}
.compare-popup-close {
    position: absolute;
    right: 15px;
    top: 15px;
}
.compare-popup-close svg {
    fill: #fff;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.compare-search-input {
    display: flex;
    justify-content: center;
    margin-top: 125px;
    flex-direction: column;
}
#compare_search, .compare-search-result {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.compare-search-input input {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding: 12px 50px 12px 20px;
    border-radius: 32px;
    border: none;
    background: #fff;
    color: #aaa;
    opacity: 1;
    width: 100%;
    height: 56px;
}
.compare-search-input button {
    position: absolute;
    border: none;
    background: none;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 18px;
    padding: 10px 23px 10px 18px;
    cursor: pointer;
    color: #fff;
    background: #6b00fe;
    border-radius: 0 32px 32px 0;
}
.compare-search-result {
    display: flex;
    margin-top: 15px;
    flex-direction: column;
}
.compare-search-result .compare-add-block {
    flex: 0 100%;
}
.compare-search-result .compare-search-add {
    margin: 0;
    margin-bottom: 15px;
}
.compare-chart-header-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f1f1f1;
}
.compare-chart-header-tab {
    font-size: 15px;
    color: #555555;
    padding: 0 7px;
    margin: 0 10px;
    display: flex;
    height: 52px;
    align-items: center;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.compare-chart-header-tab.active {
    border-bottom: 2px solid #6b00fe;
}
.compare-chart-block {
    background: #fff;
    margin-top: 20px;
}
.compare-chart-wrapper {
    padding: 20px 15px;
}
.compare-chart-top {
    display: flex;
}
.legend-wrapper {
    display: flex;
    margin-left: 20px;
    align-items: center;
}
.legend-block {
    color: #555;
    font-size: 15px;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.legend-color {
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.content.remove_content_page {
    display: flex;
    color: #555;
}
.content.remove_content_page a {
    color: #6b00fe;
    text-decoration: underline;
}
.content.about-us-page a {
    color: #6b00fe;
}
.affiliated_text {
    margin: 10px 0;
    /* padding: 5px; */
    /* border-radius: 8px; */
    /* background: #FFF5F2; */
    display: inline-flex;
    text-decoration: underline;
}

.compare-spinner {
    margin: 7px auto;
    width: 70px;
    text-align: center;
}

.compare-spinner > div {
    width: 15px;
    height: 15px;
    background-color: #ccc;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.compare-spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.compare-spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}

@media screen and (max-width: 1210px){
    .country_trending_button {
        right: 40px;
    }
    .content {
        padding: 0 20px;
    }
    .box-photos {
        text-align: center;
        padding: 24px 0;
    }
    .box-photo, .profile_information {
        margin: 0 5px 10px!important;
        text-align: left;
    }
    .box-photos-wrapper {
        padding-top: 32px;
    }


}

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

    .blue-btn span { display: none; }


    .box-photos {
        column-count: 2;
        max-width: 768px;
        margin: 0 auto;
    }

    .profiles-scroll {
        max-width: 768px;
        margin: 0 auto;
    }
    .box-photos > li {
        padding: 0;
    }
    .box-photos > li > div:nth-child(2) {
        max-width: 374px!important;
        margin: 0 auto 10px auto!important;
    }
    .new-grid .box-photos {
        margin: 10px auto;
    }
}

@media screen and (max-width: 960px){
    .single-photo {
        float: none;
    }
    .single-photo-wrapper {
        text-align: center;
    }
    .single-photo-info {
        text-align: left;
        position: static;
        width: 100%;
        min-height: initial;
    }
    .comments-wrapper {
        width: 100%;
    }
    .comments {
        text-align: left;
    }

    .hashtags-p .owl-stage-outer {
        margin: 0 40px;
    }
}

.right-header a .heart {
    display: none;
}
.add-ad-switcher-wrapper {
    display: none;
    justify-content: center;
    background: #fff;
    padding: 20px 0 0;
    position: relative;
}
.add-ad-switcher-wrapper .back_button {
    left: 20px;
}
.add-ad-switcher.active {
    border-bottom: 2px solid #6b00fe;
}
.add-ad-switcher {
    font-size: 17px;
    color: #555;
    padding: 0 10px 5px;
    cursor: pointer;
}
.load-more-wrapper.with-ads, .main_footer.with-ads, .posts-load-more.with-ads {
    padding-bottom: 104px!important;
}
.popup-wrapper {
    width: 100%;
    position: fixed;
    height: 100vh;
    background: rgba(13, 13, 13, 0.82);
    top: 0;
    left: 0;
    display: none;
    z-index: 999999;
    align-items: center;
    justify-content: center;
}
.popup {
    z-index: 9999999999999;
    background: #fff;
    width: 100%;
    border-radius: 12px;
    max-width: 450px;
}
.popup__header {
    padding: 20px;
    position: relative;
    color: #555;
    font-size: 18px;
    /*background: #f8f8f8;*/
    border-radius: 5px 5px 0 0;
    font-weight: 500;
}
.popup__header.popup__header-with-tabs {
    height: 52px;
    padding: 0;
}
.popup__header svg {
    position: absolute;
    width: 16px;
    fill: #aaa;
    cursor: pointer;
    top: calc(50% - 11px);
    right: 22px;
    height: 16px;
}
.popup__body {
    padding: 20px;
}
.get-email-form {
    text-align: center;
}
.get-email-form a {
    color: #6b00fe;
    text-decoration: underline;
}
.only_mobile_ad {
    display: none;
}

.hide_pc {
    display: none!important;
}

.profile-statistics__wrapper .owl-dots {
    position: absolute;
    bottom: -20px!important;;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
.profile-statistics__wrapper .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: none;
    border: none;
    border-radius: 100%;
    cursor: pointer;
    background-color: #eee;
}
.profile-statistics__wrapper .owl-dots .owl-dot.active {
    background-color: #d6d6d6;
}

.main-slider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}
.main-statistics__blocks.main-slider .owl-dots {
    margin-bottom: 25px;
}
.main-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: none;
    border: none;
    border-radius: 100%;
    cursor: pointer;
    background-color: #dbdbdb;
}
.main-slider .owl-dots .owl-dot.active {
    background-color: #bcbcbc;
}

.stat_slider .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.stat_slider  .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: none;
    border: none;
    border-radius: 100%;
    cursor: pointer;
    background-color: #dbdbdb;
}
.stat_slider  .owl-dots .owl-dot.active {
    background-color: #bcbcbc;
}

.main-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.main-page-header .articles-logo {
    padding: 10px 16px;
    border-radius: 20px;
    font-size: 17px;
    margin-top: 20px;
}

.main-header-with-logo {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding: 5px;
    padding-left: 19px;
}
.burger {
    display: flex;
    background: #f7f7f7;
    margin: 30px 30px 30px 10px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 8px;
}
.burger span {
    font-size: 28px;
}
.burger svg {
    width: 28px;
    height: 28px;
    fill: #555;
}
.main-header-with-logo .burger {
    margin: 0;
    background: none;
}

.footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    padding: 10px;
    color: #aaaaaa;
}

.main-body .wrapper {
    padding-bottom: 110px;
}
.main-content {
    max-width: 570px;
}
.main-title {
    color: #6b00fe;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    font-family: Comfortaa;
    text-transform: lowercase;
    display: inline-block;
    width: 100%;
}
.main-title span {
    color: #6b00fe;
    font-family: Comfortaa;
}

.main-search-field {
    margin: 20px auto 10px;
    position: relative;
    background: #fff;
    border: 2px solid #ededed;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 8px 7px 15px;
    color: #555;
}
.new-main-wrapper .main-search-field {
    border: 2px solid #eaeaea;
    padding: 8px 8px 8px 14px;
}
.main-search-field-wrapper .spinner, #searchform-tiktok .spinner {
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    border-right-color: transparent;
    display: block;
    top: 0;
    left: 0;
}
.main-search-input {
    width: 100%;
    border: none;
    outline: none;
    padding: 0 10px;
    font-size: 19px;
    color: #555;
}
.new-main-wrapper .main-search-input {
    font-size: 18px;
}
.main-search-input::-webkit-input-placeholder {color:#aaa ;opacity: 1;}
.main-search-input::-moz-placeholder          {color:#aaa ;opacity: 1;}/* Firefox 19+ */
.main-search-input:-moz-placeholder           {color:#aaa ;opacity: 1;}/* Firefox 18- */
.main-search-input:-ms-input-placeholder      {color:#aaa ;opacity: 1;}


.new-main-wrapper .main-search-input::-webkit-input-placeholder {color:#888 ;opacity: 1;}
.new-main-wrapper .main-search-input::-moz-placeholder          {color:#888 ;opacity: 1;}/* Firefox 19+ */
.new-main-wrapper .main-search-input:-moz-placeholder           {color:#888 ;opacity: 1;}/* Firefox 18- */
.new-main-wrapper .main-search-input:-ms-input-placeholder      {color:#888 ;opacity: 1;}
.main-search-buttons {
    display: flex;
    align-items: center;
}
.main-search-paste-button {
    color: #aaa;
    background: none;
    border: none;
    outline: none;
    margin: 0 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.main-search-paste-button .clear {
    display: none;
}
.main-search-paste-button svg {
    fill: #ccc;
    width: 27px;
    height: 27px;
}
.main-search-download-button {
    background: #6b00fe;
    outline: none;
    border: none;
    padding: 10px 12px;
    color: #fff;
    border-radius: 40px;
    font-weight: 500;
    cursor: pointer;
    font-size: 20px;
    min-height: 44px;
    max-height: 44px;
    max-width: 44px;
}
.main-search-download-button svg {
    position: relative;
    width: 25px;
    height: 25px;
    fill: #fff;
    margin-left: -2px;
}
.main-body {
    background: #fff;
}

.main-search-failed {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background: #8f2d07;
    width: 100%;
    max-width: 70%;
    padding: 10px;
    top: calc(100% + 15px);
    border-radius: 10px;
    text-align: center;
    z-index: 9999;
}
.main-search-failed:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #8f2d07;
    content: '';
    display: block;
    position: absolute;
    right: 50%;
    top: -9px;
    transform: translateX(50%);
}

.main-notice-wrapper {
    display: flex;
    /*margin-top: 12px;*/
    border-radius: 10px;
    padding: 13px 20px;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    color: #555;
    flex-direction: column;
}
.main-notice-wrapper.error {
    background: #fef3f1;
    text-align: center;
    padding: 10px 20px;
}
/*.main-notice-wrapper:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background: #f3dad4;*/
/*    width: 100px;*/
/*    height: 74px;*/
/*    right: -52px;*/
/*    bottom: -66px;*/
/*    transform: rotate(56deg);*/
/*}*/
/*.main-notice-wrapper:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background: #fdece9;*/
/*    width: 90px;*/
/*    height: 100px;*/
/*    right: -61px;*/
/*    bottom: 8px;*/
/*    transform: rotate(-24deg);*/
/*}*/
.main-notice-wrapper .main-notice-title  {
    z-index: 1;
    font-size: 17px;
}
.main-notice-text {
    z-index: 1;
    font-size: 17px;
    font-weight: normal;
}
/*.main-notice-text br {*/
/*    display: none;*/
/*}*/
.main-notice-icon {
    position: absolute;
    display: flex;
    right: -26px;
    transform: rotate(-26deg);
    bottom: -30px;
}
.main-notice-icon span {
    font-size: 80px;
}
.tiktok-next-icon {
    display: flex;
}
.tiktok-next-icon svg {
    fill: #cc7959;
    width: 28px;
    height: 28px;
    /*border: 1px solid #f9ddd2;*/
    /*border-radius: 100%;*/
}
.main-notice-icon svg {
    width: 80px;
    height: 80px;
    fill: #fae4d8;
}

.main-notice2-wrapper {
    display: flex;
    margin-top: 12px;
    border-radius: 10px;
    padding: 8px 17px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: #733fba;
    margin-bottom: 10px;
    text-decoration: underline;
}
.main-notice2-text {
    z-index: 1;
    font-size: 17px;
    font-weight: normal;
}
.main-notice2-text br {
    display: none;
}
.main-notice2-icon {
    display: flex;
}
.main-notice2-icon span {
    font-size: 80px;
}
.main-notice2-icon svg {
    width: 22px;
    height: 22px;
    fill: #ccc;
}

.main-error-wrapper {
    display: flex;
    margin-top: 12px;
    background: #fff3ed;
    border-radius: 10px;
    padding: 13px 20px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.main-error-wrapper span {
    display: flex;
    align-items: center;
    color: #ccb5a6;
    cursor: pointer;
}
.main-error-wrapper svg {
    display: flex;
    align-items: center;
    fill: #555;
    cursor: pointer;
}
.main-ads {
    margin: 20px 0;
}

/*
pin and album features
 */
.form-wrapper {
    max-width: 530px;
    margin: 30px auto;
    box-shadow: 1px 1px 2px 0 rgb(145 145 145 / 8%);
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}
.user-edit .form-wrapper {
    margin: 20px auto;
}
.form-header-tabs {
    padding-top: 18px;
    display: flex;
    justify-content: space-around;
    border-bottom: 3px solid #f5f5f5;
    background: #fff;
    border-radius: 5px 5px 0 0 ;
}
.form-header-tab {
    list-style: none;
    display: inline-block;
    font-size: 17px;
    margin: 0 10px;
    padding: 0 10px 18px;
    position: relative;
    font-weight: 500;
    color: #555;
    cursor: pointer;
}
.form-header-tab.active {
    color: #6b00fe;
}
.form-header-tab.active:after {
    content: "";
    height: 3px;
    width: 100%;
    background: #6b00fe;
    position: absolute;
    left: 0;
    bottom: -3px;
}
.form-header {
    font-size: 17px;
    color: #555555;
    padding: 15px;
    border-radius: 5px 5px 0 0;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
}
.user-edit .form-header {
    font-size: 16px;
    background: #fff;
    font-weight: 500;
}
.with-expand .form-header {
    border-bottom: none;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 10px 9px 15px;
}
.with-expand.expanded .form-header {
    border-radius: 5px 5px 0 0;
}
.form-header-expand {
    display: flex;
    background: #f5f5f5;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    margin: 0 5px;
    border-radius: 100%;
    cursor: pointer;
    color: #555;
}
.form-header-expand span {
    font-size: 20px;
}
.with-expand .form {
    border-top: 1px solid #f2f2f2;
}
.form {
    background: #fff;
    padding: 35px 40px;
    border-radius: 0 0 5px 5px;
}
.add-review-no-login-popup-form .form {
    padding: 0;
}
.forgot-form .form {
    border-radius: 5px;
}
/*.login-form.form, .register-form.form {*/
/*    border-radius: unset;*/
/*}*/
.user-edit .form {
    padding: 15px 20px 20px 20px;
}
.form label {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: -7px;
    display: flex;
}
.forgot-form .form label {
    font-weight: 500;
    font-size: 16px;
}
.form input, .form textarea {
    width: 100%;
    background: #fcfcfc;
    border: 1px solid #e4e4e4;
    color: #555555;
    padding: 12px;
    margin: 10px 0;
    font-size: 15px!important;
    border-radius: 6px;
}
.form input:focus, .form textarea:focus {
    border: 1px solid #adcae0;
    outline: none;
}
.form .with-error input {
    border: 1px solid #f90200;
}
.form label {
    display: none;
}
.form .with-error label {
    color: #f90200;
    display: block;
    margin-top: -5px;
    margin-bottom: 10px;
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form textarea:-webkit-autofill,
.form textarea:-webkit-autofill:hover,
.form textarea:-webkit-autofill:focus{
    -webkit-box-shadow: 0 0 0px 1000px #fcfcfc inset;
    -webkit-text-fill-color: #555555;
    font-size: 15px!important;
}
.form-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.user-edit .form-action {
    margin-top: 5px;
}
.forgot-form .form-action a {
    color: #6b00fe;
    text-decoration: underline;
}
.form-action button {
    background-color: #6b00fe;
    font-weight: 700;
    font-size: 17px;
    border: none;
    color: #fff;
    padding: 12px 26px;
    cursor: pointer;
    border-radius: 8px;
    min-width: 120px;
}
.user-edit .form-action button {
    font-size: 16px;
    min-width: 110px;
}
.register-form button {
    width: 100%;
}
.form-error {
    font-size: 15px;
    color: #555;
    padding: 10px 35px 9px;
    background: #FEF0EF;
    position: relative;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-error .material-icons, .form-success .material-icons {
    position: absolute;
    left: 10px;
    font-size: 22px;
}
.form-error > div {
    display: flex;
    flex-direction: column;
}
.form-success {
    font-size: 15px;
    color: #555;
    padding: 10px 35px 9px;
    background: #e8f7e9;
    position: relative;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hint-link {
    color: #6b00fe;
    text-decoration: underline;
}


.registeredBlock {
    background: #fff;
    max-width: 550px;
    width: 100%;
    border-radius: 5px;
    margin: 40px auto;
    padding: 10px 20px;
    border: 1px solid #e7e7e7;
    box-shadow: 1px 1px 2px 0 hsla(0,0%,57%,.08);
}
.registeredBlockInfo {
    display: flex;
    padding: 30px 20px;
    align-items: center;
}
.registeredBlockSvg {
    margin-right: 20px;
}
.registeredBlockSvg span {
    color: #2fb500;
    font-size: 40px;
}
.registeredBlockSvg.warning span {
    color: #f48f00;
}
.registeredBlockText {
    line-height: 24px;
}
.registeredBlockButtons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 10px;
    border-top: 1px solid #f1f1f1;
}
.registeredBlockButtons a {
    padding: 8px 20px;
    cursor: pointer;
    background: #6b00fe;
    color: #fff;
    border-radius: 20px;
    font-weight: 700;
}

.new-grid {
    background: #000;
    border-radius: 12px;
    padding: 0;
}
.new-grid .box-photos > li {
    max-width: 380px;
}
.new-grid-tabs {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.new-grid-tab {
    margin: 0 10px;
    padding: 5px 20px;
    color: #ccc;
    font-weight: 500;
    font-size: 17px;
    position: relative;
}
.new-grid-tab.active {
    color: #fff;
}
.new-grid-tab.active:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #f1f1f1;
    content: '';
    display: block;
    position: absolute;
    right: 50%;
    top: -10px;
    transform: translateX(50%);
}
.new-grid-info-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(to top, transparent -60%, #393939 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
}

.new-grid .box-photos {
    margin-top: 10px;
    margin-left: 6px;
    margin-bottom: 10px;
}
.post-actions {
    position: absolute;
    display: flex;
    bottom: 10px;
    right: 10px;
}
.post-action-button {
    background: linear-gradient(to top, #414141 -60%, #00000066 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
    padding: 5px;
    border-radius: 100%;
    color: #fff;
    height: 41px;
    width: 41px;
}
.post-action-button.popup-open, .post-action-button.pin-media, .post-action-button.download-button-js {
    cursor: pointer;
}
.post-action-button.wide {
    padding: 5px 12px;
    width: unset;
    border-radius: 14px;
    font-size: 17px;
    font-weight: 500;
}
.post-action-button.pinned {
    background: #6b00fe94;
}
.post-action-button svg {
    width: 26px;
    height: 26px;
    fill: #fff;
}
.post-action-button .post-action-button-album-svg {
    width: 23px;
    height: 23px;
}
.post-action-button span {
    margin-left: 4px;
}
.post-action-button.svg-rotate svg {
    transform: rotate(30deg);
    width: 22px;
}
.new-grid .video-icon {
    width: unset;
    height: unset;
    background: none;
    top: 10px;
    right: 10px;
    display: flex;
}
.new-grid .video-icon svg {
    width: 45px;
    height: 45px;
    fill: #fff;
    opacity: .6;
}
.post-hover-popup {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(to top, #414141 -60%, #00000066 100%);
    right: 10px;
    border-radius: 8px;
    padding: 10px;
    color: #fff;
}
.hover .post-hover-popup, .photo:hover .post-hover-popup {
    display: block;
}
.post-hover-reaction-wrapper {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.post-hover-description {
    max-height: 106px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-hover-username {
    font-weight: 500;
}
.post-hover-reaction-block {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.post-hover-reaction-block svg {
    fill: #fff;
    margin-right: 4px;
    width: 19px;
    height: 19px;
}
.post-hover-time {
    font-style: italic;
}
.post-mobile-info {
    display: none;
}



.profile-new .profile-header-tab {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.profile-new .profile-header .content {
    align-items: flex-end;
}
.profile-header-tab-button {
    display: inline-flex;
    height: 38px;
    width: 38px;
    border-radius: 100%;
    background: #e8e8e8;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    cursor: pointer;
}
.profile-header-tab-button svg {
    fill: #555;
    height: 22px;
    width: 22px;
}
.profile-header-tab-button:last-child {
    margin-right: 0;
}

.share-popup {
    max-width: 500px;
}
.share-popup .popup__body {
    padding: 15px;
}
.share-popup-slider {
    display: flex;
    flex-wrap: wrap;
}
/*.share-popup-slider::-webkit-scrollbar {*/
/*    height: 5px;*/
/*}*/
.share-popup-slider a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 5px;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    width: 75px;
    font-size: 15px;
    color: #999;
    flex: 1 0 21%;
}
.share-popup-slider a img {
    width: 55px;
    height: 55px;
}
.share-popup-slider a .copy-svg {
    width: 55px;
    height: 55px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.share-popup-slider a .copy-svg svg {
    fill: #555;
}
.slider-social-name {
    margin-top: 10px;
    font-size: 15px;
    color: #999;
}
.shareUrlWrapper {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f7f7f7;
    border-radius: 5px;
    width: 100%;
}
.shareUrlWrapper-url {
    width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.shareUrlWrapper-copy {
    font-weight: 700;
    color: #6b00fe;
    cursor: pointer;
}

#download-popup .popup {
    max-width: 350px;
}
#download-popup .popup__body {
    text-align: center;
    font-size: 18px;
}
.download-popup-button {
    border: 2px solid #e8e8e8;
    max-width: 200px;
    text-align: center;
    padding: 10px;
    border-radius: 28px;
    color: #555;
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.download-popup-button.main {
    background: #6b00fe;
    color: #fff;
    border: none;
}
.download-popup-button.main svg {
    position: absolute;
    fill: #fff;
    right: 10px;
}
.download-popup-button:last-child {
    margin-bottom: 0;
}

.popup__header_tabs {
    display: flex;
    align-items: center;
}
.popup__header_tab {
    margin-right: 15px;
    font-weight: bold;
    cursor: pointer;
    padding: 4px;
    position: relative;
}
.popup__header_tab.active {
    color: #6b00fe;
}
.popup__header_tab.active:before {
    content: '';
    background: #ffdcd2;
    height: 3px;
    width: 25px;
    display: block;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
}
.popup__login-notice {
    background: #fff3ec;
    text-align: center;
    padding: 12px;
    color: #555;
}
#login-popup .form, #create-new-album-popup .form {
    padding: 0;
}
#login-popup .popup__body{
    padding: 18px 35px 35px 35px;
}


#album-popup .popup {
    max-width: 350px;
}
.creat-new-album {
    border: 2px solid #e8e8e8;
    max-width: 240px;
    text-align: center;
    padding: 10px 20px;
    border-radius: 40px;
    color: #555;
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    cursor: pointer;
}
.creat-new-album svg {
    position: absolute;
    fill: #aaa;
    right: 10px;
}
.albums-wrapper {
    margin-bottom: 30px;
}
.album-button {
    border: 2px solid #fee6da;
    max-width: 240px;
    text-align: center;
    padding: 10px 20px;
    border-radius: 40px;
    color: #6b00fe;
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    cursor: pointer;
}
.album-button svg {
    position: absolute;
    fill: #6b00fe;
    right: 10px;
}
.album-button svg:first-child {
    display: block;
}
.album-button.added svg:first-child {
    display: none;
}

.album-button svg:last-child {
    display: none;
}
.album-button.added svg:last-child {
    display: block;
}
.album-button.added {
    background: #fff8f3;
    color: #6b00fe;
    border: 2px solid #6b00fe;
}
.album-button:last-child {
    margin-bottom: 0;
}
.form-action .back {
    border: 1px solid #e8e8e8;
    background: #fff;
    color: #555;
}

#embed-popup .popup {
    border-radius: 12px;
    max-width: 820px;
    padding: 10px;
    display: flex;
    position: relative;
}
.embed-left {
    width: 50%;
    overflow: hidden;
    max-height: 400px;
}

.embed-right {
    width: 50%;
    padding: 5px 5px 5px 15px;
}
.embed-popup-close {
    position: absolute;
    width: 16px;
    fill: #aaa;
    cursor: pointer;
    top: 20px;
    right: 22px;
    height: 16px;
}
.embed-name {
    padding: 2px 0;
    font-weight: bold;
    color: #555;
    font-size: 18px;
}
.select-embed-media-wrapper {
    margin: 15px 0;
}
.select-embed-media-title {
    color: #888;
    font-size: 17px;
    margin-bottom: 5px;
}
.select-embed-media-block {
    background: #000;
    padding: 8px 0;
    border-radius: 8px;
}
.embed-media-slider-wrapper {
    position: relative;
}

.select-embed-media-slider .slick-track {
    margin-left: 8px;
}
.embed-media-slider .slick-list {
    border-radius: 8px;
}
.select-embed-media-slider {
    /*margin: 0 -5px;*/
}
.select-embed-media-item {
    height: 180px!important;
    width: 130px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    cursor: pointer;
    margin-right: 8px;
    position: relative;
}
.select-embed-media-item.selected:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #6b00fe;
    display: flex;
    opacity: .6;
    border-radius: 8px;
}
.select-embed-media-item svg {
    display: none;
}
.select-embed-media-item.selected svg {
    display: flex;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 9;
    fill: #fff;
    width: 28px;
    height: 28px;
}
.select-embed-media-checkbox-wrapper {
    display: flex;
    align-items: center;
    padding: 5px 0;
    cursor: pointer;
}
.select-embed-media-checkbox-wrapper span {
    margin-left: 5px;
    color: #555;
}
.select-embed-media-checkbox-wrapper svg {
   fill: #aaa;
    width: 20px;
    height: 20px;
}
.select-embed-media-checkbox-wrapper.active svg {
    fill: #a4441f;
}
.embed-right-copy-button-block {
    display: flex;
    justify-content: flex-end;
}
.embed-right-copy-button {
    display: flex;
    align-items: center;
    color: #fff;
    background: #6b00fe;
    border-radius: 22px;
    padding: 9px 18px;
    font-weight: bold;
    cursor: pointer;
    font-size: 17px;
}
.embed-right-copy-button svg {
    fill: #fff;
    margin-left: 4px;
    width: 24px;
    height: 24px;
}

.embed-media-item {
    min-height: 400px !important;
    background-size: cover;
    border-radius: 12px;
    background-position: center;
    position: relative;
}
.embed-media-info-wrapper {
    display: none;
    position: absolute;
    z-index: 9;
    top: 0;
    padding: 10px;
    width: 100%;
    right: 0;
    flex-direction: column;
    color: #fff;
}
.embed-media-info-wrapper.active {
    display: flex;
}
.embed-media-info-block-by {
    margin-bottom: 15px;
}
.embed-media-info-block {
    background: linear-gradient(to top, #414141 -60%, #00000066 100%);
    background-size: cover;
    border-radius: 12px;
    padding: 10px;
    position: relative;
}
.embed-media-info-block svg {
    position: absolute;
    right: 13px;
    top: 13px;
    fill: #fff;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.embed-media-footer {
    display: flex;
    position: absolute;
    z-index: 9;
    bottom: 0;
    border-radius: 0 0 12px 12px;
    background: linear-gradient(to top, transparent -60%, #393939 100%);
    padding: 8px 11px 3px 12px;
    width: 100%;
    right: 0;
    flex-direction: column;
    color: #fff;
}
.embed-media-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}
.embed-media-text b {
    margin-right: 5px;
}
.embed-media-text.hide_both {
    display: none;
}
.embed-media-text.hide_username b {
    display: none;
}
.embed-media-text.hide_description span {
    display: none;
}
.embed-media-footer-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 9px;
}
.embed-media-footer-slider-count {
    display: flex;
    align-items: center;
    font-weight: 500;
}
.embed-media-footer-slider-count svg {
    fill: #ffffffb0;
    margin-right: 4px;
    width: 20px;
    height: 20px;
}
.embed-media-footer-slider-more {
    display: flex;
    cursor: pointer;
}
.embed-media-footer-slider-more svg {
    fill: #ffffffb0;
}

.new-main-header {
    position: relative;
    overflow: hidden;
}
.new-main-header .content {
    position: relative;
}
.new-main-header-wrapper, .new-main-header-form, .new-main-header-album-title {
    z-index: 99;
    position: relative;
}
.new-main-header .content:before {
    content: '';
    z-index: 9;
    width: 526px;
    height: 526px;
    background: #fffbf9;
    border-radius: 100%;
    position: absolute;
    top: -72px;
    right: 210px;
}
.new-main-header .content:after {
    content: '';
    z-index: 9;
    width: 740px;
    height: 700px;
    background: #fff;
    border: 2px solid #f6f6f6;
    border-radius: 100%;
    position: absolute;
    bottom: -546px;
    left: 23px;
}
.new-main-header-logo a {
    color: #555;
    font-size: 28px;
    font-weight: 700;
    position: relative;
    top: 2px;
    font-family: Comfortaa;
    text-transform: lowercase;
}
.new-main-header-logo a span {
    color: #6b00fe;
    font-family: Comfortaa;
}
.new-main-header-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
}
.new-main-header-buttons {
    display: flex;
    align-items: center;
}
.new-main-header-button {
    padding: 7px 16px;
    border-radius: 20px;
    color: #555;
    font-weight: 500;
    margin-right: 8px;
    text-decoration: underline;
    position: relative;
}
.new-main-header-button-register {
    background: #6b00fe;
    text-decoration: unset;
    color: #fff;
}
.menu_block .new-main-header-button-register {
    background: #ffede7;
    text-decoration: unset;
    color: #6b00fe;
    margin-right: -10px;
}
/*.menu_block .new-main-header-button {*/
/*    margin-right: -9px;*/
/*}*/
.new-main-header-button-logged {
    margin-right: -13px;
    position: relative;
    top: -1px;
    padding-right: 5px;
}

.new-main-header-button-login svg {
    fill: #555;
    position: absolute;
    left: -10px;
}
.new-main-header-icon-button {
    display: flex;
    background: #f3f3f3;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 7px;
}
.new-main-header-icon-button svg {
    fill: #555;
}
.new-main-header-form {
    display: flex;
    max-width: 550px;
    flex-direction: column;
    margin: 0 auto;
}
.new-main-header-form .main-search-paste-button {
    display: none;
}
.new-main-header-form .main-search-buttons {
    border-left: none;
}
.new-maine-header-form-hint {
    color: #aaa;
    padding-left: 20px;
    margin-top: -14px;
}
.new-main-header-album-title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #555;
    margin-top: 40px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 19px;
}
.new-main-header-album-title svg {
    fill: #ccc;
    display: inline-flex;
    margin-left: 3px;
    width: 18px;
}
.new-main-header-form-title {
    font-size: 26px;
    color: #555;
    padding-left: 30px;
    font-weight: bold;
    font-family: "Segoe UI Bold";
}
.new-main-header-form-title i {
    font-size: 38px;
    font-family: "Roboto";
    font-weight: 500;
}
.new-main-header-form-title span {
    color: #6b00fe;
}
.new-main-header-form-subtitle {
    color: #aaa;
    padding-left: 30px;
    font-size: 18px;
    font-family: "Segoe UI";
}
.main-albums-wrapper {
    padding: 15px 0 15px;
    background: #000;
    margin-bottom: 40px;
}
.main-albums-wrapper .content {
    justify-content: space-evenly;
    display: flex;
}
.main-album-item {
    display: flex;
    width: 250px;
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
    justify-content: flex-end;
    flex-direction: column;
    border-radius: 12px;
}
.main-album-item-info-block {
    display: none;
}
.main-album-item.with-info .main-album-item-info-block {
    background: linear-gradient(to top, transparent -60%, #393939 100%);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 9px;
    border-radius: 11px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    width: calc(100% - 20px);
    margin: 0 10px;
    top: 10px;
}
.main-album-item-info-block b {
    margin-left: 3px;
}
.main-album-item-info-wrapper {
    display: flex;
    padding: 5px;
}
.main-album-item-info-wrapper .main-album-item-info:first-child {
    margin-right: 5px;
}
.main-album-item-info-wrapper .main-album-item-info:last-child svg {
    width: 19px;
}
.main-album-item-info {
    background: linear-gradient(to top, transparent -60%, #393939 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 11px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

.main-album-item-info-wrapper .main-album-item-info {
    padding: 5px 10px;
}
.main-album-item-info-open {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 999;
    padding: 5px 7px;
    border-radius: 40px;
}
.main-album-item-info svg {
    fill: #fff;
    margin-right: 4px;
    width: 20px;
}
.main-album-item-info-open svg {
    margin-right: 0;
}
.main-feature-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #555;
}
.main-feature-title {
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.main-feature-title:after {
    content: '';
    background: #6b00fe;
    height: 3px;
    width: 49px;
    display: block;
    border-radius: 22px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
}
.main-feature-block {
    display: flex;
    align-items: flex-end;
    width: 100%;
}
.main-feature-block > div {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.main-feature-block > div:first-child {
    padding-right: 40px;
}
.main-feature-block > div:last-child {
    padding-left: 15px;
}
.main-feature-item {
    padding: 15px;
    border-radius: 12px;
    line-height: 25px;
    position: relative;
    font-size: 17px;
}
.main-feature-item.grey {
    background: #f6f6f6;
    padding: 22px 15px 22px 22px;
}
.main-feature-item.orange {
    background: #fff4ef;
    padding: 26px 22px 26px 22px;
}
.main-feature-item.orange svg:first-child {
    fill: #6b00fe;
    width: 44px;
    height: 44px;
    display: flex;
    position: absolute;
    transform: rotate(-18deg);
    top: -16px;
    right: 27px;
}
.main-feature-item.orange svg:nth-child(2) {
    fill: #ffdac5;
    height: 34px;
    width: 34px;
    display: flex;
    position: absolute;
    top: 30px;
    right: 13px;
    transform: rotate(186deg);
}
.main-feature-item.orange svg:nth-child(3) {
    fill: #ffceb8;
    height: 38px;
    width: 38px;
    display: flex;
    position: absolute;
    top: -5px;
    right: -16px;
    transform: rotate(336deg);
}

.new-main-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #fff;
}
.new-main-wrapper .content {
    flex-grow: 1;
    max-width: 1080px;
}

.new-main-footer {
    margin-top: 50px;
    background: #f6f6f6;
}
.new-main-footer .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
.new-main-footer .content > div {
    width: 50%;
    padding: 0 10px;
}
.new-main-footer .content > div:last-child {
    padding-left: 100px;
}
.new-main-footer-text {
    color: #aaa;
    font-style: italic;
}
.new-main-footer-text span {
    position: relative;
    font-family: Comfortaa;
    text-transform: lowercase;
    font-style: normal;
}
.new-main-footer ul {
    margin-top: 10px;
}
.new-main-footer ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}
.new-main-footer ul li:after {
    content: '-';
    margin-left: 10px;
    margin-right: 5px;
    color: #aaa;
}
.new-main-footer ul li a {
    color: #aaa;
}
.new-main-footer ul li:last-child:after {
    display: none;
}

.article-wrapper {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 10px;
}
.article-title {
    margin-top: 15px;
    font-size: 22px;
    font-weight: 500;
}
.article-subtitle-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.article-author {
    font-style: italic;
    color: #aaa;
    font-size: 17px;
}
.article-share-button {
    background: #f0f0f0;
    padding: 3px 15px;
    border-radius: 40px;
    font-size: 17px;
}
.article-body {
    margin-top: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 17px;
    border-bottom: 2px solid #f0f0f0;
    border-top: 2px solid #f0f0f0;
    padding-bottom: 25px;
    padding-top: 25px;
}
.article-body a {
    color: #0084fd;
    text-decoration: underline;
}
.article-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.article-image-wrapper img {
    width: 100%;
    border-radius: 12px;
}
.article-wrapper ul {
    padding-left: 20px;
}
.article-wrapper ul li {
    list-style-type: disc;
}
.article-wrapper h2 {
    margin-top: 40px;
}

.article-wrapper h3 {
    margin-top: 20px;
}

.article-wrapper p {

}
.articles-logo {
    background: #f2e8fd;
    padding: 5px 6px 5px 6px;
    color: #555;
    border-radius: 8px;
    margin-left: 10px;
    line-height: normal;
}
.more-articles-button {
    display: flex;
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #e7e7e7;
    color: #aaa;
    border-radius: 20px;
}
.suggested-article-block {
    margin-bottom: 20px;
}
.suggested-article-title {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 17px;
}
.suggested-article-items-wrapper {
    display: flex;
    flex-direction: column;
}
.suggested-article-item {
    width: 100%;
    display: flex;
    /*border: 1px solid #e7e7e7;*/
    border-radius: 12px;
    padding: 16px 20px 16px 12px;
    position: relative;
    align-items: center;
    margin-bottom: 15px;
    background: #f2f2f2;
    color: #555;
}
.suggested-article-item-title {
    font-weight: 500;
}
.suggested-article-item-image {
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    margin-right: 10px;
}
.suggested-article-item-info {
    width: calc(100% - 60px);
}
.suggested-article-item-title {
    font-weight: 500;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.suggested-article-item-text {
    margin-top: 2px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #888;
}

.main-reviews-articles-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.main-reviews-articles-tabs-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    justify-content: space-between;
    margin-top: 18px;
}
.main-reviews-select-tab-wrapper {
    display: flex;
}
.main-reviews-select-tab {
    display: flex;
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #e7e7e7;
    color: #aaa;
    cursor: pointer;
}
.main-reviews-select-tab:first-child {
    border-right: none;
    border-radius: 20px 0 0 20px;
}
.main-reviews-select-tab.active {
    background: #f9fafe;
    color: #555;
}
.main-reviews-select-tab:last-child {
    border-radius: 0 20px 20px 0;
}
.main-reviews-articles-tab {
    padding: 3px 0px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 17px;
    display: flex;
    align-items: center;
}
.main-reviews-articles-tab svg {
    margin-left: 7px;
}
.main-reviews-articles-tab:first-child {
    margin-right: 5px;
}
.main-reviews-articles-tab.active {
    background: #e9e9e9;
}
.main-articles-item-wrapper {
    margin: 0 6px;
    width: 279px;
}
.main-articles-item {
    width: 100%;
    display: flex;
    border-radius: 12px;
    padding: 13px 13px;
    position: relative;
    background: #f2f2f2;
    color: #555;
    flex-direction: column;
}
.articles-wrapper {
    width: 100%;
    margin: 0 auto;
}
.articles-wrapper .main-articles-slider {
    display: flex;
    flex-wrap: wrap;
}
.articles-wrapper .main-articles-item-wrapper {
    width: 25%;
    padding: 0 5px;
    margin: 0 0 10px;
}
.main-articles-item-wrapper:first-child {
    margin-left: 0;
}
.main-articles-item-wrapper:last-child {
    margin-right: 0;
}
.main-articles-item-image {
    width: 100%;
    height: 100px;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}
.main-articles-item-title {
    width: calc(100% - 40px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 500;
}
.main-articles-item-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 4px;
    color: #888;
    line-height: 23px;
}
.main-premium-info-svg {
    height: 18px;
    width: 18px;
    fill: #ccc;
    display: inline-flex;
}

#gifts-info-popup .popup,#review-reported-popup .popup,#review-info-popup .popup,#articles-info-popup .popup,#info-popup .popup, #countdown-popup .popup, #search-insight-info-popup .popup, #article-info-popup .popup, #article-added-popup .popup, .info-popup {
    max-width: 440px;
}
.info-popup__body {
    background: #fff;
    padding: 18px 22px 18px;
    font-size: 17px;
    border-radius: 12px 12px 0 0;
}
.info-popup-text.bold {
    font-weight: 500;
}
.info-popup-text a {
    color: #555;
    text-decoration: underline;
}
#countdown-popup .info-popup-text {
    font-size: 17px;
    margin-bottom: 14px;
    margin-top: 17px;
}
#countdown-popup .info-popup-text span {
    font-weight: 500;
    border-bottom: 2px solid #dbdbdb;
}
.info-popup-label {
    background: #e2e2e2;
    padding: 2px 8px;
    border-radius: 8px;
    width: fit-content;
    margin-top: 7px;
    font-size: 16px;
    margin-right: 5px;
}
.info-popup__footer {
    display: flex;
    justify-content: flex-end;
    padding: 12px 20px;
}
.popup__footer_button {
    background: #fff;
    padding: 4px 14px;
    border-radius: 20px;
    cursor: pointer;
    color: #555;
    font-size: 17px;
    font-weight: 500;
    border: 2px solid #e0e0e0;
}

#main-albums-info-popup .popup__header {
    background: #fff;
    margin: 15px 0px 0px 0px;
}
#main-albums-info-popup .popup__body {
    padding: 0 20px 20px;
}
#new-info-popup .popup__header {
    background: #fff;
    margin: 15px 0px 0px 0px;
}
#new-info-popup .popup__body {
    padding: 0 20px 20px;
}
.main-album-info {
    display: flex;
    flex-direction: column;
    color: #555;
    line-height: 27px;
    font-size: 17px;
    padding-bottom: 20px;
}
.main-album-info span {
    color: #555;
    margin-top: 10px;
    width: fit-content;
    background: #efefef;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
}

.main-album-info-footer {
    display: flex;
    justify-content: flex-end;
}
.main-album-info-footer div {
    display: flex;
    align-items: center;
    color: #fff;
    background: #6b00fe;
    border-radius: 40px;
    padding: 8px 18px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
}

.media-page {
    display: flex;
    background: #000;
    height: calc(100vh - 57px);
    color: #555;
}
.media-left {
    width: calc(100% - 340px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
}
.media-left.full {
    width: 100%;
}
.media-right {
    height: 100%;
    background: #fff;
    width: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.media-image-block {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: calc(100% - 80px);
    height: 100%;
    position: relative;
    max-width: 700px;
    width: 100%;
    overflow: unset!important;
}
.media-slider {
    width: 100%;
    height: 100%;
}
.media-slider .slick-list {
    height: 100%;
}
.media-slider .slick-track {
    height: 100%;
}
.media-slider .item {
    position: relative;
}
.media-image-block img, .media-image-block video  {
    display: flex;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}
.media-image-block .media-slider img, .media-image-block .media-slider video {
    object-fit: contain;
}
.media-image-views {
    background: linear-gradient(to top, transparent -60%, #393939 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 20px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.video .media-image-views {
    bottom: unset;
    top: 10px;
}
.media-image-info-button {
    background: linear-gradient(to top, transparent -60%, #393939 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 20px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}
.video .media-image-info-button {
    bottom: unset;
    top: 10px;
}
.media-image-info-button svg {
    fill: #fff;
}
.media-image-views svg {
    fill: #fff;
    margin-right: 5px;
}

.media-image-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    margin-top: 18px;
}
.media-image-button.pinned > div {
    background: #6b00fe;
}
.media-image-button > div {
    background: #333333bf;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    cursor: pointer;
    margin-bottom: 5px;
}
.media-image-button svg {
    fill: #fff;
    display: flex;
}
.media-image-buttons-wrapper {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.media-image-fullscreen {
    position: absolute;
    right: 20px;
    top: 20px;
}
.media-image-button .media-image-full-svg {
    width: 29px;
    height: 29px;
}
.media-image-button .media-image-save-svg {

}
.media-image-button .media-image-share-svg {
    width: 22px;
    height: 22px;
}
.media-image-button .media-image-pin-svg {
    width: 24px;
    height: 24px;
    transform: rotate(30deg);
}
.media-image-button .media-image-add-svg {
    width: 28px;
    height: 28px;
}

.media-image-footer {
    display: flex;
    position: absolute;
    z-index: 9;
    bottom: 0;
    background: linear-gradient(to top, transparent -60%, #393939 100%);
    padding: 14px 17px 12px 17px;
    width: 100%;
    right: 0;
    flex-direction: column;
    color: #fff;
    border-radius: 0 0 16px 16px;
}
.media-image-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 7px;
}
.media-image-text a {
    margin-right: 5px;
    color: #fff;
    font-weight: 500;
}
.media-image-time {
    font-style: italic;
}

.media-right-info-wrapper {
    padding: 15px;
}
.media-right-info-top {
    display: flex;
    margin-bottom: 10px;
}
.media-right-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.media-right-username a {
    font-weight: 500;
}
.media-right-info-item {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.media-right-info-label {
    color: #9e9e9e;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}
.media-right-info-value a {
    text-decoration: underline;
    color: #555;
}
.media-right-info-wrapper {
    padding: 15px;
    background: #fbfbfb;
    border-bottom: 1px solid #e7e7e7;
}
.media-right-time {
    font-style: italic;
    color: #aaa;
}
.media-right-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.media-right-likes-wrapper {
    display: flex;
}
.media-right-likes-wrapper .media-right-action-button {
    cursor: pointer;
}
.media-right-likes-wrapper > div:first-child {
    margin-right: 10px;
}
.media-right-action-button {
    display: flex;
    align-items: center;
    border: 1px solid #dddddd;
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 17px;
}
.media-right-action-button svg {
    fill: #555;
    margin-right: 10px;
    width: 21px;
    height: 21px;
}

.media-right-action-button.like.active svg {
    fill: #2041fc;
}

.media-right-action-button.dislike.active svg {
    fill: #6b00fe;
}
.media-right-comment-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.media-right-comment-block {
    height: calc(100% - 90px);
    overflow-y: auto;
}
.media-right-comment-item-out {
    padding: 0 15px;
}
.media-right-comment-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 0;
}
.media-right-comment-avatar img {
    width: 50px;
}
.media-right-comment {
    padding-left: 10px;
    width: calc(100% - 50px);
}
.media-right-comment-username {
    font-weight: bold;
}
.media-right-comment-form {
    padding: 15px;
}
.media-right-comment-field {
    position: relative;
    background: #fff;
    border: 2px solid #ededed;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1px 6px 1px 14px;
    color: #555;
}
.media-right-comment-field input {
    width: 100%;
    border: none;
    outline: none;
    padding: 0 10px;
    font-size: 17px;
    color: #555;
}
.media-right-comment-field button {
    outline: none;
    border: none;
    padding: 10px 12px;
    border-radius: 40px;
    font-weight: 500;
    cursor: pointer;
    font-size: 20px;
    min-height: 44px;
    max-height: 44px;
    background: none;
}
.media-right-comment-field svg {
    fill: #aaa;
}

.notify-wrapper {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999999;
}
.notify-block {
    background: #6b00fe;
    border-radius: 12px;
    padding: 6px 14px;
    color: #fff;
    opacity: .8;
    margin-top: 10px;
}
.notify-block:first-child {
    margin-top: 0;
}

.album-header, .tag-header {
    padding: 15px 0 16px;
    background: #f1f1f1;
}
.album-header .content, .tag-header .content {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}
.album-name, .tag-name {
    color: #555;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}
.tag-name-bottom {
    color: #aaa;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.album-username {
    background: #6b00fe;
    color: #fff;
    border-radius: 40px;
    padding: 4px 15px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 2px;
    display: inline-flex;
}
.album-header .profile-header-tab, .tag-header .profile-header-tab {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.album-stats-wrapper {
    display: flex;
    align-items: center;
    margin-right: 5px;
}
.album-stat-block {
    display: flex;
    align-items: center;
    padding: 0 13px;
    color: #aaa;
    font-weight: 500;
}
.album-stat-block svg {
    fill: #aaa;
    margin-right: 5px;
    width: 22px;
    height: 22px;
}
.album-stat-block:first-child {
    border-right: 1px solid #dcdcdc;
}

.new-search-wrapper {
    max-width: 560px;
    margin: 0 auto;
    color: #555;
    width: 100%;
    padding: 0 14px;
}
.new-search-header {
    margin: 30px 0 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-search-header-tabs {
    display: flex;
    align-items: center;
}
.new-search-header-result-count {
    color: #aaa;
    font-style: italic;
}
.new-search-header-tab {
    padding: 4px 12px 4px 12px;
    margin-right: 10px;
    border-radius: 20px;
    color: #aaa;
    cursor: pointer;
}
.new-search-header-tab.active {
    border: 1px solid #ff976f;
    color: #6b00fe;
    background: #ffebe3;
}
.search-item {
    /*border: 1px solid #e9e9e9;*/
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 16px 18px 16px 24px;
    justify-content: space-between;
}
.search-item-info {
    display: flex;
    align-items: center;
    width: calc(100% - 75px);
}
.search-item-view-button {
    background: #f6f6f6;
    padding: 4px 16px;
    border-radius: 40px;
    cursor: pointer;
    color: #555;
    font-size: 16px;
}
.search-item-info img {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    min-width: 70px;
    overflow: hidden;
    margin-right: 15px;
}
.search-item-info-text {
    width: calc(100% - 75px);
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-item-info-title {
    font-size: 17px;
    font-weight: bold;
    color: #6b00fe;
}
.search-item-info-stats {
    color: #aaa;
}
.search-item.empty {
    justify-content: center;
    padding: 30px 20px;
}
.grid-empty {
    display: flex;
    flex-direction: column;
    color: #aaa;
    align-items: center;
    padding: 30px;
}
.grid-empty svg {
    fill: #555;
    width: 51px;
    height: 51px;
}
.grid-empty span {
    font-size: 22px;
    margin-top: 5px;
    font-weight: 500;
}

#report-popup .popup__body {
    padding: 0;
}
.report-popup {
    max-width: 300px;
}
.report-popup-button {
    padding: 15px;
    cursor: pointer;
    display: flex;
    border-bottom: 1px solid #f1f1f1;
    color: #555;
}
.report-popup-button.popup-remove-action {
    padding: 0;
}
.report-popup-button.popup-remove-action >div {
    padding: 15px;
}
.report-popup-button:last-child {
    border-bottom: none;
}
.confirm-mail-notice {
    background: #ffe7dd;
    border-radius: 5px;
    text-align: center;
    padding: 8px;
    margin: 10px 0;
    color: #555;
}

.profile-private-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
}
.profile-private-text {
    color: #cccccc;
    font-weight: 500;
    font-size: 18px;
    margin-top: 8px;
}
.profile-private-wrapper svg {
    fill: #ccc;
    width: 36px;
    height: 36px;
}


/*
pin and album features
 */

/*slick*/
.slick-arrow {
    border: none;
    outline: none;
    width: 32px;
    height: 60px;
    position: absolute;
    top: 50%;
    display: flex!important;
    background: rgba(0, 0, 0, 0.6);
    transform: translateY(-50%);
    align-items: center;
    cursor: pointer;
    z-index: 999;
}
.slick-next.slick-arrow {
    right: 0;
    border-radius: 140px 0 0 140px;
    padding-left: 8px;
}
.slick-prev.slick-arrow {
    left: 0;
    border-radius: 0 140px 140px 0;
    padding-left: 5px;
}
.slick-disabled {
    display: none!important;
}
.slick-next svg {

}
.slick-prev svg {

}

.slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 17px;
    z-index: 999;
}
.media-slider .slick-dots {
    left: unset;
    transform: unset;
    right: 17px;
}
.slick-dots li button {
    font-size: 0;
    border-radius: 100%;
    height: 10px;
    width: 10px;
    outline: none;
    border: none;
    background: #8b8b8b;
    cursor: pointer;
    margin: 0 4px;
}
.slick-dots li.slick-active button {
    background: #fff;
}
.slick-track,
.slick-list {
    -webkit-perspective: 2000px;
    -webkit-backface-visibility: hidden;
}

.slick-slide { -webkit-backface-visibility: hidden; }
.slick-list,
.slick-track {
    transition-delay: 10ms;
}

/*.media-slider .slick-track,*/
/*.media-slider .slick-list*/
/*{*/
/*    -webkit-transform: translate3d(0, 0, 0);*/
/*    -moz-transform: translate3d(0, 0, 0);*/
/*    -ms-transform: translate3d(0, 0, 0);*/
/*    -o-transform: translate3d(0, 0, 0);*/
/*    transform: translate3d(0, 0, 0);*/

/*    -webkit-transform: translateZ(0);*/
/*    -moz-transform: translateZ(0);*/
/*    -ms-transform: translateZ(0);*/
/*    -o-transform: translateZ(0);*/
/*    transform: translateZ(0);*/

/*    -webkit-perspective: 1000;*/
/*    -moz-perspective: 1000;*/
/*    -ms-perspective: 1000;*/
/*    perspective: 1000;*/
/*    -webkit-backface-visibility: hidden;*/
/*    -moz-backface-visibility: hidden;*/
/*    -ms-backface-visibility: hidden;*/
/*    backface-visibility: hidden;*/
/*}*/
/*slick*/


main.main {
    background: #000;
    display: flex;
    flex-grow: 1;
}
.posts-container {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.profile-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.profile-avatar {
    width: 70px;
    height: 70px;
    background-color: #555;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    color: #fff;
    margin-bottom: 10px;
}
.profile-info {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    margin-bottom: 26px;
}
.username {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.posts-current {
    color: #aaa;
    text-transform: uppercase;
    font-size: 18px; 
}

.posts-video {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.posts__video-item, .grid-ad {
    display: flex;
    margin-top: 12px;
    width: 25%;
    padding: 0 5px;
    position: relative;
}
.posts__video-item img {
    display: none;
}
.posts__video-item-story-thumbnail {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-position: center;
}
.posts__video-item-story-download {
    background: #00000099;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    right: 17px;
}
.posts__video-item-story-share {
    background: #00000099;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    right: 65px;
}
.posts__video-item-story-share svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.posts__video-item-story-download svg {
    fill: #fff;
}


.post-container {
    width: 55%;
    padding: 40px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.video-player {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 10px;
    margin-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.8);
}
.video-player video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #222;
    border-radius: 10px;
}
.video-player > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.progress-container {
    position: relative;
    width: 100%;
    height: 5px;
    background: rgb(255 255 255 / 51%);
    cursor: pointer;
    z-index: 20;
}
.progress-bar {
    height: 100%;
    width: 0;
    background: #6b00fe;
}
.progress-handle {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    color: #fff;
    /* background: rgba(0, 0, 0, 0.5); */
}
.controls span {
    flex: 1;
    margin-left: 10px;
    color: #ccc;
}
#playPause {
    border: none;
    background: none;
    font-size: 16px;
    cursor: pointer;
}
.video-info {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #ffffffc4;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-size: 17px;
}

.video-info img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}
.video-info-user-avatar-preloader {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}

.download-cards {
    width: 100%;
}
.download-cards div {
    width: 100%;
    background-color: #222;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 22px;
    margin-bottom: 10px;
    border-radius: 10px;
    color: #fff;
}

.download-cards div p {
    font-size: 17px;
    font-weight: 400;
}
.download-cards div:last-child {
    margin-bottom: 0;
}

.download-cards a {
    text-decoration: none;
    color: #fff;
    padding: 8px 24px;
    background-color: #6b00fe;
    border-radius: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-size: 17px;
}
.download-cards a svg {
    fill: #fff;
    margin-left: 4px;
}
#volume {
    outline: none;
    border: none;
    background-color: transparent;
}

.video-share {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #4c4c4c99;
    font-weight: 500;
    border-radius: 20px;
    cursor: pointer;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.video-share svg {
    fill: #fff;
    margin-left: 5px;
    width: 20px;
    height: 20px;
}

.photo-selector-wrapper {
    width: 100%;
    background-color: #222;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 22px;
    margin-bottom: 8px;
    border-radius: 5px;
    color: #fff;
}
.photo-selector-dots {
    display: flex;
}
.photo-selector-dot {
    width: 15px;
    height: 15px;
    background: #555;
    border-radius: 100%;
    cursor: pointer;
    margin: 0 3px;
}
.photo-selector-dot.active {
    background: #6b00fe;
}


#download-popup .popup__header svg {
    top: 20px;
    right: 20px;
}
#download-popup .popup__header {
    padding: 0;
}
#download-popup .popup__body > div {
    padding: 50px 20px;
}
#download-popup .popup__body > div a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 8px 35px;
    background-color: #6b00fe;
    border-radius: 50px;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 10px;
}
.download-sound-block {
    border-top: 1px solid #e4e4e4;
}

.tiktok-posts-loader {
    width: 60px;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side,grey 90%,#0000);
    background:
            var(--_g) 0%   50%,
            var(--_g) 50%  50%,
            var(--_g) 100% 50%;
    background-size: calc(100%/3) 50%;
    animation: l3 1s infinite linear;
}
@keyframes l3 {
    20%{background-position:0%   0%, 50%  50%,100%  50%}
    40%{background-position:0% 100%, 50%   0%,100%  50%}
    60%{background-position:0%  50%, 50% 100%,100%   0%}
    80%{background-position:0%  50%, 50%  50%,100% 100%}
}

.posts-load-more {
    padding-top: 50px;
    opacity: 0;
}
.filter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin-bottom: 5px;
}
.filter-btn a.active {
    background-color: #6b00fe;
}
.filter-btn a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}

.posts-empty {
    color: #aaa;
    font-size: 22px;
    padding: 30px 0;
}

@media screen and (max-width: 1210px) {
    .new-grid .box-photos {
        margin: 10px auto;
    }
}

@media screen and (max-width: 900px){
    .main-page-header .articles-logo {
        margin-top: unset;
    }
    .new-main-header-form-title {
        font-size: 24px;
    }
    .menu_block .new-main-header-button-logged {
        font-size: 0;
        margin-right: -15px!important;
    }
    .menu_block .new-main-header-button-register {
        margin-right: -15px!important;
    }
    .new-main-header-button-logged svg {
        position: unset;
    }
    .media-slider .slick-arrow {
        bottom: 150px;
        top: unset;
    }
    #embed-popup .popup {
        flex-direction: column;
        max-height: calc(100vh - 40px);
        overflow-y: scroll;
    }
    .embed-left, .embed-right {
        width: 100%;
    }
    .embed-left {
        padding-top: 50px;
        overflow: unset;
    }
    .embed-name {
        position: absolute;
        top: 14px;
        left: 10px;
    }
    .embed-right {
        padding: 0;
    }
    .main-feature-item.orange svg {
        display: none!important;
    }
    .new-main-wrapper .main-albums-wrapper .content {
        overflow-x: scroll;
        justify-content: flex-start;
    }
    .main-album-item {
        margin-right: 20px;
        min-width: 250px;
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .main-album-item:last-child {
        margin-right: 0;
    }
    .new-main-header-form-title {
        padding-left: 10px;
    }
    .new-main-header-form-subtitle {
        padding-left: 10px;
    }
    .main-feature-block {
        flex-direction: column-reverse;
    }
    .main-feature-block > div {
        width: 100%;
        padding: 0 !important;
    }
    .new-main-footer .content {
        flex-direction: column-reverse;
    }
    .new-main-footer .content > div {
        width: 100%;
        padding: 0 10px !important;
    }
    .new-main-footer ul {
        text-align: center;
    }
    .new-main-footer-text {
        text-align: center;
        padding-top: 10px;
    }
    .main-notice-wrapper:before {
        bottom: 33px;
    }
    .main-search-field-wrapper .spinner, #searchform-tiktok .spinner {
        top: 12px;
        left: unset;
    }
    .main-search-failed {
        max-width: 100%;
    }
    .main-feature-title {
        margin-bottom: 30px;
    }
    .main-feature-item {
        padding: 22px 15px 22px 22px;
    }

    .media-page {
        flex-direction: column;
    }
    .media-left {
        width: 100%;
    }
    .media-right {
        width: 100%;
    }
    .media-image-block {
        max-height: 100%;
    }
    .media-image-block img, .media-image-block video {
        border-radius: 0;
    }
    .media-image-info-button {
        top: unset!important;
        bottom: -43px!important;
        background: none;
    }
    .media-image-info-button svg {
        fill: #aaa;
        width: 23px;
        height: 23px;
    }
    .media-image-footer {
        border-radius: 0;
    }
    .media-image-block .media-slider img, .media-image-block .media-slider video {
        object-fit: contain;
    }
    .media-image-button span {
        display: none;
    }
    .media-image-button {
        margin-top: 10px;
    }
    .media-image-fullscreen {
        top: 10px;
        right: 10px;
        margin-top: 0;
    }
    .media-image-button > div {
        margin-bottom: 0;
        width: 41px;
        height: 41px;
    }
    .media-image-buttons-wrapper {
        bottom: unset;
        top: 55px;
        right: 10px;
    }
    .new-grid {
        border-radius: 0;
    }
    .burger {
        margin: 15px 15px 15px 10px;
    }
    .main-search-buttons {
        border-left: none;
    }

    .main-search-paste-button span {
        font-size: 18px;
    }
    .main-notice-text br {
        display: none;
    }
    .main-search-paste-button svg {
        width: 24px;
        height: 24px;
        fill: #ccc;
        position: relative;
        top: 1px;
    }
    .main-search-download-button {
        width: 100%;
        justify-content: center;
        position: relative;
        font-size: 20px;
        margin-bottom: 15px;
        max-width: unset;
    }
    .main-search-download-button svg {
        position: absolute;
        right: 15px;
        top: 9px;
        fill: #fff;
        font-size: 20px;
        left: unset;
    }
    .main-search-field {
        padding: 3px 5px 3px 10px;
        margin: 20px auto 10px;
    }

    .main-notice2-icon {
        position: absolute;
        display: flex;
        right: -26px;
        transform: rotate(26deg);
        bottom: -30px;
    }
    .main-notice2-icon span {
        font-size: 80px;
    }
    .main-notice2-icon svg {
        width: 80px;
        height: 80px;
        fill: #e9e9e9;
    }

    .country_trending_button {
        right: 20px;
    }
    .hide_pc {
        display: block!important;
    }
    .profile-statistics__container {
        flex-direction: column;
    }
    .profile-statistics__left, .profile-statistics__right {
        width: 100%;
        justify-content: center;
    }
    .profile-statistics__right {
        padding: 0;
    }
    .profile-statistics__wrapper {
        flex-wrap: wrap;
        border: none;
        margin: 0;
    }
    .profile-statistics__block {
        width: 100%;
        /*margin-bottom: 20px;*/
    }
    .profile-statistics__slider-block {
        width: 100%;
    }
    #chartjs {
        margin: unset;
        max-width: 200px;
        max-height: 200px;
    }
    .only_mobile_ad {
        display: block;
    }
    .only_desktop_ad {
         display: none;
     }
    .chart_ir_text br {
        display: none;
    }

    .main-search-paste-button {
        /*background: #f7f7f7;*/
        padding: 8px;
        border-radius: 100%;
        margin: 0;
        /*margin-left: 10px;*/
        display: flex!important;
    }
    .main-search-input {
        padding-right: 0;
    }

    .hide_mob {
        display: none!important;
    }

    .content.remove_content_page {
        flex-direction: column;
    }
    .main-page .left-header {
        width: unset;
        margin-bottom: 0;
    }
    .main-page .center-header {
        min-height: 0;
    }
    .main-trending__profile-wrap {
        width: 25%;
    }
    .main__subtitle br {
        display: block;
    }
    .popular-button {
        display: none;
    }
    .main-page .popular-button {
        display: inline-flex;
    }
    .popular-button {
        background: none;
        padding: 0;
    }
    .menu_block.active .popular-button {
        display: none;
    }
    .stories-viewer-header-button {
        margin-right: -10px;
    }

    .stories-viewer-header-button .svg {
        border-radius: 100%;
        background: -webkit-linear-gradient(
                90deg
                , #6b00fe 0%, #ff8657 80%);
        background: -o-linear-gradient(90deg, #6b00fe 0%, #ff8657 80%);
        background: -moz-linear-gradient(90deg, #6b00fe 0%, #ff8657 80%);
        background: linear-gradient(
                90deg
                , #6b00fe 0%, #ff8657 80%);
        color: #555555;
        font-size: 15px;
        align-items: center;
        width: 35px;
        height: 35px;
        padding: 0;
        display: inline-flex;
        justify-content: center;
    }
    .stories-viewer-header-button svg {
        display: block;
        width: 14px;
        height: 14px;
        fill: #fff;
    }
    .main-info__blocks {
        flex-direction: column;
        height: 280px;
        overflow: hidden;
    }
    .main-info__blocks.owl-loaded {
        height: auto;
    }
    .main-info__blocks.owl-carousel {
        justify-content: space-between;
    }
    .main-info__block {
        margin: 0;
        width: 100%;
        padding-bottom: 26px;
    }
    .main-info__block-text {
        padding: 33px 10px;
        white-space: nowrap;
    }
    .main_footer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .main__footer-left {
        margin-bottom: 20px;
    }
    .main-feedback__wrapper {
        margin-bottom: 20px;
    }
    .main__footer-left a {
        margin-right: 5px;
    }
    .main-trending__hashtag-slider {
        width: max-content!important;
        max-width: max-content!important;
        margin: 0;
        display: block!important;
    }
    .main-trending__hashtag-slider a {
        margin-right: 20px;
    }
    .main-trending__hashtag-block {
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .main-info__big-block-left {
        flex-direction: column;
    }
    .main-info__big-block-text {
        text-align: center;
        margin-top: 10px;
    }
    .main-info__big-block-right {
        margin-top: 30px;
    }
    .main-info__big-block {
        flex-direction: column;
    }
    .main-info__big-block-left svg {
        margin: 0;
    }
    .offer__packages {
        flex-wrap: wrap;
    }
    .offer__package {
        margin-bottom: 20px;
    }
    .offer-info-block {
        flex-direction: column;
        text-align: center;
    }
    .offer-info-block-svg {
        margin: 0;
    }
    .promote__explain-description br {
        display: none;
    }
    .promote-form__step2 {
        padding: 0;
    }
    .paypal_button {
        margin-bottom: 60px;
    }
    .user-panel__form-success.panel, .user-panel__form-error.panel {
        text-align: left;
        padding-right: 30px;
    }
    .user-panel__form-success.panel svg, .user-panel__form-error.panel svg {
        right: 15px;
        top: 15px;
        bottom: unset;
        margin: 0;
        width: 14px;
        height: 14px;
    }
    .user-panel__contact-text {
        margin: 0;
        right: 0;
    }
    .back_button, .user-panel__form-header-with_back a {
        font-size: 0;
    }
    .add-ad-switcher-wrapper {
        display: flex;
    }
    .content-page.add-ad-page {
        flex-direction: column;
    }
    .user-panel__form.add-ad, .ad-sample-wrapper{
        width: 100%;
    }
    .ad-sample-wrapper {
        padding: 25px 20px;
        background: #fff;
    }
    .ad-sample-wrapper, .ad-sample-header, .add-ad-title {
        display: none;
    }

    .promote-form.ad-sample-wrapper {
        background: #e2e2e2;
        min-height: initial;
    }
    .promote-form .ad-sample-wrapper, .promote-form .ad-sample-header, .promote-form .add-ad-title {
        display: block;
    }

    .user-panel__header-blocks {
        flex-wrap: wrap;
        height: 211px;
        overflow: hidden;
    }

    .user-panel__header-blocks .user-panel__block {
        width: 50%;
    }
    .user-panel__header-blocks .owl-item .user-panel__block {
        width: 100%;
    }
    .user-panel__header-blocks.owl-carousel {
        margin-bottom: 50px;
    }
    .user-panel__header-blocks.carousel-no_ads {
        display: block;
        height: 211px;
        overflow: hidden;
        flex-wrap: unset;
    }
    .user-panel__header-blocks.carousel-no_ads .user-panel__block {
        display: block;
        width: 100%;
    }
    .user-panel__ad-table-scroll {
        overflow: scroll;
    }
    .user-panel__ad-table {
        width: 900px;
    }
    .user-panel__block {
        padding: 50px 20px;
    }
    .menu_block.active .menu_open_button {
        border: none;
        background: none;
        top: 5px;
        line-height: 50px;
    }
    header .dropdown_menu {
        position: fixed;
        top: 54px;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 5px 40px;
        background-color: #f6f6f6;
    }
    .menu_block.active {
        width: 100%;
        background-color: #fff;
        text-align: right;
        top: -15px;
        bottom: -5px;
    }
    .main-page .menu_open_button {
        /*border-left: 1px solid #e6e6e6;*/
    }
    .menu_open_button {
        line-height: 66px;
    }
    .menu_block {
        top: -15px;
        position: absolute;
        right: 0;
        width: unset;
    }
    .page-desc-wrapper {
        /*background: #efefef;*/
        border-bottom: none;
    }
    header .dropdown_menu .menu_list .menu_list {
        margin: 0 -25px;
    }

    .pc_hide {
        display: block;
    }
    .mob_hide {
        display: none;
    }
    header .dropdown_menu .menu_list .a_li {
        border-bottom: 1px solid #e8e8e8;
        padding: 20px 0;
    }
    header .dropdown_menu {
        right: 10px;
        top: 57px;
    }
    .header-search .search-wrap input {
        height: 46px;
    }
    .main-header > .content {
        padding: 0 10px;
        position: relative;
        flex-direction: column;
    }

    .left-header {
        margin-right: 0px;
    }
    .center-header {
        width: 100%;
        min-height: 40px;
        position: relative;
    }
    .center-header.focused {
        padding-left: 0;
        z-index: 1;
    }

    .left-header {
        width: 100%;
        text-align: center;
        margin-bottom: 14px;
        display: flex;
        justify-content: flex-start;
    }
    .main__title {
        margin-top: 8px;
    }
    .main-page-affiliated-text {
        margin-top: 0;
    }
    .main__search-field form {
        margin: 20px auto 15px;
    }
    .right-header {
        width: 130px;
        position: absolute;
        left: 10px;
        bottom: 0;
    }
    .right-header.page-main {
        left: auto;
        right: 10px;
    }
    .right-header a {
        height: 40px;
        color: #fff;
        text-decoration: underline;
        display: block;
        background: #222;
        padding: 2px 0 0 0;
        text-align: center;
    }

    .social-share {
        position: static;
        text-align: center;
        margin-bottom: 15px;
    }
    .content-title, .search-header {
        padding: 0;
    }
    .profile-info, .profile-description {
        float: none;
        text-align: center;
    }
    .profile-description {
        max-width: initial;
        margin-top: 15px;
    }
    .profile-page .social-share {
        margin-bottom: 10px;
    }
    .search-result-box {
        text-align: center;
    }
    .single-photo {
        width: 100%;
        max-width: 648px;
    }
    .hashtags-p {
        width: max-content!important;
        max-width: max-content!important;
        margin: 0 -7.5px;
        display: block!important;
    }
    .hashtags-b {
        overflow-x: scroll;
    }
    .popular-post-title {
        font-size: 16px;
    }
    .hashtags-b::-webkit-scrollbar, .profiles-scroll::-webkit-scrollbar, .content-header.profile-page::-webkit-scrollbar {
        display: none;
    }
    .promote {
        flex-direction: column;
    }
    .content-page.promote {
        padding-bottom: 20px;
    }
    .promote__left {
        width: 100%;
        max-height: 210px;
        background-color: #6b00fe;
        overflow: hidden;
    }
    .promote__left.with_sample {
        max-height: initial;
    }
    .promote__explain.owl-carousel {
        background: #e2e2e2;
    }
    .promote__right {
        width: 100%;
    }
    .promote__right-info_wrapper {
        display: none;
    }
    .promote__explain-block:first-child {
        background: #e2e2e2;
        color: #555;
        min-height: 250px;
    }
    .promote__right-info_block svg {
        width: 18px;
        fill: #ccc;
    }
    .promote__right-info_title, .promote__right-info_block span {
        color: #555;
    }
    .mob_show {
        display: block;
    }
    .promote__explain-block {
        line-height: 28px;
        padding-left: 50px;
    }
    .promote__form-button_desc {
        bottom: -45px;
    }
    .notice {
        max-width: 300px;
        width: 100%;
    }
    .notice__body {
        padding: 50px 38px;
        color: #333;
    }
    .promote__form-description {
        font-size: 13px;
        text-align: left;
    }
    .promote__form-description div {
        display: inline;
    }
    .promote__explain {
        max-height: 266px;
    }
    .promote-link {
        display: none;
    }
    .promote__explain-block .promote__right-info_title {
        font-size: 18px;
        font-weight: bold;
    }
    .promote__explain-block .promote__right-info_block {
        padding: 10px 0;
        width: 100%;
    }
    .promote__explain-block .promote__right-info_block span {
        font-size: 15px;
    }
    .promote__sign-in-url {
        text-align: center;
        margin-top: 30px;
    }
}

@media screen and (max-width: 800px){
    .stats-profile-button {
        position: unset;
    }
    .box-photos > li > div:nth-child(2) {
        max-width: 376px!important;
        margin: 0 auto 25px auto!important;
    }
    .box-photo, .profile_information {
        width: 100%;
        max-width: 376px;
        margin: 0 auto 25px auto!important;
    }
    .photo {
        width: 100%;
        height: auto;
    }
    .profile-header-tab-button[data-popup="share-popup"] svg {
        width: 20px;
        height: 20px;
    }
    .profile-header-tab-button[data-popup="report-popup"] {
        position: absolute;
        top: 0;
        right: 10px;
    }
    .album-info, .tag-info {
        width: 100%;
        text-align: left;
        padding-left: 10px;
    }
    .profile-new .profile-header .content {
        flex-direction: column !important;
        align-items: center !important;
    }
    .profile-new .profile-name-top {
        margin-top: 5px;
    }
    .profile-header-tab {
        margin-top: 10px;
    }
    .tagged_profile_button {
        margin: 0 4px!important;
    }
    .profile-header .content {
        flex-direction: column;
    }
    .profile-header-tab-wrapper {
        width: 100%;
    }
    .profile-new .profile-header-tab, .tag-header .profile-header-tab {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 0;
    }
    .profile-new .profile-header .content {
        padding: 0;
    }
    .album-header .content, .tag-header .content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0;
    }
}

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

    .articles-wrapper .main-articles-item-wrapper {
        width: 50%;
    }
    .posts__video-item, .grid-ad {
        width: 33.33%;
    }
    .admin-notice-svg {
        padding: 13px 15px;
        display: none;
    }
    .admin-notice-text span {
        font-size: 14px;
    }
    .admin-notice {
        position: relative;
        justify-content: center;
        padding: 10px;
    }
    .admin-notice-close {
        position: absolute;
        margin: 0;
        background: #6b00fe;
        top: -10px;
        right: -6px;
        border-radius: 100%;
        padding: 4px;
        height: 20px;
        width: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .admin-notice-close i {
        color: #fff;
        font-size: 10px;
    }
    .sticky-bottom-ads-wrapper {
        bottom: 43px;
    }
    .post-block-wrapper {
        width: 50%;
    }
    .under-profile {
        text-align: center;
    }

    .share-p.search {
        margin-bottom: 20px;
        margin-top: 0;
    }
    .content-title {
        display: block;
        width: 100%;
        text-align: center;
    }
    .content-title h1 {
        text-align: center;
    }

    .share-p {
        text-align: center;
        float: left;
        width: 100%;
        margin: 15px 0 15px 0;
    }
    .share-p.post {
        float: none;
    }
    .share_right {
        margin: 0;
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    .social-share {
        margin: 0;
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    .social-share span {
        font-size: 15px;
        margin-right: 5px;
        line-height: 40px;
    }
    .social-share a {
        margin-right: 0;
    }

    .box-photos {
        column-count: 1;
        max-width: 384px;
        margin: 0 auto;
    }
    .box-photos li {
        padding: 0;
        margin: 0 auto;
    }
}

@media all and (max-width: 660px) {
    .post-container {
        width: 100%;
    }
    .posts__video-item, .grid-ad {
        width: 50%;
    }
    #embed-popup .embed-media-item {
        min-height: 300px !important;
    }
    #embed-popup .select-embed-media-item {
        height: 130px !important;
    }
    .new-main-header-button-register {
        background: #555;
    }
    .new-main-header-form-title span {
        color: #555;
        position: relative;
    }
    .new-main-header-form-title span:after {
        content: '';
        background: #fecbb6;
        height: 3px;
        width: 100%;
        display: block;
        border-radius: 22px;
        position: absolute;
        left: 0;
        bottom: -3px;
    }
    .new-main-header-form-subtitle {
        padding-top: 3px;
    }
    .new-main-header .content:after {
        width: 740px;
        height: 740px;
        bottom: -536px;
        left: -79px;
        border: 3px solid #f3f3f3;
    }
    .new-main-header .content:before {
        right: 134px;
        background: #fff8f4;
    }
    .new-main-header-form-subtitle br {
        display: none;
    }
    .new-maine-header-form-hint {
        margin-top: -10px;
    }
    .album-header, .tag-header, .profile-header {
        padding-bottom: 10px;
    }


    .post-mobile-info {
        display: flex;
        position: absolute;
        left: 10px;
        bottom: 10px;
        width: 35px;
        height: 35px;
    }
    .post-mobile-info svg {
        width: 22px;
        height: 22px;
    }
    .photo:hover .post-hover-popup {
        display: none;
    }

    .white-icons-b a {
        width: 130px;
        margin: 0 10px;
    }
    .promote__custom-form-wrapper {
        flex-direction: column;
    }
    .promote__custom-form-block {
        width: 100%;
        justify-content: center;
        margin-bottom: 5px;
    }
    .promote__custom-form-label {
        width: 35%;
    }
    .promote__custom-form-input {
        width: 65%;
        max-width: 100%;
        border-right: 1px solid #dfdfdf;
    }
    .promote__custom-form-button {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    /*.country_trending_button {*/
    /*    position: unset;*/
    /*    margin-top: 10px;*/
    /*}*/
    /*.main-trending__title {*/
    /*    flex-direction: column;*/
    /*    align-items: center;*/
    /*}*/
    /*.statistics-wrapper > div {*/
    /*    width: 100%;*/
    /*    flex-basis: 100%;*/
    /*}*/
    .main__search-field input {
        padding: 20px 60px 18px 18px;
    }
    .country_trending_button span {
        max-width: 80px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .popup-wrapper {
        padding: 0 10px;
    }
    #chartjs_pie {
        max-width: 70px;
    }
    .chart_labels {
        padding-left: 5px;
    }
    .content-header.profile-page {
        overflow: scroll;
    }
    .content-header.profile-page .content-title {
        /*width: max-content;*/
    }
    .wrapper {
        padding-bottom: 48px;
    }
    .lightbox-p .lightbox img {
        max-height: 70vh;
    }
    .lightbox-p .lightbox video {
        max-height: 70vh;
    }
    .main-trending__profile-wrap {
        width: 50%;
    }
    .main-trending__profile-wrap {
        display: none;
    }
    .main-trending__profile-wrap:nth-child(-n+10) {
        display: inline-block;
    }
}

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

    .articles-wrapper .main-articles-item-wrapper {
        width: 100%;
        padding: 0;
    }
    .reviwu-promote-stars-wrapper {
        margin-bottom: 40px;
    }
    .user-panel__form {
        padding: 35px 20px;
    }
    .user-panel__form-footer {
        margin: 0 -20px;
        flex-direction: column;
    }
    .user-panel__form-footer .select {
        margin-right: 0;
    }

    .blue-btn {
        position: absolute;
        top: 2px;
        z-index: 2;
    }

    .box-photo .box-photo-hover {
        opacity: 1;
        visibility: visible;
        background: none;
        padding: 8px;
    }
    .box-photo .box-photo-hover a {
        margin: 0;
        background: #222222;
        border-color: #222222;
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 25px;
    }
    .box-photo .box-photo-hover a:hover {
        color: #fff;
        background: #222222;
    }

    .header-search .search-wrap {
    }
    .profiles-scroll {
        overflow: scroll;
        padding: 0;
    }
    .profiles-b {
        width: max-content;
        margin: 25px auto 15px;
    }
    .main__search-type-block {
        padding: 6px 15px;
    }
    .main__title {
        font-size: 22px;
    }
}

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

    .posts__video-item, .grid-ad {
        width: 100%;
    }
    .promote__explain-block {
        width: fit-content;
        margin: 0 auto;
    }

    .user-panel__block .user-panel-button {
        width: 100%;
    }
    .carousel-no_ads .user-panel__block .user-panel-button {
        width: 150px;
    }

    .promote__form-button {
        font-size: 17px;
        padding: 10px 12.5px;
    }
    .main-footer {
        padding: 20px 0;
    }
    .share-p {
        margin: 0 0 15px 0;
    }
    .share-p .social-share {
        margin-bottom: 0;
    }

    .header-search .search-wrap input {
        width: 100%;
    }
    .similar-users .profile-result {
        width: 155px;
    }
    .left-header > div {
        display: block;
        margin: 0px 0px 0px 12px;
        line-height: initial;
    }
    .profile-info > div {
        display: block;
        margin: auto;
    }
    .main-header.header-search {
        padding: 11px 0 19px 0;
    }
    .main-page.main-header.header-search {
        padding: 15px 0;
    }
    .header-description {
        line-height: 30px;
    }
    .header-description:before {
        display: none;
    }

    .logo a {
        font-size: 24px;
    }
    .right-header {
        margin-bottom: 0;
    }
    .search-wrap {
        width: 100%;
    }
    .content-title h1 {
        font-size: 18px;
    }
    .box-photos {
        padding: 0 0 0px 0;
    }
    .social-share {
        margin-bottom: 20px;
    }
    .new-grid .box-photos {
        margin: 25px auto 0;
    }
}

@media all and (max-width: 360px) {
    .profile-new .profile-header-tab, .tag-header .profile-header-tab {
        width: max-content;
    }
    .profile-header-tab-wrapper {
        width: 100%;
        overflow-x: scroll;
    }
    .profile-header-tab-buttons {
        margin-left: 10px;
    }
}

@media all and (max-width: 320px) {
    .promote__left {
        max-height: 266px;
    }
}
@media all and (max-width: 480px) {
    .social-share span {
        display: block;
        width: 100%;
        text-align: left;
    }
    .share_right {
        vertical-align: bottom;
    }
    .share-p.post {
        text-align: center;
    }
    .share-p.post .share_right {

    }
    .sorry span {
        padding-bottom: 1px;
    }
}


.temp-menu ul li {
    display: inline-block;
    padding: 8px 15px;
    margin: 0 10px;
}

/** Add STATISCTICS BOX  */

.statistics-box {
    background: #ffffff;
    font-size: 14px;
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 374px;
    min-height: 480px;
    vertical-align: top;
    position: relative;
    margin: 0 0 10px 0;
    transition: all 0.5s;
}

.top-stat{
    padding: 15px 15px;
    background: #d9d9d9;
    padding-bottom: 20px;
}
.statistics-title{
    margin-bottom: 50px;
}
.statistics-title, .statistics-title >a{
    font-size: 16px;
    color: rgb(34, 34, 34);
    font-weight: bold;
}

.stat-items-likes-comments{
    display: grid;
    grid-template-columns: 50% 50%;
    text-align: center;
    margin-bottom: 50px;
}
.stat-items-likes-comments .desc{
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 1.222;
}
.stat-items-likes-comments .count{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
}

.stat-item-time > span, .stat-item-photos > span{
    font-size: 15px;
    color: rgb(34, 34, 34);
    line-height: 2;
}


.stat-item-time > .icon, .stat-item-photos > .icon{
    display: inline-block;
}
.stat-item-time, .stat-item-photos{
    margin-bottom: 10px;
}
.stat-item-photos{
    margin-bottom: -3px;
}
.stat-item-time > img, .stat-item-photos > img,
.stat-item-time > span, .stat-item-photos > span{
    vertical-align: middle;
}
.stat-item-time > img, .stat-item-photos > img{
    width: 16px;
    margin-right: 10px;
}

.bottom-stat{
    padding: 15px;
    padding-bottom: 40px;
}

.bottom-stat .title >a, .bottom-stat .title {
    font-size: 16px;
    color: rgb(34, 34, 34);
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 2;
}

.bottom-stat .last-users-online{
    display: grid;
    grid-template-columns: 100px 100px 100px;
    grid-gap: 60px 20px;
}
.bottom-stat .last-users-online .user-onine,
.bottom-stat .last-users-online .user-onine a{
    text-align: center;
    overflow: hidden;
    word-wrap: break-word;
    color: rgb(34, 34, 34);
}

.bottom-stat .last-users-online .user-onine > img{
    width: 73px;
    border-radius: 50%;
    margin-bottom: 15px;
}

@media all and (max-width: 750px) {

    .bottom-stat .last-users-online{
        display: grid;
        grid-template-columns: 100px 100px;
        grid-gap: 60px 60px;
        align-self: center;
        justify-content: center;
    }
}

.short-username{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*padding: 5px;*/
    display: block;
}

.mr-10{
    margin-right: 10px;
}

.camera-icon {
    background: url(../images/camera.svg) no-repeat;
    background-position: center;
    background-size: 100%;
    overflow: hidden;
    height: 16px;
    width: 16px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.clock-with-white-face-icon {
    background: url(../images/clock-with-white-face.svg) no-repeat;
    background-position: center;
    background-size: 100%;
    overflow: hidden;
    height: 16px;
    width: 16px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}


.resent-views-users {
    display: grid;
    grid-template-columns: 75px 75px 75px 75px 75px 75px;
    grid-gap: 60px 20px;
    align-content: space-around;
    justify-content: space-between;
    margin: 40px 30px 60px 30px;
}
.resent-views-users .user-onine, .bottom-stat .last-users-online .user-onine a {
    text-align: center;
    overflow: hidden;
    word-wrap: break-word;
    color: rgb(34, 34, 34);
}
.resent-views-users .user-onine > img {
    width: 73px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.resent-views-users .user-onine, .resent-views-users .user-onine a {
    text-align: center;
    overflow: hidden;
    word-wrap: break-word;
    color: rgb(34, 34, 34);
}
.resent-views > span{
    font-weight: 700;
    font-size: 17px;
}

.button-print {
    width: 150px;
    height: 50px;
    border: none;
    background: #efefef;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 15px;
    cursor: pointer;
}

.location-print {
    display: grid;
    grid-template-columns: auto 150px;
    margin-bottom: 15px;
    align-items: center;
}
.location-print .location span {
    color: #222222;
}
.location-print .location{
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #6b00fe;
}
.location-print {
    display: grid;
    grid-template-columns: auto 250px;
    margin-bottom: 15px;
    align-items: center;
}
.location-print.with-edit{
    grid-template-columns: auto 231px;
}

.desc-letters-count{
    float: right;
}

@media all and (max-width: 750px) {

    .resent-views-users{
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 0px;
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;                  /*  allow items to wrap  */
        justify-content: center;
    }

    .resent-views-users .user-onine{
        width: 30%;
    }

    .resent-views-users .user-onine,
    .resent-views-users .user-onine a {
        text-align: center;
        overflow: hidden;
        word-wrap: break-word;
        color: rgb(34, 34, 34);
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .resent-views-users .user-onine a {
        display: block;
    }

    /*.resent-views-users{*/
    /*display: grid;*/
    /*grid-template-columns: 100px 100px 100px;*/
    /*grid-gap: 60px 15px;*/
    /*align-content: space-around;*/
    /*justify-content: space-between;*/
    /*margin: 40px 0px 60px 0px;*/
    /*}*/
}

.tagged-users-count-letters {
    margin-top: 6px;
    color: #bbb;
    display: flex;
    align-items: center;
}
.tagged-users-count-letters .info-icon{
    background: url(../images/rounded-info-button.svg) no-repeat;
    background-position: center;
    background-size: 100%;
    overflow: hidden;
    height: 15px;
    width: 15px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}


.tagged-users-count-letters .desc-letters-count{
    float: none!important;
}
.mr-5{
    margin-right: 5px;
}
.mt-11{
    margin-top: 11px;
}
.mt-6{
    margin-top: 6px;
}
.mb-7{
    margin-bottom: 7px;
}

.post-time.bottom-post-time {
    padding: 4px 0;
    color: #aaa;
    overflow: hidden;
    position: relative;
}

.box-print-button{
    width: 84px;
    height: 34px;
    border: none;
    background: #efefef;
    font-weight: 500;
    /*text-transform: capitalize;*/
    font-size: 15px;
    cursor: pointer;

}
.box-print-button >span{
    color: #bdbdbd;
}

.bottom-post-time{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.download-btn-container {
    display: flex;
    justify-content: flex-end;
}
.download-btn-container .download_button {
    position: unset;
    /*-webkit-border-radius: unset;*/
    /*-moz-border-radius: unset;*/
    /*border-radius: unset;*/
    background: #6b00fe;
    margin: 0;
}

.photo-wrapper-print{
    display: none;
    width: 100%;
    max-width: 1152px;
    margin: 0 auto;
    text-align: center;
}

.photo-wrapper-print{
    width: 100%;
}
@media all and (max-width: 750px) {
    .photo-info .tagged-users-count-letters {
        margin-top: 8px!important;
    }

}

/*.photo .video-icon, .photo .full-screen, .photo .download_button {*/
/*    display: none;*/
/*}*/
