.head,
.footer,
.bol {
    display: none !important;
}

.section.topBreadcrumbs {
    padding-top: 65px !important;
}

/* .supFooter {
    padding-bottom: 101px !important;
}

@media(max-width: 700px) {
    .supFooter {
        padding-bottom: 150px !important;
    }
} */

html {
    -webkit-text-size-adjust: 100%;
    color: #2B3033 !important;
}

body {
    margin: 0;
    color: #2B3033 !important;
    letter-spacing: 0;
}

.title1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1%;
}

.title2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0;
}

.title3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
}

.title3-medium {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
}

.title4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px !important;
    letter-spacing: 0;
}

.title4-regular {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
}

.title4-medium {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
}

.title5 {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
}

.title6 {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0;
}

.body1 {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
}

.body2 {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}

.headline1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
}

.headline2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
}

.caption1 {
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0;
}

.caption1-medium {
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0;
}

.caption1-semibold {
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0;
}

.subtitle1 {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
}

.badge,
.button-secondary,
.icon-button,
.icon-img,
.profile-card,
.navbar-cell,
img,
svg {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

a {
    -webkit-user-drag: none;
}

* {
    text-transform: none !important;
}

.cards-block a {
    text-decoration: none !important;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    color: #2B303333;
}

/* Наведение */
/* a:focus, */
a:hover {
    color: #F3F3F3;
    cursor: pointer;
}

/* --------- МОДАЛЬНОЕ ОКНО --------- */
/*
.modal {
    font-family: "Golos" !important;
    color: #2B3033 !important;
}

.modal-header {
    height: 48px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 16px 16px 0 16px !important;
    display: block;
    width: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    background: #fff !important;
    color: #2B3033 !important;
    z-index: 10;
    border-radius: 16px 16px 0px 0px !important;
    border: none !important;
}


.modal-close_button {
    height: 24px;
    width: 24px;
    padding: 0;
    position: absolute;
    right: 16px;
    background-color: transparent;
    background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.99873 5.5865L11.9485 0.636719L13.3627 2.05093L8.41293 7.0007L13.3627 11.9504L11.9485 13.3646L6.99873 8.4149L2.04899 13.3646L0.634766 11.9504L5.58453 7.0007L0.634766 2.05093L2.04899 0.636719L6.99873 5.5865Z" fill="%232B3033"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
}

.modal-bottom-wrap {
    margin-top: 50px !important;
}


@media (max-width:960px) {

    a,
    a:focus,
    a:hover,
    .profile-card,
    .button-secondary,
    .profile-notification {
        cursor: default;
    } 

    * {

        cursor: default !important;
    }

    .modal.fade .modal-dialog {
        transform: none !important;
    }

    .modal.fade {
        bottom: 100% !important;
        -webkit-transition: opacity 0.2s linear, bottom 0.3s ease-in;
        -moz-transition: opacity 0.2s linear, bottom 0.3s ease-in;
        -o-transition: opacity 0.2s linear, bottom 0.3s ease-in;
        transition: opacity 0.2s linear, bottom 0.3s ease-in !important;
    }



    .modal.fade .modal-dialog,
    .modal-bottom {
        bottom: -100% !important;
        -webkit-transition: opacity 0.3s linear, bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition: opacity 0.3s linear, bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: opacity 0.3s linear, bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: opacity 0.3s linear, bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }

    .modal.fade.show .modal-dialog {
        bottom: 0 !important;
    }

    .show .modal-bottom {
        bottom: 16px !important;
    }

    .modal.fade .modal-dialog,
    .modal-bottom {
        bottom: -100% !important;
    }


    .modal-dialog {
        position: fixed !important;
        margin: auto;
        width: 100% !important;
        max-width: 100% !important;
        height: auto;
        padding: 0 !important;
        max-height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        height: calc(100vh - 120px); 
pointer-events: auto;
bottom: 0;
overflow-y: hidden !important;

}


.modal-content {
    border: none !important;
    border-radius: 16px 16px 0px 0px !important;
    padding: 0 16px !important;
    transition: top .1s ease;
    height: calc(100vh - 120px);
    position: relative;
    z-index: 1;
    height: auto !important;
    max-height: 70vh !important;
}



.modal-body {
    padding: 0 !important;
    overflow-y: auto !important;
    margin-top: 64px !important;
    margin-bottom: 32px !important;
}

.modal-subtitle {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 12px;
}

.modal-bottom {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    position: fixed;
    bottom: 16px;
    background: #fff;
    width: calc(100% - 32px);
    height: 60px;
}

.modal-bottom .button-secondary {
    width: 100%;
}
}

*/
/* --------- МОДАЛЬНОЕ ОКНО --------- */


/* --------- ГЛАВНАЯ СТРАНИЦА --------- */

.header {
    height: fit-content;
    padding: 0 !important;
}

/* 
.navbar-block {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #F3F3F3;
    border-top: 0.4px solid #2B30331A;
    z-index: 999;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding: 4px 0 8px 0;
}

.navbar-cell {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #2B303399;
    width: 100%;
}

.navbar-icon {
    position: relative;
}

.navbar-cell .svg-outline {
    fill: #2B3033;
    fill-opacity: 0.6;
}

.navbar-cell.pressed {
    color: #2B3033;
}

.navbar-cell.pressed .svg-background {
    fill: #EFFE7D;
}

.navbar-cell.pressed .svg-outline {
    fill-opacity: 1;
} */

.uk-container {
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
}

.header .uk-container {
    padding: 0 16px;
}

.header-top {
    padding: 16px 0;
}

.header-top_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-bottom {
    padding-bottom: 16px;
}

.header-top_profile {
    display: flex;
    flex-direction: row-reverse;
    gap: 12px;
    margin-top: 2px;
    align-items: center;
}

.header-bottom_profile {
    display: flex;
    gap: 12px;
    align-items: center;
}

.icon-button {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 500px;
    background: #F3F3F3;
    vertical-align: middle;
    /* 1 */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


@media (max-width:960px) {

    .icon-button {
        width: 32px;
        height: 32px;
    }

}

/* .icon-button:focus, */
.icon-button:hover {
    background-color: #F3F3F3;
}

.icon-button:active {
    background-color: #2B30331A;
}

.badge {
    box-sizing: border-box;
    min-width: 14px;
    height: 14px;
    border-radius: 500px;
    vertical-align: middle;
    background: #FF6767;
    color: #fff !important;
    font-size: 11px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}

.badge:hover {
    text-decoration: none;
}

.icon-button .badge {
    position: absolute;
    z-index: 1;
    top: -3px;
    right: -3px;
}

.navbar-icon .badge {
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -5px;
}

.profile-img {
    width: 56px;
    height: 56px;
    border-radius: 50px;
    background-color: #EFFE7D;
    display: inline-flex;
    justify-content: center;
}

* img,
* svg {
    object-fit: cover;
    /* height: 100%; */
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.profile-img img,
.profile-img svg {
    border-radius: 50px;
}


.cards-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /* column-gap: 7px;
    row-gap: 8px; */
    gap: 10px;
}

.profile-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* gap: 12px; */
    /* height: 102px; */
    min-height: 102px;
    min-width: 120px;
    padding: 10px;
    background-color: #F3F3F3;
    border-radius: 12px;
    /* flex-basis: calc(50% - 3.5px); */
    flex-basis: calc(50% - 5px);
    cursor: pointer;
}

.profile-card.edit {
    background-image: url("/newdesign/img/edit.svg");
    background-repeat: no-repeat;
    background-position: right 18px top 20px;
    background-size: 16px;
}

.profile-card .title5 {
    line-height: 33px;
}

@media (max-width:960px) {
    .profile-card .title5 {
        line-height: 18px;
    }
}

.profile-card.max-width {
    flex-basis: 100%;
}

/* Наведение */
/* .profile-card:focus, */
.profile-card:hover {
    /* background-color: rgba(43, 48, 51, 0.050); */
    background-color: #eaeaeb;
    color: var(--CH-black);
}

/* Нажатие */
.profile-card:active {
    background-color: #eaeaebcd
}

.profile-card .profile-card__label {
    line-height: 18px;
    margin-top: 12px;
    margin-bottom: 2px;
    color: rgba(43, 48, 51, 0.6);
}

.icon-img {
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    background: #FFFFFF;
    vertical-align: middle;
    /* 1 */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.icon-img img,
.icon-img svg {
    height: 100%;
}

.button-secondary {
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    max-height: 40px;
    width: fit-content;
    background-color: #F3F3F3;
    border-radius: 12px;
    padding: 0 10px;
    cursor: pointer;
    text-decoration: none;
    color: #2B3033;
}

.button-secondary.max-width {
    width: 100%;
}

/* Наведение */
.button-secondary:focus {
    background-color: #F3F3F3;
    color: var(--CH-black);
}

.button-secondary:hover {
    background-color: #eaeaeb;
    color: var(--CH-black);
}

/* Нажатие */
.button-secondary:active {
    background-color: #2B30331A;
}


/* Отключено */
.button-secondary:disabled {
    /* color: #2B303366; */
    /* background-color: #D3D9D7; */
    color: #aaacad !important;
    background-color: #F3F3F3;

}

.exit-block {
    margin-top: 10px;
}

.exit-block.button-secondary {
    max-width: 186px;
    border-radius: 8px;
}

@media (max-width:960px) {
    .exit-block.button-secondary {
        margin-top: 40px;
    }
}

/* --------- ГЛАВНАЯ СТРАНИЦА --------- */


/* --------- УВЕДОМЛЕНИЯ --------- */
.button_back {
    width: 36px;
    height: 32px;
    border-radius: 8px;
    background-color: #F3F3F3;
    background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.22026 5.33327H11.3346V6.6666H3.22026L6.79624 10.2425L5.85344 11.1853L0.667969 5.99993L5.85344 0.814453L6.79624 1.75726L3.22026 5.33327Z" fill="%232B3033"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
}

/* Нажатие */
.button_back:active {
    background-color: #2B30331A;
}

.notifications-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.profile-notification {
    width: 100%;
    min-height: 68px;
    border-radius: 8px;
    background-color: #4FABBF1A;
    background-image: url('data:image/svg+xml,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="4" cy="4" r="4" fill="%23FF6767"/></svg>');
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: top 26px right 20px;
    display: flex;
    flex-direction: column;
    padding: 14px 16px;
    gap: 3px;
    color: #33363f;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    cursor: pointer;
}

.profile-notification.read {
    cursor: default;
}

.profile-notification__date {
    font-size: 10px;
    font-weight: 600;
}

.profile-notification__body {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.profile-notification__body>.service-main_button {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 16px;
}

.profile-notification__title {
    font-weight: 600;
}


.profile-notification.read {
    background-color: #F3F3F3;
    background-image: none;
}

/* --------- УВЕДОМЛЕНИЯ --------- */



.uk-position-top {
    top: 0;
    left: 0;
    right: 0;
}

.uk-position-bottom {
    bottom: 0;
    left: 0;
    right: 0;
}

.uk-position-left {
    top: 0;
    bottom: 0;
    left: 0;
}

.uk-position-right {
    top: 0;
    bottom: 0;
    right: 0;
}

/*
   * Corners
   */
.uk-position-top-left {
    top: 0;
    left: 0;
}

.uk-position-top-right {
    top: 0;
    right: 0;
}

.uk-position-bottom-left {
    bottom: 0;
    left: 0;
}

.uk-position-bottom-right {
    bottom: 0;
    right: 0;
}

/*
   * Center
   * 1. Fix text wrapping if content is larger than 50% of the container.
   *    Using `max-content` requires `max-width` of 100% which is set generally.
   */
.uk-position-center {
    top: calc(50% - var(--uk-position-margin-offset));
    left: calc(50% - var(--uk-position-margin-offset));
    --uk-position-translate-x: -50%;
    --uk-position-translate-y: -50%;
    transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
    /* 1 */
    width: max-content;
}

/* Vertical */
[class*="uk-position-center-left"],
[class*="uk-position-center-right"],
.uk-position-center-vertical {
    top: calc(50% - var(--uk-position-margin-offset));
    --uk-position-translate-y: -50%;
    transform: translate(0, var(--uk-position-translate-y));
}

.uk-position-center-left {
    left: 0;
}

.uk-position-center-right {
    right: 0;
}

.uk-position-center-vertical {
    left: 0;
    right: 0;
}

.uk-position-center-left-out {
    right: 100%;
    width: max-content;
}

.uk-position-center-right-out {
    left: 100%;
    width: max-content;
}

/* Horizontal */
.uk-position-top-center,
.uk-position-bottom-center,
.uk-position-center-horizontal {
    left: calc(50% - var(--uk-position-margin-offset));
    --uk-position-translate-x: -50%;
    transform: translate(var(--uk-position-translate-x), 0);
    /* 1 */
    width: max-content;
}

.uk-position-top-center {
    top: 0;
}

.uk-position-bottom-center {
    bottom: 0;
}

.uk-position-center-horizontal {
    top: 0;
    bottom: 0;
}

/*
   * Cover
   */
.uk-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Margin
   ========================================================================== */
.uk-position-small {
    margin: 15px;
    --uk-position-margin-offset: 15px;
}

.uk-position-medium {
    margin: 30px;
    --uk-position-margin-offset: 30px;
}

.uk-position-large {
    margin: 30px;
    --uk-position-margin-offset: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
    .uk-position-large {
        margin: 50px;
        --uk-position-margin-offset: 50px;
    }
}

/* Schemes
   ========================================================================== */
.uk-position-relative {
    position: relative !important;
}

.uk-position-absolute {
    position: absolute !important;
}

.uk-position-fixed {
    position: fixed !important;
}

.uk-position-sticky {
    position: sticky !important;
}

/* Layer
   ========================================================================== */
.uk-position-z-index {
    z-index: 1;
}

.uk-position-z-index-zero {
    z-index: 0;
}

.uk-position-z-index-negative {
    z-index: -1;
}

.uk-position-z-index-high {
    z-index: 990;
}

.name-block {
    display: flex;
    align-items: center;
    height: 56px;
    margin-bottom: 20px;
    padding: 0 1px 0 4px;
}

.name-block__img {
    max-width: 56px;
    max-height: 56px;
}

.name-block__img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.name-block__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 33px;
    margin-left: 20px;
}

.name-block .icon-block {
    margin-left: auto;
    display: flex;
    gap: 10px;
}

.profile-docs .links_block__row:nth-child(1)::before {
    content: url("/newdesign/img/profile/Icon left.svg");
}

.profile-docs .links_block__row:nth-child(2)::before {
    content: url("/newdesign/img/profile/Icon left-1.svg");
}

.profile-docs .links_block__row:nth-child(3)::before {
    content: url("/newdesign/img/profile/Icon left-2.svg");
}

.profile-docs .links_block__row:nth-child(4)::before {
    content: url("/newdesign/img/profile/Icon left-3.svg");
}

.profile-docs .links_block__row:nth-child(5)::before {
    content: url("/newdesign/img/profile/Icon left-4.svg");
}

.max-width {
    width: 100% !important;
    flex-basis: 100% !important;
}

@media (max-width:960px) {
    .mobile-max-width {
        width: 100% !important;
        flex-basis: 100% !important;
    }
}

.main-block.profile-data .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-block.profile-data .type_block .field {
    padding-bottom: 20px;
}

.profile-help .infoLink:nth-child(1)::before {
    content: url('/newdesign/img/help.svg');
}

.profile-help .infoLink#mailto::before {
    content: url('/newdesign/img/email.svg');
}

.profile-help .infoLink#tel::before {
    content: url('/newdesign/img/phone.svg');
}

