@import url(https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap);
@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css);
@import "grid.css";

* {
    padding: 0;
    margin: 0;
}

body {
    background: #f8f9fa;
    color: #212529;
    font-family: "Noto Sans";
}
a {
    text-decoration: none;
    cursor: pointer;
}
p {
    font-size: 15px;
}
h2 {
    font-size: 17px;
}
h1,
h2 {
    font-weight: 400;
}
h1 {
    font-size: 19px;
}
.none {
    display: none;
}
.width-50 {
    overflow: auto;
    width: 50%;
}
iframe,
img,
video {
    display: block;
    width: 100%;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto;
}
.mt-10 {
    margin-top: 10px;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.margin-25 {
    margin-bottom: 25px;
}
.col-xl-12 .mt-10 {
    margin-top: 0;
}
.padding {
    padding: 15px !important;
}
.height-15 {
    height: 15px !important;
}
.height-15 .home-bloggers-block-icons-svg:before {
    vertical-align: text-top !important;
}
.tooltip {
    overflow: inherit !important;
}
.block-blogger-card-favorite {
    margin-top: 24px !important;
}
button,
input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 0;
    font-family: Noto Sans, sans-serif;
    font-size: 15px;
}
input:focus::placeholder,
textarea:focus::placeholder {
    color: transparent;
}
select {
    appearance: none;
    cursor: pointer;
}
textarea {
    background: #f8f9fa;
    display: block;
    width: 100%;
}
textarea::placeholder {
    color: #212529;
}
.text-align-center {
    text-align: center;
}
button,
input[disabled] {
    background: none;
}
button {
    cursor: pointer;
    width: 100%;
}
.mb-60 {
    margin-bottom: 60px;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-30 {
    margin-top: 30px;
}
.svg-mr {
    margin-right: 5px;
}
.ml-m {
    margin-left: -30px;
}
.ml-m-2 {
    margin-left: -45px;
}
.block-def-2 {
    padding: 60px;
}
.block-def-2,
.block-def-3 {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 10px #dee2e6;
}
.block-def-3 {
    padding: 60px 60px 30px;
}
.block-def-4 {
    padding: 30px 30px 0;
    border-radius: 0;
}
.block-def-4,
.block-def-5 {
    background: #fff;
    box-shadow: 0 0 10px #dee2e6;
}
.block-def-5 {
    line-height: 34px;
    padding: 5px;
}
.block-def-5 img {
    width: 35px;
    float: left;
}
.block-def-5 .block-create-company-select-title {
    margin-left: 55px;
}
.block-blogger-social {
    width: 35px;
    height: 35px;
    position: relative;
    margin-bottom: -35px;
    margin-right: -35px;
}
.fixed-height {
    height: 200px;
    object-fit: cover;
}
.sticky {
    background: #fff;
    padding-bottom: 10px;
    padding-top: 90px;
    position: fixed;
    width: 990px;
    z-index: 2;
    top: 0;
}
.bloggers-list-inside {
    overflow-x: hidden;
    max-height: 228px;
    overflow-y: auto;
}
.last-child .col-xl-12 {
    margin-bottom: 15px;
}
.last-child .col-xl-12 .block-blogger:last-of-type,
.last-child .col-xl-12:last-of-type {
    margin-bottom: 0;
}
.bloggers-list-p p {
    margin-bottom: 5px;
}
.bloggers-list-p p:last-of-type {
    margin-bottom: 30px;
}
.bloggers-list-margin {
    margin-top: 30px;
}
.bb {
    border-bottom: 1px solid #adb5bd;
    padding-bottom: 3px;
}
.bb:hover {
    border-bottom: 1px solid #6f42c1;
}
.bb:hover,
.hover-purple:hover {
    color: #6f42c1;
}
.svg-3:before,
.svg:before {
    font-size: 20px;
    height: 20px;
}
.svg-2:before,
.svg-4:before {
    font-size: 23px;
    height: 23px;
}
.svg-2:before,
.svg:before {
    vertical-align: bottom;
}
.svg-3,
.svg-4 {
    vertical-align: top;
}
.top-30 {
    top: 30px !important;
}
.bg-gray {
    background: #f8f9fa !important;
}
.float-right .bi-plus,
td .bi-plus {
    display: block;
}
::-webkit-scrollbar {
    width: 12.5px;
    background: #adb5bd;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(189.78deg, #12e17e, #13bd60);
}
.ml-size-10 {
    margin-left: 13px;
}
.bi-check,
.bi-x {
    display: none;
}
.block-blogger-added .bi-check {
    color: #1aa179;
    display: block;
}
.block-blogger:hover .added,
.block-blogger:hover .bi-plus {
    display: block;
}
.text-left {
    color: #6f42c1;
    line-height: 35px;
    text-align: left;
}
.text-left:hover,
.text-left:hover .bi-caret-down:before {
    color: #fd7e14;
}
.padding-top {
    padding-top: 110px;
}
.block-blogger-add {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.block-blogger-add.block-blogger-added .bi-plus,
.block-blogger-add.block-blogger-added:hover .bi-check {
    display: none;
}
.block-blogger-add.block-blogger-added:hover .bi-x {
    display: block;
    color: #d63384;
}
.bloggers-list-inside .bi-x {
    cursor: pointer;
    display: block;
}
.bloggers-list-inside .bi-x:hover {
    color: #d63384;
}
.block-price {
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    background: #f8f9fa;
    color: #6f42c1;
    padding: 5px;
    margin-top: -15px;
    margin-left: -15px;
    margin-bottom: 5px;
    width: fit-content;
    top: 0;
}
.block-price-margin {
    margin-left: 23px;
}
.block-blogger-see {
    background: linear-gradient(268.83deg, #aa53fe 1.58%, #790ee1 99.84%);
    text-align: center;
    margin-top: 10px;
    color: #fff;
    line-height: 44px;
    border-radius: 5px;
}
.blogger-span {
    background: linear-gradient(189.78deg, #12e17e, #13bd60);
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 0;
}
.switch {
    display: inline-block;
    position: relative;
    margin-top: 12px;
    height: 20px;
    width: 100%;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.line-height-44 {
    line-height: 44px;
}
.slider {
    background: #f8f9fa;
    cursor: pointer;
    width: 70px;
    right: 0;
    top: 0;
}
.slider,
.slider:before {
    position: absolute;
    bottom: 0;
    left: 0;
}
.slider:before {
    content: "";
    height: 20px;
    width: 20px;
    background: linear-gradient(268.83deg, #aa53fe 1.58%, #790ee1 99.84%);
}
input:checked + .slider {
    background: linear-gradient(189.78deg, #12e17e, #13bd60);
}
input:checked + .slider:before {
    transform: translateX(50px);
}
.color-gray {
    color: #adb5bd;
}
.slider.round {
    border-radius: 10px;
}
.slider.round:before {
    border-radius: 50%;
}
.bloggers-list {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 0;
    box-shadow: 0 0 10px #dee2e6;
}
.add-mb-2 {
    margin-top: 30px;
}
.color-hover {
    color: #f8f9fa;
}
.color-hover:hover {
    color: #6f42c1;
}
.border-radius {
    border-radius: 5px;
}
.partner-show-pc {
    display: flex;
}
.partner-show-mobile {
    display: none;
}
.icon-delete {
    cursor: pointer;
}
.form-group-active {
    background: linear-gradient(268.83deg, #aa53fe 1.58%, #790ee1 99.84%);
    line-height: 44px;
    border-radius: 5px;
}
.form-group-active a {
    color: #fff;
}
.form-group a {
    line-height: 44px;
    display: block;
    color: #6f42c1;
}
.payment {
    width: 80px;
    height: 48px;
    margin: auto;
}
.payment-none-2 {
    display: none;
}
.block-list-company-more .bi-plus,
.col-xl-4 .bi-x,
.menu-burger {
    display: block;
}
.menu-burger {
    background: #fff;
    margin-bottom: 3px;
    cursor: pointer;
    height: 3px;
    width: 25px;
}
.menu-burger:first-child {
    margin-top: 17.5px;
}
.menu-burger:last-child {
    margin-bottom: 17.5px;
}
.faq-more {
    font-size: 17px;
    line-height: 45px;
}
.faq-more i {
    margin-right: -48px;
    position: relative;
    margin-top: 10px;
    float: right;
}
.faq-more .created-company-svg:before {
    right: 45px;
}
.faq-ml-15 {
    margin-left: 15px;
}
.faq-dot {
    display: inline-block;
    background: #6f42c1;
    border-radius: 100%;
    position: absolute;
    margin-top: 5px;
    height: 10px;
    width: 10px;
}
.faq-img {
    max-width: 690px;
}
.mb-40 {
    margin-bottom: 40px;
}
.faq {
    padding-top: 30px;
    margin-bottom: 30px;
}
.settings-more i:before {
    margin-top: 5px;
}
.btn-how-to {
    background: #6f42c1;
    color: #fff;
    width: fit-content;
    padding: 10px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.1s;
}
.btn-how-to:hover {
    opacity: 0.9;
}

.header {
    padding-left: 255px;
    padding-right: 30px;
    background: #6f42c1;
    line-height: 50px;
    position: fixed;
    width: 100%;
    z-index: 3;
    box-shadow: 0 0 10px #dee2e6;
    display: none;
}
.header-link {
    cursor: pointer;
    color: #6f42c1;
    display: none;
}
.header-status {
    text-align: right;
}
.header-status-balance {
    display: inline;
}
.header-link,
.header-status-pay {
    color: #fff;
    float: right;
    font-size: 15px;
}
.header-link:hover,
.header-status-pay:hover {
    opacity: 0.9;
}

.aside {
    background: #6f42c1;
    position: fixed;
    height: 100vh;
    width: 225px;
    z-index: 3;
    left: 0;
}
.aside-link {
    padding-bottom: 17.5px;
    padding-top: 17.5px;
    padding-left: 25px;
    cursor: pointer;
    display: block;
    color: #fff;
    height: 55px;
    font-size: 15px;
    transition: 0.1s;
}
.aside-link-active,
.aside-link:hover {
    background: #fff;
    color: #6f42c1;
}
.aside-link-create,
.aside-link-create:hover {
    background: linear-gradient(189.78deg, #12e17e, #13bd60);
}
.aside-link-create:hover {
    color: #fff;
    opacity: 0.9;
}
.aside-logo {
    margin: 20px 25px 50px;
}
.aside-logo,
.aside-logo-2 {
    display: block;
    color: #fff;
    height: 20px;
}
.header-status-pay-2 {
    color: #fff;
}
.aside-logo-svg {
    background: url(http://postmarket.pro/content/promoter/image/home/logo/logo.svg) no-repeat;
    display: block;
    height: 40px;
    width: 90px;
    position: absolute;
    bottom: 20px;
    margin-left: 67.5px;
    margin-right: 67.5px;
}
.tooltip {
    display: inline-block;
    position: relative;
}
.tooltip:hover .color-purple {
    color: #fd7e14;
}
.tooltip:hover .tooltip-text {
    visibility: visible;
}
.tooltip-text {
    background: #6f42c1;
    position: absolute;
    text-align: center;
    visibility: hidden;
    font-size: 14px;
    color: #fff;
    width: 100%;
    padding: 5px;
    z-index: 1;
    top: 150%;
    left: 0;
    border-radius: 5px;
    font-family: Noto Sans, sans-serif;
    box-shadow: 0 0 10px #dee2e6;
}
.tooltip-text:after {
    border-color: transparent transparent #6f42c1;
    border-style: solid;
    position: absolute;
    border-width: 5px;
    margin-left: -5px;
    content: "";
    bottom: 100%;
    left: 50%;
}
.input-radio {
    position: absolute;
    cursor: pointer;
    opacity: 0;
}
.checkmark-2 {
    position: absolute;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    color: #fff !important;
}
.checkmark {
    background: #adb5bd;
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
    height: 20px;
    width: 20px;
}

label {
    cursor: pointer;
}
.input-select p {
    margin-left: 30px;
}
.input-radio:checked ~ .checkmark-2 {
    box-shadow: 0 0 3px #6f42c1;
}
.input-radio:checked ~ .checkmark {
    background: linear-gradient(268.83deg, #aa53fe 1.58%, #790ee1 99.84%);
    opacity: 1;
}
#alert-add-to-company,
#alert-add-to-favorite,
#alert-copy-link,
#alert-link,
#alert-money-false,
#alert-money-pay,
#alert-money-request,
#alert-money-true,
#alert-remove-from-company,
#alert-remove-from-favorite,
#alert-send-promo,
#alert-task {
    background: linear-gradient(268.83deg, #aa53fe 1.58%, #790ee1 99.84%);
    visibility: hidden;
    position: fixed;
    color: #fff;
    padding: 15px;
    margin: auto;
    z-index: 2;
    right: 0;
    left: 0;
    top: 95px;
    border-radius: 5px;
}
#alert-task {
    width: 310px;
}
#alert-link {
    width: 501px;
}
#alert-money-false {
    width: 496px;
}
#alert-money-pay {
    width: 348px;
}
#alert-money-request {
    width: 497px;
}
#alert-money-true {
    width: 396px;
}
#alert-money-true,
#alert-send-promo {
    background: linear-gradient(189.78deg, #12e17e, #13bd60);
}
#alert-send-promo {
    width: 647px;
}
#alert-copy-link {
    background: linear-gradient(189.78deg, #12e17e, #13bd60);
    width: 414px;
}
#alert-add-to-favorite,
#alert-remove-from-favorite {
    background: linear-gradient(189.78deg, #12e17e, #13bd60);
    text-align: center;
    width: 500px;
}
#alert-remove-from-favorite {
    background: linear-gradient(268.83deg, #aa53fe 1.58%, #790ee1 99.84%);
}
#alert-add-to-company {
    background: linear-gradient(189.78deg, #12e17e, #13bd60);
    width: 437px;
}
#alert-remove-from-company {
    width: 428px;
}
#alert-add-to-company.alert-open,
#alert-add-to-favorite.alert-open,
#alert-copy-link.alert-open,
#alert-link.alert-open,
#alert-money-false.alert-open,
#alert-money-pay.alert-open,
#alert-money-request.alert-open,
#alert-money-true.alert-open,
#alert-remove-from-company.alert-open,
#alert-remove-from-favorite.alert-open,
#alert-send-promo.alert-open,
#alert-task.alert-open {
    visibility: visible;
}
.home-block,
.home-block-2 {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 0;
    box-shadow: 0 0 10px #dee2e6;
}
.home-block-2 {
    display: block;
    color: #212529;
}
.home-block-2:hover .home-block-inside-image,
.home-block-2:hover .home-block-inside-svg {
    opacity: 0.9;
}
.home-block-inside-image {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.home-block-inside-svg {
    color: #fff;
}
.home-block-inside-svg:before {
    position: absolute;
    font-size: 45px;
    height: 45px;
    right: 15px;
    top: 0;
}
.home-block-inside-text {
    padding: 30px;
}
.home-block-inside .bi-plus {
    display: block;
}
.home-block-title-svg {
    vertical-align: middle;
    margin-top: -2.5px;
    color: #6f42c1;
    height: 27px;
    width: 27px;
}
.home-company {
    background: linear-gradient(145.83deg, #f4eaff 27.13%, #f0c5ff 93.47%);
}
.home-company-2 {
    background: linear-gradient(298.77deg, #9cfff9 20.66%, #fff 131.12%);
}
.home-company,
.home-company-2 {
    margin-bottom: 30px;
    border-radius: 0;
    box-shadow: 0 0 10px #dee2e6;
    padding: 30px;
}
.home-company-clock,
.home-company-search {
    display: block;
    height: 42px;
    width: 42px;
}
.home-company-clock {
    background: url(../img/home/logo/clock.svg) no-repeat;
}
.home-company-search {
    background: url(../img/home/logo/search.svg) no-repeat;
}
.home-company-create-text,
.home-company-create-title {
    text-align: center;
}
.home-bloggers,
.home-company-create {
    background: #fff;
    margin-top: 110px;
    border-radius: 0;
    box-shadow: 0 0 10px #dee2e6;
    padding: 30px;
}
.home-block-title-2,
.home-bloggers,
.home-company-create,
.home-company-create-text,
.home-company-title {
    margin-bottom: 30px;
}
.home-block-title {
    margin-bottom: 15px;
}
.home-bloggers-text,
.home-company-create-text {
    margin-top: 30px;
}
.home-company-create-button {
    background: linear-gradient(189.78deg, #12e17e, #13bd60);
    text-align: center;
    line-height: 44px;
    display: block;
    color: #fff;
    height: 44px;
    margin: auto;
    width: 50%;
    border-radius: 5px;
    box-shadow: 0 0 10px #dee2e6;
    font-size: 15px;
}
.home-company-create-button:hover {
    opacity: 0.9;
}
.home-bloggers-title {
    text-align: left;
}
.home-bloggers-title-link {
    color: #6f42c1;
    float: right;
    width: auto;
}
.home-bloggers-title-link:hover {
    opacity: 0.9;
}
.home-bloggers-block {
    display: block;
    color: #212529;
    margin-top: 30px;
}
.home-bloggers-block:hover,
.home-bloggers-block:hover .home-bloggers-block-icons-svg,
.home-bloggers-block:hover .home-bloggers-block-image {
    opacity: 0.9;
}
.home-bloggers-block-text {
    text-align: center;
}
.home-bloggers-block-text:first-of-type {
    overflow: hidden;
    height: 40px;
}
.home-bloggers-block-image {
    margin-top: 2.5px;
    border-radius: 5px;
}
.home-bloggers-block-icons {
    text-align: center;
    line-height: 15px;
    height: 15px;
}
.home-bloggers-block-icons i {
    display: inline-block;
}
.home-bloggers-block-icons-svg {
    color: #6f42c1;
}
.home-bloggers-block-icons-svg:before {
    vertical-align: middle;
    font-size: 15px;
    height: 15px;
}
.block-company {
    background: #fff;
    display: block;
    color: #212529;
    margin-bottom: 30px;
    border-radius: 0;
    box-shadow: 0 0 10px #dee2e6;
    padding: 30px;
}
.block-company:hover {
    opacity: 0.9;
}
.block-company-inside {
    display: flex;
    height: 71px;
    width: 71px;
    border-radius: 5px;
    float: left;
    margin-right: 15px;
}
.block-company-inside .bi-x {
    display: block;
}
.block-company-cpf:before,
.block-company-cpa:before,
.block-company-pro:before {
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    width: 45px;
    background: linear-gradient(268.83deg, #aa53fe 1.58%, #790ee1 99.84%);
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.block-company-pro:before {
    content: "PRO";
}
.block-company-cpa:before {
    content: "CPA";
}
.block-company-cpf:before {
    content: "CPF";
}
.block-company-inside-svg {
    margin: auto;
    height: 35px;
}
.block-company-inside-svg:before {
    font-size: 35px;
    color: #fff;
    height: 35px;
}
.block-company-height {
    overflow: hidden;
    height: 20px;
}
.block-company-text {
    margin-bottom: 5px;
}
.block-company-list {
    padding-top: 110px;
    margin-bottom: 30px;
}
.block-company-list-title {
    line-height: 35px;
    height: 35px;
}
.block-first-company {
    margin-top: 110px;
    margin-bottom: 30px;
}
.block-first-company-title {
    margin-bottom: 30px;
}
.block-first-company-button {
    background: linear-gradient(189.78deg, #12e17e, #13bd60);
    text-align: center;
    display: block;
    color: #fff;
    line-height: 44px;
    margin-top: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px #dee2e6;
    font-size: 15px;
}
.block-first-company-button:hover {
    opacity: 0.9;
}
.block-list-company-avatar {
    display: flex;
    height: 55px;
    width: 55px;
    border-radius: 5px;
}
.block-list-company {
    background: #fff;
    cursor: pointer;
    margin-bottom: 30px;
    border-radius: 0;
    box-shadow: 0 0 10px #dee2e6;
    padding: 30px;
}
.margin-left-2 {
    margin-left: -15px;
}
.block-company-text-2 {
    margin-bottom: 5px;
    margin-top: 5px;
}
.block-company-text-2:last-of-type {
    margin-bottom: 0;
    margin-top: 0;
}
.block-created-company-link {
    color: #212529;
}
.color-done {
    color: #1aa179;
}
.color-not-paid {
    color: #d63384;
}
.color-process {
    color: #fd7e14;
}
.color-considered {
    color: #6f42c1;
}
.bg-done {
    background: #1aa179;
}
.bg-not-paid {
    background: #d63384;
}
.bg-process {
    background: #fd7e14;
}
.bg-considered {
    background: #6f42c1;
}
.block-def {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 10px #dee2e6;
    padding: 30px;
}
.block-view {
    background: #ffda6a;
}
.block-select-city,
.block-view {
    margin-bottom: 30px;
    border-radius: 0;
    box-shadow: 0 0 10px #dee2e6;
    padding: 30px;
}
.block-select-city {
    background: #fff;
    margin-top: 110px;
}
.block-publications {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 10px #dee2e6;
    padding: 30px;
}
.block-bloggers-link {
    display: block;
    margin-top: 30px;
}
.block-bloggers-avatar {
    border-radius: 5px;
}
.block-bloggers-avatar:hover {
    opacity: 0.9;
}
.block-publications {
    height: 539.66px;
}
.block-blogger {
    background: #fff;
    padding: 15px;
    margin-top: 30px;
    border-radius: 0;
    box-shadow: 0 0 10px #dee2e6;
}
.block-blogger.padding {
    cursor: default;
}
.ml-10 {
    margin-left: 15px;
}
.block-blogger-card-body,
.block-blogger-card-body-2 {
    margin-left: 30px;
    font-size: 14px;
    color: #adb5bd;
}
.block-select-city-body {
    font-size: 14px;
    color: #adb5bd;
}
.block-view-padding {
    text-align: center;
}
.block-publications-link {
    color: #212529;
    display: block;
    margin-top: 30px;
}
.block-publications-link:hover {
    color: #fd7e14;
}
.block-publications-link:hover .block-blogger-card-body {
    opacity: 1;
}
.block-publications-link:hover .block-blogger-card-avatar,
.block-publications-link:hover .color-purple {
    color: #fd7e14;
}
.block-publications-link:hover .block-publications-avatar {
    opacity: 0.9;
}
.block-created-company-more,
.block-publications-more {
    color: #fd7e14;
    float: right;
}
.block-created-company-more:hover,
.block-publications-more:hover {
    color: #6f42c1;
}
.block-list-company-more {
    margin-left: 5px;
    background: linear-gradient(189.78deg, #12e17e, #13bd60);
    color: #fff;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    box-shadow: 0 0 10px #dee2e6;
    font-size: 15px;
}
.block-list-company-more:hover {
    opacity: 0.9;
}
.block-list-company-more-2 {
    background: linear-gradient(189.78deg, #12e17e, #13bd60);
    color: #fff;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    box-shadow: 0 0 10px #dee2e6;
}
.block-blogger-link-avatar {
    margin-top: -5px;
    margin-right: 5px;
    vertical-align: middle;
}
.block-blogger-link-settings {
    color: #1aa179;
    background: #fff;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 44px;
    height: 44px;
    border-radius: 5px;
    box-shadow: 0 0 10px #dee2e6;
}
.block-blogger-link-settings:hover {
    color: #fff;
    background: linear-gradient(189.78deg, #12e17e, #13bd60);
}
.block-blogger-link-all {
    color: #6f42c1;
    background: #fff;
    text-align: center;
    display: block;
    width: 100%;
    line-height: 44px;
    border-radius: 5px;
    box-shadow: 0 0 10px #dee2e6;
}
.block-blogger-link-all:hover {
    color: #fff;
    background: linear-gradient(268.83deg, #aa53fe 1.58%, #790ee1 99.84%);
}
.block-blogger-link-favorite {
    display: block;
    line-height: 44px;
    color: #fd7e14;
    text-align: center;
    background: #fff;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 10px #dee2e6;
}
.block-blogger-link-favorite:hover {
    color: #fff;
    background: #fd7e14;
}
.block-blogger-link-added {
    display: block;
    line-height: 44px;
    color: #fff;
    text-align: center;
    background: linear-gradient(268.83deg, #aa53fe 1.58%, #790ee1 99.84%);
    width: 100%;
    height: 44px;
    border-radius: 5px;
    box-shadow: 0 0 10px #dee2e6;
}
.block-blogger-link-added:hover {
    opacity: 0.9;
}
.block-blogger-card-favorite {
    background: linear-gradient(189.78deg, #12e17e, #13bd60);
    color: #fff;
    cursor: pointer;
    display: block;
    margin-top: 10px;
    line-height: 35px;
    height: 35px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 10px #dee2e6;
}
.block-blogger-card-favorite:hover {
    opacity: 0.9;
}
.favorite-remove {
    display: none;
}
.company-add,
.favorite-add {
    display: inline-block;
    width: 100%;
}
.favorite-added .favorite-add {
    display: none;
}
.favorite-added .favorite-remove {
    display: inline-block;
}
.company-added.block-blogger-card-favorite,
.favorite-added.block-blogger-card-favorite {
    background: #d63384;
}
.company-added .company-add,
.company-remove {
    display: none;
}
.company-added .company-remove {
    display: block;
}
.all-active {
    background: linear-gradient(268.83deg, #aa53fe 1.58%, #790ee1 99.84%);
    color: #fff;
}
.favorite-active {
    background: #fd7e14;
    color: #fff;
}
.block-blogger-link-block {
    display: flex;
    margin-bottom: 30px;
}
.block-blogger-link-more-block {
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 30px;
}
.block-followers {
    margin-top: 38px;
    max-height: 345px;
    margin-bottom: -15px;
}

.block-followers .row:nth-child(1) {
    padding-top: 0;
}
.tabcontent {
    display: none;
}
.block-followers .row {
    padding-top: 15px;
    padding-bottom: 15px;
}
.block-followers .row:nth-child(2n) {
    background: #f8f9fa;
}
.block-followers img {
    width: 100px;
}
.cpf-img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.created-company-mobile-inside .view-followers {
    background: none;
    padding: 0;
    color: #807a8b;
    border: none;
}

.cpf-status-bar {
    display: flex;
    box-shadow: 0 0 10px #dee2e6;
    float: right;
    margin-bottom: 15px;
    margin-top: -15px;
}
.cpf-status-bar-step {
    padding: 8px;
    background: #fff;
    color: #adb5bd;
    text-align: center;
}
.cpf-status-bar-step img {
    display: none;
    float: left;
}
.cpf-status-bar-step.active img {
    display: block;
}
.cpf-status-bar-step:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.cpf-status-bar-step:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.cpf-status-bar .active {
    /* background: #6f42c1; */
    color: #6f42c1;
}

.block-modal-fix {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 620px;
    position: fixed;
    background: #fff;
    margin-left: -15px;
    margin-top: -15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    z-index: 1;
}
.block-followers .table-size,
.block-followers .created-company-table {
    box-shadow: none !important;
}
.block-modal-followers {
    overflow: auto;
    max-height: 430px;
    overflow-x: hidden;
}
.view-followers {
    cursor: pointer;
    background: #6f42c1;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    transition: .1s;
}
.view-followers:hover {
    opacity: .9;
}
.block-blogger-avatar {
    object-fit: cover;
    display: block;
    width: 100%;
    border-radius: 5px;
}
.block-screenshots-avatar {
    display: block;
    margin-top: 10px;
    width: 100%;
    cursor: pointer;
    height: 250px;
    object-fit: cover;
}
.block-screenshots-avatar:hover {
    opacity: 0.9;
}
.block-screenshots-avatar-2 {
    display: block;
    width: 100%;
    cursor: pointer;
    height: 250px;
    object-fit: cover;
}
.block-screenshots-avatar-2:hover {
    opacity: 0.9;
}
.block-blogger-link-more {
    color: #1aa179;
}
.block-blogger-link-more:hover,
.block-blogger-link-more:hover .block-list-company-more-2 {
    opacity: 0.9;
}
.block-screenshots-title {
    margin-bottom: 15px;
    margin-top: 30px;
}
.float-right {
    float: right;
}
.block-bloggers-card-avatar {
    display: block;
    width: 100%;
    border-radius: 5px;
}
.block-blogger-link {
    cursor: default;
    display: block;
    color: #212529;
}
.block-icons {
    height: 22px;
}
.block-icons,
.block-publications-text {
    text-align: center;
}
.bloggers-list-p {
    margin-top: 15px;
}
.block-publications-text:first-of-type {
    height: 44px;
    overflow: hidden;
}
.block-blogger-card-link {
    color: #6f42c1;
    height: 20px;
}
.block-blogger-card-link:hover {
    color: #fd7e14;
}
.block-create-title {
    text-align: center;
    margin-bottom: 30px;
}
.block-blogger-title {
    margin-bottom: 5px;
    margin-left: -15px;
}
.fav-bloggers {
    text-align: center;
}
.h-27 {
    margin-right: 10px;
    height: 23px;
}
.h-20,
.h-27 {
    overflow: hidden;
}
.h-20 {
    height: 20px;
}
.block-select-city-title {
    margin-bottom: 15px;
}
.height-400 {
    height: 42px;
    overflow: hidden;
}
.text-align {
    text-align: right;
}
.mt-20 {
    margin-top: 20px;
}
.block-created-company-title {
    margin-top: 30px;
    margin-bottom: 30px;
}
.preview {
    margin-left: -35px;
}
.block-list-company-not-paid-avatar {
    width: 68px;
    height: 68px;
    background: #d63384;
    display: flex;
    border-radius: 5px;
}
.block-list-company-process-avatar {
    width: 68px;
    height: 68px;
    background: #fd7e14;
    display: flex;
    border-radius: 5px;
}
.block-list-company-considered-avatar {
    width: 68px;
    height: 68px;
    background: #6f42c1;
    border-radius: 5px;
    display: flex;
}
.block-select-city-avatar {
    color: #6f42c1;
    vertical-align: bottom;
}
.block-select-city-input {
    border: 1px solid #f8f9fa;
    outline: none;
    width: 100%;
    margin-top: 22px;
    height: 44px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    margin-bottom: 22px;
    background: #f8f9fa;
    font-family: Noto Sans, sans-serif;
    font-size: 15px;
}
.block-select-city-input:focus {
    border: 1px solid #6f42c1;
}
.mb-20 {
    margin-bottom: 20px;
}
.block-blogger-text {
    margin-left: -15px;
    margin-top: 5px;
}
.color-purple {
    color: #6f42c1;
}
.color-orange {
    color: #fd7e14;
}
.color-green {
    color: #1aa179;
}
.block-image-title {
    margin-top: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}
.color-black {
    color: #212529;
}
.block-blogger-card {
    padding-top: 110px;
}
.block-blogger-card .margin .col-xl-6 .block-blogger-card-head,
.block-blogger-card .margin .col-xl-6 p {
    overflow: hidden;
}
.block-blogger-card-link-avatar {
    vertical-align: bottom;
}
.block-view-text {
    text-align: center;
    padding: 10px;
}
.block-blogger-card-head {
    margin-top: 10px;
}
.block-blogger-card-head-2 {
    margin-top: 5px;
}
.block-blogger-card-price {
    margin-top: 10px;
    color: #fff;
    background: #6f42c1;
    padding: 10px;
    border-radius: 5px;
}
.align-left {
    text-align: left;
}
.block-gender {
    background: #6f42c1;
    color: #fff;
}
.block-age,
.block-gender {
    margin-top: 15px;
    border-radius: 0;
    margin-bottom: 30px;
    box-shadow: 0 0 10px #dee2e6;
    padding: 30px;
}
.block-age {
    background: #fff;
}
.progress-line {
    height: 10px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
    border-radius: 0;
}
.progress-line-age {
    margin: auto;
    width: 10px;
    height: 58px;
    background: #6f42c1;
    border-radius: 0;
}
.empty-line-age {
    width: 10px;
    opacity: 0.5;
    background: #fff;
}
.empty-line-age-1 {
    height: 90%;
}
.empty-line-age-2 {
    height: 80%;
}
.empty-line-age-3 {
    height: 70%;
}
.empty-line-age-4 {
    height: 75%;
}
.empty-line-age-5 {
    height: 90%;
}
.empty-line-age-6 {
    height: 95%;
}
.block-gender-title {
    margin-bottom: 15px;
}
.text-center,
.text-center-2 {
    text-align: center;
}
.text-center-2 {
    margin-left: 10px;
}
.female {
    background: #d63384;
}
.male {
    background: #6ea8fe;
}
.margin {
    margin-bottom: 30px;
}
.empty-line {
    opacity: 0.5;
    height: 10px;
    background: #6f42c1;
}
.empty-line-male {
    width: 25%;
    margin-left: 75%;
}
.empty-line-female {
    width: 75%;
    margin-left: 25%;
}
.block-gender-body {
    font-size: 14px;
}
.main {
    padding-left: 240px;
    padding-right: 15px;
}
.block-dev {
    margin-top: 110px;
    margin-bottom: 30px;
}
.block-blogger-link-screen {
    text-align: center;
    display: block;
    color: #6f42c1;
}
.block-blogger-link-screen:hover {
    color: #fd7e14;
}
.cursor-pointer {
    cursor: pointer;
}
.hide {
    color: #6f42c1;
    display: none;
}
.hide:hover {
    color: #fd7e14;
}
.hide-2 {
    display: none !important;
}
.hide-avatar {
    vertical-align: middle;
}
.blogger-task,
.settings-filtr {
    margin-bottom: 30px;
}
.blogger-task-title {
    position: absolute;
    top: 63.5px;
    right: 45px;
    color: #fff;
    font-size: 14px;
    padding: 2.5px;
    background: linear-gradient(268.83deg, #aa53fe 1.58%, #790ee1 99.84%);
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.block-settings {
    margin-bottom: 30px;
}
.block-settings .text-center {
    margin-bottom: 20px;
}
.settings-input {
    border-bottom: 1px solid #6f42c1;
    padding-bottom: 2px;
    height: 40px;
    width: 100%;
    margin-bottom: 30px;
}
.settings-input:focus {
    border-bottom: 1px solid #fd7e14;
}
.settings-title,
.settings-title-2 {
    color: #adb5bd;
    font-size: 14px;
}
.settings-title-2 {
    margin-bottom: 30px;
}
.settings-title-3 {
    margin-bottom: 20px;
}
.block-settings-title-balance,
.block-settings-title-links,
.block-settings-title-unitpay {
    margin-bottom: 30px;
}
.block-settings-title-unitpay {
    text-align: right;
}
.settings-image {
    cursor: pointer;
}
.settings-image img {
    border-radius: 5px;
}
.settings-image .home-block-inside-svg:before {
    color: #6f42c1;
}
.settings-image:hover img {
    opacity: 0.9;
}
.settings-title-login {
    width: auto;
}
.settings-login-overflow {
    overflow: auto;
}
.settings-btn {
    background: linear-gradient(189.78deg, #12e17e, #13bd60);
    line-height: 44px;
    text-align: center;
    display: block;
    color: #fff;
    margin: auto;
    width: 50%;
    border-radius: 5px;
    box-shadow: 0 0 10px #dee2e6;
}
.settings-btn:hover {
    opacity: 0.9;
}
.settings-button {
    background: linear-gradient(268.83deg, #aa53fe 1.58%, #790ee1 99.84%);
    line-height: 44px;
    text-align: center;
    display: block;
    color: #fff;
    margin: auto;
    width: 50%;
    border-radius: 5px;
    box-shadow: 0 0 10px #dee2e6;
}
.settings-button:hover {
    opacity: 0.9;
}
.settings-link {
    justify-content: space-between;
    line-height: 35px;
    height: 35px;
    color: #6f42c1;
    display: flex;
}
.settings-link:hover,
.settings-link:hover .block-settings-link-svg {
    color: #fd7e14;
}
.block-settings-link-svg {
    height: 35px;
    line-height: normal;
}
.block-settings-link-svg:before {
    font-size: 35px;
}
.block-settings-post:before,
.block-settings-story:before {
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    background: linear-gradient(268.83deg, #aa53fe 1.58%, #790ee1 99.84%);
    position: absolute;
    text-align: center;
    font-size: 14px;
    padding: 2.5px;
    color: #fff;
    width: auto;
    left: 15px;
}
.block-settings-post:before {
    content: "Пост";
}
.block-settings-story:before {
    content: "Сторис";
}
.block-settings-size {
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    text-align: center;
    background: #fff;
    color: #adb5bd;
    font-size: 14px;
    padding: 2.5px;
    width: auto;
    right: 14px;
    bottom: 22px;
}

.block-partner,
.block-partner-2 {
    margin-top: 110px;
}
.block-partner {
    margin-bottom: 30px;
}
.block-partner-svg {
    vertical-align: middle;
    margin-top: -2.5px;
}
.block-partner-title {
    text-align: center;
    margin-top: 30px;
}
.block-partner-button {
    background: linear-gradient(268.83deg, #aa53fe 1.58%, #790ee1 99.84%);
    line-height: 44px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    color: #fff;
    height: 44px;
    font-size: 17px;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px #dee2e6;
}
.block-partner-button:hover {
    opacity: 0.9;
}
.block-settings-link {
    background: linear-gradient(189.78deg, #12e17e, #13bd60);
    line-height: 44px;
    text-align: center;
    display: block;
    color: #fff;
    width: 100%;
    height: 44px;
    border-radius: 5px;
    box-shadow: 0 0 10px #dee2e6;
}
.block-settings-link:hover {
    opacity: 0.9;
}
.block-partner-body {
    margin-bottom: 15px;
}
.block-partner-body-2 {
    margin-bottom: 5px;
}
.block-settings-stats {
    margin-bottom: 30px;
}
.blcok-settings-select {
    padding-left: 10px;
    appearance: none;
    margin-top: 10px;
    display: block;
    height: 44px;
    width: 100%;
    border: 1px solid #6f42c1;
    border-radius: 5px;
    margin-bottom: 30px;
}
.blcok-settings-select:focus {
    border: 1px solid #fd7e14;
}
.partner-none {
    background: #6f42c1;
    display: none;
    color: #fff;
    border-radius: 0;
    padding: 30px;
}
.partner-none,
.partner-stats {
    text-align: center;
    box-shadow: 0 0 10px #dee2e6;
}
.partner-stats {
    background: #fff;
    margin-bottom: 30px;
}
.table-size {
    overflow-x: auto;
    box-shadow: 0 0 10px #dee2e6;
}
.table {
    border-spacing: 0;
    width: 100%;
}
.table td,
.table th {
    padding: 15px;
    font-size: 15px;
}
.table th {
    font-weight: 400;
}
.table tr:nth-child(2n) {
    background: #f8f9fa;
}
.block-modal,
.block-modal-pay,
.block-modal-start {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 2;
    left: 0;
    top: 0;
}
.block-modal-pay,
.block-modal-start-inside .pay-modal-bg {
    display: none;
}
.block-modal-pay-inside,
.block-modal-pay-inside-2,
.block-modal-start-inside {
    background: #fff;
    position: absolute;
    padding: 60px;
    width: 550px;
    margin: auto;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    border-radius: 5px;
}
.block-modal-pay-inside-2 .block-modal-inside-btn,
.block-modal-pay-inside .block-modal-inside-btn,
.block-modal-start-inside .block-modal-inside-btn {
    margin-right: -30px;
    position: relative;
    margin-top: -30px;
}
.block-modal-start-inside {
    height: 245px;
}
.block-modal-pay-inside {
    height: 338px;
}
.block-modal-pay-inside .bi-check {
    display: inline-block;
}
.block-modal-pay-inside-2 {
    height: 315px;
}
.block-modal-pay-inside-2 .bi-check {
    display: inline-block;
}
.block-modal-3 {
    z-index: 2;
}
.block-modal,
.block-modal-3 {
    display: none;
}
.block-modal-followers,
.block-modal-inside,
.block-modal-inside-2,
.block-modal-request-inside {
    background: #fff;
    position: absolute;
    padding: 15px;
    width: 620px;
    margin: auto;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    border-radius: 5px;
}
.block-modal-request-inside {
    width: 510px;
    height: 186px;
}
.pay-modal-bg {
    margin: -90px auto 30px;
    justify-content: center;
    background: linear-gradient(189.78deg, #12e17e, #13bd60);
    border-radius: 100%;
    display: flex;
    height: 60px;
    width: 60px;
}
.start-button {
    position: relative;
    font-size: 17px;
    color: #6f42c1;
    width: auto;
}
.start-button:hover {
    opacity: 0.9;
}
.pay-modal-svg:before {
    vertical-align: bottom;
    margin-top: 10px;
    font-size: 40px;
    color: #fff;
    height: 40px;
}
.modal-svg {
    position: absolute;
    height: 210px;
    left: 15px;
    top: 15px;
}
.block-modal-inside {
    height: fit-content;
}
.block-modal-inside-2 {
    height: 494px;
}
.block-modal-inside-btn {
    margin-bottom: 15px;
    background: none;
    float: right;
    width: auto;
}
.block-modal-inside-btn:hover {
    color: #d63384;
}
.block-modal-inside-iframe {
    height: 330px;
    width: 100%;
}
.block-modal-textarea {
    border: 1px solid #6f42c1;
    min-height: 100px;
    margin-top: 15px;
    padding: 15px;
    resize: none;
    margin-bottom: 30px;
    border-radius: 5px;
}
.block-modal-textarea:hover {
    border: 1px solid #fd7e14;
}
.block-modal-input {
    padding-bottom: 2px;
    margin-top: 5px;
    height: 40px;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #6f42c1;
}
.block-modal-input:hover {
    border-bottom: 1px solid #fd7e14;
}

.block-create-company-steps {
    padding-top: 110px;
    margin-bottom: 30px;
}
.block-create-company-3 {
    margin-top: 45px;
}
.block-create-company {
    margin-bottom: 30px;
}
.block-create-company-3-bg {
    color: #adb5bd;
    margin-top: 30px;
}
.block-create-company-3-bg p {
    font-size: 14px;
}
.block-create-company-3-title {
    text-align: center;
    margin-top: 5px;
}
.create-company-title {
    margin-bottom: 30px;
}
.block-create-company-select {
    margin-bottom: 60px;
}
.block-create-company-select-title {
    color: #6f42c1;
}
.block-create-company-select-title-3 {
    display: inline;
}
.block-create-company-select-text {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.block-create-company-select-title-2 {
    font-size: 14px;
}
.block-create-company-svg {
    margin-left: 15px;
    margin-top: 15px;
}
.block-create-company-link {
    background: linear-gradient(189.78deg, #12e17e, #13bd60);
    text-align: center;
    line-height: 44px;
    display: block;
    color: #fff;
    margin: auto;
    height: 44px;
    border-radius: 5px;
    box-shadow: 0 0 10px #dee2e6;
    font-size: 15px;
}
.block-create-company-link:hover {
    opacity: 0.9;
}
.block-create-company-link-svg {
    vertical-align: middle;
    margin-top: -2.5px;
    height: 35px;
    width: 35px;
}
.block-create-company-steps-text {
    border: 1px solid #6f42c1;
    background: #6f42c1;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    color: #fff;
    margin: auto;
    height: 35px;
    width: 35px;
    opacity: 0.5;
    box-shadow: 0 0 10px #dee2e6;
}
.block-create-company-steps-text-disabled {
    cursor: not-allowed;
}
.block-create-company-steps-text-2 {
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
    color: #6f42c1;
    opacity: 0.5;
}
.block-create-company-steps-text-active {
    cursor: pointer;
}
.block-create-company-steps-text-active .block-create-company-steps-text,
.block-create-company-steps-text-active .block-create-company-steps-text-2 {
    opacity: 1;
}
.block-create-company-steps-text-active:active .block-create-company-steps-text,
.block-create-company-steps-text-active:active .block-create-company-steps-text-2,
.block-create-company-steps-text-active:hover .block-create-company-steps-text,
.block-create-company-steps-text-active:hover .block-create-company-steps-text-2 {
    opacity: 0.5;
}
.create-company-textarea {
    min-height: 150px;
    resize: vertical;
    padding: 15px;
    border: 1px solid #f8f9fa;
    border-radius: 5px;
}
.create-company-textarea:focus {
    border: 1px solid #6f42c1;
}
.create-company-textarea::placeholder {
    color: #212529;
}
.input-def {
    padding-right: 15px;
    padding-left: 15px;
    background: #f8f9fa;
    height: 44px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #f8f9fa;
}
.input-def:focus {
    border: 1px solid #6f42c1;
}
.input-def-title,
.input-def-title-2,
.input-def-title-3 {
    font-size: 14px;
    color: #adb5bd;
}
.input-def-title {
    margin-bottom: 10px;
    margin-top: 30px;
}
.input-def-title-2 {
    margin-top: 10px;
}
.input-def-title-3 {
    margin-bottom: 10px;
}
input::placeholder {
    color: #212529;
}
.create-company-button {
    background: linear-gradient(268.83deg, #aa53fe 1.58%, #790ee1 99.84%);
    text-align: center;
    line-height: 44px;
    display: block;
    height: 44px;
    color: #fff;
    border-radius: 5px;
    margin-top: 30px;
    font-size: 15px;
}
.create-company-button:hover {
    opacity: 0.9;
}
.create-company-select-type {
    margin-top: 10px;
}
.create-company-select-type-svg {
    vertical-align: middle;
    margin-top: -2.5px;
}

.create-company-change-type,
.create-company-change-type-2 {
    background: #fff;
    text-align: center;
    line-height: 44px;
    color: #6f42c1;
    display: block;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 10px #dee2e6;
    font-size: 15px;
}
.create-company-change-type-2:hover,
.create-company-change-type-active,
.create-company-change-type-active-2,
.create-company-change-type:hover {
    background: #6f42c1;
    color: #fff;
}
.create-company-text {
    padding-left: 18px;
    margin-top: -20px;
}
.uploaded {
    background: #f8f9fa;
    border-radius: 0;
    margin-top: 30px;
}
.uploaded-image {
    border-radius: 5px;
}
.uploaded-image:hover {
    opacity: 0.9;
}
.uploaded-link {
    font-size: 15px;
    color: #adb5bd;
}
.uploaded-link:hover {
    color: #d63384;
}
.create-company-result {
    background: #fff;
    margin: auto;
    margin-top: -20px;
    width: 85%;
    border-radius: 0;
    box-shadow: 0 0 10px #dee2e6;
    padding: 30px;
}
.create-company-svg {
    position: absolute;
    color: #adb5bd;
    right: 15px;
}
.create-company-svg,
.create-company-svg:before {
    height: 35px;
    font-size: 35px;
}
.create-company-svg:hover {
    color: #d63384;
}
.create-company-more-story {
    cursor: pointer;
    background: #f8f9fa;
    height: 178px;
    border-radius: 5px;
    margin-top: 30px;
    box-shadow: 0 0 10px #dee2e6;
}
.create-company-more-story:hover {
    box-shadow: 0 0 3px #6f42c1;
}
.create-company-more-story:hover .create-company-more-svg:before {
    color: #6f42c1;
}
.create-company-more-story-active .create-company-more-svg {
    display: none;
}
.create-company-more-story-image {
    height: 178px;
    object-fit: cover;
}
.create-company-more-story-image:hover {
    opacity: 1;
}
.create-company-more-svg:before {
    right: 0;
    left: 0;
    top: 111.25px;
    margin: auto;
}
.create-company-more-svg-2:before,
.create-company-more-svg:before {
    position: absolute;
    color: #adb5bd;
    cursor: pointer;
    font-size: 35px;
    height: 35px;
    width: 35px;
}
.create-company-more-svg-2:before {
    right: 15px;
    top: 30px;
}
.create-company-more-svg-2:hover:before {
    color: #d63384;
}
.story-empty .create-company-more-story-image,
.story-empty .create-company-more-svg-2 {
    display: none;
}
.create-company-select-company-type {
    transition: 0.1s;
    cursor: pointer;
    margin-top: 30px;
}
.create-company-select-company-type:hover {
    box-shadow: 0 0 3px #6f42c1;
}
.created-company {
    padding-top: 110px;
}
.create-company-dot:before {
    display: inline-block;
    border-radius: 100%;
    margin-right: 5px;
    margin-top: 5px;
    height: 10px;
    width: 10px;
    content: "";
}
.dot-purple:before {
    background: linear-gradient(268.83deg, #aa53fe 1.58%, #790ee1 99.84%);
}
.dot-gray:before {
    background: #adb5bd;
    opacity: 0.3;
}
.create-company-line {
    background: #adb5bd;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 5px;
    border-radius: 5px;
}
.create-company-line-full {
    height: 5px;
    width: 50%;
}
.create-company-line-full,
.created-company-count {
    background: linear-gradient(268.83deg, #aa53fe 1.58%, #790ee1 99.84%);
}
.created-company-count {
    width: fit-content;
    width: -moz-fit-content;
    padding: 5px 10px;
    color: #fff;
    border-radius: 0;
}
.created-company-title {
    margin-bottom: 25px;
    margin-top: 25px;
}
.created-company-title-2 {
    margin-bottom: 13.5px;
    margin-top: 13.5px;
}
.created-company-edit {
    background: #6f42c1;
}
.created-company-delete {
    background: #d63384;
}
.created-company-delete,
.created-company-edit {
    text-align: center;
    line-height: 44px;
    display: block;
    color: #fff;
    margin: auto;
    height: 44px;
    border-radius: 5px;
    box-shadow: 0 0 10px #dee2e6;
    font-size: 15px;
}
.created-company-delete:hover,
.created-company-edit:hover {
    opacity: 0.9;
}
.created-company-table {
    background: #fff;
    border-spacing: 0;
    width: 100%;
    border-radius: 0;
    box-shadow: 0 0 10px #dee2e6;
}
.created-company-table .w-100 {
    width: 121px !important;
}
.created-company-table .tooltip-text {
    top: 100%;
}
.created-company-table th {
    color: #adb5bd;
    font-weight: 400;
    font-size: 15px;
}
.created-company-table tr:nth-child(2n) {
    background: #f8f9fa;
}
.created-company-table td,
.created-company-table th {
    padding: 15px;
}
.created-company-table td {
    text-align: center;
    font-size: 15px;
}
.created-company-table td i:hover {
    opacity: 0.9;
}
.created-company-table-flex {
    display: flex;
}
.created-company-table-flex img {
    height: 100px;
    width: 100px;
}
.created-company-table-flex-inside {
    margin-left: 15px;
    text-align: left;
}
.created-company-table-flex-inside a {
    display: inline-block;
    margin-bottom: 5px;
}
.created-company-table-title {
    overflow: hidden;
    width: 210px;
    height: 20px;
    margin-bottom: 5px;
}
.created-company-mobile {
    background: #fff;
    margin-top: 30px;
    display: none;
    border-radius: 0;
    box-shadow: 0 0 10px #dee2e6;
    padding: 30px;
}
.created-company-mobile .color-gray {
    display: none;
}
.created-company-mobile img {
    height: 100px;
    width: 100px;
}
.created-company-svg:before {
    position: absolute;
    right: 45px;
    font-size: 25px;
    color: #6f42c1;
    float: right;
    height: 25px;
}
.created-company-svg:hover:before {
    opacity: 0.9;
}
.settings-more.open .created-company-svg:before {
    transform: rotate(180deg);
}
.settings-more.open .text-left,
.settings-more.open .text-left .bi-caret-down:before {
    color: #fd7e14;
}
.created-company-mobile.open .created-company-svg:before {
    transform: rotate(180deg);
}
.created-company-mobile.open .color-gray {
    display: block;
}
ul {
    margin: auto;
    width: auto;
    padding: 0;
    display: flex;
}
ul li {
    list-style-type: none;
    position: relative;
    min-width: 110px;
}
ul li:first-child:before,
ul li:last-child:after {
    display: none;
}

ul {
    overflow-x: auto;
}
ul li:after,
ul li:before {
    position: absolute;
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    background: #adb5bd;
    opacity: 0.3;
    top: 12px;
}
ul li:after {
    right: 0;
}
ul li a {
    flex-direction: column;
    text-decoration: none;
    cursor: not-allowed;
    align-items: center;
    color: inherit;
    display: flex;
}
ul li.active .number {
    background: linear-gradient(268.83deg, #aa53fe 1.58%, #790ee1 99.84%);
    color: #fff;
}
ul li.active a {
    cursor: pointer;
}
ul li:hover {
    opacity: 0.9;
}
ul li.active:after,
ul li.active:before {
    background: #6f42c1;
    opacity: 1;
}
ul li .number {
    z-index: 1;
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    background: #f8f9fa;
    border-radius: 50%;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    font-size: 15px;
}
ul li.active .text {
    color: #6f42c1;
}
ul li .text {
    color: #adb5bd;
    margin-top: 15px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    text-align: center;
    line-height: 20px;
    width: 100%;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
}
.who-performs {
    font-size: 15px;
    display: flex;
    align-items: center;
    flex-direction: row;
    background: #f8f9fa;
    height: 44px;
    border-radius: 5px;
    box-shadow: 0 0 10px #dee2e6;
}
.who-performs .form-group {
    width: 50%;
    text-align: center;
}
.who-performs .form-group input[type="checkbox"],
.who-performs .form-group input[type="radio"] {
    display: none;
}
.request-form input {
    padding: 10px;
    border: none;
    border-bottom: 1px solid #e6e8eb;
}
.who-performs .form-group label {
    display: block;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    width: 100%;
    margin-bottom: 0;
    border-radius: 5px;
    cursor: pointer;
    background: #f8f9fa;
}
.who-performs-2,
.who-performs-2 .form-group label {
    background: #fff;
}
.who-performs-2 .form-group label,
.who-performs-3 .form-group label {
    color: #6f42c1;
}
.container-budget,
.who-performs .form-group input[type="checkbox"]:checked + label,
.who-performs .form-group input[type="radio"]:checked + label {
    color: #fff;
    background: linear-gradient(268.83deg, #aa53fe 1.58%, #790ee1 99.84%);
}
.container-budget {
    border-radius: 0;
    padding: 30px;
}
.block-custome-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: rgba(62, 26, 108, 0.5);
    padding: 15px 0;
    justify-content: center;
    border-radius: 0;
}
.block-custome-price label {
    cursor: default;
    font-size: 14px;
}
.irs--big {
    height: 59px;
}
.block-custome-price input {
    background: transparent;
    font-size: 14px;
    padding: 4px 10px;
    color: #fff;
    text-align: center;
    border: none;
    border-bottom: 1px solid #adb5bd;
    width: 25%;
    margin-bottom: 0;
}
.block-custome-price input:focus {
    border-bottom: 1px solid #f8f9fa;
}
.irs {
    position: relative;
    display: block;
    user-select: none;
    font-size: 12px;
}
.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}
.irs--big .irs-bar--single {
    border-radius: 12px 0 0 12px;
}
.irs--big .irs-single {
    color: #fff;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #428bca;
    background: linear-gradient(189.78deg, #12e17e, #13bd60);
    border-radius: 5px;
}
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}
.irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #92bce0;
    border: 1px solid #428bca;
    background: linear-gradient(180deg, #fff 0, #428bca 30%, #b9d4ec);
    box-shadow: inset 0 0 1px 1px hsla(0, 0%, 100%, 0.5);
}
.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}
.irs--big .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: rgba(66, 139, 202, 0.5);
}
.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}
.irs-handle {
    position: absolute;
    display: block;
    box-sizing: border-box;
    cursor: default;
    z-index: 1;
}
.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}
.irs--big .irs-line {
    background: #adb5bd;
    height: 10px;
    opacity: 0.3;
    top: 35px;
    border-radius: 0;
}
.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.uploaded .create-company-svg {
    top: 20px !important;
    right: 15px;
    color: #d63384;
}

.create-company-svg, .create-company-svg:before {
    font-size: 30px;
    height: 30px;
}

.uploaded:hover .create-company-svg {
    display: block;
    color: red;
}

.irs--big .irs-handle {
    top: 25px;
    width: 30px;
    height: 30px;
    background: linear-gradient(189.78deg, #12e17e, #13bd60);
    border-radius: 30px;
    cursor: pointer;
}

.company-id {
    position: absolute;
    right: 25px;
    top: 5px;
}

.budget-price {
    position: absolute; 
    text-align: right; 
    right: 0;
}

@media (max-width: 1409px) {
    .create-company-more-story,
    .create-company-more-story-image {
        height: 119.97px;
    }
    .create-company-more-svg:before {
        top: 77.485px;
    }
    .home-bloggers-3 .block-company-height {
        display: none;
    }
    .home-bloggers-3 .mt-20 {
        margin-top: 5px;
    }
    .home-bloggers-3 .block-company {
        padding: 15px;
    }
    .sticky {
        width: 810px;
    }
    .created-company-title {
        margin-left: 15px;
    }
    .create-company-text-2 {
        padding-left: 18px;
        margin-top: -20px;
        display: block;
    }
    .block-create-company-select-box {
        margin-left: 15px;
        margin-right: 0;
    }
    .block-publications {
        height: auto;
    }
    .block-publications-2 {
        height: 321px;
    }
    .ml-price-size {
        margin-left: 16.5% !important;
    }
    .block-select-city-title {
        margin-bottom: 30px;
    }
    .block-select-city-input {
        margin-bottom: 32px;
        margin-top: 32px;
    }
    .block-create-body {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .ml-10 {
        margin-top: 15px;
    }
    .height-400 {
        height: 65px;
    }
    .display-none-2 {
        display: none;
    }
    .block-created-company-avatar {
        margin-bottom: 15px;
        height: 53px;
        width: 53px;
    }
    .home-company-2 p,
    .home-company p {
        display: none;
    }
    .home-company-title {
        margin-top: 18px;
        margin-bottom: 0;
    }
    .block-company .col-xl-6 p {
        margin-left: -15px;
    }
}

@media (max-width: 1216px) {
    .budget-price {
        position: inherit; 
    }

    .header-title {
        display: none;
    }
    .header-link {
        display: inline-block;
    }
    .block-modal-inside,
    .block-modal-inside-2,
    .block-modal-pay-inside,
    .block-modal-pay-inside-2,
    .block-modal-request-inside,
    .block-modal-start-inside {
        left: 0;
    }
    .aside {
        transform: translateX(-100%);
    }
    .header {
        display: block;
        padding-left: 30px;
    }
    #alert-add-to-company,
    #alert-add-to-favorite,
    #alert-copy-link,
    #alert-link,
    #alert-money-false,
    #alert-money-pay,
    #alert-money-request,
    #alert-money-true,
    #alert-remove-from-company,
    #alert-remove-from-favorite,
    #alert-send-promo,
    #alert-task {
        left: 0;
    }
    .main {
        padding-right: 0;
        padding-left: 0;
    }
    .block-blogger-text,
    .block-blogger-title {
        margin-left: 0;
    }
    .home-bloggers-3 .block-company-height {
        display: block;
    }
    .home-bloggers-3 .mt-20 {
        margin-top: 20px;
    }
    .h-20 {
        text-align: center;
    }
    .create-company-more-story,
    .create-company-more-story-image {
        height: 157.5px;
    }
    .create-company-more-svg:before {
        top: 96.25px;
    }
    .block-def {
        padding: 15px;
    }
    .blogger-task-title {
        top: 48px;
        right: 30px;
    }
    .sticky {
        width: 570px;
    }
    .bloggers-list-inside {
        max-height: 242px;
    }
    .created-company-title-2 {
        margin-bottom: -10px;
    }
    .block-age {
        margin-top: 30px;
    }
    .mb-add {
        margin-bottom: 30px;
    }
    .created-company-pc,
    .home-bloggers-none-2 {
        display: none;
    }
    .home-company-create {
        margin-top: 0;
    }
    .create-company-text-3 {
        padding-left: 18px;
        margin-top: -20px;
        display: block;
    }
    .block-publications-2 {
        height: auto;
    }
    .ml-partner-size {
        margin-left: 55% !important;
    }
    .block-partner-2 {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .created-company-mobile,
    .display-none-2,
    .home-bloggers-none {
        display: block;
    }
    .hide-2 {
        display: block !important;
    }
    .block-create {
        margin-top: 30px;
    }
    .block-blogger-card-title,
    .block-blogger-title,
    .block-start-title,
    .fav-bloggers,
    .hidden,
    .text-center-size {
        text-align: center;
    }
    .block-created-company,
    .block-gender {
        margin-bottom: 0;
    }
    .ml-price-size {
        margin-left: 0 !important;
    }
    .ml-15 {
        margin-bottom: 5px;
        margin-left: 15%;
    }
    .ml-25 {
        margin-left: 25%;
    }
    .ml-10 {
        margin-left: 20px;
    }
    .block-blogger-card-favorite {
        margin-top: 6px;
    }
    .mt-30,
    .mt-30-size {
        margin-top: 30px;
    }
    .mb-30-size {
        margin-bottom: 30px;
    }
    .mb-30-size:last-of-type {
        margin-bottom: 0;
    }
    .block-create-company-2 {
        margin-left: 0;
    }
    .block-create-company-2,
    .block-create-company-3 {
        justify-content: center;
        display: flex;
        margin-top: 0;
    }
    .created-company-title {
        margin-left: 30px;
    }
    .block-def-2 {
        padding: 15px;
    }
    .bloggers-list-margin {
        margin-top: 0;
    }
    .aside-logo {
        margin: 15px;
    }
    .aside-logo .header-status-balance {
        display: none;
    }
    span.view-followers {
        color: #6f42c1 !important;
    }
}
@media (max-width: 767px) {
    .block-modal-followers {
        width: auto;
        position: absolute;
        right: 15px;
        left: 15px;
    }
    .block-modal-fix {
        width: calc(100% - 30px);
    }
    .header {
        padding-right: 0;
        padding-left: 0;
    }
    #alert-add-to-favorite,
    #alert-link,
    #alert-money-false,
    #alert-money-request,
    #alert-remove-from-favorite,
    #alert-send-promo {
        text-align: center;
        width: 440px;
    }
    .create-company-more-story,
    .create-company-more-story-image {
        height: 236.25px;
    }
    .create-company-more-svg:before {
        top: 135.625px;
    }
    .created-company-title {
        margin-left: 0;
    }
    .created-company-title-2 .col-md-4,
    .who-performs-3 {
        margin-bottom: 15px;
    }
    .sticky {
        width: 480px;
    }
    .home-bloggers-none-2 {
        display: block;
    }
    .block-create-company-svg {
        margin-left: 15px;
    }
    .ml-price-size {
        margin-top: -25px;
    }
    .block-modal-inside {
        width: 510px;
        min-height: 293px;
    }
    .block-modal-inside-2 {
        width: 510px;
    }
    .block-modal-inside-iframe {
        height: 225px;
    }
    .text-align-center-size {
        text-align: center;
    }
    .ml-10 {
        margin-left: 35px;
    }
    .br-none,
    .display-none,
    .home-bloggers-none {
        display: none;
    }
    .block-company .col-xl-6 p {
        margin-left: 0;
    }
    .block-screenshots-title,
    .mt-0-size,
    .mt-30 {
        margin-top: 0;
    }
    .block-blogger-card-title,
    .h-20 {
        text-align: left;
    }
    .home-block-title,
    .home-bloggers-text {
        text-align: center;
    }
    .ml-15,
    .ml-25 {
        margin-left: 0;
    }
    .mb-30-size {
        margin-bottom: 30px;
    }
    .block-modal-inside {
        margin-right: auto;
        margin-left: auto;
    }
    .bloggers-margin-size {
        margin-bottom: 30px;
    }
    .block-blogger-text,
    .block-blogger-title {
        margin-left: -15px;
    }
    .block-def-3,
    .block-def-4 {
        padding: 15px 15px 0;
    }
    .block-modal-start-inside {
        padding: 30px;
        width: 440px;
        height: 185px;
    }
    .block-modal-start-inside .block-modal-inside-btn {
        margin-right: -15px;
        margin-top: -15px;
    }
    .block-modal-pay-inside {
        padding: 30px;
        width: 440px;
        height: 331px;
    }
    .block-modal-pay-inside .block-modal-inside-btn {
        margin-right: -15px;
        margin-top: -45px;
    }
    .block-modal-pay-inside .pay-modal-bg {
        margin-top: -60px;
    }
    .block-modal-pay-inside-2 {
        padding: 30px;
        width: 440px;
        height: 285px;
    }
    .block-modal-pay-inside-2 .block-modal-inside-btn {
        margin-right: -15px;
        margin-top: -45px;
    }
    .block-modal-pay-inside-2 .pay-modal-bg {
        margin-top: -60px;
    }
    .modal-svg {
        display: none;
    }
}
@media (max-width: 578px) {
    .cpf-status-bar-step {
        min-width: calc(100% / 3 - 10px);
    }
    .cpf-status-bar-step img {
        position: relative;
        margin-right: 0;
        left: 10%;
        margin-right: 10px;
    }
    .cpf-status-bar-step.active {
        min-width: calc(100% / 3 + 25px);
    }
    .cpf-status-bar {
        width: 100%;
    }
    .block-modal-inside {
        position: absolute;
        width: auto;
        left: 15px;
        right: 15px;
    }
    .br-none-2 {
        display: none;
    }
    .block-blogger-text,
    .block-blogger-title {
        margin-left: 0;
    }
    .bloggers-list-inside {
        max-height: 310px;
    }
    .home-bloggers-none {
        display: block;
    }
    .ml-partner-size {
        margin-left: 0 !important;
    }
    .font-size-14 {
        font-size: 14px;
    }
    .block-partner-button {
        font-size: 16px;
    }
    .block-modal-inside,
    .block-modal-pay-inside,
    .block-modal-start-inside {
        padding: 15px;
    }
    .block-modal-inside-iframe {
        height: 175px;
    }
    .block-modal-inside-btn {
        margin-bottom: 10px;
    }
    .ml-10 {
        margin-left: 0;
        float: right;
    }
    .mt-size {
        margin-top: 10px;
    }
    .block-blogger-card-title,
    .settings-title-login {
        text-align: center;
    }
    .block-settings-title-unitpay {
        text-align: left;
    }
    .block-settings-title-balance {
        margin-bottom: 5px;
    }
    .block-create-link,
    .settings-btn,
    .settings-button {
        width: 100%;
    }
    .h-20 {
        text-align: center;
    }
    .mb-30-size .block-def {
        padding: 15px;
    }
    .mb-30-size .block-def p {
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    .block-modal-followers.block-modal-inside {
        max-height: 398px !important;
    }
    .block-followers p, .block-followers a {
        max-width: 180px;
        position: relative;
        overflow: hidden;
    }
    .checkmark-2 {
        height: calc(100% - 15px);
    }
    .bb {
        display: block;
        margin: auto;
    }
    .faq-more .created-company-svg:before {
        right: 0;
    }
    .faq-more i {
        margin-right: 0;
    }
    .sticky {
        margin-right: 15px;
        margin-left: 15px;
        width: auto;
        right: 0;
        left: 0;
    }
    .block-modal-pay-inside,
    .block-modal-pay-inside-2,
    .block-modal-start-inside {
        margin-right: 15px;
        margin-left: 15px;
        padding: 15px;
        width: auto;
    }
    .block-modal-pay-inside-2 h1.margin,
    .block-modal-pay-inside h1.margin,
    .block-modal-start-inside h1.margin {
        margin-bottom: 15px;
    }
    .block-modal-pay-inside-2 .block-modal-inside-btn,
    .block-modal-pay-inside .block-modal-inside-btn,
    .block-modal-start-inside .block-modal-inside-btn {
        margin-right: 0;
        margin-top: 0;
    }
    .block-modal-inside {
        /* width: 330px; */
        width: auto;
        min-height: fit-content;
    }
    .block-modal-inside-2 {
        width: 330px;
        height: 498px;
    }
    .block-modal-start-inside {
        margin-right: auto;
        margin-left: auto;
        width: 330px;
        height: 196px;
    }
    .block-modal-start-inside .block-modal-inside-btn {
        margin-top: -45px;
    }
    .block-modal-start-inside h1 {
        margin-left: 23px;
    }
    .block-modal-pay-inside {
        margin-right: auto;
        margin-left: auto;
        width: 330px;
        height: 290px;
    }
    .block-modal-pay-inside .block-modal-inside-btn {
        margin-right: 0;
        margin-top: -45px;
    }
    .block-modal-pay-inside .pay-modal-bg {
        margin-top: -45px;
    }
    .block-modal-request-inside {
        margin-right: auto;
        margin-left: auto;
        width: 330px;
        height: 166px;
    }
    .block-age .col-2 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    #alert-add-to-company,
    #alert-add-to-favorite,
    #alert-copy-link,
    #alert-link,
    #alert-money-false,
    #alert-money-pay,
    #alert-money-request,
    #alert-money-true,
    #alert-remove-from-company,
    #alert-remove-from-favorite,
    #alert-send-promo {
        width: 330px;
    }
    #alert-add-to-company,
    #alert-copy-link,
    #alert-money-pay,
    #alert-money-true,
    #alert-remove-from-company {
        text-align: center;
    }
    .block-modal-pay-inside-2 {
        margin-right: auto;
        margin-left: auto;
        width: 330px;
        height: 247px;
    }
    .block-modal-pay-inside-2 .block-modal-inside-btn {
        margin-right: 0;
        margin-top: -45px;
    }
    .block-modal-pay-inside-2 .pay-modal-bg {
        margin-top: -45px;
    }
    .bloggers-list-inside {
        max-height: calc(100vh - 360px);
    }
    .block-settings,
    .margin {
        margin-bottom: 15px;
    }
    .block-bloggers-card-avatar {
        width: 135px !important;
        height: 135px;
    }
    .settings-image,
    .who-performs-2 {
        margin-bottom: 15px;
    }
    .home-company,
    .home-company-2 {
        display: none;
    }
    .mb-30-filts-size {
        margin-bottom: 30px;
    }
    .block-age,
    .block-company,
    .block-gender,
    .block-partner,
    .block-partner-2,
    .block-select-city,
    .block-view,
    .created-company-mobile,
    .home-block-inside-text,
    .home-bloggers,
    .home-company-create {
        padding: 15px;
    }
    .block-age .block-partner-title,
    .block-company .block-partner-title,
    .block-gender .block-partner-title,
    .block-partner-2 .block-partner-title,
    .block-partner .block-partner-title,
    .block-select-city .block-partner-title,
    .block-view .block-partner-title,
    .created-company-mobile .block-partner-title,
    .home-block-inside-text .block-partner-title,
    .home-bloggers .block-partner-title,
    .home-company-create .block-partner-title {
        margin-top: 15px;
    }
    .block-create-company-steps-text {
        line-height: 28px;
        height: 30px;
        width: 30px;
    }
    .block-create-company-steps-text-2 {
        font-size: 13px;
    }
    .home-company-create-button {
        width: 80%;
    }
    .block-create-company-svg {
        margin-top: 0;
    }
    .block-create-company-select {
        margin-bottom: 30px;
    }
    .block-company-list-title {
        text-align: center;
    }
    .block-bloggers-card-avatar {
        margin-bottom: 15px;
    }
    .block-list-company-title {
        text-align: center;
        font-size: 16px;
    }
    .display-none,
    .display-none-2 {
        display: block;
    }
    .mt-20 {
        margin-top: 15px;
    }
    .block-create-company-1 {
        margin-bottom: 30px;
    }
    .block-blogger-link-more-block {
        height: auto;
    }
    .block-blogger-link-more-block-title {
        font-size: 18px;
    }
    .ml-m,
    .ml-m-2 {
        margin-top: 10px !important;
    }
    .block-company,
    .mb-15-s {
        margin-bottom: 15px;
    }
    .create-company-result {
        padding: 15px;
    }
    .block-create-company-svg,
    .ml-m,
    .ml-m-2 {
        margin-left: 0;
    }
    .flex {
        justify-content: center;
        display: flex;
    }
    .flex .block-blogger-avatar,
    .flex .block-bloggers-card-avatar {
        width: 135px;
        height: 135px;
    }
    .partner-show-pc,
    .payment-none {
        display: none;
    }
    .partner-show-mobile {
        display: flex;
    }
    .block-company-list {
        margin-bottom: 15px;
    }
    .created-company-table-title {
        width: 100%;
    }
    .created-company-table-flex-inside {
        margin-right: 15px;
    }
    .created-company-svg:before {
        right: 30px;
    }
    .mb-60 {
        margin-bottom: 30px;
    }
    .payment-none-2 {
        display: block;
    }
    .block-modal-start-inside .pay-modal-bg {
        background: linear-gradient(189.78deg, #12e17e, #13bd60);
        display: flex;
        margin-top: -45px;
    }
    .block-modal-start-inside .pay-modal-bg .bi-gem:before {
        vertical-align: bottom;
        margin-top: 17.5px;
        font-size: 25px;
        color: #fff;
        height: 40px;
    }
    .block-modal-pay-inside-2 h1,
    .block-modal-pay-inside h1,
    .block-modal-start h1 {
        font-size: 17px;
    }
    .block-modal-pay-inside-2 h2,
    .block-modal-pay-inside h2,
    .block-modal-start h2 {
        font-size: 15px;
    }
    .block-modal-pay-inside-2 p,
    .block-modal-pay-inside p,
    .block-modal-start p {
        font-size: 14px;
    }
    .block-create-company-steps .block-create-company-2 {
        display: none;
    }
    .header {
        box-shadow: none !important;
    }
    .block-company-inside {
        width: 60px;
        height: 60px;
    }
    .created-company-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
