.messagelist {
    font-size: 20px;
    font-weight: 600;
}

.left_side_text.welome_text {
    margin-top: 20px;
    line-height: 1.3;
}

.offer {
    position: absolute;
    top: 100px;
    right: 60px;
    z-index: 10;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    text-shadow: 1px 3px 10px #000;
    width: 80%;
    line-height: 1.4;
    text-align: left;
}

.fields_groups_lang_switcher_item {
    padding: 7px;
    display: inline-block;
    width: 60px;
    text-align: center;
    border: 1px solid #bd8947;
    border-radius: 5px 0 0 5px
}

.fields_groups_lang_switcher_item+.fields_groups_lang_switcher_item {
    border-left: none;
    border-radius: 0 5px 5px 0
}

.fields_groups_lang_switcher {
    margin-bottom: 15px;
    display: flex;
    justify-content: end
}

.fields_groups_lang_switcher_items {
    display: flex;
    align-items: center
}

.fields_groups_lang_switcher_item.active {
    background: #bd8947;
    color: #fff
}

.education_fields_groups .fields_group_lang {
    background: rgb(189 137 71 / 19%);
    display: inline-block;
    padding: 0 8px;
    border-radius: 3px;
    font-size: 12px;
    color: #bd8947;
    margin-left: 5px
}

.education_fields_groups .field_label {
    display: flex;
    align-items: center
}

.fields_groups_lang_switcher_radio_item {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 60px;
    height: 38px;
    align-items: center;
    justify-content: center;
    background: #ececec;
    border-radius: 5px;
    color: #131638;
    margin: 3px
}

.active.fields_groups_lang_switcher_radio_item {
    background: #bd8947;
    border-radius: 5px;
    color: #fff
}

.fields_groups_lang_switcher_radio_items {
    display: flex;
    align-items: center;
    margin: -3px
}

.fields_groups_lang_switcher_radio {
    padding-bottom: 40px
}

.education__list_title {
    font-weight: 500;
    font-size: 34px;
    line-height: 130%;
    color: #000;
    margin: 50px 0 20px 0
}

.webinars {
    max-width: 890px;
    width: 100%
}

.webinar__group {
    margin-bottom: 35px;
    width: 100%;
    max-width: 950px
}

.webinar__announcements_group {
    max-width: 1300px
}

.webinar__group-header {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap
}

.webinar__group-title {
    font-size: 34px;
    line-height: 120%;
    color: #111;
    font-weight: 500;
    margin-right: 40px
}

.webinar__btn {
    outline: 0
}

.webinar__btn:active {
    opacity: .8
}

.webinar__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-auto-rows: 100px
}

.webinar__list_doc .webinar__items {
    grid-row-gap: 15px
}

.webinar__list_video .webinar__items {
    grid-template-columns: 1fr;
    grid-auto-rows: auto
}

.webinar__list_video .webinar__item {
    flex-direction: column;
    max-width: 890px
}

.webinar__item {
    position: relative;
    display: flex;
    padding: 20px 20px 12px;
    text-decoration: none
}

.webinar__item {
    padding: 0 0 50px
}

.webinar__date {
    color: #000;
    text-align: right;
    font-family: Montserrat,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 10px;
    color: #787878
}

.webinar__item_bordered {
    border: 1px solid rgba(0,0,0,.1)
}

.webinar__item_bordered:hover {
    border-color: #bd8947
}

.webinar__item_line {
    border-right: none;
    border-left: none;
    border-top-color: transparent
}

.webinar__item_line:first-child,.webinar__item_line:nth-child(2) {
    border-top-color: rgba(0,0,0,.1)
}

.webinar__item_line:first-child:hover,.webinar__item_line:nth-child(2):hover {
    border-top-color: #bd8947
}

.webinar__item_hidden:not(.show) {
    display: none
}

.webinar__more {
    border-bottom: 1px dotted #000;
    text-decoration: none;
    color: #000
}

.webinar__bottom {
    width: 100%;
    text-align: center;
    margin: 28px 0 0
}

.webinar__icon-wrapper {
    margin-right: 20px
}

.webinar__icon-wrapper.webinar__icon-wrapper_catalog {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    line-height: 0;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box
}

.admin_wrapper .webinar__icon-wrapper.webinar__icon-wrapper_catalog {
    top: 0;
    transform: translateY(0)
}

.admin_wrapper .webinar__list_doc .webinar__control {
    bottom: 10px
}

.webinar__icon-wrapper.webinar__icon-wrapper_catalog img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%
}

.webinar__icon-wrapper .webinar__icon-size {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(40,40,40,.74);
    font-size: 6px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    padding: 2px 5px 2px 5px;
    box-sizing: border-box
}

.webinar__icon {
    height: 45px
}

.webinar__content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.webinar__video-wrapper {
    position: relative;
    max-width: 100%!important;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 10px
}

.webinar__video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.webinar__title {
    margin: 10px 0 20px 0;
    font-size: 18px;
    line-height: 22px;
    color: #111;
    font-weight: 600
}

.webinar__subtitle {
    color: rgba(0,0,0,.35);
    font-size: 13px;
    line-height: 130%
}

.webinar__subtitle-delimiter {
    position: relative;
    margin: 0 .4em
}

.webinar__subtitle-delimiter:after {
    content: ' ';
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 90%;
    background-color: rgba(0,0,0,.35);
    top: 50%;
    transform: translateY(-50%)
}

.webinar__description {
    max-width: 75%;
    font-style: normal;
    line-height: 140%
}

.webinar__control {
    position: absolute;
    top: 5px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer
}

.webinar__control_move {
    left: 0;
    opacity: .7;
    cursor: move;
    background-image: url(/img/move.svg)
}

.webinar__control_edit {
    right: 29px;
    background-image: url(/img/edit.png)
}

.webinar__control_delete {
    right: 6px;
    background-image: url(/img/delete.png)
}

.webinar__controls {
    display: flex;
    width: 100%
}

.webinar__controls_items {
    display: flex;
    width: 50%
}

.webinar__labels {
    display: flex;
    width: 50%;
    justify-content: flex-end
}

.webinar__label {
    background: #bd8947;
    border-radius: 2px;
    font-weight: 700;
    font-size: 17px;
    line-height: 130%;
    text-align: center;
    color: #fff;
    padding: 2px 4px
}

.webinar__label+.webinar__label {
    margin-left: 6px
}

.webinar_fields_groups .fields_group_lang {
    background: rgb(189 137 71 / 19%);
    display: inline-block;
    padding: 0 8px;
    border-radius: 3px;
    font-size: 12px;
    color: #bd8947;
    margin-left: 5px
}

.webinar_fields_groups .field_label {
    display: flex;
    align-items: center
}

.webinar__list_title {
    font-weight: 500;
    font-size: 34px;
    line-height: 130%;
    color: #000;
    margin: 50px 0 20px 0
}

.webinar-container_center {
    margin: 0 auto;
    max-width: 78.125em;
    padding: 0;
    width: 100%
}

.webinar-filter__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: .875em;
    padding-bottom: 40px;
    padding-top: 2.3125em;
    position: relative;
    transition: opacity .3s
}

.webinar-filter__search {
    display: flex;
    flex: 0 0 2.625em;
    gap: 1.25em;
    height: 2.4em;
    position: relative;
    transition: width .3s;
    width: 2.625em
}

.webinar-filter__search-row {
    align-items: center;
    display: flex;
    flex: auto;
    height: 100%;
    position: relative
}

.webinar-filter__search-input {
    background: #fff;
    border: 0;
    border-radius: 1.25em;
    box-shadow: 0 .125em 1.5625em 0 rgba(0,0,0,.08);
    font-size: 1em;
    height: 100%;
    left: 0;
    opacity: 0;
    outline: 0;
    padding: .625em 3.4em .625em 1.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    box-sizing: border-box
}

.webinar-filter__search-btn {
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 1.25em;
    box-shadow: 0 .125em 1.5625em 0 rgba(0,0,0,.08);
    cursor: pointer;
    display: flex;
    font-size: 1em;
    height: 100%;
    justify-content: center;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s;
    width: 2.625em
}

.webinar-filter.search-active .webinar-filter__search {
    left: 50%;
    max-width: 78.125em;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1
}

.webinar-filter.search-active .webinar-filter__search-input {
    opacity: 1;
    pointer-events: visible
}

.webinar-filter__search-btn.search-active {
    box-shadow: none
}

.webinar-filter.search-active .webinar-filter__search-close {
    display: flex
}

.webinar-filter__search-btn i {
    background-image: url(/img/icons/search.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 1.125em;
    width: 1.125em
}

.webinar-filter__search-close {
    align-items: center;
    background-color: #fff;
    border: 0;
    border-radius: 2.0625em;
    box-shadow: 0 2px 25px 0 rgba(0,0,0,.08);
    cursor: pointer;
    display: none;
    font-size: 1em;
    height: 2.375em;
    justify-content: center;
    outline: 0;
    padding: 0;
    width: 2.5em
}

.webinar-filter__tag.hidden {
    display: none
}

.webinar-filter__tag a,.webinar-filter__tag button {
    align-items: center;
    background: #fff;
    border: none;
    border-radius: 1.25em;
    box-shadow: 0 .125em 1.5625em 0 rgba(0,0,0,.08);
    color: #131638;
    display: inline-flex;
    gap: .625em;
    line-height: 1.1;
    outline: 0;
    padding: .625em 1.25em;
    transition: .3s;
    white-space: nowrap;
    text-decoration: none;
    font-size: 16px
}

.webinar-filter__tag button {
    cursor: pointer;
    font-size: 1em
}

.webinars_wrapper .panel_title {
    margin-bottom: 0!important
}

.webinar-filter__tag a:hover,.webinar-filter__tag button:hover {
    box-shadow: 0 .125em 1.5625em .4em rgba(0,0,0,.1);
    color: #000
}

.webinar-filter__search-btn:hover {
    box-shadow: 0 .125em 1.5625em .4em rgba(0,0,0,.1)
}

.webinar-filter__tag.active a {
    background: #bd8947;
    color: #fff
}

.webinar-filter__tag.active a svg path {
    fill: #fff
}

.webinar-filter.search-active .webinar-filter__tag {
    opacity: 0;
    pointer-events: none
}

.webinar-filter__tag a i,.webinar-filter__tag button i {
    display: inline-block;
    height: 1em;
    width: 1em
}

.webinar__list {
    padding: 20px 20px 12px;
    box-sizing: border-box
}

.webinars_wrapper .webinar__list {
    padding: 0
}

@media (max-width: 1050px) {
    .webinar__items {
        grid-column-gap:16px
    }

    .webinar__item {
        padding: 16px 0 8px 8px
    }

    .webinar__icon-wrapper {
        margin-right: 16px
    }

    .webinar__title {
        font-size: 16px
    }

    .webinar__subtitle {
        font-size: 11px
    }
}

@media (max-width: 768px) {
    .webinar-filter__show-more {
        flex:0 0 calc(20px - 0.875em)
    }

    .webinar__group-title {
        font-size: 20px
    }

    .webinar__group-header {
        margin-bottom: 19px
    }

    .webinar__group {
        box-sizing: border-box;
        margin: 0
    }

    .webinar__group {
        padding: 10px 0
    }

    .webinar__list {
        padding: 0
    }

    .webinar__item_bordered {
        border-top-color: #f0f0f0;
        border-color: #f0f0f0
    }

    .webinar__item {
        padding: 14px 5px 14px 15px
    }

    .webinar__bottom {
        margin-top: 14px
    }

    .webinar__more {
        font-size: 14px
    }

    .webinar__control {
        top: 14px
    }

    .webinar__video-wrapper {
        padding-bottom: 56%
    }

    .webinar__item {
        padding: 0 0 30px
    }

    .webinar__item+.webinar__item:before {
        content: '';
        background: rgba(189,137,71,.09);
        width: 100%;
        height: 1px;
        position: absolute;
        top: -40px
    }

    .webinar__item+.webinar__item {
        margin-top: 50px
    }

    .webinar__list_doc .webinar__control {
        top: unset;
        bottom: 13px
    }

    .webinar__list_doc .webinar__control_delete {
        right: 15px
    }

    .webinar__list_doc .webinar__control_edit {
        right: 38px
    }

    .webinar__control_move {
        background-image: url('/img/icons/arrows-move-mobile.svg');
        width: 14px;
        height: 14px;
        top: 3px
    }

    .admin_wrapper .webinar__group-header {
        justify-content: space-between
    }

    .webinar__content_row {
        display: flex;
        justify-content: space-between;
        width: 100%
    }

    .webinar__list_video .video-timer {
        display: inline-block;
        width: 15px;
        height: 15px;
        background-image: url('/img/icons/timer.svg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: sub;
        margin-right: 5px
    }

    .webinar__list_video .webinar__content_row .webinar__subtitle {
        flex: 0 0 72px;
        text-align: right;
        white-space: nowrap
    }

    .admin_wrapper .webinar__list_video .webinar__content_row .webinar__subtitle {
        padding-right: 60px
    }

    .admin_wrapper .webinar__list_video .webinar__control {
        top: 0
    }

    .webinar__title {
        margin-bottom: 15px;
        font-style: normal;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.1
    }

    .webinar__date {
        text-align: right;
        width: 100%;
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        margin-bottom: 5px
    }

    .webinar-filter__wrapper {
        -ms-overflow-style: none;
        flex-wrap: nowrap;
        margin-left: -20px;
        margin-right: -20px;
        overflow: auto;
        scrollbar-width: none;
        padding: .75em 30px 1.5625em
    }

    .webinar-filter .webinar-filter__search {
        width: 100%;
        margin-top: 30px
    }

    .webinar-filter .webinar-filter__search-input {
        opacity: 1;
        pointer-events: visible
    }

    .webinar-filter__search-btn {
        box-shadow: none
    }

    .webinar-filter .webinar-filter__search-close {
        display: none
    }
}

@media (max-width: 700px) {
    .webinar__items {
        grid-template-columns:1fr
    }

    .webinar__item_line:nth-child(2) {
        border-top-color: transparent
    }

    .webinar__description {
        max-width: 100%;
        font-size: 14px
    }
}

@media (min-width: 768px) {
    .articles-filter__wrapper {
        opacity:0
    }

    .articles-filter__wrapper.show {
        opacity: 1
    }
}

.announcement.education {
    max-width: 100%
}

.announcement__list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 -30px
}

.announcement__image {
    max-width: 100%;
    width: 100%;
    border-radius: 2px;
    display: block;
    max-height: 230px
}

.announcement__content {
    display: flex;
    flex-wrap: nowrap;
    position: relative
}

.announcement__content-left {
    width: 300px;
    padding: 5px
}

.announcement__item {
    position: relative;
    width: calc(50% - 60px);
    box-sizing: border-box;
    margin: 30px
}

.announcement__content-right {
    width: calc(100% - 300px);
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.announcement__content-right-items {
    display: inline-block
}

.announcement__simple-title {
    display: inline-block;
    margin: 5px 0;
    width: 100%
}

@media(max-width: 768px) {
    .announcement__content-right-items {
        width:100%
    }

    .announcement__list.announcement__list_admin .announcement__content-left {
        width: 100px
    }

    .announcement__list.announcement__list_admin .announcement__content-right {
        width: calc(100% - 94px);
        padding: 15px 10px
    }

    .announcement__item+.announcement__item {
        margin-top: 16px
    }

    .education__btn.button_yellow_fill {
        height: auto;
        font-size: 13px;
        padding: 5px 20px
    }

    .education__control_edit {
        background-image: url('/img/icons/edit-mobile.svg')
    }

    .education__control_delete {
        background-image: url('/img/icons/delete-mobile.svg')
    }

    .announcement__simple-title {
        font-size: 15px
    }

    .announcement__simple-title.announcement__simple-title_link {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }
}

.article {
    display: flex
}

.article__content {
    flex: 0 1 768px!important
}

.article__header {
    font-size: 45px;
    line-height: 120%;
    font-weight: 600;
    margin-bottom: 40px
}

.article__text ol,.article__text ul {
    padding: 0!important;
    counter-reset: counter;
    list-style-position: inside
}

.article__text li {
    list-style-type: none;
    margin-bottom: 1em!important;
    position: relative
}

.article__text li:before {
    content: counter(counter) ". ";
    counter-increment: counter;
    position: absolute;
    left: -2.57em;
    text-align: end;
    width: 2em
}

.article__blockquote {
    font-size: 12px;
    margin: -8px 0 0
}

@media (max-width: 1200px) {
    .article__text li:before {
        left:-2.2em
    }
}

@media (max-width: 768px) {
    .article__text li:before {
        position:static
    }

    .article__content {
        flex: 0 0 auto!important
    }
}

@media (max-width: 660px) {
    .article__header {
        font-size:38px
    }
}

@media (max-width: 480px) {
    .article__header {
        font-size:32px
    }
}

.page {
    display: flex;
    width: 100%;
    justify-content: space-between
}

.page__content {
    flex: 1 1 768px;
    width: 100%
}

.page__account {
    position: relative;
    display: flex;
    flex: 0 1 450px
}

@media (max-width: 1440px) {
    .page__account {
        flex-basis:350px
    }
}

@media (max-width: 1200px) {
    .page__account {
        flex-basis:300px
    }
}

@media (max-width: 950px) {
    .page {
        flex-direction:column
    }

    .page__account {
        flex-basis: 300px
    }

    .page__account .account_info_block {
        margin-bottom: 0;
        margin-top: 40px
    }
}

.nav {
    display: flex;
    align-items: center
}

.nav .btn,.nav button {
    position: relative;
    z-index: 20
}

.nav__item {
    font-weight: 500;
    font-size: 16px;
    color: #111;
    text-decoration: none;
    margin-left: 30px;
    white-space: nowrap;
    display: flex;
    align-items: center
}

.nav-news-unread-count {
    min-width: 17px;
    height: 17px;
    left: 235px;
    background: rgba(189,137,71,.2);
    border-radius: 15px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    color: #bd8947;
    justify-content: center;
    margin-left: 6px;
    padding: 3px
}

.nav__item:not(.nav__item_btn):hover {
    color: #bd8947
}

.nav__item:first-child {
    margin-left: 0
}

.menu_dropdown_item {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    color: #111;
    white-space: nowrap;
    padding: 6px 25px
}

.menu_dropdown_inner {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    margin-top: 10px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e1e1e1;
    border-radius: .25rem;
    padding: 15px 0;
    min-width: 150px;
    left: -20px;
    opacity: 0;
    z-index: -1;
    transition: .3s;
    will-change: auto;
    top: 15px
}

.menu_dropdown_separator {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #f5f5f5;
    height: 1px;
    margin: 3px 0
}

.menu_dropdown.open .menu_dropdown_inner {
    z-index: 3;
    opacity: 1;
    margin-top: 15px
}

.menu_dropdown_trigger:after {
    margin-left: 5px;
    content: '';
    background: url('/img/chevron-bottom-light.svg') no-repeat center 100%;
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    bottom: 1px;
    transform: rotate(0)
}

.menu_dropdown.open .menu_dropdown_trigger:after {
    transform: rotate(180deg);
    bottom: -1px
}

.menu_dropdown {
    position: relative
}

.menu_dropdown.open .menu_dropdown_trigger {
    color: #bd8947
}

.menu_dropdown_item:hover {
    background: #e1e1e1
}

.nav__item_btn {
    border: none;
    background-color: #bd8947;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
    padding: 18px 54px
}

.nav__icon {
    display: none;
    width: 40px
}

.nav__button-desktop,.nav__button-desktop.modal_close {
    justify-content: space-around;
    border: 0;
    background-color: transparent;
    outline: 0;
    display: block;
    width: 30px;
    padding: 0;
    transition: .3s;
    will-change: opacity;
    top: unset;
    right: unset;
    left: unset;
    height: unset;
    position: relative
}

.nav__button-line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #5f5f5f;
    transition: .5s
}

.nav__button-line:not(:first-child) {
    margin-top: 5px
}

.nav__button-desktop-wrapp {
    margin-left: 30px;
    position: relative;
    z-index: 20
}

.nav__button-desktop-wrapp * {
    box-sizing: border-box
}

.nav__button-desktop-wrapp.invisible {
    opacity: 0
}

@media (max-width: 1200px) {
    .nav__button-desktop-wrapp {
        margin-left:30px
    }
}

@media (max-width: 1024px) {
    .nav__item {
        margin-left:18px
    }

    .nav__item_btn {
        padding: 18px 30px
    }
}

@media (max-width: 768px) {
    .nav__item {
        display:none
    }

    .nav__icon {
        display: block
    }

    .nav__button-desktop-wrapp {
        display: none
    }
}

@keyframes arrow-up {
    0%,100% {
        transform: translate(0)
    }

    50% {
        transform: translateY(-20%)
    }
}

.nav-mobile {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    transition: .3s ease-in-out;
    visibility: hidden
}

.nav-mobile_active {
    visibility: visible;
    background-color: rgba(0,0,0,.8);
    z-index: 100
}

.nav-mobile__close {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 45px;
    top: 37px;
    text-align: center;
    display: none
}

.nav-mobile_active .nav-mobile__close {
    display: block
}

.nav-mobile__close-icon {
    max-width: 100%;
    filter: brightness(.5)
}

.nav-mobile__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: 0 10px;
    transform: translateX(100%);
    transition: transform .3s ease-in-out
}

.nav-mobile_active .nav-mobile__container {
    transform: translateX(0)
}

.nav-mobile__logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background-color: #bd8947;
    margin-top: 86px;
    flex-shrink: 0
}

.nav-mobile__logo {
    width: 40px
}

.nav-mobile__items-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    margin-top: 50px
}

.nav-mobile__item {
    font-weight: 600;
    font-size: 18px;
    color: #111;
    text-decoration: none;
    white-space: nowrap;
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

.nav-mobile__contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px
}

.nav-mobile__contact-text {
    font-size: 14px;
    font-weight: 500;
    text-align: center
}

.nav-mobile__contact-block {
    display: flex;
    grid-gap: 8px;
    margin-top: 16px
}

.nav-mobile__contact {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    overflow: hidden
}

.header__language {
    position: relative;
    color: #fff;
    z-index: 20
}

.header__language-item {
    display: flex;
    align-items: center
}

.header__language-item:hover {
    cursor: pointer
}

.lang_switcher_outside .header__language-image:hover,.lang_switcher_outside .header__language-item.active .header__language-image {
    box-shadow: 0 0 0 10px #848484;
    background: #848484
}

.lang_switcher_inside .header__language-image:hover,.lang_switcher_inside .header__language-item.active .header__language-image {
    box-shadow: 0 0 0 10px #e5e5e5;
    background: #e5e5e5
}

.header__language-link {
    color: #fff
}

.header__language-link:focus,.header__language-link:hover {
    color: #fff;
    text-decoration: none
}

.header__language>div.disabled {
    display: none
}

.lang_switcher_outside .header__language img {
    width: 25px;
    height: 25px;
    max-width: 25px;
    max-height: 25px;
    min-width: 25px;
    min-height: 25px;
    border-radius: 100%
}

.lang_switcher_inside .header__language img {
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
    min-width: 20px;
    min-height: 20px;
    border-radius: 100%
}

.header__language-dropdown {
    position: absolute;
    background: #fff;
    padding: 12px 11px;
    border-radius: 7px;
    min-width: 133px;
    font-style: normal;
    font-size: 14px;
    color: #060606;
    display: none;
    top: 43px;
    right: -10px;
    z-index: 3
}

.lang_switcher_inside .header__language-dropdown {
    background: #f5f5f5;
    top: 50px;
    right: -12px
}

.lang_switcher_inside .header__language-dropdown:before {
    border-bottom-color: #f5f5f5
}

.language_dropdown-items {
    display: flex;
    flex-wrap: wrap
}

.language_dropdown-item {
    width: 100%;
    display: flex;
    margin-top: 15px
}

.language_dropdown-item:first-child {
    margin-top: 0
}

.language_dropdown-item a {
    display: flex;
    align-items: center;
    color: #060606;
    width: 100%;
    text-decoration: none
}

.language_dropdown-item .language_dropdown-item_image {
    margin-right: 12px;
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
    min-width: 20px;
    min-height: 20px
}

.language_dropdown-item.selected a {
    font-weight: 700
}

.language_dropdown-item_dot {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #060606;
    margin-left: 10px;
    display: none
}

.language_dropdown-item_text {
    min-width: 55px;
    text-align: left
}

.header__language-dropdown:before {
    content: '';
    position: absolute;
    border: 10px solid #fff;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    top: -18px;
    right: 14px
}

.language_dropdown-item.selected .language_dropdown-item_dot {
    display: block
}

.lang_switcher_outside {
    position: absolute;
    right: 70px;
    top: 60px;
    z-index: 1
}

.lang_switcher_inside {
    margin-right: 30px;
    position: relative;
    z-index: 11
}

@media (max-width: 850px) {
    .lang_switcher_outside.lang_switcher_outside_inner-block {
        top:2px;
        right: calc(100% + 10px)
    }

    .lang_switcher_outside.lang_switcher_outside_inner-block .header__language-dropdown {
        right: unset;
        left: -14px
    }

    .lang_switcher_outside.lang_switcher_outside_inner-block .header__language-dropdown:before {
        right: unset;
        left: 14px
    }
}

@media (max-width: 768px) {
    .lang_switcher_outside.lang_switcher_outside_right {
        right:25px
    }
}

.timer {
    height: 42px;
    width: 50px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    position: relative;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.timer__hour,.timer__indicator {
    position: absolute;
    left: calc(50% - 1px);
    width: 2px;
    background: #f4eed7;
    transform-origin: bottom center;
    z-index: 1;
    border-radius: 1px
}

.timer__indicator {
    width: 2px
}

.timer__hour {
    height: 20px;
    margin-top: 0;
    -webkit-animation: time 43200s linear infinite;
    animation: time 43200s linear infinite
}

.timer__indicator {
    height: 10px;
    background: 0 0
}

.timer__indicator:nth-of-type(5n) {
    opacity: 1;
    height: 15px;
    border-top: 5px solid #f4eed7
}

.timer__indicator:nth-of-type(5) {
    transform: rotateZ(calc(6deg * 5))
}

.timer__indicator:nth-of-type(10) {
    transform: rotateZ(calc(6deg * 10))
}

.timer__indicator:nth-of-type(15) {
    transform: rotateZ(calc(6deg * 15))
}

.timer__indicator:nth-of-type(20) {
    transform: rotateZ(calc(6deg * 20))
}

.timer__indicator:nth-of-type(25) {
    transform: rotateZ(calc(6deg * 25))
}

.timer__indicator:nth-of-type(30) {
    transform: rotateZ(calc(6deg * 30))
}

.timer__indicator:nth-of-type(35) {
    transform: rotateZ(calc(6deg * 35))
}

.timer__indicator:nth-of-type(40) {
    transform: rotateZ(calc(6deg * 40))
}

.timer__indicator:nth-of-type(45) {
    transform: rotateZ(calc(6deg * 45))
}

.timer__indicator:nth-of-type(50) {
    transform: rotateZ(calc(6deg * 50))
}

.timer__indicator:nth-of-type(55) {
    transform: rotateZ(calc(6deg * 55))
}

.timer__indicator:nth-of-type(60) {
    transform: rotateZ(calc(6deg * 60))
}

@-webkit-keyframes time {
    to {
        transform: rotateZ(360deg)
    }
}

@keyframes time {
    to {
        transform: rotateZ(360deg)
    }
}

.new_request_block_popup {
    font-size: 10px;
    position: absolute;
    border-radius: 4px;
    line-height: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgb(0 0 0 / 7%);
    transform: translate(-50%,-50%);
    padding: 20px;
    width: 250px;
    top: 50%;
    z-index: 1;
    box-sizing: border-box;
    text-align: left;
    color: #000;
    left: -49.5%
}

.new_request_block_button:hover {
    cursor: pointer;
    opacity: .9
}

.new_request_block_button:active {
    transform: translateY(2px);
    opacity: .95
}

@media(max-width: 700px) {
    .new_request_block_popup {
        left:50%;
        top: auto;
        bottom: 50%
    }

    .new_request_block.new_request_block_partner-mobile .new_request_block_popup {
        top: 0;
        bottom: unset;
        font-size: 14px;
        line-height: 120%;
        box-shadow: 0 0 19px rgb(0 0 0 / 18%)
    }
}

.new_request_block {
    position: relative;
    margin-top: 50px
}

.account_info_text .new_request_block_popup_title {
    font-style: normal;
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    line-height: 15px;
    font-weight: 700
}

.account_info_text p.new_request_block_popup_text {
    font-style: normal;
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    line-height: 15px;
    word-break: break-word;
    margin: 12px 0
}

.new_request_block_popup_button {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #bd8947;
    border-radius: 2px;
    position: relative;
    padding: 7px;
    text-decoration: none;
    margin: 0;
    display: block;
    width: 100%;
    box-sizing: border-box
}

.new_request_block_popup_button:hover {
    opacity: .9;
    cursor: pointer
}

.new_request_counter_block {
    position: relative;
    color: #fff;
    background: #bd8947;
    margin: 28px 0;
    display: block;
    padding: 15px;
    border-radius: 3px
}

.account_info_text p.new_request_block_title {
    font-size: 15px;
    text-align: center;
    margin: 0;
    font-weight: 400;
    word-break: break-word;
    line-height: 1.4
}

.new_request_countdown {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center
}

.new_request_countdown_timer {
    font-size: 18px;
    margin-left: 10px;
    min-width: 80px
}

.report_table_actions {
    justify-content: flex-end
}

.report_table_set_success {
    margin-right: 10px;
    text-decoration: underline
}

.report_table_status {
    color: #bd8947
}

.report_table_title {
    font-weight: 500
}

.report_table_actions_more_img {
    height: 15px
}

.report_table_actions_more_img:hover {
    opacity: .9;
    cursor: pointer
}

.report_table_actions_popup {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(calc(-100% - 10px),calc(-100% + 30px));
    z-index: 3
}

.report_table_actions_popup:after {
    content: '';
    border: 9px solid transparent;
    display: block;
    width: 0;
    height: 0;
    border-left-color: #fff;
    position: absolute;
    right: -17px;
    bottom: 14px
}

.report_table_actions_popup_item_icon {
    width: 20px;
    height: 18px;
    margin-right: 13px;
    display: flex
}

.report_table_actions_block {
    position: relative
}

.report_table a.report_table_actions_popup_item {
    margin: 12px 0
}

.report_table_actions_popup_item {
    text-decoration: none;
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    display: flex;
    align-items: center
}

.report_table_actions_popup_item:hover {
    color: #bd8947;
    cursor: pointer
}

.report_table_actions_popup_items {
    min-width: 200px;
    box-sizing: border-box;
    padding: 5px 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 11%)
}

