body {
    font-family: 'Sora';
    padding: 0;
    margin: 0;
}

body {
    background-image: url("/images/bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.container-margin {
    max-width: 90%;
    margin: auto;
}

.chat-textarea {
    border: none;
    outline: none;
    width: 100%;
    min-height: 300px;
    background-color: transparent;
}

body.head {
    background-image: url("/images/head/bg.svg");
    min-height: 100vh;
}

body.campaign {
    /*background-image: url("/images/campaign/bg.svg");*/
}

body a {
    font-family: 'Sora';
    color: #fff;
}

body a:hover {
    text-decoration: none;
}

.ui-widget.ui-widget-content {
    z-index: 9999 !important;
}

textarea, input, button {
    font-family: 'Sora';
}

header {
    background-color: #fff;
    height: 116px;
}

@media (min-width: 1400px) {
    .container {
        width: 1312px
    }
}

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

.form-control.is-invalid {
    border: 1px solid red;
}

.form-control:hover {
    outline: 1px solid #B7B1BF;
}


.btn-exit {
    background: none;
    background-image: url("/images/exit.svg");
    border: none;
    outline: none;
    width: 26px;
    height: 26px;
}
.btn-personal-profile {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 114.5%;
    /* or 19px */

    text-align: right;
    letter-spacing: -0.025em;
    position: relative;
    background: none;
    border: none;
    outline: none;
}

.btn-personal-profile:before {
    display: block;
    content: " ";
    position: absolute;
    width: 25.69px;
    height: 10px;
    background-image: url("/images/down.svg");
    right: -27px;
    top: 15px;
}

.personal-profile.show .btn-personal-profile:before {
    display: none !important;
}

.dropdown-menu {
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}
.dropdown-menu.-exit {
    min-width: 100px;
}
.dropdown-menu.-personal {
    margin-top: 20px;
    padding-top: 15px;
}
.dropdown-menu.-personal:before {
    display: block;
    content: " ";
    position: absolute;
    width: 25.69px;
    height: 10px;
    background-image: url("/images/up.svg");
    right: 25px;
    top: 10px;
}
.dropdown-menu.-personal .dropdown-item {
    margin: 10px 0 15px 0;
}
.dropdown-item {
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 114.5%;
    text-transform: lowercase;
    letter-spacing: -0.025em;
    color: #322441;
    padding-left: 20px;
    display: block;
}

.dropdown-item.-admin {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.dropdown-item.-admin:hover {
    background-color: transparent;
}

.dropdown-item:hover {
    background-color: #E0E5F0;
    color: #000;
}

.form-control {
    background: #EFEDF6;
    border-radius: 7px;
    width: 100%;
    line-height: 1.5em;
    padding: 8px;
    border: none;
    outline: none;
}

.footer-copyright {
    margin-top: 60px;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
}

.footer-copyright__left, .footer-copyright__right {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;

    color: #FFFFFF;
}

.user-circle {
    background-color: #FEFEFE;
    border-radius: 50%;
    box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
    width: 71px;
    height: 71px;
}

.user-circle__content {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: -0.025em;
    text-align: center;
    width: 100%;
    line-height: 71px;
    vertical-align: middle;

    background: linear-gradient(124.59deg, #BFA2D6 20.79%, #6A76A2 72.22%, #948E93 100.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.main-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-menu li {
    position: relative;
    margin-right: 88px;
    padding-top: 6px;
}
.main-menu li sub {
    position: absolute;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: -0.025em;
    font-size: 11px;
    color: #322441;
    right: -19px;
    bottom: -1px;
}
.main-menu li:last-child {
    margin: 0;
}

.main-menu li:first-child a {
    text-transform: uppercase;
}

.main-menu li:first-child sup {
    position: absolute;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: -0.025em;
    font-size: 11px;

    color: #322441;
}
.main-menu li:first-child:before {
    display: block;
    content: " ";
    position: absolute;
    width: 10px;
    height: 24px;
    background-image: url("/images/right.svg");
    right: -20px;
    top: 4px;
}
.main-menu li a {
    color: #322441;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.025em;
    text-transform: lowercase;
}
.main-menu li a:hover {
    text-decoration: underline;
}

.header {
    width: 100%;
    display: flex;
    align-items: center;
    height: 116px;
    padding-top: 15px;
}

.header__exit {
    width: 100px;
    text-align: center;
}
.header__logo {
    width: 100px;
    margin-left: 70px;
    margin-right: 125px;
}
.header__menu {
    width: 540px;
    margin-right: 100px;
}
.header__personal {

}
.header__profile {
    margin-left: auto;
}

.table-fidster > thead {
    background: #cbc2de;
}

.table-fidster > thead {
    position: sticky;
    top: 0;
    z-index: 100;
}

.table-fidster > thead > tr > th, .table-fidster > thead > tr > th a {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    padding: 24px 12px;
    color: #322441;
    border-bottom: none !important;
    vertical-align: middle;
}

.table-fidster > thead > tr > th a:hover {
    text-decoration: underline;
}

.table-fidster > tbody > tr > td {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
    vertical-align: middle;
    border-top: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    padding: 15px !important;
}

.table-fidster > tbody > tr > td:first-child a {
    /*color: #322441;*/
}
.table-fidster > tbody > tr > td:first-child a:hover {
    color: #fff;
    text-decoration: underline;
}

.btn-blue {
    border: none;
    outline: none;
    cursor: pointer;
    background: #6C669A;
    border-radius: 10px;
    padding: 9px 27px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
    box-shadow: 0 1px 10px #fff;
    text-shadow: 0 1px 10px #fff;
    color: #fff;
}

.btn-request:hover {
    background: #D5CEDF;
    border-radius: 7px;
}


.icon-link {
    position: relative;
    padding-left: 15px;
}

.icon-link:hover {
    color: #fff;
    text-decoration: underline;
}
.icon-link:before {
    position: absolute;
    display: block;
    content: ' ';
    width: 15px;
    height: 15px;
    background-image: url("/images/link.svg");
    left: -2px;
    top: 2px;
}

.pagination > li > a, .pagination > li > span {
    border: none;
    background: #62597E;
    border-radius: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #A79AC3;
    text-shadow: 0px 4px 4px rgba(159, 159, 159, 0.15);
    margin-right: 6px;
    padding: 4px 10px;

    width: 25px;
    height: 25px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus,
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > .active > a {
    background: #A79AC3;
    color: #FFFFFF;

    text-shadow: 0px 4px 4px rgba(159, 159, 159, 0.15);
}
.pagination > li:last-child > a, .pagination > li:last-child > span,
.pagination > li:first-child > a, .pagination > li:first-child > span{
    border-radius: 6px;
}
.d-none {
    display: none !important;
}

.pagination > li > a:hover .pagination__next {
    background-position: -100px -100px, left center;
}
.pagination__next {
    position: relative;
    left: -1px;
    display: inline-block;
    width: 17px;
    height: 7px;
    background-image: url("/images/right.png"), url("/images/right-white.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left center, -100px -100px;
}

.pagination__next.-rotate {
    transform: rotate(180deg) translateX(60%);
}

.page-title {
    margin: 40px auto;
    width: 95%;
    display: flex;
    justify-content: space-between;
}

.page-title.-full {
    width: 100%;
}

.page-title__left h1, .page-title__right a, .page-title__right h2 {
    padding: 0;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;

    color: #FFFFFF;
}

.page-title__left h1 {
    padding-left: 58px;
    padding-bottom: 6px;
    background-image: url("/images/title-down.png");
    background-repeat: no-repeat;
    background-position: left 4px;
}

.page-title__right a {
    padding-left: 27px;
    padding-bottom: 6px;
    background-image: url("/images/favorite.png");
    background-repeat: no-repeat;
    background-position: left 2px;
}

.find-channel {
    margin:40px auto 20px auto;
    width: 70%;
}

.find-channel form {
    padding: 0;
    margin: 0;
}

.find-channel__content {
    width: 100%;
    display: flex;
    align-content: space-between;
}

.find-channel__input {
    width: 83%;
    text-align: left;
}

.find-channel__input input {
    background: #fff;
    box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    height: 39px;
    vertical-align: middle;
    padding-left: 67px;

    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;

    color: #5C5C5C;

    background-image: url("/images/search.png");
    background-repeat: no-repeat;
    background-position: 30px center;
}

.find-channel__button {
    text-align: right;
    margin-left: auto;
}

.find-channel__button .button-find {
    border-radius: 8px;
    box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.3);
    background: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    padding: 10px 35px;
    padding-left: 40px;
    color: #5C5C5C;

    background-image: url("/images/eggs.png");
    background-repeat: no-repeat;
    background-position: 20px center;
}

.find-channel__button .button-find:hover {
    box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.5);
}

.bloggers-filter {
    background: #EFF0F5;
    border-radius: 20px;
}

.bloggers-filter__content {
    padding: 20px;
}

.bloggers-filter__content .form-group label {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;

    color: #424242;
}

.form-group input[type="text"] {
    background: #fff;
    box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 8px;

    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;

    color: #5C5C5C;
}

.invalid-feedback {
    font-size: 12px;
    color: #fff;
}

.btn-apply:hover {
    color: #F9F9F9;
    background: linear-gradient(90deg, rgba(103, 99, 151, 0.73) 1.18%, rgba(173, 185, 209, 0.48) 61.24%, rgba(217, 217, 217, 0.02) 102.69%);
}

.btn-clear:hover {
    color: #F9F9F9;
    background: linear-gradient(270deg, rgba(103, 99, 151, 0.73) 1.18%, rgba(173, 185, 209, 0.48) 61.24%, rgba(217, 217, 217, 0.02) 102.69%);
}

.btn-apply, .btn-clear {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    border: none;
    outline: none;

    color: #F9F9F9;

    width: 359px;
    height: 46px;
}

.btn-apply {
    text-align: left;
    background: linear-gradient(90deg, rgba(184, 191, 204, 0.72) 1.18%, rgba(173, 185, 209, 0.48) 61.24%, rgba(217, 217, 217, 0.02) 102.69%);
    border-radius: 0px 0px 0px 20px;
}

.btn-clear {
    text-align: right;
    background: linear-gradient(270deg, rgba(184, 191, 204, 0.72) 1.18%, rgba(173, 185, 209, 0.48) 61.24%, rgba(217, 217, 217, 0.02) 102.69%);
    border-radius: 0px 0px 20px 0px;
}

.grid-view .empty {
    text-align: center;
}

.navigate {
    text-align: center;
    margin-bottom: 20px;
}

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

.navigate ul li {
    display: inline-block;
    margin-right: 35px;
    position: relative;
}

.navigate ul li a, .navigate ul li {
    text-transform: lowercase;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.025em;

    color: #322441;
}

.navigate ul li:first-child  {
    margin-right: 30px;
}
.navigate ul li:last-child:after  {
    display: none;
}

.navigate ul li:after  {
    display: block;
    content: ' ';
    background-image: url("/images/right-s.svg");
    background-repeat: no-repeat;
    width: 5px;
    height: 8px;
    position: absolute;
    top: 4px;
    right: -20px;
}
.navigate ul li:first-child a {
    text-transform: uppercase;
}

.navigate ul li sub {
    letter-spacing: -0.025em;
    text-transform: lowercase;
    font-size: 8px;
    color: #322441;
    position: absolute;
    margin-left: 1px;
    bottom: 2px;
}

.navigate ul li a:hover {
    text-decoration: underline;
}

.campaign-form {
    width: 400px;
    margin: 40px auto 0 auto;
}

.campaign-form .form-group label {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;

    color: #FFFFFF;
}
.campaign-form .form-group input {
    padding: 20px 5px;
}

.campaign-form .custom-select__option--value {
    padding: 12px 8px;
}
.campaign-form {
    line-height: 24px;
}
.campaign-platform {
    line-height: 28px;
}

.field-campaigns-platform {
    position: relative;
}

.field-campaigns-platform:after {
    display: block;
    content: ' ';
    position: absolute;
    background-image: url("/images/[.png");
    width: 14px;
    height: 73px;
    left: -25px;
    top: 5px;
}

.twitch-in-progress {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;

    color: #FFFFFF;
}

.footer-buttons {
    margin-top: 25px;
    width: 100%;
    display: flex;
    align-content: space-between;
    align-items: center;
}

.footer-buttons__left {
    width: 41%;
}
.footer-buttons__center {
    width: 18%;
    text-align: center;
}
.footer-buttons__center-inner {
    background-color: #fff;
    padding: 2px 0;
}
.footer-buttons__right {
    width: 41%;
}

.btn-send, .btn-cancel {
    text-align: left;
    width: 100%;
    background: #ADB9D1;
    border-radius: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 18px 10px;
    color: #F9F9F9;

    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}

.btn-cancel {
    text-align: right;
}

.btn-send:hover, .btn-cancel:hover {
    background: #B7AFC2;
    color: #F9F9F9;
}

.user-profile {
    margin: 70px auto 0 auto;
    width: 80%;

}

.profile-basic {
    padding: 10px 40px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.profile-basic label {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;

    color: #424242;
}
.user-profile h3 {
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #989898;
    text-align: left;
}

.profile-basic .row {
    line-height: 24px;
}

.profile-image img {
    max-width: 99%;
}
.profile-image {
    background: rgba(255, 255, 255, 0.42);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 10px 30px 40px 30px;
    text-align: center;
    min-height: 300px;
}
.profile-margin {
    margin-left: auto;
    margin-right: 14px;
    width: 33.3%;
}

.profile-links {
    margin-top: 65px;
    line-height: 20px;
    padding-left: 55px;;
}

.profile-links a {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    margin: 20px 0;
    color: #F9F9F9;
    position: relative;
}

.profile-links a:hover {
    text-shadow: 0 1px 10px #fff;
    color: #fff;
}

.profile-links a:before {
    display: block;
    position: absolute;
    content: " ";
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
}

.profile-links a.profile-links__edit:before {
    background-image: url("/images/profile/edit.svg");
    left: -51px;
    top: -17px;
}

.profile-links a.profile-links__password:before {
    background-image: url("/images/profile/password.svg");
    left: -51px;
    top: -12px;
}

.back-profile {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
    color: #322441;
    display: block;
    position: relative;
}

.back-profile:before {
    background-image: url("/images/profile/back.svg");
    display: block;
    content: ' ';
    position: absolute;
    width: 43px;
    height: 8px;
    left: -11px;
    bottom: -3px;
}


.user-edit {
    width: 683px;
    margin: 40px auto 0 auto;
}

.user-edit__content {
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.user-edit__inner {
    padding: 40px 40px 0 50px;
    margin-bottom: 45px;
}

.user-edit__content .btn-apply,
.user-edit__content .btn-clear {
    border-radius: 0;
    width: 320px;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
}
.user-edit__content label{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;

    color: #424242;
}

.user-image-upload {
    width: 240px;
    margin: auto;
}
.user-edit__image img {
    max-width: 90%;
    margin: 15px 0;
}
.user-edit__image {
    background: rgba(255, 255, 255, 0.42);
    box-shadow: 2px 0 13px rgb(0 0 0 / 25%);
    text-align: center;
}

.user-edit__image h3 {
    padding: 0;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    text-align: left;
    color: #989898;
    position: relative;
    top: 5px;
    left: 10px
}

.profile-basic input, .input-cursor-default input, .input-cursor-default textarea {
    cursor: default;
}

.update-password .btn-apply, .user-edit__content .btn-clear {
    width: 255px;
    margin-bottom: 20px;
}
.update-password .user-edit p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;

    color: #FFFFFF;
}
.update-password .btn-apply:hover {
    background: linear-gradient(90deg, rgba(102, 135, 199, 0.7) 1.18%, rgba(159, 176, 208, 0.48) 61.24%, rgba(217, 217, 217, 0.02) 102.69%);
}
.user-edit__content .btn-clear:hover {
    background: linear-gradient(270deg, rgba(102, 135, 199, 0.7) 1.18%, rgba(159, 176, 208, 0.48) 61.24%, rgba(217, 217, 217, 0.02) 102.69%);
}
.update-password .invalid-feedback {
    color: black;
}
.update-password .back-profile {
    margin-left: -20px;
}
.update-password .user-edit__inner {
    padding-bottom: 20px;
}
.update-password .user-edit {
    width: 548px;
}

.my-company .user-edit__content {
    padding-bottom: 25px;
}
.my-company .user-edit {
    width: 550px;
}

.my-company .profile-links {
    text-align: center;
    margin-top: 28px;
}
.my-company .profile-links a {
    display: inline-block;
}
.my-company .user-edit__inner {
    line-height: 35px;
    margin-bottom: 10px;
}
.head-arrow {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
    position: relative;
    color: #424242;
    padding-left: 55px;
    margin-bottom: 20px;
}

.head-arrow:before {
    display: block;
    position: absolute;
    content: ' ';
    width: 55px;
    height: 25px;
    background-image: url("/images/head.png");
    left: -1px;
}

textarea.form-control,
textarea.form-control[disabled],
textarea.form-control[readonly] {
    background: rgba(255, 255, 255, 0.42);
    box-shadow: 2px 0 13px rgb(0 0 0 / 25%);
    height: 290px;
}

.company-edit .user-edit {
    width: 600px;
}

.company-edit .user-edit__inner {
    line-height: 35px;
    margin-bottom: 10px;
}

.company-edit .btn-apply, .user-edit__content .btn-clear {
    margin-bottom: 0;
}

.subscription {
    width: 888px;
    margin: 40px auto 0 auto;
    display: flex;
    align-content: space-between;
}
.subscription__column.-pro {
    margin: 0 30px;
}
.subscription__column {
    width: 275px;
}
.subscription__circle {
    background: radial-gradient(50% 50% at 50% 50%, #6D548D 0%, #FFFFFF 0.01%, rgba(255, 255, 255, 0.54) 59.17%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 278px;
    line-height: 278px;
    vertical-align: middle;
}
.subscription__content {
    background: #C6A4C1;
    border-radius: 142px;
    min-height: 630px;
    position: relative;
    z-index: 100;
}
.subscription__column.-business .subscription__content {
    background: #C9BD81;
}
.subscription__column.-pro .subscription__content {
    background: #6A3F6A;
}

.subscription__column.-pro .subscription__footer {
    background: linear-gradient(180deg, rgba(221, 190, 221, 0.34) 16.98%, rgba(74, 37, 74, 0.48) 100%);
}
.subscription__column.-business .subscription__footer {
    background: linear-gradient(180deg, rgba(239, 208, 135, 0.71) 23.75%, rgba(95, 88, 72, 0.36) 100%);
}
.subscription__column.-business .btn-blue {
    padding: 9px 20px;
}
.subscription__footer {
    text-align: center;
    background: linear-gradient(180deg, #EED3EA 21.15%, rgba(116, 78, 110, 0.41) 100%);
    height: 553px;
    width: 275px;
    position: absolute;
    z-index: 1;
    margin-top: -400px;
}
.subscription__footer-buttons {
    position: absolute;
    bottom: 90px;
    width: 275px;
}
.subscription__head h2 {
    width: 100%;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #2C2C2C;
}
.subscription__body {
    width: 79%;
    padding-top: 26px;
    margin: auto;
}
.subscription__body p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #FFFFFF;
    position: relative;
}
.subscription__body p:before {
    display: block;
    position: absolute;
    background-image: url("/images/dot.png");
    background-repeat: no-repeat;
    content: ' ';
    width: 4px;
    height: 4px;
    left: -11px;
    top: 8px;
    box-shadow: 0 1px 10px #fff;
}

.campaign-panel {
    width: 244px;
    background: rgba(255, 255, 255, 0.17);
    padding: 13px 13px 13px 33px;
}

.campaign-panel__status {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;

    color: #FFFFFF;
}

.campaign-panel__budget {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;

    color: #322441;
}
.campaign-panel__content {
    width: 170px;
    margin: auto;
}
.campaign-panel__title {
    margin: 15px 0;
    position: relative;
}
.campaign-panel__title:before {
    display: block;
    position: absolute;
    content: ' ';
    width: 20px;
    height: 63px;
    background-image: url("/images/[.svg");
    background-repeat: no-repeat;
    left: -25px;
    top: -3px;;
}
.campaign-panel__title span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;

    color: #FFFFFF;
}
.campaign-panel__title h1 {
    padding: 0;
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;

    color: #322441;
}

.blogger-page {
    width: 1043px;
    margin: auto;
}

.blogger-page__content {
    background: #F9F9F9;
    border-radius: 12px;
    padding: 14px;
}

.blogger-page__photo {
    width: 1015px;
    height: 239px;
    border-radius: 12px;
    background-color: #8178A9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.blogger-personal__avatar {
    background: #D9D9D9;
    border-radius: 100%;
    display: inline-block;
    width: 93px;
    position: relative;
}

.blogger-personal__avatar img {
    border-radius: 100%;
    width: 129px;
    height: 129px;
    position: absolute;
    top: -86px;
    left: -53px;
}

.blogger-page__personal {
    display: flex;
    width: 100%;
    padding-top: 22px;
    align-content: space-between;
    align-items: center;
}

.blogger-personal__name span:before {
    display: block;
    position: absolute;
    background-image: url("/images/right-s.svg");
    content: ' ';
    width: 5px;
    height: 8px;
    top: 4px;
}
.blogger-personal__name span {
    padding-left: 10px;
    position: relative;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;

    color: #322441;
}
.blogger-personal__name h1 {
    padding: 0;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;

    color: #322441;
}
.blogger-personal__right {
    margin-left: auto;
    display: flex;
}
.blogger-personal__link {
    margin-right: 20px;
}

.blogger-personal__favorite button {
    position: relative;
    padding-left: 34px;
}
.blogger-personal__favorite i {
    display: inline-block;
    background-image: url("/images/favorite.png");
    background-repeat: no-repeat;
    background-position: left 2px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 8px;
}
.blogger-page__info {
    height: 80px;
}
.blogger-page__back {
    position: absolute;
    margin-top: -24px;
    margin-left: 60px;
}
.blogger-info {
    margin: auto;
    width: 585px;
    display: flex;
}

.blogger-info h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    position: relative;
    color: #322441;
    display: inline-block;
}

.blogger-info h3 img {
    position: absolute;
    top: 1px;
    left: -35px;
    max-width: 30px;
}

.blogger-info__subscribers h3:before {
    background-image: url("/images/users.svg");
    width: 26px;
    height: 21px;
    left: 24px;
    top: -4px;
}

.blogger-info__views h3:before {
    background-image: url("/images/views.svg");
    left: 24px;
    top: -6px;
}

.blogger-info span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #322441;
    display: block;
}

.blogger-info div {
    text-align: center;
    width: 33.3%;
}

.blogger-page__quality {
    margin-top: 60px;
}
.blogger-quality {
    display: flex;
    align-content: space-between;
    align-items: center;
}
.blogger-quality__average  {
    position: relative;
    padding-left: 28px;
}
.blogger-quality__average h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    padding: 0;
    margin: 39px 0 11px 0;
    color: #9E9E9E;
}
.blogger-quality__average h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    padding: 0;
    margin: 0;
    color: #322441;
}
.blogger-quality__average sub {
    font-style: normal;
    font-weight: 400;
    font-size: 100px;
    line-height: 126px;
    position: absolute;
    color: rgba(158, 158, 158, 0.17);
    right: 35px;
}
.blogger-quality h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 100;
    color: #322441;
}
.blogger-quality span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 100;
    color: #9E9E9E;
}
.blogger-quality__average {
    width: 206px;
    height: 153px;
    background: #F9F9F9;
    border-radius: 12px;
}