.delete-account__link {
    display: flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FF6767;
}

.delete-account__link::before {
    content: url('/newdesign/img/profile/delete-account.svg');
}

.delete-account__link:hover {
    color: #ff8484;
}

.delete-account-top {
    display: flex;
    flex-direction: column;
    padding: 16px 0 24px 0;
    gap: 10px;
}

.delete-account-form {
    min-height: 400px;
}

.delete-account-form .button-secondary {
    color: #FF6767;
}

.editPhone-field.field.error .select2-selection {
    border-color: #eaeaeb !important
}

.verify-content,
.verify-bottom {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
    gap: 20px;
}

.verify-content {
    margin-bottom: 32px;
    text-align: center;
}

.verify-bottom {
    gap: 10px;
}

.verify-field {
    display: flex;
    justify-content: space-between;
    width: 200px;
    margin: 0 auto;
    gap: 8px;
}

input[type='text'].verify-input {
    width: 44px !important;
    max-width: 100%;
    max-height: 100% !important;
    height: 56px;
    text-align: center;
    font-weight: 500;
    font-size: 24px !important;
    line-height: 24px !important;
    border-radius: 8px;
}


.verify_disabled .verify-field input[type='text'] {
    pointer-events: none;
}

.verify_disabled .verify-bottom {
    display: none;
}

.verify-field.error input[type='text'].verify-input {
    color: #FF6767;
    background-color: rgba(255, 103, 103, 0.1) !important;
    border: 1px solid rgba(255, 103, 103, 0.1) !important;
}

.verify-error {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FF6767;
    margin: 0 auto;
}

.verify-timer {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: rgba(43, 48, 51, 0.4);
}

.verify-timer.active {
    color: #007AFF;
    font-weight: 500;
    cursor: pointer;
}