.report_table_block--hidden .report_table_title {
    opacity: .4
}

.report_view_title {
    font-size: 38px;
    margin: 0 0 20px 0
}

.report_view_filter_title {
    font-size: 18px;
    line-height: 130%;
    margin: 0
}

.report_view_table_th {
    font-size: 18px;
    line-height: 130%;
    width: 25%;
    box-sizing: border-box;
    width: calc(50%/3)
}

.report_view_table_header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    margin-bottom: 30px
}

.report_view_table_content {
    display: flex;
    flex-wrap: wrap
}

.report_view_table_item {
    width: 100%
}

.report_view_table_item--hidden .report_view_table_item_content {
    opacity: .5;
    pointer-events: none
}

.report_view_table_item_content {
    display: flex;
    justify-content: space-between
}

.report_view_table_item_td {
    width: calc(50%/3);
    box-sizing: border-box
}

.report_view_table_item_td:last-child {
    width: 50%
}

.report_view_table_th:last-child {
    width: 50%
}

.report_view_table_item_td:nth-child(2),.report_view_table_item_td:nth-child(3),.report_view_table_th:nth-child(2),.report_view_table_th:nth-child(3) {
    padding: 0 40px
}

.report_view_table_th:first-child {
    width: 600px
}

.report_view_table_th:nth-child(2) {
    width: 470px
}

.report_view_table_item_td:nth-child(3),.report_view_table_th:nth-child(3) {
    min-width: 500px
}

.report_view_table_item_client_comment_title {
    display: inline-block;
    width: 100%;
    margin: 10px 0 5px 0
}

.report_view_table_item_td:first-child {
    width: 600px
}

.report_view_table_item_td:nth-child(2) {
    width: 470px
}

.report_view_table_item_client p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    margin: 0 0 5px 0
}

.report_view_table_item_client a {
    color: inherit
}

.report_view_table_item_comment_partner {
    font-size: 14px;
    line-height: 130%;
    margin: 0
}

.report_view_table_item_comment_crm {
    background: #f8f8f8;
    padding: 20px;
    height: 215px;
    overflow: auto;
    font-family: sans-serif;
    resize: vertical;
    max-height: 500px;
    min-height: 215px
}

.report_view_table_item_comment_crm_text {
    margin: 0
}

.report_view_table_item_actions {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    display: flex;
    align-content: center;
    width: 100%;
    justify-content: flex-end;
    margin: 30px 0;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px
}

.report_view_table_item_action+.report_view_table_item_action {
    margin-left: 25px
}

.report_view_table_item .note-editor.note-frame.fullscreen {
    background: #fff
}

.report_view_table_item_action--delete:hover {
    color: #be5d5d
}

.report_view_table_item_action--restore:hover {
    color: #416d3a
}

.report_view_table_button--save {
    color: #fff;
    background: #bd8947
}

.report_view_table_button {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #bd8947;
    border-radius: 2px;
    position: relative;
    height: 55px;
    text-decoration: none;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
    border: none;
    width: auto;
    min-width: 300px
}

.report_view_table_button+.report_view_table_button {
    margin-left: 37px
}

.report_view_table_button--send {
    background: #fafafa;
    border: 1px solid #bd8947;
    color: #bd8947
}

.report_view_table_button:hover {
    opacity: .9
}

.report_view_table_buttons {
    margin-top: 45px
}

.report_view_sort_block_range {
    display: flex;
    line-height: 120%;
    position: relative;
    align-items: center;
    border-radius: 3px
}

.report_view_sort_block_range_input {
    border: none;
    color: #1b1b1b;
    border-radius: 0;
    font-size: 15px;
    line-height: 22px;
    padding: 13px 15px;
    margin-left: 0;
    background-color: #f6f6f6;
    z-index: 2;
    display: inline-block;
    width: 80px;
    outline: 0
}

.report_view_sort_block_range_input:first-child {
    border-radius: 3px 0 0 3px
}

.report_view_sort_block_range_input+.report_view_sort_block_range_input {
    border-radius: 0 3px 3px 0;
    border-left: 1px solid #e8e8e8
}

.report_view_sort_block_range_input:hover {
    background-color: #ececec;
    cursor: pointer
}

.report_view_sort_block_range_send {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #bd8947;
    border-radius: 0 3px 3px 0;
    height: 48px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box
}

.report_view_sort_block_range_send:hover {
    opacity: .9
}

.report_view_sort_block_range_title {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    margin: 0 25px 0 0
}

.report_view_table_pagination.pagination_block {
    width: 100%;
    margin-top: 10px
}

.report_view_table_items {
    width: 100%
}

.report_view_change_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #5a5a5a;
    margin: 0
}

.report_view_filter_change_block {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.report_view_filter_change_block_top {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.report_view_filter_change_block_bottom {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding-top: 30px
}

.report_view_filter_search_block {
    display: flex;
    align-items: center;
    border: 1px solid #999;
    height: 46px
}

.report_view_filter_search {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: rgb(0 0 0);
    height: 46px;
    box-sizing: border-box;
    padding: 0 15px;
    font-family: Montserrat;
    border: none
}

.report_view_filter_search::placehoder {
    color: rgba(0,0,0,.5)
}

.report_view_filter_search_btn {
    font-size: 18px;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #fff;
    background: #bd8947;
    text-decoration: none;
    height: 46px;
    padding: 0 14px;
    border: #ffdead
}

.simple-drop-block-inner {
    display: flex;
    align-items: center;
    border: 1px solid #999;
    height: 46px;
    width: 336px;
    position: relative
}

.simple-drop-block-title {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    cursor: pointer;
    height: 46px;
    margin: 0;
    display: flex;
    align-items: center
}

.simple-drop-block-title:after {
    content: "";
    background: url("/img/chevron-color.svg");
    position: absolute;
    top: 20px;
    right: 20px;
    transform: rotate(0);
    will-change: transform;
    transition: transform .3s ease-in-out;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 18px;
    height: 9px
}

.simple-drop-block-items {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.1);
    top: 40px;
    width: 100%;
    left: 0;
    display: none;
    z-index: 1
}

.simple-drop-block.show .simple-drop-block-items {
    display: block
}

.report_view_filter_hide_drop_block {
    margin: 0 60px 0 80px
}

.simple-drop-block-check {
    width: 22px;
    height: 23px;
    border: 1px solid #999;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    cursor: pointer
}

.simple-drop-block-check-input:checked~.simple-drop-block-check:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -4px;
    transform: translateY(-50%);
    background: url("/img/check-color.svg") center no-repeat;
    width: 37px;
    height: 26px;
    margin-top: -7px;
    background-size: contain
}

.simple-drop-block-check-block {
    margin-right: 13px
}

.simple-drop-block-item {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #000;
    position: relative
}

.simple-drop-block-item-text {
    padding: 10px 13px;
    display: inline-block
}

.simple-drop-block-item-num {
    border-right: 1px solid #bdbdbd;
    display: inline-flex;
    width: 48px;
    justify-content: center;
    align-items: center;
    height: 43px
}

.checks-drop-block-item:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    box-sizing: border-box
}

.checks-drop-block-item.active:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    background: url("/img/check-color-small.svg") center no-repeat;
    width: 20px;
    height: 20px;
    margin-top: -1px;
    background-size: contain
}

.simple-drop-block-item+.simple-drop-block-item {
    border-top: 1px solid #bdbdbd
}

.simple-drop-block-item-num:hover {
    cursor: all-scroll
}

.checks-drop-block-item:hover {
    cursor: pointer
}

.report_view_table_form {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.new_request_block.new_request_block_partner-mobile .new_request_countdown {
    margin-bottom: 0
}

.new_request_block.new_request_block_partner-mobile .new_request_counter_block {
    margin: 0;
    height: 50px;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.new_request_block.new_request_block_partner-mobile .new_request_counter_block p {
    margin: 0
}

.new_request_block.new_request_block_partner-mobile .new_request_block_button.button_yellow_fill.w100,.new_request_block.new_request_block_partner-mobile .open_organization_dropdown {
    border-radius: 2px;
    background-color: transparent;
    color: #bd8947;
    border: 1px solid #bd8947;
    font-weight: 700;
    font-size: 16px;
    height: 50px
}

.simple-check-box {
    width: 22px;
    height: 23px;
    border: 1px solid #999;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 20px
}

.simple-check-input:checked+label>.simple-check-box:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -4px;
    transform: translateY(-50%);
    background: url("/img/check-color.svg") center no-repeat;
    width: 37px;
    height: 26px;
    margin-top: -7px;
    background-size: contain
}

.simple-check-label {
    cursor: pointer;
    display: flex;
    align-items: center
}

.report_view_filter_change_block_bottom .simple-check-block {
    margin-left: 80px
}

.report_view_filter_change_block_bottom {
    flex-wrap: wrap
}

body {
    margin: 0;
    font-family: Montserrat;
    font-style: normal
}

body.modal_open,body.popup_open {
    overflow: hidden!important;
    touch-action: none;
    -ms-touch-action: none;
    margin-right: 10px
}

button:hover {
    cursor: pointer
}

.w100 {
    width: 100%
}

a:hover {
    cursor: pointer
}

.ml1 {
    margin-left: 1em
}

.ml2 {
    margin-left: 2em
}

.mb2 {
    margin-bottom: 2em
}

.mt0 {
    margin-top: 0!important
}

.mb0 {
    margin-bottom: 0!important
}

.wm100 {
    width: 100%;
    max-width: 100%;
    min-width: 100%
}

.mt10 {
    margin-top: 10px!important
}

.mt20 {
    margin-top: 20px!important
}

.mt30 {
    margin-top: 30px!important
}

.mt100 {
    margin-top: 100px!important
}

.white_link {
    color: #074363;
    text-decoration: underline
}

.yellow_link {
    color: #002036;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}

.red_link {
    color: #c51616;
    text-decoration: underline
}

.black_link {
    color: #000;
    text-decoration: underline
}

.gray_text {
    color: #a0a0a0
}

.no_underline {
    text-decoration: none!important
}

.uppercase {
    text-transform: uppercase!important
}

.d-none {
    display: none!important
}

.required {
    color: red
}

.fast_background.fast_background_animate,.fast_background_animate .fast_background {
    will-change: background-color;
    background-color: #000!important;
    animation: fast_background_animate 1s infinite ease-in-out;
    overflow: hidden
}

.fast_background_animate .fb_loaded,.fb_loaded.fast_background_animate {
    animation: none!important;
    background-color: transparent!important
}

@keyframes fast_background_animate {
    0% {
        filter: opacity(5%)
    }

    50% {
        filter: opacity(20%)
    }

    100% {
        filter: opacity(5%)
    }
}

::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,.1)
}

::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(255,255,255,.05)
}

::-webkit-scrollbar-thumb {
    background-color: rgba(160,160,160,.62)
}

::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
    background: rgba(0,0,0,.2)
}

::-webkit-scrollbar-thumb:active {
    cursor: pointer;
    background: rgba(0,0,0,.3)
}

.wrapper.wrapper_background {
    display: flex;
    height: 100vh;
    max-width: 100%
}

.wrapper .left_side {
    /* background: #0f0f0f; */
    width: 50%;
    color: #002336;
}

.wrapper .right_side .left_side_footer {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px
}

.left_side_inner .left_side_title {
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: .01em;
    margin: 0;
    align-self: flex-end
}

.home_wrapper .left_side_title {
    font-size: 33px;
    line-height: 115%;
    margin: 30px 0
}

.left_side_text {
    font-size: 21px;
    line-height: 115%;
    display: inline-block;
    margin-bottom: 20px
}

.left_side_inner .left_side_title span+span {
    display: inline-block;
    margin-top: 15px
}

.login_wrapper .left_side_inner .left_side_title {
    margin-top: 60px
}

.login_wrapper .left_side_inner .left_side_title_from_reset {
    margin-top: 40px;
    font-size: 30px
}

.login_wrapper .left_side_inner .form {
    width: 100%
}

.wrapper .left_side_inner {
    padding: 0 90px 40px 90px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: content-box;
    overflow-y: auto;
    max-width: 720px;
    height: auto;
    min-height: calc(100vh - 60px);
    align-content: space-between
}

.logo_block .logo {
    width: 100px;
    /* border-radius: 50%; */
}

.wrapper .logo_block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.wrapper .logo_block span {
    font-size: 7.5px;
    top: 3px;
    position: relative
}

.right_side_footer {
    position: absolute;
    bottom: 40px;
    left: 40px
}

.wrapper .justify_center {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: auto;
    margin: auto 0
}

.button_yellow_fill.w100 {
    width: 100%
}

.button_yellow_hover:hover {
    background-color: #ab7d41
}

.button_yellow_disabled {
    background-color: #b8b8b8!important;
    cursor: not-allowed!important
}

.new_request_block .button_yellow_disabled {
    background-color: #4b4b4b!important;
    color: #fff!important
}

.wrapper .left_side_header {
    height: auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

.fields_groups {
    display: block
}

.fields_groups .fields_group .field_input::placeholder {
    color: rgba(0,0,0,.4)
}

.fields_group .force_fix_tooltip {
    position: relative;
    width: 100%
}

.policy_text {
    width: 90%;
}

.hidden {
    display: none!important;
}

.checkbox_group,.radio_group {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 8px 0
}

.radio_group.radio_group_mt-1 {
    margin-top: 15px
}

.radio_group_space_between {
    display: flex;
    justify-content: space-between
}

.fields_groups .fields_group .checkbox_label:hover,.fields_groups .fields_group .radio_label:hover {
    cursor: pointer
}

input::checked+.checkbox_label,input::checked+.radio_label {
    display: none
}

.fields_groups .fields_group .radio_label[for=rules] {
    line-height: 20px
}

label[for=rules] .radio_round {
    margin-right: 20px
}

input:checked+.checkbox_label>.checkbox_square {
    background: #001e36;
    padding: 4px;
    border: 1px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 0 0 2.5px #000 inset
}

input[type=radio]:checked~.radio_label>.radio_round {
    background: #bd8947;
    padding: 4px;
    border: 1px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 0 0 3.5px #000 inset
}

.fields_groups .fields_group_row .fields_group+.fields_group {
    margin-left: 30px
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto
}

.wrapper .right_side {
    width: 50%;
    position: relative;
    background-size: cover;
    background-position: center bottom;
    background-image: url(/static/img/web_bg.jpg);
}

.left_side_footer {
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    display: flex
}

.left_side_footer p+p {
    margin-left: 50px
}

.left_side_footer span {
    color: rgb(0 30 54);
}

.left_side_footer a {
    color: #074363;
    padding-left: 5px;
    text-decoration: none
}

.left_side_footer a.arrow_icon_after:after {
    content: url(/img/chevron-right.svg);
    height: 9px;
    padding-left: 5px
}

.btn {
    padding: 0 30px;
    border-radius: 2px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px
}

.btn-green {
    background-color: #82d678;
    border: none;
    outline: 0
}

.btn_text-lower {
    text-transform: lowercase
}

.button_yellow_fill.w100 {
    width: 100%;
    border-radius: 5px
}

.btn {
    background: 0 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    border-radius: 2px;
    height: 55px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box
}

.btn_round {
    border-radius: 8px
}

.btn_accent_green {
    background-color: #44b300;
    color: #fff;
    border: none
}

.btn_white {
    background-color: #fff;
    border: none
}

.button_yellow_fill {
    color: #fff;
    background: #002036;
    border: none
}

.button_yellow_border {
    background: 0 0;
    color: #bd8947;
    border: 1px solid;
    padding: 0 30px
}

.button_yellow_border_fill {
    background: rgba(189,137,71,.1);
    color: #bd8947;
    border: 1px solid;
    padding: 0 30px
}

.button_yellow_border_text_black {
    background: 0 0;
    color: #111;
    border: 1px solid #bd8947
}

.button_black_border {
    color: #111;
    border: 1px solid
}

.button_gray_border {
    color: #e1e1e1;
    border: 1px solid
}

.button_gray_border_round {
    border-radius: 4px;
    border: 1px solid rgba(206,206,206,.5)
}

.button_gray_fill {
    background: #f5f5f5;
    border-radius: 3px;
    font-weight: 400;
    color: #000
}

.button_dark_gray_fill {
    background-color: #acacac;
    color: #fff;
    border: none
}

.button_full {
    width: 100%
}

.button_yellow_link_icon {
    font-size: 14px;
    font-family: Montserrat;
    color: #bd8947;
    gap: 10px;
    height: 42px;
    padding: 0 15px
}

.button_yellow_link_icon img {
    display: block;
    width: 16px
}

.button_yellow_link_icon:disabled {
    color: rgba(195,195,195,.5);
    cursor: default
}

.button_yellow_link_icon:disabled img {
    filter: grayscale(100%);
    opacity: .5
}

.field_input+.btn {
    margin-top: 15px
}

.button_yellow_link {
    background: 0 0;
    align-items: center;
    color: #002036;
    border: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 180%;
    text-decoration: underline;
    justify-content: flex-end;
    min-width: 147px
}

.buttons_block .button_signin {
    max-width: 280px;
    width: 100%;
    border-radius: 5px
}

body.is_mobile .buttons_block .button_signin {
    width: 50%
}

.buttons_block.buttons_block_sms {
    margin-top: -7px
}

.login_wrapper .button_yellow_link {
    text-align: right;
    justify-content: flex-end;
    min-width: auto;
    width: auto;
    padding-right: 0
}

.buttons_block {
    display: flex;
    align-items: center
}

.buttons_block a:nth-child(2n) {
    margin-left: 13px
}

.wrapper:not(.index_wrapper) .buttons_block {
    margin-top: 20px;
    align-self: flex-start;
    margin-bottom: 35px;
    max-width: 502px;
    width: 100%
}

.index_wrapper .buttons_block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -4.5px
}

.index_wrapper .buttons_block a,.index_wrapper .buttons_block a:nth-child(2n) {
    border-radius: 5px;
    margin: 4.5px
}

.index_wrapper .buttons_block .btn-tg {
    padding: 0 10px 0 30px
}

.index_wrapper .buttons_block .btn-tg img {
    width: 37px;
    height: 37px;
    background: #fff;
    border-radius: 5px;
    flex: none;
    order: 1;
    flex-grow: 0;
    padding: 8px;
    box-sizing: border-box;
    margin-left: 20px
}

.wrapper .buttons_block {
    margin-top: 30px;
    align-self: flex-start;
    margin-bottom: 35px;
    max-width: 100%;
    width: 100%
}

.btn__icon {
    display: inline-block;
    margin-left: 9px
}

.btn__icon.btn__icon_list {
    width: 14px;
    height: 18px;
    background-image: url('/img/list.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.btn__icon.btn__icon_status {
    width: 15px;
    height: 13px;
    background-image: url('/img/status-sort.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 0;
    margin-right: 9px
}

.sort-mobile__select-button_half_year .btn__icon {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.sort-mobile__select-button_all .btn__icon,.sort-mobile__select-button_half_year .btn__icon {
    width: 10px;
    height: 12px;
    margin-left: 6px;
    background-image: url('/img/shield.svg')
}

.sort-mobile__select-button_date .btn__icon {
    width: 10px;
    height: 11px;
    margin-left: 6px;
    background-image: url('/img/calendar_2.svg')
}

.register_wrapper.wrapper .left_side_header {
    margin-bottom: 50px
}

.fields_group_tab {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    box-sizing: border-box;
    border-radius: 2px;
    height: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #002036;
    padding: 0 20px;
    width: 100%;
    font-family: Montserrat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.fields_group_tab:hover {
    cursor: pointer
}

.fields_group_tab.active {
    background: #002236;
    color: #eee;
}

.fields_group_tabs {
    display: flex;
    width: 100%;
    gap: 8px;
}

.fields_group_tab+.fields_group_tab {
    margin-left: 7px
}

.fields_group_tab.active .fields_group_tab_text:before {
    margin-left: -25px;
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    display: block;
    background: url(/img/tick.svg);
    margin-top: 2px
}

.fields_groups.white_style .fields_group_tab {
    border: 1px solid #e1e1e1
}

.fields_groups.white_style .fields_group_tab.active {
    background: #fafafa;
    border-color: #6f6f6f
}

.fields_groups {
    display: block;
    width: 100%
}

.fields_groups_f-column {
    display: flex;
    flex-direction: column
}

.fields_groups_f-column>.fields_group:first-child {
    margin-top: 0
}

.register_wrapper .fields_groups_f-column {
    min-height: 1080px
}

.fields_group--disabled {
    opacity: .5;
    pointer-events: none
}

.fields_groups .fields_group,.fields_groups .select_group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    max-width: 502px;
    width: 100%;
    position: relative
}

.fields_groups .fields_group.full_width_group {
    width: 100%;
    max-width: 100%
}

.fields_groups .settings_fields_group.fields_group .field_textarea {
    height: 250px
}

.fields_groups .select_group {
    margin-bottom: 0;
    margin-top: 15px
}

.fields_groups .fields_group .select_group {
    margin-bottom: 0
}

.fields_groups .fields_group .select_group_mt-0 {
    margin-top: 0
}

.register_wrapper .select_group_inner select#country {
    height: 50px!important;
    width: 100%!important
}

.fields_groups .fields_group .field_label[for=password] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center
}

.fields_groups.white_style .fields_group_tabs--icons .fields_group_tab.active {
    border-color: transparent;
    background: #ead9c5
}

.fields_group_tab_icon {
    position: relative;
    width: 55px
}

.fields_group_tabs--icons .fields_group_tab.active:before {
    margin: 0;
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    display: block;
    background: url(/img/tick.svg);
    left: 55px
}

.phone_confirm_btn {
    margin-top: 15px
}

.show_password {
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #fff
}

.show_password:hover {
    color: #c3c3c3;
    cursor: pointer
}

body:not(.is_mobile) .tab_block_content {
    background: #fff;
    border-radius: 0 20px 20px;
    padding: 30px 20px;
    max-width: 490px;
    box-sizing: border-box;
    border: 2px solid #002236;
}

.tab_block .buttons_block {
    margin-bottom: 0
}

body:not(.is_mobile) .tab_block_item {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #fff;
    border-radius: 20px 20px 0 0;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    bottom: -1px;
    z-index: 1
}

body.is_mobile .tab_block_item {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #fff;
    padding: 0;
    display: inline-block;
    position: relative;
    z-index: 1
}

body.is_mobile .left_side_header .tab_block_item {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    width: 100%;
    top: 4px
}

body.is_mobile .login_wrapper .buttons_block {
    margin-bottom: 0
}

body.is_mobile .tab_block_items {
    margin-top: 45px
}

body:not(.is_mobile) .tab_block_item.active {
    color: #002236;
    border: 2px solid #002236;
    border-bottom: none
}

body.is_mobile .tab_block_item.active {
    display: none
}

body:not(.is_mobile) .tab_block_item.active:first-child:after {
    content: '';
    display: block;
    background: #fff;
    width: 100%;
    height: 25px;
    position: absolute;
    left: 0px;
}

.tab_block [data-tab=sms] .buttons_block {
    margin-top: 10px
}

.tab_block [data-tab=sms] .fields_group {
    margin-bottom: 0
}

.checkmark_block {
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 23px;
    width: 23px;
    right: 0;
    bottom: 10px;
    display: none
}

.checkmark_block.show {
    display: flex
}

.checkmark_circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke .6s cubic-bezier(.65,0,.45,1) forwards
}

.checkmark {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0 0 0 #7ac142;
    animation: fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both
}

.checkmark_check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes scale {
    0%,100% {
        transform: none
    }

    50% {
        transform: scale3d(1.1,1.1,1)
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0 0 0 30px #7ac142
    }
}

.left_side.scrollable {
    overflow-y: auto;
    height: 100vh
}

.fields_group .invalid-feedback {
    width: 100%;
    display: inline-block;
    margin: 7px 0 0 0;
    font-size: 13px;
    color: #fa2b2b;
}

.fields_group .invalid-feedback a {
    font-size: 13px;
    color: #ff9c9c;
    display: inline
}

.fields_group .status-feedback {
    width: 100%;
    display: inline-block;
    margin: 7px 0 0 0;
    font-size: 13px;
    color: #89e272
}

.fields_groups .fields_group .field_label,.fields_groups .select_group .field_label {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    /* color: #fff; */
    margin: 0 0 10px 0;
    width: auto;
    box-sizing: border-box;
    padding-top: 2px
}

.fields_group.error>.field_label {
    color: red!important
}

.select_group_inner .select2-container .select2-selection--multiple,.select_group_inner .select2-container .select2-selection--single {
    height: 50px
}

.select_group_inner .select2-container--default .select2-selection--multiple .select2-selection__rendered,.select_group_inner .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding-left: 15px
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #444!important
}

.select_group_inner span.select2.select2-container.select2-container--default {
    min-width: 100%
}

input.select2-search__field {
    height: 35px;
    padding: 5px 10px;
    font-size: 15px;
    outline: 0
}

.projects_select_group input.select2-search__field {
    pointer-events: none
}

.select2-container * {
    font-family: Montserrat
}

.white_style span.select2-selection.select2-selection--multiple,.white_style span.select2-selection.select2-selection--single {
    background: rgba(0,0,0,.02);
    border: 1px solid rgba(0,0,0,.1);
    box-sizing: border-box;
    border-radius: 2px;
    outline: 0
}

.fields_groups .fields_group .field_input {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    box-sizing: border-box;
    border-radius: 2px;
    height: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #0f0f0f;
    padding: 0 17px;
    width: 100%;
    font-family: Montserrat,sans-serif
}

.field_input_with_line,.field_input_with_line:-webkit-autofill,.field_input_with_line:-webkit-autofill:focus {
    box-sizing: border-box;
    border-radius: 2px;
    height: 48px;
    width: 100%;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    border: none;
    color: #e1e1e1;
    border-bottom: 1px solid #fff;
    background: 0 0;
    outline: 0;
    margin-top: 20px
}

.tab_block_content_item .field_input_with_line {
    margin-top: 10px
}

.field_input_with_line::placeholder {
    color: #e1e1e1
}

.field_input_with_line:focus::placeholder {
    color: transparent
}

.field_input_with_line_focus_text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #e1e1e1;
    display: none;
    position: relative;
    top: -62px;
    margin-bottom: -10px;
    height: 10px
}

.field_input_with_line:focus~.field_input_with_line_focus_text,.field_input_with_line:not(:placeholder-shown)~.field_input_with_line_focus_text {
    display: inline-block
}

