.lk {
    margin-bottom: 45px;
}

.lk__submit {
    width: 130px;
    margin-top: 25px;
}

.lk__submit:hover,
.lk__submit:active {
    background-color: #ffe24c;
    transition: all 0.3s ease;
}

.lk__container {
    max-width: 500px;
}

.lk__inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.form__btns.profile__form-btns {
    margin-top: 20px;
}

.profile__form-btns-phone {
    margin-bottom: 25px;
}

.profile__form-btns-img {
    margin-bottom: 10px;
}

.profile {
    display: flex;
    padding-bottom: 40px;
}



.profile__title {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #2B2D33;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.profile__title--no-border {
    border-bottom: 0;
    padding-bottom: 0;
}

.profile__content-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
    align-items: center;
}

.profile__content-header .profile__title {
    margin-bottom: 4px;
    padding-bottom: 0;
    border-bottom: 0;
}

.profile__content-header-btn {
    width: auto;
}

.profile__subtitle {
    font-size: 17px;
    line-height: 22px;
    color: #7f7f7f;
    font-style: italic;
    flex: 0 0 100%;
}

.profile__title-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    transform: translateY(2px);
}

.profile__title-link-mob {
    display: none;
}

.profile__section-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #2B2D33;
}


.profile__content {
    max-width: calc(100% - 270px);
    flex: 0 0 calc(100% - 270px);
}

.profile__sidebar {
    max-width: 210px;
    flex: 0 0 210px;
    margin-left: auto;
}


.lk__inner-item {
    max-width: 48%;
    flex: 0 0 48%;
}

.lk__title {
    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
    color: #2B2D33;
}

.lk__title--top-line {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.lk__title-tooltip>svg {
    margin-left: 3px;
    transform: translateY(1px);
}

.lk__header-wrapper {
    margin-bottom: 15px;
}
.lk__header-wrapper > *:last-child {
    margin-bottom: 0;
}

.lk__subtitle {
    font-size: 14px;
    line-height: 20px;
}

.lk__link-btn {
    font-size: 14px;
}

.lk__content {
    margin-bottom: 30px;
}

.lk__content-upload {
    flex: 0 0 calc(100% - 142px);
    max-width: calc(100% - 142px);
}

.row>.lk__content-img-wrapper {
    padding-right: 30px;
}

.lk__content-img-wrapper {
    text-align: center;
}

.lk__content-img-inner {
    width: 112px;
}

.lk__content-img {
    width: 112px;
    height: 112px;
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.lk__content-img.default-img {
    background-color: gray;
}

.lk__content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.lk__text {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 9px;
}

.lk_group {
    margin-bottom: 30px;
}

.lk_group-last {
    margin-bottom: 0;
}

.lk__text-group {
    margin-bottom: 15px;
}

.lk_group>*:last-child,
.lk__text-group>*:last-child {
    margin-bottom: 0;
}

.lk__settings-photo {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 13px;
}

.link.lk__settings-photo-cancel {
    font-size: 14px;
}

.lk-empty-page {
    padding: 40px 0;
}

.lk-empty-page__message {
    margin-bottom: 20px;
}

.lk-empty-page__btn {
    width: auto;
}

.profile-confirm-email,
.profile-btn-getcode {
    margin-right: 10px;
}

.js-btn-change-cancel,
.profile-confirm-email-cancel,
.profile-btn-getcode-cancel {
    font-size: 14px;
}
.js-btn-change-cancel {
    margin-left: 10px;
}

.profile-form-errors-phone .errors-list {
    margin-top: -8px;
    margin-bottom: 20px;
}


.moderation-btn {}

.moderation-btn__new {
    display: none;
    background: #FF0000;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    margin-left: 6px;
    font-size: 11px;
    line-height: 1;
    justify-content: center;
    align-items: center;
}

.moderation-btn--active .moderation-btn__new {
    display: flex;
}
.telegram-bot-link,
.telegram-bot-start {
    padding-left: 30px;
    padding-right: 30px;
}

.telegram-bot-block__success {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #eee;
    border-radius: 6px;
    font-size: 13px;
}

.telegram-bot-block__svg-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    margin-right: 20px;
    width: 26px;
    height: 26px;
    background-color: #0088cc;
}
.telegram-bot-block__svg {
    position: relative;
    fill: #fff;
    width: 13px;
    height: 13px;
}
.telegram-bot-block__svg-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: -5px;
    background-color: green;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px;
    background-image: url('../img/checkbox-wt.svg');
}
.telegram-bot-block__row  {
    margin-bottom: 25px;
}
.telegram-bot-block-header-wrapper {
    margin-bottom: 30px;
}
.telegram-bot-link {
    margin-bottom: 15px;
}
.telegram-bot-block__info-svg {
    margin-left: 4px;
}

.telegram-bot-block .lk__title {
    font-size: 14px;
}

.btn-telegram-settings {
    height: 46px;
    padding: 10px 10px 10px 12px;
    text-align: left;
    justify-content: flex-start;
    font-size: 13px;
    border-width: 1px;
}

.btn-telegram-settings .btn-telegram-settings__svg-wrapper {
    margin-right: 23px !important;
}

.btn-telegram-settings__svg {
    width: 20px;
    height: 20px;
}

.profile-ag-bg .field-filearea__zone,
.profile-ag-og-img  .field-filearea__zone{
    min-height: 120px;
}
.profile-ag-bg {
    margin-bottom: 40px;
}

.profile-ag-og-img {
    margin-bottom: 30px;
}

@media (max-width: 450px) {
    .row>.lk__content-img-wrapper {
        padding-right: 15px;
    }
}




@media (min-width: 1200px) {
    .telegram-bot-block__info-svg {
        opacity: .8;
        transition: opacity .3s ease-in-out;
    }
    .telegram-bot-block__info-svg:hover {
        opacity: 1;
    }
}

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {

    .profile {
        flex-wrap: wrap;
    }
}

@media (max-width: 991.98px) {

    .profile__sidebar {
        display: none;
        max-width: 100%;
        flex: 0 0 100%;
        margin-left: 0;
    }

    .profile__content {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .lk__container {
        max-width: 100%;
    }

    .profile__sidebar .profile__account {
        max-width: 310px;
        margin-bottom: 45px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

}

@media (max-width: 767.98px) {


    .lk__header {
        flex-wrap: wrap;
    }

    .lk__inner {
        flex-wrap: wrap;
    }

    .lk__inner-item {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 15px;
    }

    .lk__inner-item:last-child {
        margin-bottom: 0;
    }

    .lk__header-upload {
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 12px;
    }

    .profile__title-hide-border-mob {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .crm-widget__flat-list {
        margin: 0 -10px;
        padding: 0 5px;
    }
    .crm-widget__flat-item-col {
        margin-bottom: 10px;
        padding: 0 5px;
    }

}

@media (max-width: 575.98px) {

    .profile__title {
        flex-wrap: wrap;
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .profile__content-header-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        font-size: 0;
        line-height: 0;
        background-color: transparent;
        border-color: #d5d5d5;
    }

    .profile__content-header-btn::before {
        content: '+';
        font-size: 25px;
    }

    .profile__title-link {
        display: none;
    }

    .lk__content-img-wrapper {
        margin-bottom: 20px;
    }

    .personal-main-title {
        font-size: 23px;
        margin-bottom: 20px;
    }
}

}