.blogger-quality__likes {
    height: 58px;
    width: 210px;
    background: #F9F9F9;
    text-align: center;
    padding: 11px 0;
}

.blogger-quality__engagement {
    height: 58px;
    width: 210px;
    background: #F9F9F9;
    text-align: center;
    padding: 11px 0;
}
.blogger-quality__comments {
    height: 58px;
    width: 210px;
    background: #F9F9F9;
    text-align: center;
    padding: 11px 0;
}
.blogger-quality div.-r1,
.blogger-quality div.-r2,
.blogger-quality div.-r3,
.blogger-quality div.-r4 {
    position: relative;
    z-index: 10;
}
.blogger-quality div.-r1:before,
.blogger-quality div.-r2:before,
.blogger-quality div.-r3:before,
.blogger-quality div.-r4:before {
    display: block;
    z-index: 2;
    content: ' ';
    position: absolute;
    width: 177.23px;
    height: 177.23px;
    border-radius: 100%;
    background-repeat: no-repeat;
    transform: translateX(16px) translateY(-68px);
}
.blogger-quality div.-r1:before {background-image: url("/images/wtf.svg");}
.blogger-quality div.-r2:before {background-image: url("/images/wtf2.svg");}
.blogger-quality div.-r3:before {background-image: url("/images/wtf3.svg"); transform: translateX(48px) translateY(-55px)}
.blogger-quality div.-r4:before {background-image: url("/images/wtf1.svg");}

.blogger-quality__activity {
    height: 58px;
    background: #F9F9F9;
    width: 210px;
    text-align: center;
    padding: 11px 0;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}

.hide-desktop, .only-mobile {
    display: none;
}

.toast-info {
    background-color: #322441;
}