.fields_group_code_block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 15px
}

.fields_group_code_block .bubble_popup {
    top: 0
}

.bubble_popup_btn_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 9px;
    font-size: 14px
}

.timer_m,.timer_s {
    display: inline-block;
    width: 24px;
    text-align: center
}

input[type=number] {
    -moz-appearance: textfield
}

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.fields_groups .fields_group .field_input--hidden {
    opacity: 0;
    height: 1px
}

.wrapper .justify_center .fields_groups {
    margin-top: 60px
}

.login_wrapper .fields_groups {
    min-height: 418px
}

input[type="checkbox"] {
    accent-color: #001e36;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.fields_groups .fields_group .checkbox_label,.fields_groups .fields_group .radio_label {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* color: #fff; */
    display: flex;
    justify-content: initial;
    align-items: start;
}

.checkbox_group .checkbox_square {
    opacity: .9;
    border-radius: 3px;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 10px;
    min-width: 17px;
    min-height: 17px;
    background: 0 0;
    padding: 4px;
    border: 1px solid #001e36;
    box-sizing: border-box;
    position: relative
}

.radio_group .radio_round {
    opacity: .9;
    border-radius: 28px;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 10px;
    min-width: 17px;
    min-height: 17px;
    background: 0 0;
    padding: 4px;
    border: 1px solid #fff;
    box-sizing: border-box
}

.radio_group_space_between .radio_round {
    margin-right: 5px
}

.remember_checkbox_box {
    border: 1px solid #001e36;
    border-radius: 2px;
    width: 17px;
    height: 17px;
    display: block;
    box-sizing: border-box;
    position: relative
}

.remember_checkbox:checked+.remember_checkbox_box:after {
    content: '';
    background: url('/static/img/check.svg') no-repeat center;
    position: absolute;
    left: 1px;
    top: -6px;
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain
}

.remember_checkbox {
    display: none
}

.remember_checkbox_label {
    display: flex;
    align-items: center;
    cursor: pointer
}

.remember_checkbox_block {
    margin-top: 20px
}

.remember_checkbox_block--filter {
    margin-top: 2px;
    font-size: 17px
}

.left_side_inner .left_side_title .helper .helper_content {
    top: 38px
}

.left_side_inner .left_side_title .helper_img {
    width: 28px;
    height: 28px
}

.left_side_inner .left_side_title .helper {
    display: inline-block;
    position: relative
}

.left_side_inner .left_side_title .helper:hover {
    cursor: pointer
}

.left_side_inner .left_side_title .helper svg {
    height: 32px;
    width: 32px
}

.wrapper .has_account {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    text-align: right;
    color: #002336
}

.wrapper .has_account p {
    margin: 0
}

.has_account.has_account_relative {
    position: relative
}

.wrapper .left_side_inner .description_block p {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #fff;
    margin-top: 40px
}

.white_panel_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 75px;
    flex-wrap: wrap
}

.white_panel {
    padding: 0 90px;
    min-height: calc(100vh - 80px)
}

.account_wrapper {
    min-height: 1100px
}

.white_panel_header_right {
    display: flex;
    align-items: center
}

.header_btn_block.on-top-modal .lang_switcher_inside,.header_btn_block.on-top-modal>a,.white_panel_header_right.on-top-modal .lang_switcher_inside,.white_panel_header_right.on-top-modal .nav__item_btn {
    z-index: 1046
}

.white_panel_header_right .menu .menu_link {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #111;
    text-decoration: none;
    padding-right: 30px
}

.white_panel_header_inner {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.panel_center_block .menu_link_yellow_btn,.white_panel_header .menu_link_yellow_btn {
    background: #bd8947;
    border-radius: 2px;
    padding: 18px 54px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    border: none
}

.white_panel_header .menu_link_yellow_btn.formob {
    display: none
}

.white_panel_header_admin .white_panel_header_right.on-top-modal .lang_switcher_inside {
    z-index: 11
}

.menu__burger {
    display: none
}

.panel_flex_blocks {
    display: flex;
    width: 100%
}

.panel_center_block_inner .partner_name {
    font-weight: 600;
    font-size: 62px;
    line-height: 120%;
    letter-spacing: .01em;
    color: #111;
    margin: 0 0 60px 0;
    width: 100%
}

.stats_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    width: 100%
}

.account_wrapper .table {
    width: 100%
}

.stats_block .item {
    background: radial-gradient(203.92% 94.4% at 50% 2.16%,rgba(189,137,71,.15) 0,rgba(189,137,71,.72) 55.17%,rgba(189,137,71,.22) 100%);
    width: 311px;
    height: 311px;
    border-radius: 100%;
    padding: 10px;
    animation: round 2s infinite ease-in-out
}

.stats_block.three-items {
    justify-content: left
}

.stats_block.three-items .item+.item {
    margin-left: 50px
}

.stats_block .item .stats_item_inner {
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.stats_block .item .stats_item_inner .stat_value {
    font-weight: 600;
    font-size: 90px;
    text-align: center;
    color: #bd8947;
    margin: 0;
    width: auto;
    line-height: 1;
    display: inline-block;
    position: relative
}

.stats_block .item .stats_item_inner .stat_infinity {
    height: 66px
}

.stats_block .item .stats_item_inner .stat_infinity~.helper {
    top: -1em
}

.stats_block .item .stats_item_inner .helper {
    position: absolute;
    right: -25px;
    bottom: calc(100% - 40px)
}

.stats_block .item .stats_item_inner .helper:hover {
    cursor: pointer
}

.stats_block .item .stats_item_inner .stat_text {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000
}

.stats_block .stats_item_inner_center {
    position: relative;
    text-align: center
}

.account_info_img,.account_info_img_block {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 100%
}

.account_info_img_block {
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
    text-align: center
}

.account_info_block {
    background: #111;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    padding: 30px 0 120px 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box
}

.right_side_container {
    position: absolute;
    right: 0;
    max-width: 406px
}

.announcements_inner {
    display: block;
    width: 100%;
    margin-bottom: 30px
}

.announcements_item-image {
    width: 100%;
    display: block;
    border-radius: 3px
}

.announcements {
    width: 100%
}

.announcements_item {
    display: inline-block;
    width: 100%
}

.account_info_text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    padding: 0 50px
}

.account_info_block .is_foreigner_block {
    width: calc(100% + 20px)
}

.account_info_block p.is_foreigner,.account_info_text p.ruling_admin {
    color: #bd8947;
    position: relative
}

.account_info_block p.is_foreigner:before,.account_info_text p.ruling_admin:before {
    content: "";
    position: absolute;
    top: 4px;
    left: -25px;
    display: block;
    will-change: transform;
    transition: transform .3s ease-in-out;
    background-size: contain;
    background: url(/static/img/check.svg) no-repeat center;
    width: 15px;
    height: 15px
}

.account_info_text_item {
    margin-bottom: 50px
}

.account_info_links {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    padding: 0 50px
}

.account_info_personal_manager_name {
    display: inline-block;
    width: 100%;
    margin: 2px 0
}

.account_info_personal_manager_phone {
    display: inline-block;
    font-size: 19px;
    color: #bd8947;
    text-decoration: none
}

.account_info_personal_comment_block {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #fff
}

.account_info_personal_comment,.account_info_personal_commission {
    display: inline-block;
    font-weight: 300;
    font-size: 19px;
    line-height: 130%;
    color: #bd8947;
    margin-top: 3px
}

.panel_center_block {
    width: 100%
}

.panel_wrapper {
    display: flex;
    justify-content: space-between
}

.panel_wrapper_full {
    flex-wrap: wrap;
    position: relative
}

.account_info_text p {
    margin: 12px 0;
    word-break: break-word
}

.partner_amo {
    color: #fff!important;
    text-transform: lowercase
}

.partner_amo:hover,.partner_email:hover,.partner_id:hover,.partner_phone:hover {
    cursor: pointer
}

.account_info_links .account_info_link {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-decoration-line: underline;
    width: 100%;
    display: inline-block;
    margin: 6px 0
}

.account_info_links .account_delete_link {
    color: #c51616;
    text-decoration-line: underline
}

.account_info_add_client {
    border: none;
    background-color: #bd8947;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
    padding: 18px 54px;
    margin-top: 20px;
    width: 100%;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap
}

.account_wrapper .panel_center_block {
    width: 100%
}

.panel_right_block {
    padding-left: 200px;
    width: 400px
}

.pagination_block {
    margin-top: 40px
}

.pagination_block .pagination {
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: center
}

.pagination_block--left .pagination {
    justify-content: left
}

.pagination_block--right .pagination {
    justify-content: right
}

.pagination_block .pagination li {
    background: #f4f4f4;
    margin: 0 3px;
    display: inline-block;
    text-align: center;
    padding: 0 4px;
    border-radius: 2px
}

.pagination_block .pagination li:not(.disabled):hover {
    cursor: pointer
}

.pagination_block .pagination li a {
    text-decoration: none;
    color: #555
}

.pagination_block .pagination li.active {
    background: #ffd66b
}

.pagination_block .pagination li a,.pagination_block .pagination li span {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    line-height: 30px
}

.pagination li:not(.disabled):hover {
    background: #ffd66b
}

.account_info_img_edit {
    background: #fff;
    border-radius: 2px;
    height: 25px;
    width: 28px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    right: 40px;
    bottom: 5px
}

.account_info_img_error {
    position: absolute;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    width: 100%;
    margin: 0;
    left: 0;
    bottom: 100px;
    background: red;
    border-radius: 3px;
    padding: 7px;
    box-sizing: border-box
}

.account_info_img_edit:hover {
    cursor: pointer
}

.table .table_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 20px
}

.table .table_title_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.table .table_line_row {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 30px 50px;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px
}

.table_line_col_flex {
    display: flex;
    align-items: center
}

.table_line_col_name {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.table .table_line_col h3+p.table_line_col_position,.table_line_col_name p.table_line_col_position {
    margin: 5px 0 0 25px;
    width: 100%;
    color: #bd8947
}

.table_style_block.table .table_line_row {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px
}

.table_style_border.table .table_line_row {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin: -1px 0 0 0
}

.table_line_row.partner_info_block[data-report-status=process] {
    border: 1px solid #bd8947;
    box-shadow: 0 0 11px rgb(255 184 0 / 25%)
}

.table_style_block .table_line_row:not(.no_hover_effects):hover {
    border: 1px solid #bd8947;
    box-shadow: 0 0 11px rgba(255,184,0,.25)
}

.table_style_block.table .table_line_row_gray {
    background-color: #fafafa;
    border: none
}

.table.referrals__table {
    margin-top: 120px
}

.table.referrals__table .table_line_row {
    justify-content: flex-start
}

.table.referrals__table .table_line_col h3 {
    font-size: 16px;
    line-height: 1.3
}

.table.referrals__table .table_line_col h3+p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 4px;
    opacity: .8
}

.table.referrals__table .table_line_col p+p {
    margin-top: 8px
}

.table.referrals__table .table_line_col p span {
    opacity: .8
}

.table.referrals__table .table_line_col p b {
    font-weight: 500;
    font-size: 12px
}

.table.referrals__table .table_line_col .referral-status-link {
    text-decoration: underline
}

.table.referrals__table .table_line_row .table_line_col_group {
    width: auto
}

.table.referrals__table .table_line_col_group:nth-child(2) {
    width: 400px;
    margin-left: auto
}

.table.referrals__table .table_line_col_group:nth-child(2) .table_line_col {
    width: 100%
}

.table.referrals__table .table_line_col_group:nth-child(2) .table_line_col p,.table.referrals__table .table_line_col_row-status {
    display: flex;
    height: auto
}

.table.referrals__table .table_line_col_row-status {
    width: fit-content
}

.table.referrals__table .table_line_col_group:nth-child(2) .table_line_col p span,.table.referrals__table .table_line_col_row-status span {
    flex: 0 0 180px;
    font-size: 12px
}

.table.referrals__table .table_line_col_row-status .select_dropdown_value_text {
    padding: 0;
    border: none;
    font-size: 12px;
    font-weight: 500;
    padding-right: 45px;
    width: fit-content
}

.table.referrals__table .table_line_col_row-status .select_dropdown_value_text::after {
    background: url('/img/chevron-color.svg');
    top: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 1
}

.table.clients_table .table_line_col_row-status .select_dropdown_value_text {
    display: flex;
    height: auto
}

.table.clients_table .table_line_col_row-status {
    display: flex;
    align-items: center
}

.table.clients_table .table_line_col_row-status span {
    padding-right: 5px
}

.table.clients_table .table_line_col_row-status .select_dropdown_value_text {
    border: none;
    font-size: 14px;
    font-weight: 700;
    padding: 0 25px 0 0;
    width: fit-content
}

.table.clients_table .table_line_col_row-status .select_dropdown_items {
    max-height: 400px
}

.table.clients_table .table_line_col_row-status .select_dropdown_value_text::after {
    top: 4px;
    background-size: contain;
    background: url('/img/chevron-color.svg') no-repeat center;
    opacity: 1;
    right: 0
}

.table_line_col_row-status {
    margin-bottom: 4px
}

.table_line_col_row-status .select_dropdown,.table_line_col_row-status .select_dropdown * {
    box-sizing: border-box
}

.table_line_col_row-status .select_dropdown {
    border: 1px solid #bdbdbd;
    border-bottom: none;
    width: 332px;
    top: 27px;
    left: 120px
}

.table_line_col_row-status .select_dropdown_items {
    padding: 0
}

.table_line_col_row-status .select_dropdown_item {
    display: flex;
    align-items: center;
    padding: 0 24px;
    font-size: 18px;
    height: 44px;
    border-bottom: 1px solid #bdbdbd
}

.table_line_col_row-status .select_dropdown_item:hover {
    color: #000!important;
    background: rgba(189,137,71,.2)
}

.table.referrals__table .table_line_col_group:last-child {
    margin-left: 60px
}

.table.referrals__table .table_line_row .button_yellow_link_icon {
    position: relative;
    min-width: 225px;
    font-size: 12px
}

.table.referrals__table .table_line_row .button_yellow_link_icon .helper_content {
    display: block!important;
    right: unset;
    left: calc(100% - 65px);
    opacity: 0;
    pointer-events: none;
    transition: .3s
}

.table.referrals__table .table_line_row .button_yellow_link_icon:hover .helper_content {
    opacity: 1;
    pointer-events: visible
}

.table .table_line_col.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    justify-content: flex-start
}

.admin_wrapper .table .table_line_col_group {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px
}

.rating_stat_block_inner {
    display: flex;
    width: 100%
}

.rating_stat_block .rating_stat_place {
    background: rgba(0,0,0,.03);
    border-radius: 3px;
    width: 50%;
    padding: 45px 50px;
    display: flex;
    align-items: center
}

.rating_stat_block .rating_stat_progress {
    border: 1px solid rgba(0,0,0,.1);
    box-sizing: border-box;
    border-radius: 3px;
    padding: 45px 50px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.rating_stat_place+.rating_stat_progress {
    margin-left: 27px;
    width: 50%
}

.rating_stat_block .rating_stat_place .zero_balance .rating_text {
    width: 100%!important
}

.rating_stat_block .rating_stat_place .zero_balance .rating_text:first-child {
    line-height: 2
}

.rating_stat_block .rating_text {
    font-weight: 500;
    font-size: 22px;
    margin: 0;
    margin-right: 5px
}

.rating_stat_block .rating_count {
    font-weight: 600;
    font-size: 90px;
    text-align: center;
    color: #bd8947;
    margin: 0 20px 0 10px
}

.top_partner_table {
    margin-bottom: 100px
}

.panel_full_block {
    width: 100%
}

.table .table_line_col .partner_img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover
}

.partner_crown_img {
    width: 45px;
    height: 34px;
    transform: rotate(3deg);
    position: absolute;
    right: -5px;
    top: -17px
}

.partner_img_block {
    position: relative;
    margin-right: 35px;
    display: flex;
    align-items: center;
    justify-content: center
}

.admin_panel .table .table_line_row.table_line_yellow {
    background: linear-gradient(95.24deg,rgba(255,184,0,.6) .07%,rgba(232,167,0,.6) 99.93%);
    border: none
}

.table_line_col .partner_city {
    font-size: 20px;
    line-height: 24px;
    padding-left: 60px
}

.table_line_col .partner_rating_vector {
    font-size: 24px;
    line-height: 29px;
    color: rgba(0,0,0,.4)
}

.table_line_col .partner_rating_value {
    font-size: 24px;
    line-height: 29px;
    color: rgba(0,0,0,.4)
}

.account_wrapper .table_line_row .table_line_col_group {
    display: flex;
    align-items: center;
    width: 50%
}

.account_wrapper .table_line_row .table_line_col_group .table_line_col:nth-child(2n) {
    margin-left: auto
}

.account_wrapper .table_line_row .table_line_col_group .table_line_vector {
    padding-right: 100px
}

.table_line_col .partner_total_rating_value {
    font-size: 24px;
    line-height: 29px;
    min-width: 170px;
    display: inline-block
}

.table .table_line_col h3 {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    min-width: 240px
}

.table .table_line_col p {
    margin: 0
}

.report_table_icon {
    display: block;
    margin-left: -35px;
    position: absolute
}

.table_line_col_name_city {
    display: flex;
    align-items: center
}

.table_line_col_vector_value {
    display: flex;
    align-items: center
}

.table_line_col_vector_value .partner_rating_vector {
    padding-right: 100px
}

.rating_stat_block .rating_stat_progress .rating_text_left {
    font-weight: 500;
    font-size: 24px;
    margin-top: 0
}

.rating_stat_block .rating_stat_progress .rating_text_right {
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    margin-left: auto;
    margin-top: 0
}

.rating_stat_block .rating_stat_progress .progress_bar {
    background: rgba(0,0,0,.05);
    border-radius: 26px;
    height: 14px;
    width: 100%;
    display: flex
}

.rating_stat_block .rating_stat_progress .progress_bar .progress_line {
    background: #bd8947;
    border-radius: 26px;
    display: inline-block;
    transition: 2s
}

.rating_stat_block {
    margin-bottom: 100px
}

.rating_banners {
    width: 100%;
    display: flex;
    margin-top: 100px;
    margin-bottom: -100px
}

.rating_banners .rating_banner_left {
    background: linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.5)),url('/img/rating_left_img.jpg')
}

.rating_banners .rating_banner_right {
    background: linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/img/rating_right_img.jpg)
}

.rating_banners .rating_banner_left,.rating_banners .rating_banner_right {
    height: 600px;
    width: 50%;
    padding: 130px 0 0 90px
}

.rating_banner_content {
    max-width: 550px
}

.rating_banners .label {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #bd8947;
    border-radius: 2px;
    padding: 5px
}

.rating_banners .title {
    font-weight: 600;
    font-size: 52px;
    line-height: 120%;
    color: #fff;
    margin: 30px 0
}

.rating_banners .desc {
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%
}

.table .table_title_big {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 25px
}

.table .table_line_col h3+p {
    margin-top: 5px;
    font-weight: 400
}

.table .table_line_col a+a,.table .table_line_col p+a {
    margin-top: 10px
}

.table .table_line_col p+p {
    margin-top: 5px
}

.opacity_0 {
    opacity: 0
}

.panel_footer {
    display: flex;
    height: 80px;
    background: #161616;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    padding: 0 90px;
    margin-top: 100px
}

.panel_footer_right .logo_footer {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 50px
}

.panel_footer_right {
    display: inline-block
}

.table_line_col .color_round {
    background: 0 0;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 17px;
    min-width: 10px;
    min-height: 10px
}

.table_line_col .yellow_round {
    background: #bd8947
}

.table_line_col .green_round {
    background: #38a259
}

.table_line_col .blue_round {
    background: #56accd
}

.table_line_col .yellow_round {
    background: #ffb800
}

.table_line_col .red_round {
    background: #c1554e
}

.table_line_col .black_link,.table_line_col .partner_role_text {
    display: inline-block;
    min-width: 215px;
    width: 340px
}

.table .table_line_row.disabled {
    pointer-events: none;
    opacity: .4
}

.admin_panel .table .table_line_row {
    padding: 30px 50px 30px 55px;
    justify-content: space-between
}

.admin_panel .table .table_line_row[data-in-week=true] {
    border: 1px solid rgb(85 174 94 / 70%)
}

.admin_panel .table .table_line_row[data-in-week=true]:hover {
    border: 1px solid rgb(85 174 94 / 90%);
    box-shadow: 0 0 11px rgb(102 182 110 / 12%)
}

.admin_panel .table .table_line_row[data-old=true] .table_line_vector {
    opacity: 0
}

.edit_client_modal_trigger.disabled {
    cursor: not-allowed;
    pointer-events: none
}

.panel_wrapper .admin_title {
    font-weight: 600;
    font-size: 62px;
    letter-spacing: .01em;
    margin: 0 0 85px 0
}

.admin_panel .panel_left_block {
    max-width: 1500px
}

.admin_wrapper .panel_left_block {
    width: 100%
}

.panel_center_block_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    position: relative
}

.popup {
    display: none;
    background: #d3d3d3;
    width: 500px;
    height: 500px;
    box-sizing: border-box;
    transition: transform .5s;
    z-index: 9999;
    position: fixed;
    left: calc(50% - 250px);
    top: calc(50% - 250px);
    border-radius: 30px;
    overflow: hidden
}

.popup.show {
    transform: none
}

.popup_background {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.6);
    z-index: 9998;
    align-items: center;
    justify-content: center
}

.popup_close {
    position: absolute;
    right: 0;
    z-index: 9;
    width: 80px;
    height: 80px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.popup_close:hover {
    cursor: pointer;
    opacity: .8
}

.popup_image {
    display: block;
    max-width: 100%;
    width: 100%
}

.popup_close_img {
    display: block;
    width: 20px;
    height: 20px
}

.modal {
    position: fixed;
    top: 0;
    background: #fff;
    width: 52%;
    height: 100%;
    right: 0;
    box-sizing: border-box;
    min-height: 100vh;
    align-items: center;
    transition: transform .5s;
    transform: translate3d(150%,0,0);
    display: flex;
    align-items: center;
    display: none;
    z-index: 1050
}

.modal.show {
    transform: none
}

.modal.show.full_height {
    display: block
}

.modal.modal_center {
    width: 744px;
    height: auto;
    min-height: auto;
    padding: 50px 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 20px;
    box-sizing: border-box
}

.modal.modal_center * {
    box-sizing: border-box
}

.modal_center_title {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    text-align: center
}

.modal_center_desc {
    font-size: 14px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 30px;
    opacity: .8
}

.modal_center_desc p {
    margin: 0
}

.modal_center_info {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 30px;
    opacity: .8
}

.modal_center_info a {
    color: inherit
}

.modal_center_row {
    display: flex;
    gap: 12px
}

.modal_center_row.a-center {
    align-items: center
}

.modal_center.modal_center_green {
    background-color: #ecf7e5
}

.modal_center_row .btn {
    width: calc(50% - 6px)
}

.modal_center .btn {
    height: 66px;
    font-family: Montserrat;
    font-size: 20px;
    line-height: 1;
    font-weight: 400
}

.modal_center.reject_referral_modal .btn.btn_with_icon {
    min-width: 267px;
    margin: auto
}

.modal_center.reject_referral_modal .btn.btn_with_icon {
    gap: 10px
}

.modal_center.reject_referral_modal .btn.btn_with_icon img {
    display: block;
    width: 17px
}

.modal_center .modal_center_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 14px;
    height: 14px;
    background-color: transparent;
    background-image: url('/img/icons/cross-blue.svg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    border: none
}

.modal_center.other_filters_modal,.modal_center.social_media_modal {
    padding: 60px;
    border-radius: 10px;
    width: 100%;
    max-width: 1000px;
    background: #fff
}

.modal_center.social_media_modal .btn {
    font-weight: 500
}

.other_filters_modal_buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: auto;
    gap: 8px
}

.other_filters_modal_buttons .btn {
    height: 45px;
    padding: 0 24px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    border-radius: 2px;
    letter-spacing: .01em;
    width: 100%;
    max-width: 196px
}

.other_filters_modal_buttons .button_yellow_border_fill span {
    display: block
}

.other_filters_modal_buttons .button_yellow_border_fill span::first-letter {
    text-transform: uppercase
}

.other_filters_modal_title,.social_media_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1
}

.other_filters_modal_columns {
    margin-top: 60px;
    columns: 2;
    column-gap: 80px;
    margin-bottom: -48px
}

.other_filters_modal_item {
    width: 100%;
    float: left;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 48px
}

.other_filters_modal_list {
    padding: 0;
    list-style: none;
    margin-bottom: 0
}

.other_filters_modal_list_title {
    width: fit-content;
    color: #131638;
    font-weight: 500;
    line-height: 1;
    position: relative
}

.other_filters_modal_list_title .helper {
    position: absolute;
    left: calc(100% + 8px);
    top: calc(50% - 7px);
    width: 14px;
    cursor: pointer
}

.other_filters_modal_list_title .helper img {
    width: 100%
}

.other_filters_modal_list_title .helper .helper_content {
    width: 458px;
    top: 7px;
    left: calc(100% + 12px);
    border-radius: 4px;
    border: 1px solid rgba(33,33,33,.1);
    box-shadow: 0 0 12px 0 rgba(0,0,0,.07)
}

.other_filters_modal_list li:not(:first-child) {
    margin-top: 12px
}

.other_filters_modal_list input {
    position: absolute;
    width: 1px;
    pointer-events: none;
    opacity: 0
}

.other_filters_modal_list label {
    position: relative;
    font-size: 14px;
    line-height: 1;
    padding-left: 24px;
    cursor: pointer
}

.other_filters_modal_list label::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    left: 0;
    border: 1px solid #ccc;
    border-radius: 2px
}

.other_filters_modal_list label::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 13px;
    top: 0;
    left: 3px;
    background-image: url(/img/check-filter.svg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0
}

.other_filters_modal_list input:checked+label::after {
    opacity: 1
}

.social_media_modal .fields_groups_lang_switcher {
    margin-bottom: 0;
    margin-left: auto
}

.social_media_modal .fields_groups.white_style .fields_group {
    max-width: 100%;
    margin-top: 40px
}

.social_media_modal .fields_groups.white_style .fields_group .field_label {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 17px
}

.social_media_modal .fields_groups.white_style .fields_group .field_input {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    padding: 41px 32px;
    border-radius: 8px
}

.social_media_modal .btn {
    height: 84px
}

.employee_content {
    width: 100%
}

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

.modal .modal_title {
    margin: 0 0 50px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1
}

#edit_education_file .modal_title {
    display: block
}

.modal_inner_content {
    max-width: 650px;
    padding: 110px 20px;
    height: auto;
    display: inline-block
}

.add_client_modal .modal_inner_content,.add_client_modal .modal_title,.edit_user_info_modal .modal_inner_content,.edit_user_info_modal .modal_title {
    max-width: 502px
}

.add_client_modal .modal_inner_content .buttons_block .w100 {
    width: 100%
}

.modal_text {
    font-size: 20px;
    margin-bottom: 10px
}

.fields_groups .fields_group .field_textarea {
    border: 1px solid rgba(0,0,0,.1);
    box-sizing: border-box;
    border-radius: 2px;
    width: 100%;
    height: 150px;
    resize: none;
    font-weight: 400;
    font-size: 16px;
    font-family: Montserrat,sans-serif;
    line-height: 20px;
    color: #0f0f0f;
    padding: 20px
}

.fields_groups.white_style .fields_group .field_textarea {
    background: rgba(0,0,0,.02)
}

.fields_groups .fields_group .field_textarea--small {
    max-height: 92px
}

.fields_groups .fields_group_row {
    display: flex;
    align-items: center
}

.fields_groups .add_client_budget_currency_errors_block+.error,.fields_groups .add_client_budget_errors_block+.error,.fields_groups .add_client_currency_errors_block+.error,.fields_groups .edit_client_budget_currency_errors_block+.error,.fields_groups .fix_client_budget_currency_errors_block+.error {
    top: -9px;
    margin: 0;
    position: relative
}

.fields_groups .fields_group_row .fields_group+.select_group,.fields_groups .fields_group_row .select_group+.fields_group,.fields_groups .fields_group_row .select_group+select_group {
    margin-left: 30px
}

.fields_groups .fields_group_row .fields_group,.fields_groups .fields_group_row .select_group {
    width: auto
}

.add_client_modal .modal_inner_content .buttons_block,.edit_client_modal .modal_inner_content .buttons_block,.edit_user_info_modal .modal_inner_content .buttons_block {
    margin-top: 43px;
    padding-bottom: 50px
}

.modal_text .yellow_round {
    background: #ffdb80;
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 36px
}

.modal_text.mb {
    margin-bottom: 30px
}

.modal_close {
    position: absolute;
    right: calc(50% + 70px);
    z-index: 9;
    width: 36px;
    height: 36px;
    top: 150px
}

.modal_close:hover {
    cursor: pointer
}

.balance_count {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

.modal_inner_content .buttons_block a:nth-child(2n) {
    margin-left: 37px
}

.fields_groups.white_style .fields_group .field_label {
    color: #000
}

.field_partner_comment {
    color: #bd8947!important
}

.modal.add_client_modal .modal_inner form,.modal.edit_user_info_modal .modal_inner form {
    margin-bottom: 100px;
    margin-top: 30px
}

.modal_form_description {
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    background: rgba(189,137,71,.2);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-top: 10px;
    max-width: 450px;
    box-sizing: border-box
}

.modal_text p {
    margin: 15px 0
}

.modal_text .has_client {
    color: #589c2c;
    min-height: 24px
}

.modal_text .has_client span {
    display: inline-flex
}

.modal.full_height .modal_inner .modal_inner_content {
    padding-bottom: 20px
}

#edit_education_catalog .modal_inner .modal_inner_content {
    padding-top: 100px
}

.modal.add_client_modal .modal_inner .modal_inner_content,.modal.edit_user_info_modal .modal_inner .modal_inner_content {
    padding-bottom: 100px
}

.modal.edit_user_info_modal .modal_title {
    font-size: 19px;
    margin-bottom: 50px
}

.modal.full_height .modal_inner {
    min-height: 100vh;
    overflow: auto
}

.client_info_modal .modal_inner {
    overflow: auto
}

.client_info_modal.only_view .buttons_block {
    display: none!important
}

.modal .modal_inner {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    height: 100%
}

.modal_inner .bottom_link {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #bd8947;
    height: auto
}

.modal_text .yellow_round {
    background: #ffdb80;
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 36px
}

.modal_thanks_text p {
    margin-bottom: 30px
}

.modal_close {
    position: absolute;
    left: -90px;
    z-index: 9;
    width: 36px;
    height: 36px;
    top: 70px
}

.modal_close:hover {
    cursor: pointer
}

.additional_balance_count,.balance_count,.extra_additional_balance_count {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    min-width: 100px;
    width: 100%
}

.modal_title_name {
    align-self: end;
    font-weight: 600;
    font-size: 45px;
    display: inline-block;
    width: 100%
}

.modal_title_balance {
    max-width: 220px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    align-self: flex-end
}

.modal_text.modal_thanks_text {
    margin-bottom: 130px
}

.modal_inner_content .separator {
    background: rgba(17,17,17,.1);
    display: block;
    width: 100%;
    height: 1px;
    margin: 50px 0 60px 0
}

.modal_inner_content .buttons_block {
    margin-top: 80px;
    margin-bottom: 100px;
    padding-bottom: 80px
}

.modal_inner_content .buttons_block .button_yellow_fill {
    width: 450px;
    max-width: 100%
}

.client_info_modal .buttons_block .button_yellow_fill,.thanks_modal .buttons_block .button_yellow_fill {
    max-width: 100%;
    width: 335px
}

.modal_inner_content .buttons_block a:nth-child(2n) {
    margin-left: 37px
}

.modal.modal_mobile {
    margin: 0;
    top: 40px;
    background-color: transparent;
    padding-bottom: 80px
}

.modal.modal_mobile b {
    font-weight: 600
}

.modal.modal_mobile .modal_text_link_bold {
    font-weight: 600;
    font-size: 14px
}

.modal_mobile .report_status_block span {
    margin-left: 0;
    font-size: 12px
}

.modal_mobile .modal_inner {
    background-color: #fff;
    padding-bottom: 0
}

.modal_mobile .modal__head {
    display: flex;
    justify-content: flex-end
}

.modal_mobile .modal_close {
    width: 20px;
    height: 20px;
    background-image: url('/img/close-mobile.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: static;
    bottom: unset;
    right: unset
}

.modal_mobile .modal_inner_content {
    padding: 19px 27px 29px 29px
}

.modal_mobile .client-mobile__score {
    background-color: #d1ac7e
}

.modal_mobile .modal_title_name {
    font-size: 26px;
    line-height: 1.2;
    margin-top: 5px
}

.modal_mobile .modal_title_name .name {
    margin-left: 0
}

.modal.modal_mobile .modal_title {
    margin-bottom: 14px
}

.modal_mobile .modal_text {
    font-size: 14px
}

.modal_mobile .modal__score {
    display: none;
    flex-wrap: wrap;
    grid-gap: 8px;
    margin-top: 8px
}

.modal_mobile .modal__score.show {
    display: flex
}

.modal_mobile .modal__row {
    display: none
}

.modal_mobile .modal__row.show {
    display: flex
}

.modal_mobile .modal__row:not(:last-child) {
    margin-bottom: 12px
}

.modal_mobile .client-mobile__status {
    position: relative;
    top: unset;
    right: unset;
    margin-left: 10px
}

.modal_mobile span {
    margin-left: 7px
}

.modal_mobile .link_underline {
    text-align: center;
    margin-top: 12px!important
}

.modal_mobile .link_underline span {
    position: relative;
    margin-left: 0;
    font-size: 14px;
    font-weight: 600
}

.modal_mobile .link_underline span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #000
}

.modal_mobile .modal_text p {
    margin: 14px 0
}

.modal_mobile .new_request_block_button {
    padding: 0;
    height: 55px;
    font-size: 14px;
    border-radius: 3px
}

.modal_mobile .client-mobile__score .score {
    margin-left: 0
}

.modal_mobile .property_type {
    margin-left: 0;
    margin-top: 4px;
    display: inline-block
}

.modal_mobile .link_on_amo {
    margin-top: 5px;
    display: inline-block
}

.modal.modal_mobile .modal_form_cols.fields_groups {
    flex-direction: column;
    margin-right: 0;
    margin-left: 0
}

.modal.modal_mobile .modal_form_col {
    width: 100%!important
}

.modal.modal_mobile .modal_col_label {
    font-size: 14px
}

.fields_groups .fields_group,.modal.modal_mobile .fields_groups .select_group {
    margin-top: 15px;
    margin-bottom: 0
}

.fields_groups .fields_group.fields_group_mt-2,.modal.modal_mobile .fields_groups .select_group {
    margin-top: 30px
}

.fields_groups .fields_group.fields_group_mt-3,.modal.modal_mobile .fields_groups .select_group {
    margin-top: 50px
}

.fields_groups .fields_group.fields_group_mt-auto,.modal.modal_mobile .fields_groups .select_group {
    margin-top: auto;
    padding-top: 30px
}

.modal.modal_mobile .button_yellow_fill.modal_form_col_submit {
    margin-left: 0;
    width: 100%
}

.modal.modal_mobile .modal_inner_content .buttons_block {
    margin-top: 24px
}

.modal.modal_mobile .separator {
    margin: 40px 0 14px
}

.modal.modal_mobile .status {
    margin-left: 0
}

.modal.modal_mobile .btn-mobile_mt {
    margin-top: 12px!important
}

.modal.modal_mobile .btn-mobile_yellow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #bd8947;
    border-radius: 3px;
    height: 50px;
    width: 100%;
    text-decoration: none
}

.fields_groups.white_style .fields_group .field_input {
    background: rgba(0,0,0,.02);
    border: 1px solid rgba(0,0,0,.1);
    box-sizing: border-box;
    border-radius: 2px
}

.fields_groups.white_style .fields_group .field_label,.fields_groups.white_style .select_group .field_label {
    color: #000
}

.fields_groups.white_style .fields_group .radio_label {
    color: #000
}

.fields_groups.white_style .fields_group .checkbox_label {
    color: #000
}

.fields_groups.white_style .radio_group .radio_round {
    background: #e8e8e8
}

.fields_groups.white_style .checkbox_group .checkbox_square {
    background: #e8e8e8
}

.fields_groups.white_style .checkbox_group input:checked+.checkbox_label .checkbox_square {
    background: #fff;
    box-shadow: 0 0 0 2.5px rgb(196 149 90 / 23%) inset
}

.fields_groups.white_style .checkbox_group input:checked+.checkbox_label .checkbox_square:after {
    content: '';
    background: url(/img/check-mark.svg) no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    left: 2px;
    top: 1px
}

.fields_groups.white_style input:checked+.radio_label>.radio_round {
    background: #fff;
    box-shadow: 0 0 0 3.5px inset #bd8947
}

.select_group_inner {
    height: 50px;
    width: 100%
}

.select_group.without-arrow .select2-selection__arrow,.select_group.without-arrow::after {
    display: none
}

.select_group_inner_item[data-fixed] {
    pointer-events: none
}

.select_group select::-ms-expand {
    display: none
}

.select_group::after {
    content: '';
    position: absolute;
    bottom: 1px;
    right: 1px;
    cursor: pointer;
    pointer-events: none;
    width: 30px;
    height: 48px;
    background: #fff url(/static/img/chevron-bottom.svg) no-repeat center left
}

.white_style .select_group::after {
    background-color: #fafafa
}

.select_group {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.select_group select {
    flex: 1;
    color: #002336;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 0 20px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    background-image: none;
    border: 1px solid rgba(0,0,0,.1);
    box-sizing: border-box;
    border-radius: 2px;
    display: flex;
    background: #fff;
    overflow: hidden;
    height: 50px;
    margin: 0;
    width: 100%;
    font-family: Montserrat
}

.select_multiple_tags {
    width: 100%;
    position: relative
}

.select_multiple_tags span.select2.select2-container.select2-container--default {
    min-width: 100%;
    max-width: 100%
}

.select_multiple_tags .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 5px;
    height: 50px;
    padding: 0 15px;
    overflow: auto
}

.select_multiple_tags .select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar {
    display: none!important
}

.select_multiple_tags .select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 4px;
    line-height: 1.8;
    margin: 0;
    background-color: #bd8947;
    color: #fff;
    border: none
}

.select_multiple_tags .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    font-weight: 400;
    margin: 0
}

.select_multiple_tags .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent!important
}

.select_multiple_tags .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent!important
}

.select_multiple_tags .select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 0;
    font-size: 16px
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select_multiple_tags .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    padding-right: 36px
}

.select_multiple_tags .select2-container--default .select2-results>.select2-results__options {
    max-height: 400px
}

.select-checkbox-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.select-checkbox-option::hover {
    color: #bd8947
}

.select-checkbox-option i {
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 2px;
    position: relative
}

.select-checkbox-option i::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 19px;
    left: 3px;
    bottom: 4px;
    background: url(/img/check-filter.svg) no-repeat center center;
    background-size: contain;
    opacity: 0
}

[aria-selected=true] .select-checkbox-option i::after {
    opacity: 1
}

.field_label.helper {
    display: flex;
    align-items: center;
    position: relative
}

.field_label.helper .helper_content {
    right: -300px;
    width: 300px
}

.field_label.helper .helper_content.helper_communication {
    right: -200px!important
}

.field_label.helper .helper_img {
    width: 20px;
    height: 20px;
    margin-left: 10px
}

.field_label.helper .helper_img:hover {
    cursor: pointer
}

.helper .helper_content {
    font-size: 10px;
    line-height: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.07);
    border-radius: 4px;
    padding: 20px;
    width: 225px;
    position: absolute;
    top: 30px;
    right: -10px;
    z-index: 10;
    box-sizing: border-box;
    text-align: left;
    color: #000;
    pointer-events: auto
}

.helper .helper_content_top {
    top: -30px
}

.helper .helper_content_long {
    width: 420px
}

.input_helper:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    background: 0 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -19px
}

.input_helper {
    font-size: 10px;
    line-height: 12px;
    background: rgb(255 255 255);
    box-shadow: 0 2px 60px rgb(0 0 0 / 53%);
    border-radius: 4px;
    padding: 15px;
    width: auto;
    position: absolute;
    bottom: -14px;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    text-align: left;
    color: #000;
    transform: translateY(100%);
    max-width: 500px
}

.white_style .input_helper {
    box-shadow: 0 2px 20px rgb(0 0 0 / 9%)
}

.input_helper p {
    font-size: 14px;
    line-height: 120%;
    font-style: normal;
    font-weight: 400;
    margin: 0
}

.stats_block .helper .helper_content {
    right: -230px
}

.stats_block .helper .helper_content_long {
    right: -420px
}

.stats-mobile {
    margin: -5px -20px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity .3s
}

.stats-mobile.stats-mobile_mt {
    margin-top: 50px
}

.stats-mobile.show {
    opacity: 1
}

.stats-mobile .flickity-viewport {
    padding: 5px 0
}

.stats-mobile .flickity-slider {
    transition: left .3s
}

.stats-mobile__item {
    width: 130px;
    height: 90px;
    padding: 0 10px 0 15px;
    border-radius: 5px;
    border: .5px solid #f0f0f0;
    box-shadow: 1px 1px 4px rgba(0,0,0,.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-right: 20px;
    box-sizing: border-box;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.stats-mobile__item_clients {
    background-image: url('/img/slider-clients.jpg')
}

.stats-mobile__item_points {
    background-image: url('/img/slider-score.jpg')
}

.stats-mobile__item_rating {
    background-image: url('/img/rating-cup-status.png')
}

.stats-mobile__item-num {
    font-size: 28px;
    font-weight: 700;
    color: #bd8947;
    line-height: 1;
    margin-bottom: 7px;
    box-sizing: border-box
}

.stats-mobile__item-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    box-sizing: border-box
}

.helper_content {
    display: none
}

.helper .helper_content p+p {
    margin-top: 7px
}

.helper .helper_content p {
    font-style: normal;
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    line-height: 15px
}

.has_email_modal {
    position: fixed;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.5);
    display: none
}

.checkbox_group.helper {
    position: relative;
    display: flex;
    align-items: center;
    position: relative
}

.checkbox_group.helper .helper_img {
    width: 20px;
    height: 20px;
    margin-left: 10px
}

.checkbox_group.helper .helper_img:hover {
    cursor: pointer
}

.helper_img.helper_trigger {
    cursor: pointer;
    pointer-events: auto;
    z-index: 5;
    position: relative
}

.checkbox_group.helper .helper_content p {
    font-size: 14px;
    line-height: 15px
}

.has_email_modal.show {
    display: flex
}

.has_email_modal .modal_inner {
    position: fixed;
    background: #fff;
    margin: 0 auto;
    padding: 30px;
    width: 600px;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    border-radius: 10px
}

.has_email_modal .modal_inner p {
    margin: 0
}

.has_email_modal .modal_inner a {
    line-height: 1.5;
    color: #000;
    border-bottom: 1px solid;
    text-decoration: none
}

.has_email_modal .modal_inner a:hover {
    border-bottom-color: transparent
}

.modal_small_close {
    color: #cfcfcf;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 40px;
    display: inline-block;
    line-height: 1;
    width: 30px
}

.modal_small_close:hover {
    color: #ee5353;
    cursor: pointer
}

.link_on_amo {
    color: #bd8947;
    text-decoration: underline
}

.modal_text_link {
    color: #000;
    text-decoration: underline
}

.modal_text_link:hover {
    color: #bd8947
}

.delete_client_block {
    display: block;
    margin-top: 30px
}

.modal_delete_link {
    color: #cd412b;
    text-decoration: underline
}

.report_link_block .modal_text_link {
    color: #bd8947
}

.report_link_block .modal_text_link:hover {
    opacity: .9
}

.file_input_wide {
    width: 100%!important;
    max-width: 445px
}

.input_group {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    width: 100%;
    border-radius: 2px;
    overflow: hidden
}

.input_grey {
    background: #ececec;
    border: 1px solid rgba(255,255,255,.1);
    box-sizing: border-box;
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #0f0f0f;
    padding: 16px;
    width: auto;
    font-family: Montserrat;
    max-width: 100%
}

.search_button {
    background-image: url(/img/search.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    background-color: #ececec;
    border: none
}

.modal--article .modal_inner_content {
    max-width: 800px
}

.modal--article .modal_title {
    justify-content: center
}

.modal--article .fields_group {
    max-width: 100%
}

.modal--article .modal_inner_content .buttons_block {
    justify-content: center
}

.modal .modal_title.education_form_title,.modal .modal_title.news_form_title {
    display: block;
    font-size: 40px;
    text-align: center
}

.education_form_title_postfix {
    color: #111
}

.fields_groups.white_style .fields_group .field_input.field_input--file {
    padding-top: 11px
}

.table_line_col--count {
    margin: 0 0 0 auto
}

.table_line_col--delete {
    margin: 0 0 0 auto
}

.panel_sort_block {
    display: flex;
    margin-left: 10px;
    width: auto;
    height: 55px;
    align-items: self-start
}

.panel_filter_block_clear {
    text-decoration: none;
    color: #555;
    margin: 0 15px;
    background: #f5f5f5;
    height: 55px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    justify-content: center
}

.panel_filter_block_clear:hover {
    opacity: .8
}

.table_filter_title {
    display: inline-block;
    width: 100%
}

.panel_sort_block_item {
    display: flex;
    line-height: 120%;
    position: relative
}

.panel_sort_block_select {
    border: 1px solid #bd8947;
    color: #1b1b1b;
    border-radius: 3px;
    font-size: 18px;
    line-height: 22px;
    padding: 13px 20px;
    margin-left: 8px;
    background-color: #fff;
    z-index: 2;
    position: relative;
    height: 55px;
    box-sizing: border-box;
    min-width: 250px
}

.panel_wrapper_inner_top .panel_sort_block_select {
    z-index: 1
}

.panel_wrapper_inner_top-item-full {
    display: flex;
    width: 100%;
    margin-top: 20px
}

.account_info_link_block_button .panel_sort_block_select {
    min-width: 130px
}

.panel_sort_block_select_item {
    cursor: pointer;
    padding: 2px 0;
    font-size: 16px
}

.panel_sort_block_select:not(.show) .panel_sort_block_select_inner {
    display: none
}

.panel_sort_block_select_item--asc::before,.panel_sort_block_select_item--desc::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 7px;
    margin-right: 4px;
    margin-bottom: 1px;
    filter: grayscale(.6)
}

.panel_sort_block_select_item--desc::before {
    background-image: url('/img/sort-desc.png')
}

.panel_sort_block_select_item--asc::before {
    background-image: url('/img/sort-asc.png')
}

.panel_sort_block_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.panel_sort_block_title {
    margin: 0 10px 0 0;
    font-weight: 500;
    font-size: 16px;
    height: 42px;
    display: flex;
    align-items: center
}

.panel_filter_block {
    display: flex;
    align-items: center
}

.panel_filter_block.panel_filter_block_f-start {
    align-items: flex-start
}

.panel_sort_block_select.show {
    box-shadow: 0 20px 30px rgb(189 137 71 / 21%);
    height: auto
}

.panel_sort_block_select.show .panel_sort_block_select_item--selected {
    display: none
}

.table_line_col--count {
    margin: 0 0 0 auto;
    padding-left: 50px;
    display: inline-block;
    min-width: 100px
}

.table_line_col--delete {
    margin: 0 0 0 auto;
    padding-left: 50px;
    display: inline-block;
    min-width: 100px
}

.table_line_col--timer {
    color: #bd8947;
    margin: 0 0 0 auto;
    padding-left: 50px;
    display: inline-block;
    min-width: 100px
}

.panel_export_block {
    padding-left: 20px;
    margin-left: auto
}

.panel_sort_clear_block {
    margin-left: auto;
    display: flex
}

.panel_sort_clear_block .panel_filter_block_clear {
    margin-right: 0
}

.admin_managers_wrapper .panel_search_block input {
    width: 600px
}

.admin_managers_wrapper .panel_search_block input {
    width: 600px
}

.panel_export_link {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #bd8947;
    border-radius: 2px;
    height: 48px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 28px;
    box-sizing: border-box;
    height: 55px;
    min-width: 286px;
    position: relative;
    z-index: 1
}

.panel_sort_block_range_input {
    border: none;
    color: #1b1b1b;
    border-radius: 0;
    font-size: 15px;
    line-height: 22px;
    padding: 13px 15px;
    margin-left: 0;
    background-color: #f6f6f6;
    z-index: 2;
    display: inline-block;
    width: 75px;
    outline: 0
}

.panel_sort_block_range_input:hover {
    background-color: #ececec;
    cursor: pointer
}

.panel_sort_block_range {
    align-items: center;
    margin: 0 10px 0 0;
    padding: 10px;
    background: #fff;
    box-shadow: 0 10px 35px rgb(0 0 0 / 6%);
    border-radius: 3px;
    border: 1px solid #f8f8f8;
    z-index: 2
}

.admin_wrapper .panel_sort_block_range {
    position: absolute;
    left: calc(-50% - 45px);
    top: 50px
}

.account_info_link_block .panel_sort_block_range {
    position: absolute;
    top: 55px;
    left: -30px
}

.account_info_link_block .panel_sort_block {
    margin: 10px 0 0 0
}

.account_info_link_block .panel_sort_block_select {
    background: #000;
    border-color: #fff
}

.account_info_link_block .panel_sort_block_select_item {
    color: #fff
}

.account_info_link_block .panel_sort_block_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px
}

.account_info_link_block .panel_sort_block_select.show {
    box-shadow: 0 20px 30px rgb(255 255 255 / 9%)
}

.panel_sort_block_range_input+.panel_sort_block_range_input {
    border-radius: 0 3px 3px 0;
    border-left: 1px solid #e8e8e8
}

.panel_sort_block_range_send {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #bd8947;
    border-radius: 0 3px 3px 0;
    height: 48px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box
}

.panel_sort_block_range_send:hover {
    opacity: .9
}

.panel_sort_block_range_input:first-child {
    border-radius: 3px 0 0 3px
}

.panel_wrapper_inner_top {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    right: 0;
    top: -100px
}

.panel_wrapper_inner_top_item {
    display: flex;
    align-items: center
}

.panel_wrapper_inner_top_item .panel_checkboxes_select_block {
    margin-left: 10px
}

.panel_wrapper_inner_top_item+.panel_wrapper_inner_top_item {
    margin-left: 50px
}

.panel_left_block_inner {
    position: relative
}

[data-dependency] {
    width: 100%;
    margin-top: 15px
}

.required-partner-type {
    margin-top: 15px
}

.required-partner-type:not(.show) {
    display: none!important
}

.field_input_mini_notice {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #ffff;
    margin: 10px 0 0 0;
    display: inline-block;
    width: 100%
}

.field_input_mini_notice--code {
    color: #a0cda0
}

.has-error,.has-error+.select2 span.select2-selection {
    border-color: #ff9b9b!important
}

.error {
    color: #f05347;
    font-size: 1rem;
    margin-top: 5px;
    width: 100%
}

.error.budget_warning {
    color: #bd952a
}

.select_dropdown_item.active {
    color: #bd8947;
    position: relative
}

.select_dropdown {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    border: 1px solid #bd8947;
    border-top: none;
    z-index: 3;
    box-sizing: border-box;
    box-shadow: 0 10px 24px -16px rgb(0 0 0 / 15%);
    border-radius: 0 0 2px 2px;
    margin-top: 0;
    background: #fff
}

[data-show-checkbox=true] .select_dropdown_item:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border: 1px solid #eee
}

.select_dropdown_item.active:before {
    border-color: #bd8947
}

.panel_checkboxes_select_block {
    margin-left: 20px
}

.admin_partners_wrapper .panel_filter_block .panel_checkboxes_select_block .select_dropdown_value_text {
    margin-left: 0;
    border-color: #ececec;
    border-radius: 0
}

.admin_partners_wrapper .panel_checkboxes_select_block .select_dropdown_value_text::after {
    opacity: 1
}

.admin_partners_wrapper .select_dropdown_block.open .select_dropdown_value_text::after {
    transform: scaleY(1.5) scaleX(.6);
    filter: invert(91%) sepia(19%) saturate(301%) hue-rotate(340deg) brightness(89%) contrast(95%)
}

.admin_partners_wrapper .panel_checkboxes_select_block {
    margin-left: 0
}

.admin_partners_wrapper .select_dropdown_value_text {
    width: 286px
}

.select_dropdown_block {
    position: relative;
    cursor: pointer;
    transition: .3s;
    width: 100%
}

.select_dropdown_value_text {
    font-size: 15px;
    line-height: 22px;
    border: 1px solid #bd8947;
    width: 270px;
    border-radius: 3px;
    padding: 16px 50px 15px 18px;
    white-space: nowrap;
    overflow-x: hidden;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    text-overflow: ellipsis;
    box-shadow: 0 3px 10px rgb(0 0 0 / 1%);
    height: 55px;
    box-sizing: border-box
}

.open>.select_dropdown_value_text {
    border-radius: 3px 3px 0 0
}

.select_dropdown_value_text::after {
    content: "";
    background: url("/static/img/chevron-bottom.svg");
    position: absolute;
    top: 20px;
    right: 20px;
    transform: rotate(0);
    will-change: transform;
    transition: transform .3s ease-in-out;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 15px;
    opacity: .2
}

.new_request_block .panel_checkboxes_select_block {
    margin: 0
}

.account_info_text .organization_dropdown_description {
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    margin: 50px 0 10px 0
}

.new_request_block .select_dropdown_value_text::after {
    opacity: .5;
    filter: invert(1)
}

.new_request_block .select_dropdown_value_text {
    width: 100%;
    max-width: 236px
}

@media (max-width: 1750px) and (min-width:1400px) {
    .new_request_block .select_dropdown_value_text {
        max-width:300px
    }
}

[data-show-checkbox=true] .select_dropdown_item.active:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    background: url("/static/img/check.svg") center no-repeat;
    background-size: contain;
    width: 11px;
    height: 9px
}

.select_dropdown_block.open .select_dropdown_value_text:after {
    transform: rotate(180deg)
}

.select_dropdown_items {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background: #fff;
    padding: 15px 15px 0 15px;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden
}

[data-action-button=false].select_dropdown_items {
    padding-bottom: 15px
}

.select_dropdown_item {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #1b1b1b;
    display: inline-block;
    width: 100%;
    padding: 6px 0;
    text-align: left;
    will-change: transform,filter;
    position: relative;
    cursor: pointer
}

.select_dropdown_item[data-input-id=agency] {
    color: #3567a1
}

.select_dropdown_item:hover {
    color: #bd8947!important
}

.disable-user-events {
    pointer-events: none
}

.select_dropdown_submit {
    font-size: 15px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #bd8947;
    border-radius: 2px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 5px;
    box-sizing: border-box;
    border: none;
    margin: 10px
}

.select_dropdown_submit:hover {
    opacity: .9
}

.select_dropdown_search_input {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 5px 0;
    outline: 0;
    color: #555;
    border: 1px solid rgb(189 137 71 / 47%);
    border-radius: 5px
}

.select_dropdown_search_input::placeholder {
    color: #cfcfcf;
    text-transform: lowercase
}

.admin_partners_wrapper .select_dropdown_block .select_dropdown_items {
    padding: 10px 20px 0
}

.admin_partners_wrapper .select_dropdown_block .select_dropdown_item {
    padding: 6px 0 6px 24px
}

.admin_partners_wrapper .select_dropdown_block .select_dropdown_item:before {
    right: unset;
    left: 0
}

.admin_partners_wrapper .select_dropdown_block .select_dropdown_item:after {
    right: unset;
    left: 2px
}

.admin_partners_wrapper .panel_filter_block .select_dropdown_search_input {
    border: none;
    border-bottom: 1px solid #ececec;
    border-radius: 0;
    padding: 10px 0 12px
}

.account_wrapper .select_dropdown_block .select_dropdown_items::-webkit-scrollbar,.admin_partners_wrapper .select_dropdown_block .select_dropdown_items::-webkit-scrollbar {
    width: 9px
}

.account_wrapper .select_dropdown_block .select_dropdown_items::-webkit-scrollbar-track,.admin_partners_wrapper .select_dropdown_block .select_dropdown_items::-webkit-scrollbar-track {
    background-color: #fff
}

.account_wrapper .select_dropdown_block .select_dropdown_items::-webkit-scrollbar-thumb,.admin_partners_wrapper .select_dropdown_block .select_dropdown_items::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    border-radius: 4px;
    border: 3px solid #fff
}

.select_dropdown_grouped {
    border-color: #f5f5f5
}

.select_dropdown_grouped .select_dropdown_search_input {
    border-radius: 0;
    border-color: #f5f5f5;
    border-top: none;
    border-left: none;
    border-right: none
}

.select_dropdown_grouped .select_dropdown_items {
    padding: 15px 15px 0 15px
}

.select_dropdown_grouped .select_dropdown_items::-webkit-scrollbar {
    display: none
}

.select_dropdown_grouped .select_dropdown_group_title {
    background-color: #f5f5f5;
    margin: 14px -15px;
    padding: 14px 15px;
    font-weight: 500;
    color: #131638
}

.select_dropdown_item.select_dropdown_item_accent {
    color: #bd8947
}

.select_dropdown_item.select_dropdown_item_checkbox_left {
    padding-left: 24px
}

.select_dropdown_item.select_dropdown_item_checkbox_left::before {
    right: unset;
    left: 0
}

.select_dropdown_item.select_dropdown_item_checkbox_left::after {
    right: unset;
    left: 2px
}

.admin_partners_wrapper .panel_sort_block {
    margin-left: auto
}

.admin_partners_wrapper .panel_filter_block .panel_sort_block_select {
    width: 260px;
    border-color: #ececec;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.admin_partners_wrapper .panel_filter_block .panel_sort_block_select .panel_sort_block_select_inner .panel_sort_block_select_item:first-child {
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(236,236,236,.2)
}

.admin_partners_wrapper .panel_filter_block .panel_sort_block_select .panel_sort_block_select_inner .panel_sort_block_select_item:nth-child(2) {
    padding-top: 20px
}

.admin_partners_wrapper .panel_filter_block .panel_sort_block_select .panel_sort_block_select_inner .panel_sort_block_select_item {
    padding: 6px 0
}

.admin_partners_wrapper .panel_filter_block .panel_sort_block_select::after {
    content: "";
    background: url("/static/img/chevron-bottom.svg");
    position: absolute;
    top: 20px;
    right: 20px;
    will-change: transform;
    transition: transform .3s ease-in-out;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 15px
}

.admin_partners_wrapper .panel_sort_block_select.show::after {
    transform: scaleY(1.5) scaleX(.6)
}

.admin_partners_wrapper .panel_sort_block+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.admin_partners_wrapper .panel_sort_block_select_item::before {
    display: none
}

.other-filters-btn {
    display: flex;
    align-items: center;
    background: 0 0;
    border: none;
    padding: 0;
    font-size: 16px;
    font-family: Montserrat;
    min-width: 248px
}

.clear-filters-link {
    margin-left: auto;
    line-height: 1.1;
    color: #bd8947;
    min-width: 157px;
    margin-top: 7px;
    text-decoration: underline
}

.other-filters-btn::after {
    content: '';
    display: block;
    background-image: url(/img/icons/cross-nice.svg);
    width: 12px;
    height: 12px;
    margin-left: 10px
}

.total-found-filters {
    margin-left: 22px;
    min-width: 216px;
    margin-top: 7px;
    text-align: right
}

.filter-tags {
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 20px 0
}

.filter-tag {
    align-items: center;
    background-color: #bd8947;
    color: #fff;
    border-radius: 4px;
    display: inline-flex;
    gap: 12px;
    letter-spacing: 0;
    line-height: 1.1;
    padding: 8px 12px;
    position: relative;
    white-space: nowrap
}

.filter-tag i {
    background-image: url(/img/icons/cross-tag.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: .5em;
    width: .5em
}

.table_title_flex.report_table_title_flex {
    justify-content: flex-start;
    margin: 50px 0 20px 0;
    align-items: center
}

.table_filter_tags {
    margin-left: 0
}

.table_filter_tag.active {
    background: #bd8947;
    color: #fff
}

.table_filter_tag {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #000;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.06);
    border-radius: 18px;
    padding: 5px 20px;
    margin: 10px 10px 5px 0;
    display: inline-block
}

.report_table_filter_sort {
    margin-left: auto;
    margin-right: -20px
}

.report_table_filter_sort .panel_sort_block_select {
    border-color: transparent
}

.table_export_btn {
    text-decoration: none;
    color: #fff;
    background: #bd8947;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 3px;
    margin-left: auto;
    display: inline-block;
    height: 40px;
    box-sizing: border-box;
    order: 2
}

.table_export_btn+.table_filter_tags {
    margin-left: auto
}

.modal_form_tab {
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid rgba(0,0,0,.1);
    padding: 10px 0;
    width: 100%;
    display: inline-block
}

.modal_form_tab.active {
    border-bottom: 2px solid #000
}

.modal_form_tabs {
    display: flex
}

.modal_form_cols.fields_groups {
    display: flex;
    align-items: center;
    margin: 15px -10px 0 -10px
}

.modal_form_col {
    margin: 0 10px
}

.fields_groups .fields_group.modal_form_col--small {
    width: 95px
}

.fields_groups .fields_group.modal_form_col--middle {
    width: 130px
}

.fields_groups .fields_group.modal_form_col--big {
    width: 202px
}

.modal_col_input {
    width: 100%
}

.modal_col_label {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 10px
}

.button_yellow_fill.modal_form_col_submit {
    padding: 0 5px;
    margin-left: 10px;
    min-width: 210px;
    height: 50px
}

.modal_form_col_submit_spinner {
    width: 20px;
    padding: 0 0 0 10px;
    display: none
}

.loading .modal_form_col_submit_spinner {
    display: block
}

.assign_display_success {
    font-size: 18px;
    line-height: 130%;
    padding-bottom: 50px
}

#assign_display_date_picker {
    margin-bottom: 10px
}

.assign_display_block_form {
    padding-bottom: 50px
}

.disable_pointer_events {
    pointer-events: none!important;
    cursor: default!important
}

.sort-mobile {
    display: flex;
    align-items: center;
    margin-bottom: 25px
}

.sort-mobile__title {
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px
}

.sort-mobile__select {
    position: relative
}

.sort-mobile__select-button {
    display: inline-flex;
    align-items: center;
    border: none;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    border-radius: 5px;
    background-color: #f7f7f7;
    padding: 0 12px;
    height: 25px;
    color: #515151;
    font-size: 14px;
    font-weight: 500;
    font-family: Montserrat;
    box-sizing: border-box
}

.sort-mobile__select-dropdown {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 120px;
    z-index: 10;
    color: #515151;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 12px 7px;
    box-sizing: border-box;
    box-shadow: 2px 3px 4px rgba(0,0,0,.05);
    display: none
}

.sort-mobile__select-item {
    position: relative
}

.sort-mobile__select-item.select::after,.status-mobile__select-item.select::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 8px;
    background-image: url('/img/check-black.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.sort-mobile__select-item:not(:last-child) {
    margin-bottom: 7px
}

.status-mobile__select {
    position: relative
}

.status-mobile__select-button {
    display: inline-flex;
    align-items: center;
    border: none;
    border-radius: 0;
    background-color: transparent;
    font-size: 14px;
    color: #797a79;
    font-family: Montserrat;
    font-weight: 500
}

.clients-block__title {
    font-size: 20px;
    font-weight: 600;
    margin: 29px 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.mobile-select__row.mobile-select__row-in-the-title {
    width: auto;
    padding-left: 5px
}

.panel_checkboxes_select_block_mobile .select_dropdown_value_text {
    border: none;
    width: auto;
    height: auto;
    padding: 0 0 0 23px;
    color: #797a79;
    font-size: 14px;
    font-weight: 500
}

.panel_checkboxes_select_block_mobile .select_dropdown_value_text:after {
    display: none
}

.panel_checkboxes_select_block_mobile .select_dropdown_value_text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 14px;
    margin-top: -7px;
    background-image: url('/img/status-sort.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-position: center
}

.new_request_block.new_request_block_partner-mobile .select_dropdown_value_text {
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    height: 50px;
    border: 1px solid #bd8947;
    border-radius: 3px;
    display: flex;
    align-items: center
}

.new_request_block.new_request_block_partner-mobile .panel_checkboxes_select_block_mobile .select_dropdown_value_text:before {
    right: 25px;
    left: auto
}

.new_request_block.new_request_block_partner-mobile .organization_dropdown_description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #bd8947;
    border: none;
    margin: 5px 0 10px 0;
    padding: 0 10px
}

.mobile-select__popup {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 100;
    pointer-events: none;
    opacity: 1
}

.mobile-select__popup * {
    box-sizing: border-box
}

.mobile-select__popup-head {
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f9f4ee;
    padding-left: 37px;
    flex: 0 0 60px
}

.mobile-select__popup-footer {
    height: 60px;
    display: flex;
    align-items: center;
    border-top: 1px solid #f9f4ee;
    flex: 0 0 60px;
    position: relative;
    margin-top: auto
}

.mobile-select__popup-footer button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    padding-left: 37px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-family: Montserrat
}

.mobile-select__popup-close {
    width: 17px;
    height: 15px;
    background-image: url('/img/status-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 35px
}

.mobile-select__popup-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.panel_checkboxes_select_block_mobile .select_dropdown {
    background-color: #fff;
    border: none;
    transition: transform .3s;
    transform: translateX(-100%);
    position: static;
    width: 100%;
    height: 100%;
    pointer-events: visible;
    display: block
}

.panel_checkboxes_select_block_mobile.show .mobile-select__popup {
    opacity: 1
}

.mobile-select__popup .select_dropdown {
    display: flex;
    flex-direction: column;
    height: 100%
}

.panel_checkboxes_select_block_mobile.show .select_dropdown {
    transform: translateX(0)
}

.panel_checkboxes_select_block_mobile .select_dropdown_items {
    padding: 20px 0 30px 37px;
    border: none;
    border-radius: 0;
    max-height: unset
}

.panel_checkboxes_select_block_mobile .select_dropdown_item {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    position: relative;
    padding: 0
}

.panel_checkboxes_select_block_mobile .select_dropdown_item:not(:last-child) {
    margin-bottom: 30px
}

.panel_checkboxes_select_block_mobile .select_dropdown_item.active::after {
    content: '';
    position: absolute;
    right: 36px;
    top: 50%;
    margin-top: -8px;
    width: 18px;
    height: 12px;
    background-image: url('/img/check-black.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.panel_checkboxes_select_block_mobile .panel_sort_block_select_item {
    padding: 0
}

.mobile-select__row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between
}

.panel_sort_block--dir_mobile {
    height: auto;
    position: relative;
    z-index: 10
}

.panel_sort_block--dir_mobile .panel_sort_block_inner {
    width: 151px;
    box-sizing: border-box
}

.panel_sort_block--dir_mobile .panel_sort_block_select_inner {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 5px -1px rgba(189,137,71,.5);
    padding: 7px;
    box-sizing: border-box
}

.panel_sort_block--dir_mobile .panel_sort_block_select {
    border: none;
    min-width: unset;
    width: auto;
    height: unset;
    padding: 0 7px;
    position: relative;
    width: 100%
}

.panel_sort_block--dir_mobile .panel_sort_block_select.show {
    box-shadow: none
}

.panel_sort_block--dir_mobile .panel_sort_block_item {
    width: 100%
}

.panel_sort_block--dir_mobile .panel_sort_block_select_item {
    color: #797a79;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px
}

.panel_sort_block--dir_mobile .panel_sort_block_select.show .panel_sort_block_select_item--selected {
    display: block
}

.client-mobile__wrapp {
    position: relative;
    width: 100%;
    line-height: 1.2
}

.client-mobile__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%
}

.client-mobile__name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    margin-right: 10px
}

.client-mobile__status {
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    padding: 2px 8px 3px 8px;
    box-sizing: border-box;
    color: #797a79;
    color: #58b159;
    background-color: #f0f8ef;
    position: relative;
    white-space: nowrap
}

.client-mobile__status_appointed_broker,.client-mobile__status_archive {
    padding-right: 23px
}

.client-mobile__status_archive,.client-mobile__status_aura_check_unique,.client-mobile__status_checking_for_uniqueness,.client-mobile__status_checking_mod_check_unique,.client-mobile__status_hide_check_unique,.client-mobile__status_nobble_check_unique,.client-mobile__status_paveletskaya_city_check_unique,.client-mobile__status_river_park_check_unique,.client-mobile__status_simfoniya_34_check_unique {
    background-color: #e2e2e2;
    color: #797a79
}

.client-mobile__status-icon {
    display: inline-block;
    position: absolute
}

.client-mobile__status_appointed_broker .client-mobile__status-icon {
    width: 10px;
    height: 12px;
    background-image: url('/img/shield-green.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    right: 7px;
    margin-top: -7px
}

.client-mobile__status_archive .client-mobile__status-icon {
    width: 8px;
    height: 8px;
    background-image: url('/img/garbage.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    right: 7px;
    margin-top: -4px
}

.client-mobile__phone {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 6px
}

.client-mobile__request {
    font-size: 12px;
    font-weight: 500;
    color: #c4c4c4
}

.client-mobile__bottom {
    margin-top: 11px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

.client-mobile__score {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 0 20px 0 7px;
    height: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #bd8947;
    position: relative
}

.modal__score .client-mobile__score {
    display: flex;
    font-size: 9px!important;
    padding: 0 14px 0 4px;
    height: 15px
}

.client-mobile__score_green {
    background-color: #8ac88b!important
}

.client-mobile__score_blue {
    background-color: #6d85c3!important
}

.client-mobile__score .additional_balance_count,.client-mobile__score .extra_additional_balance_count {
    font-size: 9px;
    font-weight: 500;
    min-width: 0;
    margin-left: 0
}

.client-mobile__score br {
    display: none
}

.client-mobile__score.hidden {
    opacity: 0
}

.client-mobile__score-medal {
    display: inline-block;
    width: 9px;
    height: 13px;
    background-image: url('/img/medal.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -7px
}

.modal__score .client-mobile__score-medal {
    width: 6px;
    height: 9px;
    right: 5px;
    margin-top: -5px
}

.client-mobile__date {
    font-size: 12px;
    font-weight: 500;
    color: #c4c4c4
}

.report_table.report_table_mobile .table_title_flex.report_table_title_flex {
    margin-top: 25px
}

.reports-mobile__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 18px;
    font-size: 14px;
    font-weight: 500;
    border: .2px solid #f0f0f0;
    box-shadow: 0 1px 4px rgba(0,0,0,.4);
    box-sizing: border-box
}

.reports-mobile__item .report_table_status {
    font-size: 12px
}

.reports-mobile__item:not(:last-child) {
    margin-bottom: 10px
}

.reports-mobile__item-btn {
    display: inline-block;
    text-decoration: none;
    line-height: 0;
    width: 20px;
    height: 20px;
    background-image: url('/img/dots.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.reports-mobile__item .report_table_actions_block {
    display: inline-block;
    text-decoration: none;
    line-height: 0;
    width: 20px;
    height: 20px
}

.reports-mobile__item .report_table_actions_block>picture img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.reports-mobile__item .report_table_actions_popup {
    z-index: 10
}

.panel_sort_block_range_mobile {
    position: absolute;
    top: calc(100% + 5px);
    left: -90px!important;
    right: unset!important;
    margin: 0;
    padding: 5px 7px
}

.panel_sort_block_range_mobile .panel_sort_block_range_input {
    padding: 7px 12px;
    font-size: 12px;
    line-height: 1.2;
    width: 61px
}

.rating_stat_progress.rating_stat_progress_mobile {
    min-height: 0!important;
    border: none;
    padding: 0!important;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start
}

.rating_stat_progress-diagramm {
    position: relative;
    margin: 0 auto
}

.rating_stat_progress-diagramm .rating-pie__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.panel_sort_block_range_mobile .panel_sort_block_range_send {
    padding: 7px 10px;
    font-size: 12px;
    height: unset;
    line-height: 1.2
}

.rating-pie__text-bottom,.rating-pie__text-top {
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.5
}

.rating-pie__text-top {
    font-weight: 600;
    text-align: center
}

.rating-pie {
    width: 150px;
    height: 150px
}

.rating-pie .pie_progress__svg {
    transform: rotate(90deg)
}

.rating_stat_progress-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px
}

.partner-card {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 27px 20px 29px
}

.partner-card__img {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    line-height: 0;
    border-radius: 100px;
    box-sizing: border-box;
    overflow: hidden
}

.partner-card__img .partner_img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%
}

.partner-card__center {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: auto;
    padding-left: 20px;
    box-sizing: border-box
}

.partner-card__name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.partner-card__name .partner-card__name-text {
    padding-right: 12px;
    position: relative;
    flex: 0
}

.partner-card__city {
    font-size: 14px;
    line-height: 1.5;
    color: #969696;
    margin-top: 1px
}

.partner-card__name-icon {
    display: inline-block;
    width: 9px;
    flex: 0 0 9px;
    height: 13px;
    background-image: url('/img/medal-gold.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.partner-card__rating {
    margin-top: auto;
    padding-top: 17px;
    box-sizing: border-box;
    display: flex;
    align-items: center
}

.partner-card__rating-position .arrow-down,.partner-card__rating-position .arrow-up {
    display: inline-block;
    width: 7px;
    height: 8px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.partner-card__rating-position .arrow-up {
    background-image: url('/img/arrow-up.svg')
}

.partner-card__rating-position .arrow-down {
    background-image: url('/img/arrow-down.svg')
}

.partner-card__rating-balance {
    margin-left: 5px
}

.partner-card__score {
    flex: 0 0 53px;
    width: 53px;
    height: 53px;
    border-radius: 100px;
    border: 2px solid #cda768;
    box-shadow: 0 1px 4px rgba(189,137,71,.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.partner-card__score-num {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #bd8947
}

.partner-card__score-text {
    font-size: 14px
}

.profile-page {
    width: 100%
}

.profile-page__row {
    display: flex;
    justify-content: space-between
}

.profile-page__left {
    width: calc(100% - 110px)
}

.profile-page__right {
    flex: 0 0 100px
}

.profile-page__right .account_info_img,.profile-page__right .account_info_img_block {
    margin: 0;
    width: 100%;
    height: 100px;
    max-width: 100px
}

.profile-page__name {
    font-size: 23px;
    font-weight: 600
}

.profile-page__email {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 500;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis
}

.profile-page__group {
    margin-bottom: 20px
}

.profile-page__item {
    font-size: 14px;
    font-weight: 500
}

.profile-page__item:not(:last-child) {
    margin-bottom: 8px
}

.profile-page__edit {
    font-size: 14px;
    color: #969696;
    margin-top: 9px
}

.profile-page__edit>a {
    color: #969696;
    text-decoration: none;
    position: relative
}

.profile-page__edit>a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 1px;
    background-color: #969696
}

.profile-page__btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #bd8947;
    border: 1px solid #bd8947;
    border-radius: 3px;
    padding: 15px;
    width: 100%;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box
}

.account_info_img_edit.account_info_img_edit_profile-page {
    background-color: rgba(64,64,64,.8);
    width: 22px;
    height: 21px
}

.account_info_img_edit.account_info_img_edit_profile-page svg {
    width: 12px;
    height: 15px
}

.account_info_img_edit.account_info_img_edit_profile-page path {
    fill: #fff
}

.profile-wrapper {
    min-height: 60vh
}

.lowercase {
    text-transform: lowercase!important
}

.card_image_block img {
    width: 203px;
    height: 203px;
    border-radius: 100%;
    border: 2px solid #bd8947;
    display: block
}

.card_text_name {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 130%;
    margin: 0
}

.card_text_position {
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    margin: 0
}

.card_text_link {
    font-weight: 400;
    font-size: 28px;
    line-height: 130%;
    color: #fff;
    text-decoration: none
}

.card_text_link_phone {
    font-weight: 600
}

.card_inner {
    display: flex;
    flex-wrap: wrap
}

.card_text_block {
    padding-left: 70px;
    width: 100%
}

.card_image_block {
    width: 211px
}

.card_top {
    display: flex;
    width: 100%
}

.card_text_buttons {
    width: 100%;
    margin-top: 60px;
    display: flex
}

.card_text_button {
    background: rgb(44 44 44);
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 57px;
    width: 350px;
    text-decoration: none;
    position: relative;
    overflow: hidden
}

.card_text_button+a.card_text_button {
    margin-left: 26px
}

.card_text_button.card_text_button_whatsapp {
    color: #b1d899
}

.card_text_button.card_text_button_telegram:before,a.card_text_button.card_text_button_whatsapp:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.card_text_button.card_text_button_telegram:before {
    background: linear-gradient(180deg,#a7cbdf 0,rgba(167,203,223,0) 100%)
}

.card_text_button.card_text_button_whatsapp:before {
    background: linear-gradient(180deg,#b1d899 0,rgba(177,216,153,0) 100%)
}

.card_text_button.card_text_button_telegram:after,a.card_text_button.card_text_button_whatsapp:after {
    content: '';
    background: rgb(44 44 44);
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: 1;
    border-radius: 3px
}

.card_text_button.card_text_button_telegram {
    color: #a7cbdf
}

.card_text_button:hover {
    opacity: .95
}

.card_text_links {
    margin-top: 32px
}

.card_text_button span {
    position: relative;
    z-index: 2
}

.account_right_links {
    position: absolute;
    right: 125px;
    top: 50px;
    z-index: 1
}

.account_right_link {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 17px;
    line-height: 130%;
    color: #fff;
    text-decoration: none
}

.wwCountPicker {
    max-width: 107px
}

.broker_tour_modal .btn[disabled] {
    opacity: .5;
    pointer-events: none
}

.modal_tour_error_text,.modal_tour_success_text {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #464646
}

.broker_tour_btn_loader {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    display: none
}

.broker_tour_btn.loading .broker_tour_btn_loader {
    display: block
}

.modal_tour_error_text {
    color: #db7f7f
}

.multiple_with_input_select+span .select2-selection--multiple .select2-selection__choice {
    background: 0 0;
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block
}

.multiple_with_input_select+span .select2-selection--multiple .select2-selection__choice__remove {
    display: none
}

.multiple_with_input_select+span .select2-selection--multiple .select2-selection__choice+.select2-selection__choice:before {
    content: ', '
}

.multiple_with_input_select+span .select2-selection--multiple .select2-selection__rendered {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: 50px
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: #444
}

.select2-results__options::-webkit-scrollbar {
    width: 10px
}

.select2-results__options::-webkit-scrollbar-track {
    background-color: transparent
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    border-color: #fff;
    border-radius: 10px;
    border: 3px solid #fff;
    border-left-width: 4px
}

ul.select2-selection__rendered,ul.select2-selection__rendered * {
    cursor: pointer!important
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ddd!important;
    color: inherit!important
}

li.select2-results__option {
    padding: 14px 20px;
    font-family: Montserrat,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    color: #131638
}

li.select2-results__option:not(:first-child) {
    border-top: 1px solid #e1e1e1
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 13px 20px;
    height: 40px;
    font-family: Montserrat,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 110%;
    display: flex;
    align-items: center;
    color: #131638
}

select.select2-hidden-accessible {
    width: 100%!important;
    height: 50px!important;
    z-index: 0
}

.big_height .select2-results__options {
    max-height: 330px!important
}

.note-editor .note-editing-area {
    background: #fff
}

.note-modal-footer {
    height: auto
}

.note-modal-footer .note-btn,.note-modal-footer .note-file-btn {
    height: auto;
    padding: 12px;
    width: 100%;
    background: #bd8947;
    border: none;
    float: none;
    position: relative;
    color: #fff
}

.note-modal-footer .note-btn:hover,.note-modal-footer .note-file-btn:hover {
    background: #bd8947;
    border: none;
    opacity: .9
}

.note-modal-footer {
    height: auto!important
}

.note-modal-content .form-group.note-group-image-url {
    overflow: hidden!important
}

.note-insert i.note-icon-file {
    top: 3px;
    position: relative
}

.note-modal-footer .note-btn {
    float: none!important
}

.education_fields_groups .fields_group,.education_fields_groups .select_group {
    width: 100%;
    max-width: 100%
}

.education_fields_groups .buttons_block {
    justify-content: center;
    padding-bottom: 0;
    margin-bottom: 0
}

.client_mobile_broker_info_name_block {
    font-size: 14px;
    font-style: normal;
    font-weight: 700
}

.client_mobile_broker_info_name_block b {
    width: 100%;
    display: inline-block
}

.client_mobile_broker_phone {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #000;
    padding-right: 28px;
    text-decoration: none
}

.client_mobile_broker_email {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    color: #000
}

.client_mobile_broker_whatsapp {
    margin-right: 10px;
    text-decoration: none
}

.client_mobile_broker_tg {
    text-decoration: none
}

.modal_mobile .client_mobile_broker_info p,.modal_mobile p.client_mobile_broker_info_name_block {
    margin: 0 0 7px 0
}

.client_mobile_broker_phone_block {
    margin: 0 0 7px 0
}

.client_mobile_broker_whatsapp img {
    width: 17px;
    height: 17px
}

.client_mobile_broker_tg img {
    width: 22px;
    height: 17px
}

.select_group_buttons_item {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration: none;
    position: relative;
    color: #464646
}

.select_group_buttons_item.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    bottom: -4px;
    left: 0
}

.select_group_buttons_item+.select_group_buttons_item {
    margin-left: 17px
}

.select_group_buttons {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 15px;
    padding-bottom: 2px;
    width: 100%
}

.select_group_buttons_items {
    width: 100%
}

.select_group_buttons_item.active {
    font-weight: 600;
    pointer-events: none
}

.select_group_buttons.select_group_sub_buttons {
    border: none
}

.select_group_buttons.select_group_sub_buttons .select_group_buttons_items {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 8px
}

.select_group_buttons.select_group_sub_buttons .select_group_buttons_item::after {
    display: none
}

.select_group_buttons.select_group_sub_buttons .select_group_buttons_item {
    padding: 3px 5px;
    background-color: #f7f7f7;
    border-radius: 4px;
    margin: 0
}

.select_group_buttons.select_group_sub_buttons .select_group_buttons_item.active {
    background-color: #bd894733;
    font-weight: 400
}

.summernote_upload_progress_line {
    border-radius: 5px;
    display: inline-block;
    background: #d0aa79 linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

.summernote_upload_progress {
    background: rgba(0,0,0,.05);
    border-radius: 26px;
    height: 10px;
    width: 100%;
    display: flex
}

.summernote_upload_info {
    width: 100%;
    margin-top: 5px
}

.title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 60px
}

.panel_center_block_inner .title-row .partner_name {
    line-height: 1;
    margin: 0
}

.title-row__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex: 0 0 410px;
    gap: 8px
}

.admin_partners_wrapper .panel_filter_block .search_form {
    width: 503px;
    position: relative
}

.admin_partners_wrapper .panel_filter_block input {
    background-color: transparent;
    border: 1px solid #ececec;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%
}

.search_form .btn {
    position: absolute;
    right: 0
}

.btn_search {
    background-color: transparent;
    border: none;
    padding: 0 28px
}

.btn_search img {
    width: 20px
}

@media (max-width: 1440px) {
    .title-row {
        margin-bottom:40px
    }

    .account_wrapper .panel_center_block_inner .title-row .partner_name {
        margin: 0
    }
}

@media (max-width: 767px) {
    .title-row {
        margin:0;
        display: block
    }

    .title-row__tags {
        margin: 10px 0 0;
        justify-content: flex-start
    }

    .title-row__tags .tag__tooltip {
        display: none
    }
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@media(max-width: 500px) {
    .select_group_buttons_item+.select_group_buttons_item {
        margin-left:10px
    }
}

@media(max-width: 450px) {
    .select_group_buttons_item {
        font-size:15px
    }

    .select_group_buttons_item+.select_group_buttons_item {
        margin-left: 8px
    }
}

@media(max-width: 360px) {
    .select_group_buttons_item {
        font-size:15px
    }

    .select_group_buttons_item+.select_group_buttons_item {
        margin-left: 5px
    }
}

@media(max-width: 330px) {
    .select_group_buttons_item {
        font-size:13px
    }

    .select_group_buttons_item+.select_group_buttons_item {
        margin-left: 10px
    }
}

.fields_group--row {
    display: flex;
    align-items: flex-start;
    gap: 20px
}

.fields_group--row .fields_group_item {
    flex: 1
}

.fields_group--row .fields_group_checkboxes {
    flex: 0 0 auto;
    padding-bottom: 10px
}

.fields_group--row .checkbox_label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.fields_group--row .checkbox_label input[type=checkbox] {
    margin: 0
}

@keyframes shaking {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(5px)
    }

    50% {
        transform: translateX(-5px)
    }

    75% {
        transform: translateX(5px)
    }

    100% {
        transform: translateX(0)
    }
}

.bubble_popup.shake {
    animation: shaking .25s
}

body:not(.is_mobile) .bubble_popup {
    position: absolute;
    max-width: 295px;
    margin-left: 30px;
    top: 20px;
    left: 100%;
    width: 100%;
    transform: translateY(-30px)
}

body:not(.is_mobile) .bubble_popup_content {
    background: #fff;
    border: 1px solid rgba(31,36,90,.1);
    border-radius: 20px;
    padding: 17px;
    color: #000
}

body.is_mobile .bubble_popup {
    position: relative;
    left: auto;
    width: 100%
}

.phone_code_bubble_popup_mobile_block>.bubble_popup {
    margin: 10px 0
}

[data-tab=sms] .phone_code_bubble_popup_mobile_block {
    margin: 10px 0 30px 0
}

body:not(.is_mobile) .bubble_popup_content:before {
    content: '';
    background: url(/img/corner.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: -14px;
    top: 20px
}

.bubble_popup_title {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    display: inline-block;
    width: 100%
}

.bubble_popup_text {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    display: inline-block
}

.bubble_popup_title+.bubble_popup_text {
    margin-top: 12px
}

.bubble_popup_title--wrong {
    color: #c54646;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: .01em;
    margin-bottom: 0
}

body.is_mobile .bubble_popup_title--wrong {
    color: #cb7777
}

.bubble_popup_toggle_content {
    display: none;
    margin-top: 15px
}

.bubble_popup_btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #232860;
    text-decoration: none;
    display: inline-block;
    margin: 0
}

body.is_mobile .bubble_popup_btn {
    color: #cb7777
}

body.is_mobile .bubble_popup_btn.disabled {
    color: #c18f6d
}

.bubble_popup_btn.disabled {
    pointer-events: none
}

.bubble_popup_btn:hover {
    color: #c54646
}

.bubble_popup_counter {
    color: #131638
}

body.is_mobile .bubble_popup_counter {
    color: #c18f6d
}

@media(max-width: 1785px) {
    body:not(.is_mobile) .register_wrapper .bubble_popup {
        margin-bottom:30px;
        bottom: 48px;
        left: 18rem;
        width: 100%;
        top: auto;
        z-index: 2;
        margin-left: auto;
        transform: translateY(-9px)
    }

    body:not(.is_mobile) .register_wrapper .bubble_popup_content:before {
        left: 15px;
        bottom: -14px;
        transform: rotate(-90deg);
        top: auto
    }

    body:not(.is_mobile) .register_wrapper .bubble_popup {
        margin-bottom: 18px
    }
}

@media(max-width: 1770px) {
    body:not(.is_mobile) .login_wrapper .bubble_popup {
        margin-bottom:30px;
        bottom: 48px;
        left: 0;
        width: 100%;
        top: auto;
        z-index: 2;
        margin-left: auto
    }

    body:not(.is_mobile) .login_wrapper .bubble_popup_content:before {
        left: 15px;
        bottom: -14px;
        transform: rotate(-90deg);
        top: auto
    }
}

.modal_inner_content_news {
    padding: 74px 0 20px;
    max-width: 100%;
    height: 100%;
    box-sizing: border-box;
    width: 100%
}

.modal_news_header_tag {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #0c1b20;
    background: #f3f4f4;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    margin: 0 0 6px 6px;
    line-height: 1;
    width: max-content;
    max-width: max-content;
    min-width: max-content
}

a.active.modal_news_header_tag {
    background: rgba(31,36,90,.5);
    color: #fff
}

.modal_news_header_tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 -6px -6px
}

.modal_news_header_tags_block {
    display: flex
}

.modal_news_header_tag:not(.active):hover {
    opacity: .9;
    cursor: pointer
}

.modal_news_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 43px 20px 80px;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.modal_news_content {
    display: flex;
    position: relative;
    width: 100%;
    max-height: calc(100% - 20px);
    box-sizing: border-box;
    padding-bottom: 20px
}

.modal_news_add {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    color: #bd8947;
    margin-left: 30px;
    white-space: nowrap;
    padding: 2px 0
}

.modal_news_item_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    color: #0c1b20;
    margin: 0 0 19px 0
}

.modal_news_item_title+.modal_news_item_content>h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child {
    margin-top: 0
}

.modal_news_item_content {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    overflow: hidden;
    position: relative
}

.modal_news_item_content img {
    max-width: 100%
}

.modal_news_item_content>p:first-child {
    margin-top: 0
}

.modal_news_item_content>p:first-child:empty {
    margin: 0
}

.modal_news_item_content>p:first-child:empty+h2,.modal_news_item_content>p:first-child:empty+h3,.modal_news_item_content>p:first-child:empty+h4,.modal_news_item_content>p:first-child:empty+h5,.modal_news_item_content>p:first-child:empty+h6,.modal_news_item_content>p:first-child:empty+p {
    margin-top: 0
}

.modal_news_item_content a {
    background-color: transparent!important;
    color: #bd8947!important
}

.modal_news_item_content ul {
    line-height: 1.5
}

.modal_news_item_content.open {
    max-height: max-content
}

.modal_news_item_content:after {
    content: '';
    position: absolute;
    background: 0 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    left: 0
}

.modal_news_item_content.open:after {
    display: none
}

.news_item_action {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #bd8947;
    text-decoration: underline
}

.news_item_action:hover {
    opacity: .9;
    cursor: pointer
}

.modal_news_item_footer {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.modal_inner_content_news_edit {
    padding: 70px 80px;
    max-width: 100%;
    width: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    height: 100%
}

.modal_inner_content_news_edit .fields_groups .fields_group,.modal_inner_content_news_edit .fields_groups .select_group {
    width: 100%;
    max-width: 100%
}

.modal_inner_content_news_edit .modal_title {
    font-weight: 500;
    font-size: 35px;
    line-height: 100%;
    text-align: left;
    justify-content: flex-start
}

.modal_inner_content_news_edit .buttons_block {
    justify-content: center;
    padding-bottom: 0;
    margin-bottom: 0
}

.modal_inner_content_news_edit .fields_group_directions {
    margin: 35px 0
}

.fields_group_directions .fields_group_checkbox_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    display: flex;
    align-items: center;
    padding-left: 7px
}

.fields_group_directions .fields_group_checkbox_label {
    display: flex;
    align-items: center;
    margin: 5px 15px;
    cursor: pointer;
    min-width: 123px;
    max-width: 123px
}

.fields_group_directions .fields_group_checkbox {
    display: none
}

.fields_group_directions input:checked+.fields_group_checkbox_box:after {
    content: '';
    background: url('/img/check-color-small.svg');
    display: block;
    position: relative;
    width: 20px;
    height: 19px;
    filter: brightness(9)
}

.fields_group_directions .fields_group_checkboxes {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: -5px -15px;
    justify-content: left
}

.fields_group_directions .fields_group_checkbox_box {
    background: #fafafa;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    width: 17px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center
}

.fields_group_directions input:checked+.fields_group_checkbox_box {
    background: #d7d7d7;
    border: 1px solid #d7d7d7;
    border-radius: 2px
}

.news_fields_groups .note-editor.note-frame {
    max-width: 100%;
    width: 100%!important
}

.news_fields_groups .note-editor.note-frame img {
    max-width: 100%!important
}

.news_fields_groups .fields_group_lang {
    background: rgb(189 137 71 / 19%);
    display: inline-block;
    padding: 0 8px;
    border-radius: 3px;
    font-size: 12px;
    color: #bd8947;
    margin-left: 5px
}

.news_fields_groups .field_label {
    display: flex;
    align-items: center
}

.modal_news_item--hidden .modal_news_item_content,.modal_news_item--hidden .modal_news_item_title {
    opacity: .5
}

.news_item_action--delete {
    color: #d85858
}

.modal_news_item_actions_right .news_item_action+.news_item_action {
    padding-left: 10px
}

.news_modal_info_title {
    font-weight: 500;
    font-size: 35px;
    line-height: 100%;
    color: #464646;
    border-bottom: 2px solid rgba(19,22,56,.1);
    margin: 0;
    padding-bottom: 10px
}

.news_modal_info_header {
    margin-bottom: 40px
}

.news_modal_info_content {
    font-family: Montserrat,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #000
}

.news_modal_layer {
    width: 100%
}

.news_modal_info_action {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    color: #bd8947
}

.news_modal_info_action:hover {
    cursor: pointer;
    opacity: .9
}

.modal_news_item.unread:before {
    display: none;
    border-radius: 100%;
    content: '';
    background: #bd8947;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: -30px;
    top: 13px
}

.modal_news_items {
    margin: 20px 43px 0 80px;
    padding-right: 8px;
    overflow: auto;
    width: 100%
}

.modal_news_items::-webkit-scrollbar {
    border-radius: 4px;
    width: 6px;
    background-color: #f3f4f4
}

.modal_news_items::-webkit-scrollbar-track {
    background: 0 0
}

.modal_news_items::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #e7e9e9
}

.modal_news_item {
    position: relative;
    background-color: #f3f4f4;
    border-radius: 4px;
    padding: 20px
}

.modal_news_item:not(:first-child) {
    margin-top: 8px
}

.news_load_more {
    height: 1px
}

.note-editor .note-editing-area {
    background: #fff
}

.modal_inner_content.modal_inner_content_news_info {
    padding: 70px 90px 70px 90px;
    max-width: 100%;
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
    width: 100%
}

.news_modal_info_content img {
    max-width: 100%;
    border-radius: 2px
}

.article_last_change,.news_last_change {
    font-size: 14px;
    color: #555
}

.news_modal_layer.loading {
    opacity: 0
}

.panel_wrapper_right_content {
    display: flex;
    justify-content: flex-end
}

.panel_wrapper_right_content a {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    text-align: right;
    color: #bd8947;
    display: inline-block;
    margin: 10px 0;
    text-decoration: none
}

.fields_group--disabled {
    opacity: .5;
    pointer-events: none
}

.news-skeleton {
    height: 218px;
    animation: skeleton .5s infinite ease-in-out
}

@keyframes skeleton {
    0% {
        background-color: #f3f3f4
    }

    50% {
        background-color: #e7e9e9
    }

    100% {
        background-color: #f3f3f4
    }
}

input[type=date]::-webkit-calendar-picker-indicator {
    display: none!important
}

.news-publish-block {
    display: flex;
    gap: 35px;
    margin: 35px 0
}

.news-date-field {
    flex: 1;
    margin-right: 35px
}

.news-date-input {
    background: #f8f8f8;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    height: 40px;
    padding: 8px 12px;
    width: 100%;
    font-size: 14px;
    color: #333
}

.news-display-field {
    flex: 1
}

.news-checkbox-wrapper {
    border-radius: 4px;
    display: flex
}

.news-checkbox-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.news-checkbox-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    user-select: none
}

.news-checkbox-input:checked+.news-checkbox-label .news-checkbox-box:after {
    content: '';
    background: url('/img/check-color-small.svg');
    display: block;
    position: relative;
    width: 20px;
    height: 19px;
    filter: brightness(9)!important
}

.news-checkbox-box {
    background: #fafafa;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    width: 17px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px
}

.news-checkbox-input:checked+.news-checkbox-label .news-checkbox-box {
    background: #d7d7d7;
    border: 1px solid #d7d7d7;
    border-radius: 2px
}

#allrecords {
    --gold: #B88C55
}

.landing-container {
    max-width: 1720px;
    padding: 0 20px;
    margin: 0 auto
}

.landing-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000a0d!important;
    border-radius: 8px;
    background: #f2f2f3;
    font-size: 16px;
    font-weight: 450;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 0 32px;
    height: 60px
}

.landing-btn.landing-btn_accent {
    color: #fff!important;
    background: var(--gold,radial-gradient(75.61% 66.19% at 50% 13.01%,rgba(255,255,255,.2) 0,rgba(255,255,255,0) 100%),linear-gradient(85deg,#b88c55 0,#bd8947 99.54%))
}

@media (max-width: 1500px) and (min-width:1025px) {
    .landing-container {
        max-width:1312px
    }

    .landing-btn {
        font-size: 14px;
        height: 50px;
        padding: 0 25px
    }
}

.first-screen,.first-screen * {
    box-sizing: border-box
}

.first-screen {
    min-height: 100vh;
    max-height: 1080px;
    line-height: 1;
    position: relative;
    font-family: Futura PT;
    margin-bottom: 80px
}

.first-screen__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 58.8543%;
    height: 100%;
    background-image: url('/img/landing/first-screen.jpg');
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat
}

.first-screen.is-en .first-screen__bg {
    background-image: url('/img/landing/first-screen_en.jpg')
}

.first-screen__bg .landing-container {
    height: 100%;
    position: relative
}

.first-screen__header {
    padding-top: 40px
}

.first-screen__header-inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 5
}

.first-screen__logo {
    width: 105px
}

.first-screen__logo img {
    width: 100%
}

.first-screen__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
    font-weight: 500;
    color: #fff
}

.first-screen__phone {
    font-size: 24px
}

.first-screen__phone-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 18px
}

.first-screen__phone-label::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #a9d300;
    animation: pulse 2s infinite
}

.first-screen__container {
    display: flex
}

.first-screen__content {
    width: calc(840px + ((100vw - 1720px)/ 2 + 20px));
    position: relative
}

.first-screen__content .landing-container {
    padding-right: 0;
    padding-left: calc((100vw - 1720px)/ 2 + 20px)
}

.first-screen__content-text {
    position: relative;
    margin-top: 12em;
    z-index: 5;
    padding-bottom: 1em
}

.first-screen__content::before {
    content: '';
    position: absolute;
    right: 193px;
    top: 0;
    width: calc(100% - 193px);
    height: 100%;
    background-color: #fff
}

.first-screen__content::after {
    content: '';
    position: absolute;
    top: 0;
    right: 1px;
    width: 193px;
    height: 100%;
    background-image: url('/img/landing/round.svg');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat
}

.first-screen__person {
    display: flex;
    flex-direction: column;
    width: 172px;
    gap: 7px;
    color: #fff;
    position: absolute;
    left: calc(100% + 46px);
    bottom: 180px
}

.first-screen__name {
    font-family: "PP Right Gothic";
    font-size: 24px;
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: .72px;
    text-transform: uppercase
}

.first-screen__position {
    font-size: 16px;
    line-height: 1;
    opacity: .8
}

.first-screen__preheader {
    font-size: 24px;
    font-style: normal;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 42px;
    max-width: 600px;
    opacity: .8
}

.first-screen__title {
    font-family: "PP Right Gothic";
    font-size: 60px;
    font-style: normal;
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: 1.8px;
    max-width: 800px;
    text-transform: uppercase;
    margin-bottom: 11px
}

.first-screen__title span {
    color: #bc8e52
}

.first-screen__subtitle {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: .72px;
    text-transform: uppercase;
    margin-bottom: 51px
}

.first-screen__info {
    font-size: 24px;
    max-width: 720px;
    line-height: 1.2;
    opacity: .8
}

.first-screen .first-screen__note,.first-screen__note {
    padding-left: 13px!important;
    font-size: 16px;
    margin-top: 33px;
    margin-bottom: 0;
    line-height: 1.2;
    opacity: .8;
    max-width: 443px;
    list-style-type: none
}

.first-screen__note li {
    position: relative
}

.first-screen__note li::marker {
    display: none
}

.first-screen__note li::before {
    content: '* ';
    position: absolute;
    left: -.8em
}

.first-screen__row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 58px
}

.first-screen__bg-mobile {
    display: none
}

@media (min-width: 1501px) {
    .first-screen.is-en .first-screen__content-text {
        margin-top:13em
    }
}

@media (min-width: 1025px) {
    .first-screen.is-en .first-screen__note {
        margin-top:90px
    }

    .first-screen {
        display: flex
    }

    .first-screen__header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }
}

@media (min-resolution: 2dppx) {
    .first-screen__bg {
        background-image:url('/img/landing/first-screen@1.5x.jpg')
    }

    .first-screen.is-en .first-screen__bg {
        background-image: url('/img/landing/first-screen_en@1.5x.jpg')
    }
}

@keyframes pulse {
    0% {
        transform: scale(.8);
        box-shadow: 0 0 0 0 rgba(#a9d300,.7)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 .4em rgba(#a9d300,0)
    }

    100% {
        transform: scale(.8);
        box-shadow: 0 0 0 0 rgba(#a9d300,0)
    }
}

@media (max-width: 1720px) {
    .first-screen__content .landing-container {
        padding:0 20px
    }

    .first-screen__content {
        width: 840px;
        position: relative
    }
}

@media (max-width: 1500px) and (min-width:1025px) {
    .first-screen__content .landing-container {
        padding-left:calc((100vw - 1322px)/ 2 + 20px)
    }

    .first-screen.is-en .first-screen__content-text {
        margin-top: 11em
    }

    .first-screen__header {
        padding-top: 25px
    }

    .first-screen__logo {
        width: 82px
    }

    .first-screen__phone {
        font-size: 22px
    }

    .first-screen__preheader {
        font-size: 20px;
        max-width: 470px;
        margin-bottom: 32px
    }

    .first-screen__content-text {
        margin-top: 9em
    }

    .first-screen__title {
        font-size: 48px;
        margin-bottom: 3px
    }

    .first-screen__subtitle {
        font-size: 20px;
        margin-bottom: 39px
    }

    .first-screen__info {
        font-size: 20px;
        max-width: 600px
    }

    .first-screen__row {
        margin-top: 45px;
        gap: 15px
    }

    .first-screen__note {
        font-size: 14px;
        margin-top: 18px
    }

    .first-screen__person {
        gap: 1px;
        left: calc(100% + -11px);
        bottom: unset;
        top: 600px
    }

    .first-screen__name {
        font-size: 22px
    }

    .first-screen__position {
        font-size: 14px
    }
}

@media (max-width: 1500px) {
    .first-screen__content .landing-container {
        padding-left:calc((100vw - 1322px)/ 2 + 20px)
    }

    .first-screen__content {
        width: 750px
    }
}

@media (max-width: 1322px) {
    .first-screen__content .landing-container {
        padding:0 20px
    }
}

@media (max-width: 1024px) {
    .first-screen {
        overflow:unset;
        max-height: unset;
        height: unset;
        margin-bottom: 0
    }

    .first-screen__content .landing-container {
        padding: 0 20px
    }

    .first-screen__header {
        padding-top: 20px
    }

    .first-screen__logo {
        width: 33px
    }

    .first-screen__contacts {
        color: #000
    }

    .first-screen__phone {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1
    }

    .first-screen__phone-label {
        display: none
    }

    .first-screen__phone::before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 10px;
        background-color: #a9d300;
        animation: pulse 2s infinite
    }

    .first-screen__bg {
        display: none
    }

    .first-screen__container {
        position: static;
        margin-bottom: 10px
    }

    .first-screen__content-text {
        margin-top: 0
    }

    .first-screen__preheader {
        margin-top: 13px;
        margin-bottom: 30px;
        font-size: 14px;
        max-width: 280px;
        text-transform: none;
        letter-spacing: normal;
        line-height: 1.1
    }

    .first-screen__title {
        font-size: 30px;
        text-align: center;
        margin: 0 auto 10px;
        letter-spacing: normal;
        line-height: 1.2
    }

    .first-screen__subtitle {
        font-size: 16px;
        line-height: 1.2;
        max-width: 100%;
        text-align: center;
        margin-bottom: 30px
    }

    .first-screen__info {
        font-size: 16px;
        line-height: 1.2;
        max-width: 100%;
        text-align: center;
        margin-bottom: 21px
    }

    .first-screen__row {
        flex-direction: column;
        gap: 4px;
        margin-top: -5.9em;
        position: relative;
        z-index: 2
    }

    .first-screen__row .landing-btn {
        width: 315px;
        padding: 0 30px
    }

    .first-screen .first-screen__note,.first-screen__note {
        padding-left: 33px!important;
        font-size: 12px;
        margin-top: 22px;
        font-size: 12px
    }

    .first-screen__note li {
        opacity: .5
    }

    .first-screen__bg-mobile {
        display: block;
        margin: 0 -20px;
        position: relative;
        overflow: hidden
    }

    .first-screen__bg-mobile img {
        display: block;
        width: 100%
    }

    .first-screen__bg-mobile::after {
        content: '';
        position: absolute;
        top: calc(100% - 50px);
        left: 50%;
        width: calc(100vw * 2);
        height: calc(100vw * 2 / 5);
        border-radius: 100%;
        background-color: #fff;
        filter: blur(16px);
        transform: translateX(-50%)
    }

    .first-screen__content {
        width: 100%
    }

    .first-screen__person {
        left: 20px;
        bottom: 280px;
        z-index: 5;
        max-width: 120px
    }
}

@media(min-width: 1800px) {
    .rating_stat_block .rating_stat_place .rating_text:first-child {
        width:180px
    }
}

@media(min-width: 2400px) and (max-height:1080px) {
    .wrapper.wrapper_background {
        background-size:50%
    }
}

@media(max-width: 1800px) {
    .stats_block .item {
        width:300px;
        height: 300px
    }

    .account_info_img,.account_info_img_block {
        width: 200px;
        height: 200px
    }

    .account_info_img_edit {
        right: 20px;
        bottom: 0
    }

    .panel_right_block {
        padding-left: 100px
    }

    .table.referrals__table .table_line_col_group:nth-child(2) {
        width: 420px
    }

    .table.referrals__table .table_line_col_group:last-child {
        margin-left: 10px
    }
}

@media(max-width: 1920px) and (max-height:800px) {
    .wrapper.wrapper_background {
        background-size:contain
    }
}

@media(max-width: 1700px) {
    .stats_block .item {
        width:270px;
        height: 270px
    }

    .helper_content.helper_content--client_broker_name {
        right: 0!important
    }

    .stats_block .item .stats_item_inner .stat_value {
        font-size: 80px
    }

    .stats_block .item .stats_item_inner .helper {
        right: -24px
    }

    .report_table_filter_sort {
        margin-left: auto
    }

    .table_filter_tags {
        margin: 10px 0 10px 0;
        display: flex;
        flex-wrap: wrap
    }

    .table_title_flex.report_table_title_flex {
        flex-wrap: wrap
    }

    .report_table .panel_sort_block {
        margin-left: -30px
    }

    .card_text_button {
        width: 50%
    }
}

@media(max-width: 1640px) {
    .input_grey {
        width:100%
    }

    .panel_filter_block form {
        display: inline-block
    }

    .account_wrapper .table_line_row .table_line_col_group .table_line_vector {
        padding-right: 50px
    }

    .left_side_inner .left_side_title {
        font-weight: 600;
        font-size: 35px;
        line-height: 120%;
        letter-spacing: .01em
    }

    .home_wrapper .left_side_title {
        font-size: 33px;
        line-height: 115%
    }

    .left_side_text {
        font-size: 19px
    }

    .stats_block .item {
        width: 252px;
        height: 252px
    }

    .stats_block .item .stats_item_inner .helper {
        right: -15px
    }

    .account_wrapper .panel_left_block {
        padding-right: 50px
    }
}

@media(max-width: 1500px) {
    .table_line_col .black_link,.table_line_col .partner_role_text {
        width:100%
    }

    .account_wrapper .table_line_row .table_line_col_group {
        flex-wrap: wrap
    }

    .account_wrapper .table_line_row .table_line_col_group .table_line_more,.account_wrapper .table_line_row .table_line_col_group .table_line_vector {
        width: 100%;
        padding: 14px 0 0 0
    }

    .table .table_line_col h3 {
        margin-bottom: 7px
    }
}

@media(max-width: 1580px) {
    .index_wrapper .left_side_inner {
        padding:0 40px 40px 70px
    }
}

@media(max-width: 1440px) {
    .stats_block .item .stats_item_inner .helper {
        right:-25px
    }

    .panel_filter_block_clear {
        margin: 0
    }

    .modal .modal_title {
        font-size: 42px;
        margin-bottom: 30px
    }

    .modal_text.modal_thanks_text {
        margin-bottom: 50px
    }

    .modal_inner_content .buttons_block {
        margin-top: 0
    }

    .client_info_modal .modal_inner_content .buttons_block {
        margin-top: 80px
    }

    .modal_inner_content .buttons_block a:nth-child(2n) {
        margin: 0;
        width: 50%
    }

    .modal_inner_content .buttons_block a:first-child {
        width: 50%;
        margin-right: 10px
    }

    .stats_block .item .stats_item_inner .helper {
        right: -25px
    }

    .modal .modal_inner_content {
        max-width: 450px;
        max-width: -webkit-fill-available
    }

    .add_client_modal .modal_inner_content,.add_client_modal .modal_title,.edit_user_info_modal .modal_inner_content,.edit_user_info_modal .modal_title {
        max-width: 502px
    }

    .account_info_text_item {
        margin-bottom: 40px
    }

    .white_panel,.wrapper.white_panel.account_wrapper {
        padding: 0 60px
    }

    .panel_right_block {
        padding-left: 30px
    }

    .account_wrapper .panel_center_block_inner .partner_name {
        margin-bottom: 40px
    }

    .rating_wrapper .table .table_line_col .partner_img {
        width: 80px;
        height: 80px;
        min-width: 80px;
        min-height: 80px
    }

    .wrapper.white_panel.account_wrapper .sidebar--exclusive {
        padding-top: 90px
    }

    .stats_block .item {
        width: 250px;
        height: 250px
    }

    .stats_block .item .stats_item_inner .stat_value {
        font-size: 70px
    }

    .stats_block .item .stats_item_inner .stat_infinity {
        height: 52px
    }

    .account_info_links,.account_info_text {
        padding: 0 30px
    }

    .account_info_img,.account_info_img_block {
        width: 162px;
        height: 162px
    }

    .account_info_block {
        padding: 30px 0 60px 0
    }

    .right_side_container {
        max-width: 280px
    }

    .account_info_img_block {
        margin-bottom: 30px
    }

    .account_info_links .account_info_link,.account_info_text,.stats_block .item .stats_item_inner .stat_text {
        font-size: 16px
    }

    .table_line_col_vector_value .partner_rating_vector {
        padding-right: 50px
    }

    .rating_wrapper .table .table_line_col h3 {
        font-size: 18px;
        line-height: 22px;
        min-width: 160px
    }

    .rating_wrapper .table_line_col .partner_city {
        font-size: 14px
    }

    .rating_wrapper .table_line_col .partner_total_rating_value,.table_line_col .partner_rating_value,.table_line_col .partner_rating_vector {
        font-size: 18px
    }

    .rating_banners .rating_banner_left,.rating_banners .rating_banner_right {
        height: 550px;
        padding: 100px 0 0 90px;
        background-size: cover
    }

    .rating_banner_content {
        max-width: 300px
    }

    .rating_banners .label {
        font-size: 10px;
        line-height: 12px
    }

    .rating_banners .title {
        font-size: 32px
    }

    .rating_banners .desc {
        font-size: 14px
    }

    .left_side_inner .left_side_title {
        font-size: 30px
    }

    .left_side_inner .left_side_title .helper_img {
        width: 19px;
        height: 19px
    }

    .left_side_inner .left_side_title .helper .helper_content {
        top: 50px
    }

    .logo_block .logo {
        width: 67px
    }

    .left_side_footer {
        font-size: 13px;
        line-height: 16px
    }

    .wrapper .left_side_inner {
        padding: 0 90px 40px 90px
    }

    .index_wrapper .left_side_inner {
        padding: 0 20px 40px 70px
    }

    .wrapper .buttons_block {
        margin-top: 20px;
        margin-bottom: 30px
    }

    .index_wrapper .buttons_block a {
        padding: 0 25px
    }

    .wrapper .left_side_inner .description_block p {
        font-size: 20px
    }

    .panel_wrapper .panel_title {
        font-size: 42px;
        margin: 0 0 65px 0
    }

    .settings_fields_group_blocks_container .panel_title {
        font-size: 20px;
        margin: 0 0 20px 0
    }

    .left_side_text {
        font-size: 17px
    }

    .admin_panel .panel_left_block {
        padding-right: 0
    }

    .account_wrapper .panel_left_block {
        padding-right: 30px
    }

    .rating_stat_block .rating_text {
        font-size: 18px;
        line-height: 160%
    }

    .rating_stat_block .rating_stat_place,.rating_stat_block .rating_stat_progress {
        padding: 40px 35px
    }

    .rating_stat_block .rating_count {
        font-size: 70px;
        line-height: 85px
    }

    .rating_stat_block .rating_stat_progress .rating_text_left {
        font-size: 20px;
        line-height: 120%
    }

    .top_partner_table {
        margin-bottom: 60px
    }

    .rating_stat_block .rating_stat_progress .progress_bar {
        height: 10px
    }

    .rating_wrapper .table .table_line_row {
        padding: 20px 30px
    }

    .panel_sort_block {
        margin-right: 20px
    }

    .panel_sort_block--period {
        margin-left: 20px
    }

    .input_grey {
        width: 100%
    }

    .admin_partners_wrapper .panel_filter_block form {
        width: 100%;
        max-width: 100%;
        display: inline-block
    }

    .card_text_buttons {
        flex-wrap: wrap
    }

    .card_text_button+a.card_text_button {
        margin: 20px 0 0 0
    }

    .card_text_button {
        width: 350px
    }

    .card_image_block img {
        width: 146px;
        height: 146px
    }

    .card_text_block {
        padding-left: 40px
    }

    .card_text_name {
        font-size: 30px
    }

    .card_text_position {
        font-size: 20px
    }

    .card_text_link {
        font-size: 20px
    }

    .table.referrals__table .table_line_row {
        padding: 20px 30px
    }

    .table.referrals__table .table_line_row .button_yellow_link_icon {
        padding: 0 10px
    }

    .table.referrals__table .table_line_row .button_yellow_link_icon .helper_content {
        left: unset;
        right: -20px
    }

    .admin_partners_wrapper .panel_sort_block {
        margin-right: 0
    }
}

@media(max-width: 1400px) {
    .modal_inner_content .buttons_block a:nth-child(2n) {
        width:50%
    }

    .announcement__list {
        margin: 0 -20px
    }

    .announcement__item {
        width: calc(50% - 20px);
        margin: 10px
    }
}

@media(max-width: 1370px) {
    .index_wrapper .left_side_inner {
        padding:0 20px 40px 40px
    }
}

@media(min-width: 1300px) {
    .left_side_inner .left_side_title .helper .helper_content {
        width:250px;
        font-size: 14px;
        left: 30px
    }

    [data-lang=en] .left_side_inner .left_side_title .helper .helper_content {
        right: 0;
        top: 55px;
        left: auto
    }
}

@media(max-width: 1300px) {
    .stats_block .item .stats_item_inner .stat_value {
        font-size:60px
    }

    .stats_block .item .stats_item_inner .stat_infinity {
        height: 45px
    }

    .stats_block .item {
        width: 200px;
        height: 200px
    }

    .admin_managers_wrapper .panel_search_block input {
        width: auto
    }
}

@media(max-width: 1200px) {
    .announcement__list {
        margin:0 -20px
    }

    .announcement__item {
        width: calc(100%);
        margin: 10px
    }

    .panel_checkboxes_select_block {
        margin-left: 0
    }

    .panel_filter_block {
        flex-wrap: wrap
    }

    .panel_right_block {
        width: 270px
    }

    .stats_block .item .stats_item_inner .stat_value {
        font-size: 55px
    }

    .stats_block .item .stats_item_inner .stat_infinity {
        height: 40px
    }

    .wrapper.white_panel.account_wrapper {
        padding: 0 30px
    }

    .left_side_inner .left_side_title {
        font-size: 30px
    }

    .login_wrapper .left_side_inner .left_side_title_from_reset {
        font-size: 25px
    }

    .login_wrapper .left_side_inner .left_side_title_from_reset {
        font-size: 20px
    }

    .table_line_col_vector_value .partner_rating_vector {
        padding-right: 30px
    }

    .wrapper .left_side_inner {
        padding: 0 60px 40px 60px
    }

    .index_wrapper .left_side_inner {
        padding: 0 20px 40px 40px
    }

    .rating_stat_block .rating_text {
        font-size: 22px;
        line-height: 160%;
        width: 50%
    }

    .rating_stat_block .rating_stat_place {
        flex-wrap: wrap
    }

    .rating_stat_block .rating_stat_place,.rating_stat_block .rating_stat_progress {
        padding: 30px;
        min-height: 180px
    }

    .rating_stat_block .rating_count+.rating_text {
        font-size: 18px;
        width: 100%;
        margin-top: 10px
    }

    .rating_stat_block .rating_stat_progress .rating_text_right {
        order: 3;
        font-size: 18px;
        margin: 0;
        text-align: center;
        width: 100%
    }

    .rating_stat_block .rating_stat_progress .rating_text_left {
        order: 1;
        font-size: 22px;
        text-align: center;
        width: 100%;
        margin: 0
    }

    .rating_stat_block .rating_stat_progress .progress_bar {
        order: 2
    }

    .admin_partners_wrapper .panel_filter_block .search_form {
        width: 360px
    }
}

@media(max-width: 1100px) {
    .report_table_filter_sort {
        width:100%
    }

    .admin_partners_wrapper .panel_sort_block {
        margin: 10px 10px
    }

    .panel_export_block {
        margin: 10px 0 0 0;
        width: 100%;
        padding: 0
    }

    .admin_wrapper .panel_sort_block_item .admin_wrapper .panel_sort_block_inner,.admin_wrapper .panel_sort_block_select,.admin_wrapper .select_dropdown_value_text {
        max-width: 100%;
        width: 100%;
        margin: 0;
        min-width: 100%
    }

    .card_image_block img {
        width: 94px;
        height: 94px;
        max-width: 98px;
        max-height: 98px;
        display: block
    }

    .card_text_block {
        padding: 0 45px 0 0
    }

    .card_image_block {
        width: auto;
        order: 2
    }

    .card_text_name {
        font-size: 22px;
        margin-bottom: 14px;
        line-height: 23px
    }

    .card_text_position {
        font-size: 16px;
        line-height: 100%;
        font-weight: 500
    }

    .card_text_link {
        font-size: 14px
    }

    .card_text_links {
        margin-top: 14px
    }
}

@media(max-width: 1000px) {
    .panel_sort_block--period {
        margin-left:20px
    }

    .admin_managers_wrapper .panel_search_block input {
        width: 100%
    }

    .admin_managers_wrapper form {
        width: 100%
    }

    .admin_managers_wrapper .panel_sort_clear_block {
        width: 100%;
        flex-wrap: wrap
    }

    .admin_managers_wrapper .panel_sort_block {
        margin-left: 0
    }

    .admin_managers_wrapper .panel_filter_block form {
        margin-bottom: 11px
    }

    .admin_managers_wrapper .panel_filter_block .panel_sort_block {
        width: 100%;
        margin: 10px 0
    }

    .admin_managers_wrapper .panel_filter_block_clear,.admin_managers_wrapper .panel_left_block_inner .panel_checkboxes_select_block,.admin_managers_wrapper .panel_left_block_inner .panel_sort_block_inner,.admin_managers_wrapper .panel_left_block_inner .panel_sort_block_item,.admin_managers_wrapper .panel_left_block_inner .select_dropdown_value_text {
        width: 100%
    }

    .admin_managers_wrapper .panel_filter_block .panel_sort_block_select {
        margin: 0
    }

    .stats_block .item {
        width: 160px;
        height: 160px
    }

    .modal_text {
        font-size: 18px
    }

    .modal_inner_content {
        max-width: 400px
    }

    .rating_stat_block .rating_count {
        font-size: 90px
    }

    .rating_banners .rating_banner_left,.rating_banners .rating_banner_right {
        padding: 70px 0 0 60px;
        height: 380px;
        background-size: cover
    }

    .left_side_inner .left_side_title {
        font-size: 26px;
        margin: 20px 0
    }

    .left_side_text {
        font-size: 18px;
        margin-bottom: 15px
    }

    .wrapper .left_side_inner {
        padding: 0 30px 40px 30px
    }

    .wrapper .buttons_block {
        max-width: 450px;
        width: 100%
    }

    .index_wrapper .buttons_block {
        max-width: 100%
    }

    .white_panel {
        padding: 0 60px
    }

    .table .table_line_col_group {
        flex-wrap: wrap;
        width: auto;
        justify-content: flex-start
    }

    .admin_wrapper .table .table_line_col.flex {
        width: 100%;
        bottom: 20px;
        position: relative
    }

    .table_line_col_name_city {
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .rating_wrapper .table_line_col .partner_city {
        padding: 0
    }

    .rating_wrapper .table .table_line_col h3 {
        width: 100%
    }

    .table .table_line_col_group .table_line_col+.table_line_col {
        margin-top: 10px
    }

    .rating_wrapper .table .table_line_row {
        padding: 30px
    }

    .panel_wrapper .panel_title {
        font-size: 25px;
        margin: 0 0 50px 0
    }

    .settings_fields_group_blocks_container .panel_title {
        font-size: 18px;
        margin: 5px 0 10px 0
    }

    .settings_fields_group_blocks {
        width: 100%
    }

    .rating_wrapper .panel_title {
        font-size: 35px
    }

    .account_wrapper .panel_title {
        font-size: 40px
    }

    .white_panel_header_left .logo_block {
        width: 100px;
        height: 115px
    }
}

@media(max-width: 900px) {
    .table_line_col_vector_value {
        flex-wrap:wrap
    }

    .table_line_col_vector_value .table_line_col {
        width: 100%;
        justify-content: left
    }

    .table_line_col_vector_value .partner_rating_vector {
        padding: 0
    }
}

@media(max-width: 1000px) {
    .select_group_buttons_item+.select_group_buttons_item {
        margin-left:8px
    }
}

@media(max-width: 950px) {
    .panel_sort_block--period {
        margin:0;
        width: auto
    }

    .panel_footer {
        flex-wrap: wrap;
        padding: 30px 0;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: auto
    }

    .left_side_footer,.left_side_footer p {
        width: 100%;
        margin: 5px 0
    }

    .panel_footer_right {
        margin-top: 20px
    }

    .stats_block .item {
        width: 220px;
        height: 220px
    }

    .stats_block .item:nth-child(2) {
        margin: 0 25px
    }

    .account_info_text p {
        margin: 0 0 10px 0
    }

    .account_info_links .account_info_link:nth-child(2n) {
        padding-left: 35px
    }

    .account_info_bottom {
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }

    .account_info_img_edit {
        right: 12px;
        bottom: 0
    }

    .account_info_links {
        padding: 0;
        display: flex;
        margin-top: 30px
    }

    .account_info_text {
        width: 100%;
        display: flex;
        padding: 0
    }

    .account_info_text_item {
        width: 50%;
        margin-bottom: 0;
        margin-top: -10px
    }

    .account_info_img,.account_info_img_block {
        width: 140px;
        height: 140px
    }

    .account_info_img_block {
        margin: 0 40px 0 0
    }

    .account_wrapper .table .table_line_row {
        padding: 35px
    }

    .account_wrapper .panel_center_block_inner .partner_name {
        order: 0;
        width: 100%;
        padding: 0
    }

    .account_wrapper .table {
        order: 4;
        width: 100%
    }

    .account_wrapper .stats_block {
        order: 3;
        width: 100%;
        justify-content: flex-start
    }

    .account_info_block {
        position: relative;
        order: 2;
        display: flex;
        padding: 40px
    }

    .panel_center_block_inner {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px
    }

    .right_side_container {
        max-width: 100%;
        position: relative
    }
}

@media(max-width: 850px) {
    .card_wrapper .right_side {
        display:none
    }

    .card_wrapper .card {
        align-self: flex-start;
        margin-top: 70px
    }

    .card_wrapper .left_side_footer {
        align-self: flex-end;
        margin-top: auto;
        position: fixed;
        bottom: 0
    }

    .table .table_title_big {
        margin-bottom: 15px;
        font-size: 20px
    }

    .wrapper .left_side_inner {
        max-width: 100%;
        height: auto;
        min-height: 700px
    }

    .card_wrapper .left_side_inner {
        align-content: flex-start;
        min-height: auto;
        height: 100vh;
        margin-bottom: 0;
        padding-bottom: 0;
        box-sizing: border-box
    }

    .thanks_wrapper.wrapper .left_side_inner {
        padding: 20px 25px 40px 25px
    }

    .wrapper .left_side {
        width: 100%;
        height: auto
    }

    .wrapper .right_side {
        width: 100%;
        height: 300px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center
    }

    .wrapper.wrapper_background {
        flex-wrap: wrap;
        height: auto;
        background: 0 0
    }

    .left_side_inner .left_side_title {
        font-size: 33px
    }

    .register_wrapper.wrapper .right_side {
        display: none
    }

    .fields_groups .fields_group,.fields_groups .select_group {
        max-width: 450px
    }

    .panel_right_block {
        width: 100%;
        padding: 0
    }

    .has_account.has_account_relative_mobile {
        position: relative;
        width: 185px
    }

    .card_text_button+a.card_text_button {
        margin: 0 0 0 25px
    }

    .card_text_buttons {
        flex-wrap: nowrap
    }

    .card_text_button {
        width: 50%
    }
}

@media(max-width: 1000px) {
    .account_info_links {
        margin-top:0;
        display: inline-block;
        text-align: left
    }

    .account_info_text {
        flex-wrap: wrap
    }
}

@media(max-width: 700px) {
    .account_wrapper .table .table_line_row {
        flex-wrap:wrap;
        padding: 30px
    }

    .table_line_col.table_line_vector.opacity_0 {
        display: none
    }

    .account_wrapper .table_line_row .table_line_col_group {
        width: 100%
    }

    .account_wrapper .table_line_row .table_line_col_group:nth-child(2n) {
        margin-top: 20px
    }

    .account_info_text_item {
        width: 100%;
        margin-bottom: 25px
    }

    .account_info_links .account_info_link:nth-child(2n) {
        padding: 0
    }

    .account_info_img,.account_info_img_block {
        width: 80px;
        height: 80px
    }

    .account_info_block {
        padding: 30px 20px
    }

    .account_info_img_block {
        margin: 0 45px 0 0
    }

    .account_wrapper .stats_block {
        flex-wrap: wrap;
        justify-content: center
    }

    .stats_block .item,.stats_block .item:nth-child(2) {
        margin: 0 15px
    }

    .account_wrapper .panel_title {
        font-size: 35px;
        margin: 0
    }
}

@media(min-width: 767px) {
    .br-mobile {
        display:none
    }

    .modal-swipe__title {
        display: none
    }

    .modal-swipe__footer {
        display: none
    }
}

@media (min-width: 769px) {
    .container-mobile {
        display:none
    }
}

@media(max-width: 768px) {
    .popup {
        width:360px;
        height: 360px;
        left: calc(50% - 180px);
        top: calc(50% - 180px)
    }

    .settings_tab {
        padding: 10px 15px
    }

    .phone_confirm_btn {
        margin-top: 7px
    }

    [data-tab=sms] .phone_confirm_btn {
        margin-top: 20px
    }

    .checkmark_block {
        bottom: 35px
    }

    .login_wrapper .checkmark_block {
        bottom: 15px
    }

    .left_side_footer {
        flex-wrap: wrap
    }

    .left_side_footer p+p {
        margin-left: 0
    }

    .employee_content {
        margin-bottom: 200px
    }

    .field_label.helper .helper_content {
        right: -100px
    }

    .modal_background,.popup_background {
        overflow-y: auto;
        overflow-x: hidden
    }

    .modal_inner_content {
        max-width: 460px
    }

    .modal_close {
        bottom: -70px;
        top: auto;
        right: calc(50% - 18px);
        left: auto
    }

    .modal {
        width: calc(100% - 60px);
        right: 30px;
        min-height: auto;
        align-items: baseline;
        position: absolute;
        margin: 78px 0 100px 0;
        height: auto
    }

    .modal .modal_inner {
        overflow: hidden;
        height: auto;
        box-sizing: border-box
    }

    .modal_inner_content {
        padding: 100px 20px
    }

    .table .table_line_col.flex {
        width: 100%
    }

    .wrapper.white_panel.account_wrapper {
        padding: 0 20px
    }

    .rating_banners {
        flex-wrap: wrap;
        margin-top: 20px;
        margin-bottom: 100px;
        padding-left: 30px;
        padding-right: 23px;
        box-sizing: border-box
    }

    .rating_banners-title {
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 600
    }

    .table .table_line_col .partner_img {
        margin-right: 20px
    }

    .rating_stat_block {
        margin-bottom: 30px
    }

    .rating_wrapper .table .table_line_col h3 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .rating_wrapper .table .table_line_row {
        flex-wrap: wrap
    }

    .table_line_col_name_city {
        width: 100%
    }

    .partner_total_rating_value,.table_line_col_vector_value {
        width: 100%;
        flex-wrap: nowrap;
        margin: 0 0 0 100px
    }

    .partner_total_rating_value {
        margin-top: 5px;
        display: inline-block;
        width: auto
    }

    .table_line_col .partner_rating_value {
        padding-left: 15px
    }

    .table_line_col_vector_value .table_line_col {
        width: auto
    }

    .rating_stat_block_inner {
        flex-wrap: wrap
    }

    .rating_stat_block .rating_stat_place,.rating_stat_block .rating_stat_progress {
        width: 100%
    }

    .rating_stat_block .rating_stat_place {
        border: .5px solid #f0f0f0;
        box-shadow: 1px 1px 4px rgba(0,0,0,.25);
        border-radius: 5px;
        box-sizing: border-box;
        background-color: transparent;
        background-image: url('/img/rating-cup.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        padding: 23px 23px 23px 24px
    }

    .rating_stat_block .rating_stat_place .rating_count {
        order: 1;
        font-size: 50px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin: 0
    }

    .rating_stat_block .rating_stat_place .rating_text-position {
        order: 2;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.2;
        width: 100%
    }

    .rating_stat_block .rating_stat_place .rating_text-bottom {
        order: 3;
        margin: 18px 0 0;
        font-size: 16px
    }

    .rating_stat_block .rating_stat_progress {
        margin: 30px 0 0 0;
        min-height: 230px
    }

    .rating_banners .rating_banner_left,.rating_banners .rating_banner_right {
        padding: 70px 0 0 30px;
        width: 100%
    }

    .white_panel {
        padding: 0 30px
    }

    .wrapper .right_side {
        background-position: center
    }

    .left_side_inner .left_side_title {
        font-size: 32px
    }

    .white_panel_header .menu .menu_link_yellow_btn {
        display: none
    }

    .panel_center_block .menu_link_yellow_btn,.white_panel_header .menu_link_yellow_btn.formob {
        display: inline-block;
        width: 100%;
        margin-top: 22px
    }

    .panel_center_block .menu_link_yellow_btn,.white_panel_header .menu_link_yellow_btn {
        border-radius: 3px;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .button_yellow_border {
        padding-top: 14px;
        padding-bottom: 14px;
        height: auto
    }

    .index_wrapper .buttons_block a {
        height: 55px
    }

    .white_panel .add_client_modal_mob {
        width: 100%;
        display: inline-block;
        box-sizing: border-box
    }

    .account_wrapper .panel_center_block_inner .partner_name {
        font-size: 26px
    }

    .account_wrapper .panel_center_block_inner .partner_name {
        margin-bottom: 20px
    }

    .table_filter_tags {
        margin-bottom: 10px
    }

    .panel_flex_blocks {
        flex-direction: column
    }

    .nav__icon {
        width: 26px
    }

    .header__language-image {
        width: 18px!important;
        height: 18px!important;
        min-width: 0!important;
        min-height: 0!important
    }

    .lang_switcher_inside {
        margin-right: 17px
    }

    .partner_name .panel_title {
        font-size: 26px;
        font-weight: 600
    }

    .menu_link_yellow_btn {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .button-block {
        display: flex;
        flex-direction: column;
        grid-gap: 15px;
        margin: 17px 0 30px
    }

    .button-block__item {
        margin: 0
    }

    .stats_block {
        display: none
    }

    .panel_center_block_inner_block {
        display: block
    }

    .input_group.input_group_round-mobile {
        border-radius: 35px;
        background-color: transparent;
        border: .7px solid #bd8947;
        box-sizing: border-box
    }

    .input_group.input_group_round-mobile .input_grey {
        background-color: transparent;
        outline: 0;
        box-sizing: border-box;
        padding-left: 18px;
        padding-top: 11px;
        padding-bottom: 11px
    }

    .input_group.input_group_round-mobile .input_grey::-webkit-input-placeholder {
        color: #969696
    }

    .input_group.input_group_round-mobile .input_grey::-moz-placeholder {
        color: #969696
    }

    .input_group.input_group_round-mobile .search_button {
        background-image: url('/img/search-linse.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent;
        box-sizing: border-box;
        width: auto;
        padding: 0 18px
    }

    .input_group.input_group_round-mobile .search_button img {
        width: 17px;
        filter: saturate(0);
        position: relative;
        top: 2px
    }

    .mb2_mobile {
        margin-bottom: 14px
    }

    .panel_filter_block form {
        margin-bottom: 11px
    }

    .admin_panel .table .table_line_row,.admin_panel .table .table_line_row[data-in-week=true] {
        border: .5px solid #f0f0f0;
        box-sizing: border-box;
        box-shadow: 1px 1px 4px rgba(0,0,0,.25);
        padding: 13px 18px 14px
    }

    .admin_panel .table .table_line_row:hover,.admin_panel .table .table_line_row[data-in-week=true]:hover {
        border: .5px solid #f0f0f0;
        box-sizing: border-box;
        box-shadow: 1px 1px 4px rgba(0,0,0,.25)
    }

    .pagination_block {
        margin-top: 25px
    }

    .table_filter_tag {
        display: inline-flex;
        align-items: center;
        padding: 0 8px;
        line-height: 1.2;
        height: 28px;
        font-size: 14px;
        font-weight: 500;
        box-shadow: 0 .5px 5px 1px rgba(0,0,0,.06);
        margin-top: 0;
        color: #797a79
    }

    .table_filter_tag.active {
        box-shadow: 0 .5px 4px 1px rgba(0,0,0,.05)
    }

    .table_filter_tags {
        margin-top: 15px
    }

    .logo_block .logo {
        width: 65px
    }

    .education__list_doc .education__item {
        flex-direction: row-reverse
    }

    .education__item {
        align-items: flex-start
    }

    .education__title {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.1;
        margin-bottom: 10px;
        padding-right: 50px
    }

    .education__list_title {
        font-size: 20px;
        margin: 30px 0 10px 0
    }

    .education__list_doc .education__title.education__title_min {
        max-width: 250px
    }

    .education__list_doc .education__subtitle {
        font-size: 12px;
        color: #969696
    }

    .education__subtitle.education__subtitle_row {
        display: flex;
        justify-content: space-between;
        width: 100%
    }

    .education__subtitle-month {
        color: #d1ac7e
    }

    .education__subtitle-month i {
        display: inline-block;
        width: 11px;
        height: 12px;
        background-image: url('/img/calendar.svg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        vertical-align: text-top;
        margin-right: 7px
    }

    .education__list.education__list_doc .education__item_bordered {
        border: 1px solid #f0f0f0;
        box-shadow: 1px 1px 4px rgba(0,0,0,.25);
        padding: 15px 18px;
        min-height: 90px;
        box-sizing: border-box
    }

    .education__icon-wrapper {
        margin: 5px 0 0;
        width: 26px;
        line-height: 0
    }

    .education__icon-wrapper.education__icon-wrapper_catalog {
        top: 0;
        transform: translateY(0)
    }

    .education__icon-wrapper img {
        max-width: 100%;
        height: auto
    }

    .education__items {
        grid-auto-rows: 1fr
    }

    .education__list.education__list_video {
        grid-auto-rows: auto;
        grid-row-gap: 20px
    }

    .education__list.education__list_video .education__content {
        justify-content: flex-start
    }

    .education__list.education__list_video .education__title {
        padding-right: 20px
    }

    .page__account.page__account_mob-hidden {
        display: none
    }

    .rating_wrapper .panel_title {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 20px
    }

    .rating_wrapper .white_panel_header .menu_link_yellow_btn.add_client_modal_mob.formob {
        display: none
    }

    .table.table_mobile-full {
        margin: 0 -30px
    }

    .table_line_row.table_line_row_m-no-border {
        border: none!important;
        box-shadow: none!important;
        padding: 0!important
    }

    .table_line_row.table_line_row_lead {
        border-top: 1px solid #c4c4c4!important
    }

    .table_line_row.table_line_row_lead:last-child {
        border-bottom: 1px solid #c4c4c4!important
    }

    .table_title.table_title_big {
        padding: 0 20px
    }

    .rating_wrapper .table .table_line_col .partner_img {
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px
    }

    .rating_banners .title {
        font-size: 20px;
        font-weight: 700;
        margin: 10px 0 5px
    }

    .rating_banners .title br {
        display: none
    }

    .rating_banners .desc {
        font-size: 14px;
        margin: 0
    }

    .rating_banners .label {
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        box-sizing: border-box;
        padding-right: 20px;
        padding-left: 7px;
        position: relative;
        height: 25px;
        border-radius: 3px
    }

    .rating_banners .label:after {
        content: '';
        position: absolute;
        right: 4px;
        top: 50%;
        width: 13px;
        height: 13px;
        transform: translateY(-50%);
        background-image: url('/img/partner-star.svg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center
    }

    .br-mobile {
        display: block
    }

    .table_filter_title_reports {
        font-size: 20px;
        font-weight: 600
    }

    .zero_balance .rating_text {
        font-size: 16px;
        line-height: 1.42!important
    }

    .pagination_block .pagination {
        grid-gap: 5px
    }

    .pagination_block .pagination .page-item {
        margin: 0;
        height: 25px;
        width: 25px;
        background-color: #f4f4f4;
        color: #fff
    }

    .pagination_block .pagination .page-item.active {
        background-color: #bd8947
    }

    .pagination_block .pagination .page-item a,.pagination_block .pagination .page-item span {
        height: 100%;
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center
    }

    .pagination_block .pagination .page-item:first-child,.pagination_block .pagination .page-item:last-child {
        background-color: transparent;
        width: 15px;
        line-height: 0
    }

    .pagination_block .pagination .page-item:first-child span,.pagination_block .pagination .page-item:last-child a {
        width: 15px;
        font-size: 0;
        background-image: url('//img/pagination-arrow.svg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center
    }

    .pagination_block .pagination .page-item:last-child a {
        transform: rotate(180deg)
    }

    .article_wrapper {
        min-height: 60vh
    }

    .modal_inner_content .buttons_block {
        margin-bottom: 0
    }

    .rating_stat_place.rating_stat_place_zero-balance {
        min-height: auto;
        padding: 17px 24px 19px;
        background-position: top
    }

    .modal.add_client_modal .modal_inner form,.modal.edit_user_info_modal .modal_inner form {
        margin-bottom: 0
    }

    .article__text img {
        max-width: 100%!important
    }

    .modal_mobile .modal_inner {
        background-color: transparent
    }

    .modal_mobile .link_on_amo {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .new_request_block {
        margin-top: 0
    }

    .partner_crown_img {
        width: 30px;
        height: 30px;
        top: -6px;
        right: -3px
    }

    .table_line_yellow .partner-card__score {
        border-color: rgb(255 255 255 / 80%);
        box-shadow: none
    }

    .table_line_yellow .partner-card__score-num {
        color: rgb(255 255 255 / 80%)
    }

    .table.referrals__table {
        margin-top: 80px
    }

    .table_filter_title_referrals.table_filter_title_big {
        font-size: 20px
    }

    .table_filter_tags.referrals_table_filter_tags {
        flex-wrap: nowrap;
        margin: 10px -20px 0;
        padding: 5px 20px 10px;
        overflow: auto
    }

    .table_filter_tags.referrals_table_filter_tags::-webkit-scrollbar {
        display: none
    }

    .table_filter_tags.referrals_table_filter_tags .table_filter_tag {
        margin-bottom: 0;
        font-size: 12px;
        padding: 0 20px
    }

    .referrals__table .table_filter_tag:not(.active) {
        background-color: #fff;
        color: #000
    }

    .table_filter_tags.referrals_table_filter_tags .table_filter_tag:last-child {
        margin-right: 0
    }

    .table.referrals__table .table_line_row {
        border-radius: 12px;
        box-shadow: none;
        border: none;
        gap: 32px
    }

    .table.referrals__table .table_line_col_group:last-child {
        margin-left: 0;
        width: 100%
    }

    .table.referrals__table .table_line_row .button_yellow_link_icon {
        width: 100%;
        height: 40px
    }

    .table.referrals__table .table_line_row .table_line_col_group:nth-child(2n) {
        margin-top: 0;
        width: 100%
    }

    .table.referrals__table .table_line_col_group:nth-child(2) .table_line_col p span,.table.referrals__table .table_line_col_row-status span {
        flex: auto
    }

    .table.referrals__table .table_line_col p b {
        text-align: right
    }

    .table.referrals__table .table_line_col h3+p {
        font-size: 16px
    }

    .table.referrals__table .table_line_col_group:nth-child(2) .table_line_col p,.table.referrals__table .table_line_col_row-status {
        justify-content: space-between
    }

    .table.referrals__table .table_line_col_row-status .select_dropdown_value_text {
        padding: 0;
        text-decoration: underline
    }

    .table.referrals__table .select_dropdown_value_text::after {
        display: none
    }

    .table.referrals__table .select_dropdown_block {
        width: fit-content
    }

    .table.referrals__table .table_line_row:hover {
        box-shadow: none
    }

    .table.referrals__table .table_line_row .button_yellow_link_icon .helper_content {
        max-width: 380px;
        text-align: center
    }

    .table.referrals__table .table_line_col_row-status {
        width: 100%
    }

    .modal.modal_center .modal_center_desc {
        font-size: 12px;
        margin-bottom: 20px
    }

    .modal.modal_center_title {
        font-size: 18px
    }

    .modal.modal_center {
        width: calc(100% - 40px);
        padding: 40px 20px 30px
    }

    .select_dropdown_block.modal-swipe .modal-swipe__body {
        position: fixed;
        top: unset;
        bottom: 0;
        left: 0;
        right: unset;
        width: 100%;
        background-color: transparent;
        border: none;
        z-index: 1500
    }

    .select_dropdown_block.modal-swipe.open .modal-swipe__body {
        display: block
    }

    .select_dropdown_block.modal-swipe .modal-swipe__body-inner {
        background-color: #fff;
        border-radius: 20px 20px 0 0;
        transform: translateY(100%);
        opacity: 0;
        transition: .3s transform;
        position: relative
    }

    .select_dropdown_block.modal-swipe.open .modal-swipe__body-inner {
        animation-name: slideUp;
        animation-duration: .3s;
        animation-fill-mode: forwards
    }

    .select_dropdown_block.modal-swipe .modal-swipe__head {
        height: 48px;
        position: relative
    }

    .select_dropdown_block.modal-swipe .modal-swipe__head:after {
        content: '';
        position: absolute;
        top: 48%;
        left: calc(50% - 30px);
        border-radius: 3px;
        width: 60px;
        height: 3px;
        background: rgba(31,36,90,.5)
    }

    .select_dropdown_block.modal-swipe .modal-swipe__title {
        font-size: 24px;
        line-height: 1.1;
        text-align: center;
        margin-bottom: 25px
    }

    @keyframes slideUp {
        0% {
            transform: translate3d(0,50vh,0);
            opacity: 0
        }

        100% {
            transform: translate3d(0,0,0);
            opacity: 1
        }
    }

    .modal-swipe .select_dropdown_item {
        border: none;
        border-top: 1px solid #e6e6e6;
        height: 45px;
        font-size: 16px;
        padding: 0 40px
    }

    .modal-swipe .select_dropdown_item.active {
        background: rgba(230,230,230,.4);
        color: #000
    }

    .modal-swipe__footer {
        padding: 30px 20px 60px
    }

    .modal-swipe__footer .btn {
        background-color: #bd8947;
        color: #fff;
        font-size: 14px;
        font-family: Monserrat,sans-serif;
        font-weight: 400;
        letter-spacing: .13px;
        text-transform: uppercase;
        border-radius: 100px;
        border: none;
        width: 100%;
        height: 45px
    }

    .modal.modal_center.other_filters_modal {
        position: fixed;
        padding: 0;
        width: 100%;
        margin: 0;
        height: 80dvh;
        transform: translateY(100%);
        left: 0;
        right: unset;
        top: unset;
        bottom: 0;
        background: 0 0
    }

    .modal.modal_center.other_filters_modal.show {
        animation-name: slideUp;
        animation-duration: .3s;
        animation-fill-mode: forwards
    }

    .other_filters_modal .modal-swipe__head {
        padding: 22px 0;
        position: relative
    }

    .other_filters_modal .modal-swipe__head::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 3px;
        background: rgba(31,36,90,.5);
        width: 60px;
        height: 3px
    }

    .other_filters_modal .modal-swipe__body-inner {
        position: relative;
        background: #fff;
        border-radius: 20px 20px 0 0;
        padding: 0 20px;
        max-height: 100%;
        display: flex;
        flex-direction: column
    }

    .other_filters_modal .modal_center_close {
        display: none
    }

    .other_filters_modal_columns {
        columns: unset;
        margin-bottom: 0;
        margin-top: 33px;
        overflow: auto;
        padding-right: 8px
    }

    .other_filters_modal_columns::-webkit-scrollbar {
        border-radius: 4px;
        width: .25em;
        background-color: #f3f4f4
    }

    .other_filters_modal_columns::-webkit-scrollbar-track {
        background: 0 0
    }

    .other_filters_modal_columns::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: #e7e9e9
    }

    .other_filters_modal_item {
        float: unset;
        page-break-inside: unset;
        break-inside: unset
    }

    .other_filters_modal_buttons {
        border-top: 1px solid rgba(19,22,56,.1);
        padding: 1em 20px;
        position: sticky;
        bottom: 0;
        background: #fff;
        margin: 0 -20px
    }

    .other_filters_modal_buttons .button_yellow_border_fill {
        padding: 0;
        border-color: transparent;
        background: 0 0
    }

    .other_filters_modal_title {
        font-size: 18px;
        text-align: center;
        margin: 0 auto
    }

    .other_filters_modal_list_title .helper .helper_content {
        width: calc(100vw - 40px);
        top: 21px;
        left: -200px
    }

    .admin_partners_wrapper .panel_wrapper_inner_top .panel_sort_block_inner {
        justify-content: flex-end;
        width: 100%
    }

    .admin_partners_wrapper .panel_wrapper_inner_top .panel_sort_block_inner .panel_sort_block_item {
        width: 100%;
        max-width: 247px
    }

    .admin_partners_wrapper .panel_wrapper_inner_top .panel_wrapper_inner_top_item {
        justify-content: flex-end
    }

    .admin_partners_wrapper .panel_wrapper_inner_top .panel_checkboxes_select_block {
        width: 100%;
        max-width: 247px
    }

    .admin_partners_wrapper .panel_sort_block_title {
        font-weight: 400
    }

    .admin_partners_wrapper .filter-tags {
        display: none
    }

    .other-filters-btn {
        margin: 0 auto
    }

    .total-found-filters {
        display: none
    }

    .admin_partners_wrapper .panel_filter_block.mb2 {
        margin-bottom: 25px
    }

    .admin_partners_wrapper .other-filters-btn {
        margin-bottom: 36px
    }

    .admin_partners_wrapper .panel_wrapper_inner_top-item-full {
        margin-top: 10px
    }

    .admin_partners_wrapper .admin_title.panel_title {
        margin-bottom: 25px
    }
}

@media(max-width: 700px) {
    .stats_block .helper .helper_content,.stats_block .helper .helper_content_long {
        left:20px;
        bottom: 20px;
        width: calc(100% - 40px);
        top: auto
    }

    .stats_block .helper .helper_content {
        position: fixed
    }

    .panel_left_block_inner .panel_filter_block_clear {
        width: 100%
    }

    .panel_left_block_inner .panel_export_link,.panel_left_block_inner .panel_filter_block_clear {
        max-width: 100%;
        width: 100%
    }

    .admin_wrapper .panel_left_block_inner .panel_checkboxes_select_block,.admin_wrapper .panel_left_block_inner .panel_sort_block_inner,.admin_wrapper .panel_left_block_inner .panel_sort_block_item,.admin_wrapper .panel_left_block_inner .select_dropdown_value_text {
        width: 100%
    }

    .panel_wrapper_inner_top_item .panel_checkboxes_select_block {
        margin: 0
    }

    .admin_wrapper .panel_wrapper_inner_top_item {
        margin: 0
    }

    .white_panel_header {
        margin-bottom: 20px
    }

    .panel_wrapper_inner_top {
        justify-content: space-between;
        position: relative;
        top: 0;
        margin-bottom: 50px;
        flex-wrap: wrap
    }

    .panel_filter_block .panel_sort_block {
        width: 100%;
        margin: 10px 0
    }
}

@media(max-width: 600px) {
    .admin_wrapper .panel_wrapper_inner_top_item {
        width:100%
    }

    .panel_wrapper_inner_top_item+.panel_wrapper_inner_top_item {
        margin-top: 20px
    }

    .admin_panel .table .table_line_row {
        flex-wrap: wrap
    }

    .panel_filter_block .panel_sort_block--dir_mobile {
        width: auto;
        margin: 0
    }

    .panel_filter_block .panel_sort_block_select {
        margin: 0
    }

    .admin_wrapper .table .table_line_col.flex {
        bottom: auto;
        margin-bottom: 15px
    }

    .admin_wrapper .table .table_line_col_group {
        padding: 0
    }

    .admin_wrapper .table .table_line_col_group {
        margin-left: 30px
    }

    .left_side_footer {
        width: 100%;
        margin-bottom: 30px
    }

    .panel_footer_right {
        margin-top: 0
    }

    .thanks_modal .buttons_block a:first-child,.thanks_modal .buttons_block a:nth-child(2) {
        width: 100%;
        margin: 0
    }

    .thanks_modal .buttons_block {
        flex-wrap: wrap;
        padding: 0
    }

    .thanks_modal .modal_inner_content .buttons_block a:first-child {
        margin-bottom: 10px
    }
}

@media(max-width: 550px) {
    .client_info_modal .modal_inner_content .buttons_block,.thanks_modal .buttons_block {
        flex-wrap:wrap;
        padding: 0
    }

    .client_info_modal .modal_inner_content .buttons_block a {
        width: 100%;
        margin: 0
    }

    .modal_inner_content .buttons_block a:first-child {
        margin-bottom: 10px
    }

    .white_panel_header_inner {
        align-items: flex-start
    }

    .white_panel_header_right {
        margin-top: 25px
    }

    .wrapper .logo_block {
        justify-content: flex-start
    }

    .select_group_buttons_item+.select_group_buttons_item {
        margin-left: 12px
    }

    .select_group_buttons_item {
        font-size: 15px
    }
}

@media(max-width: 500px) {
    .pagination_block .pagination {
        flex-wrap:wrap
    }

    .pagination_block .pagination li {
        margin: 3px
    }

    .stats_block .item,.stats_block .item:nth-child(2) {
        margin: 0 10px 20px 10px
    }

    .fields_groups .fields_group_row .fields_group+.select_group {
        width: 100%;
        margin-left: 20px
    }

    .client_info_modal .modal_inner_content .buttons_block {
        margin-top: 60px;
        margin-bottom: 0
    }

    .modal_inner_content .separator {
        margin: 42px 0
    }

    .modal_inner_content {
        padding: 40px 30px 60px 30px
    }

    .modal .modal_title {
        font-size: 26px;
        margin-bottom: 30px
    }

    .additional_balance_count,.balance_count {
        font-size: 12px
    }

    .account_info_img_block {
        margin: 0 0 30px 0
    }

    .modal_text {
        font-size: 16px
    }

    .modal_text.mb {
        margin-bottom: 50px
    }

    .modal_inner .bottom_link {
        font-size: 18px
    }

    .account_info_block {
        flex-wrap: wrap
    }

    .announcements_inner {
        margin-bottom: 15px
    }

    .wrapper .right_side {
        background-size: cover;
        background-position: center;
        height: 430px
    }

    .left_side_inner .left_side_title {
        font-size: 25px;
        line-height: 120%;
        margin-top: 40px
    }

    .index_wrapper.wrapper .left_side_inner {
        padding: 0 25px 20px 25px;
        box-sizing: border-box;
        min-height: 100vh
    }

    .thanks_wrapper.wrapper .left_side_inner {
        padding: 20px 25px 20px 25px;
        box-sizing: border-box;
        min-height: 100vh;
        align-content: start
    }

    .index_wrapper.wrapper .buttons_block {
        flex-wrap: wrap;
        margin: 0 0 55px 0;
        width: 100%
    }

    .index_wrapper .button_yellow_fill {
        width: 100%
    }

    .index_wrapper .buttons_block a,.index_wrapper .buttons_block a:nth-child(2n) {
        width: 100%;
        margin: 7px 0;
        height: 50px
    }

    .index_wrapper .buttons_block a:first-child {
        margin-bottom: 10px
    }

    .right_side_footer span {
        font-weight: 300;
        font-size: 17px;
        line-height: 21px
    }

    .right_side_footer {
        bottom: 20px;
        left: 20px;
        max-width: calc(100% - 40px)
    }

    .wrapper .left_side_inner .description_block p {
        font-size: 16px
    }

    .wrapper.login_wrapper .right_side,.wrapper.thanks_wrapper .right_side {
        display: none
    }

    .wrapper .justify_center .fields_groups {
        margin-top: 20px
    }

    .wrapper.thanks_wrapper .left_side_footer {
        position: absolute;
        bottom: 20px
    }

    .left_side_inner .left_side_title .helper .helper_content,.left_side_inner .left_side_title .helper_img {
        display: none
    }

    .white_panel_header_right .menu .menu_link {
        width: 100%;
        margin: 10px 0
    }

    .white_panel_header_right {
        padding-left: 20px
    }

    .white_panel_header_right .menu {
        display: flex;
        flex-wrap: wrap
    }

    .white_panel_header {
        margin-bottom: 0
    }

    .panel_wrapper_inner_top {
        top: 0;
        position: relative;
        justify-content: flex-start;
        margin-bottom: 10px
    }

    .white_panel_header .menu_link_yellow_btn.formob {
        margin-top: 30px
    }

    .account_wrapper .white_panel_header .menu_link_yellow_btn.formob {
        display: none
    }

    .panel_center_block .menu_link_yellow_btn {
        margin: 20px 0
    }

    .button-block .button-block__item {
        margin: 0
    }

    .table .table_line_col.flex span {
        order: 2;
        margin: 0 0 0 17px
    }

    .table .table_line_col_group {
        margin: 0
    }

    .admin_wrapper .table .table_line_col.flex h3 {
        order: 1
    }

    .admin_wrapper .table .table_line_col_group {
        margin: 0
    }

    .white_panel_header_left .logo_block {
        width: 67px;
        height: 100px
    }

    .rating_banners .rating_banner_left,.rating_banners .rating_banner_right {
        padding: 27px 23px;
        height: 240px
    }

    .rating_banners .rating_banner_left {
        margin-bottom: 15px
    }

    .employee_content {
        margin-bottom: 50px
    }

    .panel_wrapper {
        padding-top: 52px
    }

    .panel_sort_block_title {
        display: none
    }

    .panel_wrapper_inner_top .panel_sort_block_title {
        display: flex
    }

    .panel_sort_block_select {
        margin: 0
    }

    .panel_sort_block_range {
        right: -10%;
        left: auto
    }

    .modal.full_height .modal_inner .modal_inner_content {
        padding-bottom: 0
    }

    .card_text_button+a.card_text_button {
        margin: 17px 0 0 0
    }

    .card_text_buttons {
        flex-wrap: wrap
    }

    .card_text_button {
        width: 100%
    }

    .card_text_block {
        padding: 0 30px 0 0
    }
}

@media(max-width: 500px) {
    .table .table_line_col h3+p.table_line_col_position,.table_line_col_name p.table_line_col_position {
        margin:0 0 5px 0
    }

    .report_table .panel_sort_block {
        margin-left: -20px
    }

    .modal_form_tab {
        font-size: 14px
    }

    .account_wrapper .panel_title {
        font-size: 26px;
        margin: 0
    }

    .modal {
        background: 0 0;
        width: calc(100% - 30px);
        right: 15px
    }

    .modal_inner_content {
        background: #fff;
        border-radius: 5px
    }

    .modal_inner {
        padding-bottom: 100px
    }

    .modal_close {
        bottom: 32px
    }

    .add_client_modal .modal_inner_content .buttons_block,.edit_client_modal .modal_inner_content .buttons_block,.edit_user_info_modal .modal_inner_content .buttons_block {
        padding-bottom: 43px
    }

    .select_group_buttons_item+.select_group_buttons_item {
        margin-left: 10px
    }

    .select_group_buttons_item {
        font-size: 14px
    }

    .register_wrapper .fields_groups_f-column {
        min-height: 1090px
    }
}

@media(max-width: 470px) {
    .select_group_buttons_items--tabs .select_group_buttons_item {
        margin-right:10px
    }

    .select_group_buttons_item+.select_group_buttons_item {
        margin-left: 0
    }
}

@media(max-width: 430px) {
    .select_group_buttons_items--tabs {
        display:flex
    }

    .select_group_buttons_items--tabs .select_group_buttons_item {
        margin: auto;
        width: auto;
        font-size: 13px
    }
}

@media(max-width: 400px) {
    .popup {
        width:calc(100% - 20px);
        height: auto;
        left: 10px;
        top: calc(50% - 180px)
    }

    .fields_groups .fields_group .field_input,.select_group select {
        padding: 0 10px
    }

    .field_label.helper .helper_content {
        right: -55px;
        width: 250px
    }

    .fields_groups .fields_group_row .fields_group+.select_group {
        width: 150%;
        margin-left: 20px
    }

    .modal_inner_content .separator {
        margin: 35px 0
    }

    .client_info_modal .modal_inner_content .buttons_block {
        margin-top: 50px
    }

    .rating_wrapper .table .table_line_col .partner_img {
        width: 50px;
        height: 50px;
        min-width: 50px;
        min-height: 50px
    }

    .modal {
        margin-top: 30px
    }

    .modal_text.modal_thanks_text {
        margin-bottom: 20px
    }

    .modal_inner_content {
        padding: 30px 20px 45px 20px
    }

    .modal_inner_content,.modal_mobile .modal_inner_content {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px
    }

    .partner_total_rating_value,.table_line_col_vector_value {
        margin: 0 0 0 70px
    }

    .admin_panel .table .table_line_row {
        padding: 20px
    }

    .rating_stat_block .rating_count {
        font-size: 80px
    }

    .rating_stat_block .rating_stat_progress .rating_text_right {
        font-size: 16px
    }

    .rating_stat_block .rating_stat_progress .rating_text_left,.rating_stat_block .rating_text {
        font-size: 20px
    }

    .rating_stat_block .rating_count+.rating_text {
        font-size: 18px
    }

    .xdsoft_datetimepicker {
        left: 30px!important
    }

    .partner-card__score {
        flex: 0 0 55px;
        width: 55px;
        height: 55px
    }

    .card_text_block {
        width: auto;
        padding: 0 20px 0 0
    }

    .card_image_block img {
        width: 80px;
        height: 80px;
        max-width: 80px;
        max-height: 80px
    }
}

@media(max-width: 380px) {
    .card_text_position {
        font-size:15px
    }

    .card_text_link {
        font-size: 13px
    }
}

@media (max-width: 370px) {
    .partner-card__img {
        flex:0 0 55px;
        width: 55px;
        height: 55px
    }

    .partner-card__name .partner-card__name-text {
        font-size: 16px
    }
}

@media(max-width: 350px) {
    .account_wrapper .stats_block {
        margin-bottom:20px
    }

    .panel_footer {
        margin-top: 70px
    }

    .rating_banners .rating_banner_left,.rating_banners .rating_banner_right {
        padding: 60px 0 0 15px
    }

    .index_wrapper.wrapper .buttons_block {
        margin-bottom: 90px
    }

    .right_side_footer {
        bottom: 17px;
        left: 17px;
        max-width: calc(100% - 34px)
    }

    .wrapper .left_side_inner {
        padding: 0 15px 35px 15px
    }

    .index_wrapper.wrapper .left_side_inner {
        padding: 20px 15px 35px 15px
    }

    .register_wrapper.wrapper .buttons_block {
        margin-top: 70px
    }

    .home_wrapper .left_side_title {
        font-size: 22px
    }

    .left_side_text {
        font-size: 16px
    }

    .table_line_col--count {
        padding-left: 10px
    }

    .table_line_col--delete {
        padding-left: 10px
    }

    .wrapper.white_panel.account_wrapper {
        padding: 0 15px
    }

    .stats-mobile {
        margin: 0 -15px
    }

    .white_panel {
        padding: 0 15px
    }

    .table.table_mobile-full {
        margin: 0 -15px
    }

    .table_title.table_title_big {
        padding: 0 15px
    }

    .xdsoft_datetimepicker {
        left: 19px!important
    }

    .partner-card__center {
        padding-left: 13px
    }

    .partner-card__score {
        flex: 0 0 50px;
        height: 50px;
        width: 50px
    }

    .partner-card__score-num {
        font-size: 18px;
        margin-top: 2px
    }
}

@media(max-width: 1900px) and (min-width:768px) {
    .is_ruling_admin form input {
        max-width:200px
    }
}

@media(max-width: 1750px) and (min-width:768px) {
    .is_ruling_admin form input {
        max-width:100%;
        width: 100%
    }
}

@media(max-width: 1750px) and (min-width:1400px) {
    .panel_sort_block_select {
        width:200px;
        min-width: 200px
    }

    .select_dropdown_value_text {
        width: 200px
    }

    .panel_wrapper_inner_top .select_dropdown_value_text {
        width: 250px
    }

    .panel_export_link {
        min-width: 250px
    }
}

@media(max-width: 1670px) and (min-width:770px) {
    .modal_inner_content_news {
        padding-top:50px
    }
}

@media(max-width: 1300px) and (min-width:770px) {
    .modal_news_header {
        padding-left:60px;
        padding-right: 40px
    }

    .modal_news_items {
        margin-left: 60px;
        margin-right: 40px
    }
}

@media(max-width: 1400px) and (min-width:768px) {
    .is_ruling_admin.panel_filter_block {
        flex-wrap:wrap
    }

    .is_ruling_admin form+.panel_checkboxes_select_block {
        margin-left: 0
    }

    .is_ruling_admin form {
        width: 100%;
        margin-bottom: 20px
    }
}

@media(max-width: 1300px) and (min-width:768px) {
    .is_ruling_admin .panel_checkboxes_select_block {
        width:100%;
        margin: 0 0 20px 0
    }

    .is_ruling_admin .panel_sort_block {
        width: 100%;
        margin: 0
    }

    .is_ruling_admin .panel_sort_block_select {
        margin-left: 0
    }

    .is_ruling_admin .panel_sort_block,.is_ruling_admin .select_dropdown_value_text {
        min-width: 50%;
        width: 50%
    }

    .is_ruling_admin .panel_sort_block_inner,.is_ruling_admin .panel_sort_block_item,.is_ruling_admin .panel_sort_block_select {
        width: 100%
    }
}

@media(max-width: 950px) and (min-width:768px) {
    .is_ruling_admin .panel_sort_block,.is_ruling_admin .select_dropdown_value_text {
        min-width:100%;
        width: 100%
    }
}

@media(max-height: 600px) {
    .card_wrapper .left_side_footer {
        position:relative;
        margin-top: 40px
    }
}

@media(max-width: 769px) {
    .adaptive_modal.modal {
        margin:0;
        right: auto;
        left: 0;
        width: 100%;
        height: 100%
    }

    .adaptive_modal .modal_close {
        display: none
    }

    .adaptive_modal .modal_inner {
        margin: 0;
        height: 100%;
        padding: 0
    }

    .adaptive_modal .modal_mobile_select_head {
        height: 60px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #f9f4ee;
        padding-left: 17px;
        flex: 0 0 60px;
        margin-bottom: 25px
    }

    .news_modal .modal_mobile_select_head {
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 1;
        box-sizing: border-box;
        width: 100%;
        height: 57px;
        left: 0;
        padding: 0 20px;
        border: none;
        justify-content: center
    }

    .adaptive_modal .modal_mobile_select_head_close {
        width: 17px;
        height: 15px;
        background-image: url(/img/status-arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-right: 35px;
        min-width: 17px
    }

    .news_modal .modal_mobile_select_head_close_text {
        position: absolute;
        left: 20px;
        font-size: 14px;
        padding: 1em 0;
        color: #5799e5
    }

    .adaptive_modal .modal_mobile_select_head_title {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase
    }

    .news_modal .modal_mobile_select_head_title {
        font-weight: 400;
        color: rgba(6,18,23,.5);
        letter-spacing: .01em
    }

    .adaptive_modal .modal_inner_content {
        padding: 0 0 20px 0;
        min-height: auto;
        width: 100%;
        border-radius: 0
    }

    .adaptive_modal .modal_inner_content.modal_inner_content_news_edit,.adaptive_modal .modal_inner_content.modal_inner_content_news_info {
        padding-top: 75px
    }

    .news_modal_layer {
        width: 100%
    }

    .broker_tour_modal .fields_groups .fields_group.modal_form_col--middle {
        min-width: 130px
    }

    .broker_tour_modal .modal_form_cols.fields_groups {
        flex-wrap: wrap
    }

    .broker_tour_modal .wwCountPicker.modal_col_input {
        min-width: 230px
    }

    .broker_tour_modal .modal_inner_content .buttons_block {
        position: fixed;
        bottom: 0;
        margin: 0 0 20px 0;
        padding: 0;
        width: calc(100% - 40px);
        box-sizing: border-box;
        left: 20px;
        text-align: center;
        display: flex;
        align-items: center
    }

    .broker_tour_modal .fields_groups {
        position: relative;
        height: 100%
    }

    .broker_tour_modal .broker_tour_modal .btn {
        margin: 0 auto
    }

    .broker_tour_modal .fields_groups .select_group {
        margin-bottom: 25px
    }

    .countPicker .ww_time_picker__inner_content {
        max-width: 230px;
        width: 230px;
        justify-content: center;
        max-height: 200px
    }

    .countPicker .ww_time_picker__items {
        width: 100%
    }

    .countPicker .ww_time_picker__item {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .countPicker .ww_time_picker__inner {
        height: 265px
    }

    .hideAfterSelect.countPicker .ww_time_picker__inner {
        height: 230px!important
    }

    .modal_news_header {
        flex-wrap: wrap;
        position: relative;
        margin-bottom: 0;
        height: 22px;
        border: none
    }

    .modal_news_header_tags_block {
        position: absolute;
        left: -20px;
        width: calc(100% + 20px);
        top: 57px;
        padding-left: 20px
    }

    .modal_news_content {
        margin-top: 65px
    }

    .modal_news_items {
        padding: 0 20px;
        margin: 0
    }

    .modal_news_items::-webkit-scrollbar {
        display: none
    }

    .modal_news_header_tag {
        margin: 0 0 0 6px
    }

    .modal_news_header_tag-wrapper:first-child {
        padding-left: 20px
    }

    .modal_news_header_tag-wrapper:last-child {
        padding-right: 34px
    }

    .modal_news_header_tags {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        position: relative;
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-start;
        padding-left: 0;
        margin: 0 0 0 -6px
    }

    .modal_news_header_tags::-webkit-scrollbar {
        display: none
    }

    .news_item_action--delete,.news_item_action--edit,.news_item_action--hide,.news_item_action--show {
        font-size: 0;
        width: 27px;
        height: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center
    }

    .news_item_action--edit {
        background: url(/img/icons/edit-mobile.svg) no-repeat right
    }

    .news_item_action--hide {
        background: url(/img/icons/hide.svg) no-repeat right;
        background-size: 70%;
        background-position-y: -2px
    }

    .news_item_action--show {
        background: url(/img/icons/show.svg) no-repeat right;
        background-size: 70%;
        background-position-y: -2px
    }

    .news_item_action--delete {
        background: url(/img/icons/delete-mobile.svg) no-repeat right;
        width: 21px
    }

    .modal_news_item_actions_right {
        height: 20px;
        display: flex
    }

    .modal_news_add {
        position: fixed;
        top: 15px;
        z-index: 1;
        right: 18px;
        font-size: 0;
        background: url(/img/icons/add.svg) no-repeat center;
        width: 50px;
        height: 30px;
        min-width: max-content;
        margin: 0
    }

    .modal_news_item_title {
        font-weight: 600;
        font-size: 20px;
        line-height: 100%;
        color: #0c1b20;
        margin: 0 0 8px 0
    }

    .modal_news_item.unread:before {
        display: none;
        content: '';
        width: 6px;
        height: 6px;
        left: -14px;
        top: 7px
    }

    .modal_news_item_content>p:first-child {
        margin-top: 0
    }

    .panel_wrapper_right_content {
        display: none
    }
}

@media (max-width: 560px) {
    [data-lang=en] .left_side_inner .left_side_title .helper .helper_content {
        right:auto;
        top: 55px;
        left: 0
    }
}

@media(max-height: 700px) {
    #edit_education_catalog .modal_inner .modal_inner_content {
        padding-top:70px
    }
}

@media(max-height: 600px) {
    #edit_education_catalog .modal_inner .modal_inner_content {
        padding-top:50px
    }
}

a:hover {
    text-decoration: none;
}