@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&family=Jura:wght@300..700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

@font-face {
    font-family: "Golos";
    src: url("https://medoblako.ru/newdesign/font/GolosText-VariableFont_wght.ttf") format('truetype');
}

@font-face {
    font-family: "ABCFavoritCROSSHUB";
    src: url("https://medoblako.ru/newdesign/font/ABCFavoritCROSSHUB.ttf") format('truetype');
}

:root {
    --CH-green: #EFFE7D;
    --CH-light_gray: #D3D9D7;
    --CH-gray: #616C72;
    --CH-black: #2B3033;
    --CH-red: #FF6767;
    --CH-blue: #1480c0;
}

html,
body,
a {
    font-family: "Golos", "Golos Text", "sans-serif";
    -webkit-text-size-adjust: 100%;
    color: var(--CH-black);
    letter-spacing: 0px;
    line-height: 1.5;
}

/* body {
    overflow-y: scroll;
} */
.head.bol,
.bol,
.head .mal,
.mal {
    display: none;
}

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;
}

a * {
    -webkit-user-drag: unset;
}

a img,
a svg {
    -webkit-user-drag: none;
}

[data-toggle="modal"] {
    cursor: pointer;
}

#lokoClient {
    margin-left: unset;
    width: 100%;
    padding: unset;
    padding-top: 184px;
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    gap: 29px;
}

#lokoClient>*:empty {
    display: none;
}

.red {
    /* color: #D70808; */
    /* color: #ff6767; */
    color: #F31717;
}

.bold {
    font-weight: 600;
}

.body-newdesign>.language-select--newdesign {
    /* display: flex !important; */
    align-items: center;
    justify-content: center;
    top: 25%;
    background-color: var(--CH-gray);
    border-radius: 8px;
    width: 120px;
    height: 80px;
}

.container {
    /* max-width: 769px; */
    max-width: 805px;
    /* max-width: 795px; */
    position: relative;
}

.container:after {
    content: none;
}

@media(max-width: 700px) {
    .container {
        padding: 0 16px;
    }
}

.lkRight p {
    padding: 0;
    /* font-size: inherit; */
    font-size: 14px;
    margin: 0 0 8px 0;
    color: var(--CH-black) !important;
}


.lkRight .info5_1.lokoMainText p {
    padding: 0 0 10px 0 !important;
    font-size: 14px;
    margin: 0 !important;
}

.lokoClient .info5_1:has(.infoLink) p {
    margin: unset !important;
}

.lokoClient .title2.infoLink {
    margin: unset;
}

.lokoClient .title2:not(.infoLink) {
    padding-top: 20px;
    padding-bottom: 15px;
}

/* .lokoClient a {
    text-decoration: none;
} */

.main-lk__back {
    position: relative;
}

.main-lk__back a {
    font-size: 14px;
    font-weight: 500;
    padding-left: 40px;
    color: var(--CH-black);
}

.main-lk__back a::before {
    content: "";
    font-size: 22px;
    position: absolute;
    left: 3px;
    top: 60%;
    transform: translate(0, -50%);
    font-weight: 600;
    background-image: url("https://medoblako.ru/newdesign/img/arrt_black.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 27px;
    height: 10px;
}

.main-lk__back a:hover {
    text-decoration: none;
    color: var(--CH-black);
}

.lokoClient .main-lk__service-title,
.program-title,
.page-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0;
    color: #33363F;
    /* margin-bottom: 28px; */
    margin-bottom: 8px;
    padding: 0;
    text-transform: none;
    width: fit-content;
}

.page-title-1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 12px;
}

.main-lk__service-title__info,
.info_icon {
    height: 24px;
    width: 24px;
    display: inline-block;
    background-image: url("https://medoblako.ru/newdesign/img/info.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.info_icon-wrap {
    position: relative;
    width: fit-content;
}

.info_icon-wrap .info_icon {
    position: absolute;
    z-index: 1;
    /* top: -3px;
    right: -26px; */
    background-color: #fff;
    border-radius: 50%;
    top: -10px;
    right: -10px;
}

.info_icon-wrap .info_icon:hover {
    background-color: #f9f9f9;
}

@media (max-width:960px) {
    .info_icon-wrap .info_icon {
        top: -10px;
        right: -5px;
    }
}

.lokoClient .info4,
.lokoRules {
    line-height: 1.5;
    border-radius: 8px;
    border: 1px solid #979797;
    font-size: 14px;
    font-weight: 400;
    /* min-height: 53px; */
    width: 100%;
    vertical-align: middle;
    padding: 17px 20px;
    /* margin-bottom: 20px; */
    background: none !important;
    text-align: left;
}

@media (max-width:960px) {
    .lokoRules {
        padding: 16px 20px;
    }
}

.lokoRules p {
    margin-bottom: 9px;
    line-height: 1.5;
}

@media (max-width:960px) {
    .lokoRules p {
        margin-bottom: 8px;
    }
}

.lokoRules p:last-child {
    margin-bottom: 6px;
}

/* .lokoClient #begin-cons-block {
    margin-bottom: 30px;
} */

#begin-cons-block p {
    margin-top: 8px;
}

.chat-button-wrap a,
.lokoClient .telemed-lk-button,
.telemed-lk-button.telemed-lk-button--begin.continue {
    background-color: var(--CH-green);
    background-repeat: no-repeat;
    background-position: left 25px center;
    display: block;
    border-radius: 16px;
    height: 56px;
    min-width: 330px !important;
    width: fit-content !important;
    padding: 0 30px;
    text-align: center;
    /* line-height: 56px; */
    /* padding-left: 61px; */
    font-size: 18px;
    /* font-weight: 500; */
    font-weight: 600;
    text-decoration: none;
    user-select: none;
    color: var(--CH-black);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.lokoClient .telemed-lk-button:before {
    content: none;
}

@media (max-width:960px) {
    .lokoClient .telemed-lk-button {
        width: 100% !important;
        padding: 0 15px;
    }
}


/* .lokoClient .telemed-lk-button:not(:last-child) {
    margin-bottom: 10px;
} */

.lokoClient [class*="telemed-lk-button--"] {
    /* text-align: left;
    padding-left: 61px !important; */
    /* padding-left: 48px !important;
    background-position: 58px center; */
}

.telemed-lk-button.telemed-lk-button--begin.continue {
    padding-left: 39px !important;
}

.lokoClient .telemed-lk-button::before {
    display: block;
    width: 24px;
    height: 24px;
}

.lokoClient .telemed-lk-button--begin::before {
    content: '';
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.29117 20.8242L2 22L3.17581 16.7088C2.42544 15.3056 2 13.7025 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C10.2975 22 8.6944 21.5746 7.29117 20.8242Z" fill="%232B3033"/></svg>');
}

/* .lokoClient .telemed-lk-button--begin.continue {

} */

/* .lokoClient .telemed-lk-button--begin:not(.continue) {
    background-position: left 69px center;
    padding-left: 105px !important;
} */
.lokoClient .telemed-lk-button--question::before {
    content: '';
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM19 20V4H5V20H19ZM7 6H11V10H7V6ZM7 12H17V14H7V12ZM7 16H17V18H7V16ZM13 7H17V9H13V7Z" fill="%232B3033"/></svg>');
}

.lokoClient .telemed-lk-button--record::before {
    content: '';
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.8995 6.85454L17.1421 11.0972L7.24264 20.9967H3V16.754L12.8995 6.85454ZM14.3137 5.44033L16.435 3.31901C16.8256 2.92849 17.4587 2.92849 17.8492 3.31901L20.6777 6.14744C21.0682 6.53796 21.0682 7.17113 20.6777 7.56165L18.5563 9.68297L14.3137 5.44033Z" fill="%232B3033"/></svg>');
}

.lokoClient .telemed-lk-button--now::before {
    content: '';
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 1V3H3C2.44772 3 2 3.44772 2 4V20C2 20.5523 2.44772 21 3 21H10.7546C9.65672 19.6304 9 17.8919 9 16C9 11.5817 12.5817 8 17 8C18.8919 8 20.6304 8.65672 22 9.75463V4C22 3.44772 21.5523 3 21 3H17V1H15V3H9V1H7ZM23 16C23 19.3137 20.3137 22 17 22C13.6863 22 11 19.3137 11 16C11 12.6863 13.6863 10 17 10C20.3137 10 23 12.6863 23 16ZM16 12V16.4142L18.2929 18.7071L19.7071 17.2929L18 15.5858V12H16Z" fill="%232B3033"/></svg>');
}

/* Наведение */
.service-main_button:hover,
.chat-button-wrap a:hover,
.lokoClient .telemed-lk-button:hover,
.cons-chat .md-close:hover,
.lokoModalButton .md-close:hover,
.modal-body .md-close:hover,
.cons-chat .button:not(.cancel):hover,
.modal-body input[type="submit"]:hover,
.attach-button:hover,
.field .field-button:hover,
.trueconf .button:hover {
    background-color: #eaeaeb !important;
    color: var(--CH-black) !important;
}

.simple-button.disable,
.telemed-lk-button.disable {
    background-color: #eaeaeb !important;
}

/* Нажатие */
.service-main_button:active,
.chat-button-wrap a:active,
.lokoClient .telemed-lk-button:active,
.cons-chat .md-close:active,
.lokoModalButton .md-close:active,
.modal-body .md-close:active,
.cons-chat .button:not(.cancel):active,
.modal-body input[type="submit"]:active,
.attach-button:active,
.field .field-button:active,
.trueconf .button:active {
    background-color: #d6d7d8 !important;
    color: var(--CH-black) !important;
}

/* Отключено */
.service-main_button.disabled,
.service-main_button:disabled,
.lokoClient .telemed-lk-button:disabled,
.cons-chat .md-close:disabled,
.lokoModalButton .md-close:disabled,
.modal-body .md-close:disabled,
.cons-chat .button:not(.cancel):disabled,
.modal-body input[type="submit"]:disabled,
.field .field-button.disabled,
.field .field-button:disabled,
.trueconf .button:disabled {
    color: #2B303366 !important;
    background-color: #D3D9D7 !important;
    pointer-events: none;
}

.lokoClient .info5_1.lokoMainText {
    border-radius: 8px;
    border: 1px solid #c7c7c7;
    padding: 16px 30px 15px 20px;
    color: var(--CH-gray);
    font-size: 14px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 24px;
    border-radius: 8px;
    /* background-color: rgba(43, 48, 51, 0.1); */
}

.lokoClient .info5_1.lokoMainText p {
    /* padding: 0; */
    font-size: 14px;
}

.lokoClient .info5_1.lokoMainText .minimar {
    padding-bottom: 12px;
}

.lokoClient .lokoLimit {
    border-radius: 8px;
    /* border: 1px solid #d3d9d7; */
    border: 1px solid #979797;
    width: 100%;
    /* min-height: 118px; */
    height: fit-content;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* padding: 16px; */
    padding: 20px;
    width: 343px;
    gap: 8px;
    /* margin-bottom: 20px; */
}

@media (max-width:960px) {
    .lokoClient .lokoLimit {
        width: 100%;
    }
}

.lokoLimit .lokoLimit_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

span.insur__sum {
    color: var(--CH-gray) !important;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
}

/* .list .list {
    margin-top: 5px;
    margin-bottom: 15px;
    padding-left: 25px;
}

.list div:not(:has(.list)):not(.list),
.list div:not(.list-title) {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    min-height: 17px;
}


.list div:not(:has(.list)):not(.list)::before {
    content: "";
    background-color: #616c72;
    width: 8px;
    height: 8px;
    border-radius: 30px;
    position: absolute;
    left: 2px;
         top: 50%;
         transform: translate(0, -50%);
    top: 8px;
}

.list div:has(.list)>span:not(.list),
.list div:has(.list)>div:not(.list) {
    padding-left: 25px;
} */

/* .modal-info-text .list div:not(:has(.list)):not(.list)::before {
    background-color: #ffffff;
} */

.list-title {
    margin-bottom: 10px;
    min-height: 17px;
}

.list-title:only-child {
    margin-bottom: 0;
}

.list .list {
    /*margin-top: 5px;*/
    /* margin-bottom: 15px; */
    padding-left: 25px;
}

.list div:not(.list) {
    margin-bottom: 10px;
}

.list>div {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    min-height: 17px;
}

/* .list .list>div,
.list div>div:not(.list) {
    margin-bottom: 0px;
} */

.list>div:not(.list)::before {
    content: "";
    background-color: var(--CH-gray);
    width: 8px;
    height: 8px;
    border-radius: 30px;
    position: absolute;
    left: 2px;
    /* top: 50%;
    transform: translate(0, -50%); */
    top: 8px;
}

.modal-info-text .list div::before {
    background-color: #ffffff;
}

.list:before,
.list .list:before {
    content: unset;
}

.list.no_before>div::before {
    content: unset;
}

.lokoRules .list>div {
    margin-bottom: 9px;
    line-height: 20px;
    padding-left: 19px;
}

@media (max-width:960px) {
    .lokoRules .list>div {
        margin-bottom: 7px;
    }
}

.lokoRules .list>div:not(.list)::before {
    background-color: #33363F;
    width: 7px;
    height: 7px;
    left: 0;
}

.infoLink {
    display: flex;
    align-items: center;
    width: 343px;
    min-height: 60px;
    /* padding: 18px 32px !important; */
    padding: 0 32px !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    background-image: url("https://medoblako.ru/newdesign/img/continue-arrow_gray.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 24px;
    border-bottom: 1px solid #2B30331a !important;
    position: relative;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    text-transform: none;
    color: var(--CH-black) !important;
}

.infoLink_text {
    display: block;
    width: 343px;
    min-height: 60px;
    padding: 18px 32px !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    color: var(--CH-black) !important;
}

@media (max-width:960px) {

    .infoLink,
    .infoLink_text {
        width: 100%;
    }
}

.lokoClient .lokoInfo_row {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

@media (max-width:960px) {
    .lokoClient .lokoInfo_row {
        flex-direction: column;
        gap: 0;
    }

    .lokoClient .lokoInfo_row:has(.lokoInfo_col-text) {
        gap: 40px;
    }
}

/* .lokoClient .lokoInfo_col {
    display: inline-block;
    flex-direction: column;
    width: fit-content;
} */

.lokoClient .lokoInfo_col p {
    margin: 0 !important;
}

/*
.lokoClient .lokoInfo_col:last-child {
    margin-left: 30px;
} */

@media (max-width:960px) {
    .lokoClient .lokoInfo_col {
        width: 100%;
    }

    /* .lokoClient .lokoInfo_col:last-child {
        margin-left: 0;
    }

    .lokoClient .lokoInfo_col:not(:last-child) {
        margin-bottom: 44px;
    } */
}

.lokoClient .lokoInfo_col-text {
    position: relative;
    height: 60px;
    color: rgba(43, 48, 51, 1);
    font-size: 18px;
    font-weight: 600;
    padding-top: 20px;
}

/* .lokoClient #info-block-history.infoLink {

} */
.infoLink::before {
    position: absolute;
    left: 0;
    top: 50%;
    min-width: 24px;
    height: 24px;
    transform: translate(0, -50%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.lokoClient .infoLink[data-target="#info-block-history"]::before,
.lokoClient .infoLink[data-target="#info-block-history_modal"]::before {
    content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM13 12H17V14H11V7H13V12Z" fill="%232B3033"/></svg>');
}

.lokoClient .infoLink[data-target="#info-block-1"]::before {
    content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM19 20V4H5V20H19ZM7 6H11V10H7V6ZM7 12H17V14H7V12ZM7 16H17V18H7V16ZM13 7H17V9H13V7Z" fill="%232B3033"/></svg>');
}

.lokoClient .infoLink#lokoReviewLink::before {
    content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.45455 19L2 22.5V4C2 3.44772 2.44772 3 3 3H21C21.5523 3 22 3.44772 22 4V18C22 18.5523 21.5523 19 21 19H6.45455ZM5.76282 17H20V5H4V18.3851L5.76282 17ZM7 10H9C9 11.6569 10.3431 13 12 13C13.6569 13 15 11.6569 15 10H17C17 12.7614 14.7614 15 12 15C9.23858 15 7 12.7614 7 10Z" fill="%232B3033"/></svg>');
}

.lokoClient .infoLink[data-target="#info-block-help"]::before {
    content: url('https://medoblako.ru/newdesign/img/help.svg');
}

.lokoClient .infoLink[data-target="#info-block-call"]::before {
    content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2254_43100)"><rect width="24" height="24" fill="%232B3033" fill-opacity="0.01"/><path d="M9.36556 10.6821C10.302 12.3288 11.6712 13.698 13.3179 14.6344L14.2024 13.3961C14.4965 12.9845 15.0516 12.8573 15.4956 13.0998C16.9024 13.8683 18.4571 14.3353 20.0789 14.4637C20.599 14.5049 21 14.9389 21 15.4606V19.9234C21 20.4361 20.6122 20.8657 20.1022 20.9181C19.5723 20.9726 19.0377 21 18.5 21C9.93959 21 3 14.0604 3 5.5C3 4.96227 3.02742 4.42771 3.08189 3.89776C3.1343 3.38775 3.56394 3 4.07665 3H8.53942C9.0611 3 9.49513 3.40104 9.5363 3.92109C9.66467 5.54288 10.1317 7.09764 10.9002 8.50444C11.1427 8.9484 11.0155 9.50354 10.6039 9.79757L9.36556 10.6821ZM6.84425 10.0252L8.7442 8.66809C8.20547 7.50514 7.83628 6.27183 7.64727 5H5.00907C5.00303 5.16632 5 5.333 5 5.5C5 12.9558 11.0442 19 18.5 19C18.667 19 18.8337 18.997 19 18.9909V16.3527C17.7282 16.1637 16.4949 15.7945 15.3319 15.2558L13.9748 17.1558C13.4258 16.9425 12.8956 16.6915 12.3874 16.4061L12.3293 16.373C10.3697 15.2587 8.74134 13.6303 7.627 11.6707L7.59394 11.6126C7.30849 11.1044 7.05754 10.5742 6.84425 10.0252Z" fill="%232B3033"/></g><defs><clipPath id="clip0_2254_43100"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
}

.lokoClient .infoLink#info-docs::before,
.lokoClient .infoLink#info-upload::before {
    content: '';
    height: 20px;
    min-width: 17px;
    background-image: url('https://medoblako.ru/newdesign/img/instruction.png');
    margin-left: 4px;
}

.lokoClient .infoBlock {
    display: none !important;
}



/* --------- МОДАЛЬНОЕ ОКНО --------- */

.newDesignModal.modal {
    font-family: "Golos", "Golos Text", "sans-serif" !important;
    color: var(--CH-black) !important;
    letter-spacing: 0px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px;
}

.newDesignModal .modal-body {
    font-family: "Golos", "Golos Text", "sans-serif";
    color: var(--CH-black);
}

.newDesignModal .modal-dialog {
    /* max-width: 703px; */
    max-width: fit-content;
    padding: 46px 0;
}

.newDesignModal .modal-header,
.md-modal .modalHeader {
    /* height: 48px; */
    min-height: 48px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 16px !important;
    display: block;
    width: 100%;
    /* position: absolute !important; */
    top: 0;
    left: 0;
    background: #fff !important;
    color: var(--CH-black) !important;
    z-index: 10;
    border-radius: 16px 16px 0px 0px !important;
    border: none !important;
}


.newDesignModal .modal-header .modal-close,
.head .modal-close,
.md-modal .modalHeader .md-close {
    height: 24px;
    width: 24px;
    padding: 0;
    position: absolute;
    right: 16px;
    background-color: transparent;
    background-image: url("https://medoblako.ru/newdesign/img/modal_close.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    background-size: 24px;
    top: 50%;
    transform: translate(0, -50%);
}


.trueconf .head .modal-close {
    right: 35px;
}

.newDesignModal .modal-title,
.newDesignModal.modal .modal-header {
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    color: var(--CH-black);
    font-family: "Golos", "Golos Text", "sans-serif";
    margin: 0 auto;
    /* text-align: left; */
    padding: 0 30px;
}

.modal .modal-header {
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    color: var(--CH-black);
    font-family: "Golos", "Golos Text", "sans-serif";
}

/* #info_resulModal .modal-body {
    text-align: center;
} */

#info_resulModal .modal-content,
.modal .modal-content {
    width: 703px;
}

.newDesignModal .modal-bottom-wrap {
    margin-top: 50px !important;
}

.newDesignModal .modal-content {
    padding: 40px 42px 40px 42px !important;
    /* padding: 40px 38px 40px 42px !important; скролл*/
    min-width: 703px;
    max-width: 703px;
    /* max-height: 97vh; скролл*/
    /* overflow-y: scroll; скролл*/
    /* max-width: 1000px; */
}

.newDesignModal .modal-body {
    /* padding-top: 40px; */
    padding-top: 30px;
    padding-bottom: 15px;
    /* padding-right: 7px; скролл*/
    /* overflow-y: scroll; скролл*/
}

/* .newDesignModal .modal-body::-webkit-scrollbar {
    display: none;
} */
.newDesignModal .modal-body::-webkit-scrollbar {
    width: 5px;
}

.newDesignModal .modal-body::-webkit-scrollbar-track {
    background: transparent;
    margin: 8px 0;
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

@media (max-width:960px) {
    .newDesignModal .modal-body::-webkit-scrollbar-track {
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.newDesignModal .modal-body:has(::-webkit-scrollbar-thumb)::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
}

.newDesignModal .modal-body::-webkit-scrollbar-thumb {
    background: #eaeaeb;
    border-radius: 8px;
}

.newDesignModal .modal-body::-webkit-scrollbar-thumb:hover,
.newDesignModal .modal-body::-webkit-scrollbar-thumb:active {
    background: #effe7d9b;
    cursor: default;
}

.newDesignModal .modal-footer {
    padding: 0 16px !important;
    border: none !important;
    flex-wrap: wrap
}

.newDesignModal .modal-body th,
.newDesignModal .modal-body td {
    /* vertical-align: text-top; */
    padding: 1px 10px;
}

.cons-chat .md-close,
.lokoModalButton .md-close,
.modal-body .md-close,
.cons-chat .button:not(.cancel),
.modal-body input[type="submit"],
#flurAlertModal .sbtNo,
#flurAlertModal .sbtWithError {
    background-color: var(--CH-green);
    display: block;
    border-radius: 16px !important;
    height: 56px !important;
    min-width: 332px !important;
    width: max-content !important;
    padding: 0 20px !important;
    text-align: center;
    line-height: 56px;
    color: var(--CH-black);
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 0 auto !important;
    margin-top: 29px !important;
    cursor: pointer;
    text-decoration: none;
    text-transform: none !important;
    user-select: none;
    font-weight: 600 !important;
    max-height: unset;
    box-sizing: border-box;
    border: none;

}

/* .select2:not(:last-child) {
    margin-bottom: 24px;
} */

input[type="text"],
input[type="date"],
input[type="number"],
input[type="password"],
.ui-selectmenu-button,
.select2-selection,
select {
    width: 100% !important;
    min-height: 39px !important;
    max-height: 39px !important;
    border-radius: 8px !important;
    border: 1px solid #d6d7d8 !important;
    background-color: #eaeaeb !important;
    padding: 9px 13px 10px !important;
    color: var(--CH-black);
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 400;
}

.select2-search--dropdown .select2-search__field {
    height: 39px;
}

input[type="text"]:disabled,
input[type="text"].disabled,
input[type="password"]:disabled,
input[type="password"].disabled,
.field.disabled input,
.field.disabled label,
.field.disabled .select2,
.field.disabled p,
.field.disabled .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #2b303366;
    cursor: text;
    pointer-events: none;
}

.attach.disabled {
    opacity: 0.7;
    cursor: text;
    pointer-events: none;
}

.field.disabled input {
    pointer-events: none;
}

.service-content.loading {
    position: relative;
    pointer-events: none;
}

.service-content.loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(255, 255, 255, 0.2); */
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

.service-content.loading::before {
    opacity: 1;
}

.service-content_date {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 17px;
}

.service-content_date_button {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url("https://medoblako.ru/newdesign/img/continue-arrow_gray.svg");
    background-repeat: no-repeat;
    background-size: 20px;
}

.service-content_date_button.disabled,
.service-main_button.disabled,
.trueconf .button:disabled {
    pointer-events: none;
    cursor: unset;
}

.service-content_date #content_date-prev {
    transform: scaleX(-1);
}

.service-form__textarea-counter,
.textarea-counter {
    color: #aaacad;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    user-select: none;
    pointer-events: none;
}

.textarea-wrapper {
    position: relative;
}

.textarea-counter {
    display: none;
}

.textarea-wrapper>label {
    padding-right: 60px;
}

.textarea-wrapper .textarea-counter,
.field .textarea-counter {
    display: block;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
    line-height: unset !important;
}

.select2-dropdown {
    border: 1px solid #d6d7d8 !important;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-radius: 0 0 8px 8px !important;
    border-bottom: top !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 8px 8px 0 0 !important;
    border-bottom: none !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--CH-green) !important;
    color: var(--CH-black) !important;
}

.select2-results__option {
    min-height: 39px;
    max-height: 39px;
    border-bottom: 1px solid #d6d7d8 !important;
    background-color: #eaeaeb;
    color: var(--CH-black);
    font-family: "Golos", "Golos Text", "sans-serif" !important;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 14px !important;
    line-height: 17px !important;
    padding: 11px 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    transform: translate(0, -50%) !important;
    right: 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    height: 100% !important;
    width: 100% !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.00049 6.0006L0.757812 1.758L2.17203 0.34375L5.00049 3.1722L7.82889 0.34375L9.24309 1.758L5.00049 6.0006Z" fill="%232B3033"/></svg>');
    display: block !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    top: unset !important;
    left: unset !important;

}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: scaleY(-1);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-results__option:last-child {
    border-bottom: none !important;
}

/* select::before {
    content: "▼" !important;
    padding: 0 8px;
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 4px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
} */

select {
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    background-image: url("/bitrix/templates/adaptive/images/select_arr_black.png");
    background-position: center right 20px;
    background-repeat: no-repeat;
    background-size: 8px;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: var(--CH-green) !important;
    /* background-color: #2B30331A !important */
}

input[type="date"]:active {
    border: none;
}

textarea::placeholder,
input[type="text"]::placeholder,
input[type="date"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder {
    color: rgba(43, 48, 51, 0.4) !important;
    font-size: 16px !important;
}

.field.error input[type="text"],
.field.error input[type="date"],
.field.error input[type="number"],
.field.error input[type="password"],
.field.error .ui-selectmenu-button,
.field.error textarea,
.field.error select,
.field.error .select2-selection {
    border-color: #ff6767 !important;
}

input+button[type="reset"] {
    background-image: url('https://medoblako.ru/newdesign/img/clear.svg');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    background-color: transparent;
    height: 16px;
    /* width: 16px;
    right: 11px; */
    /* width: 45px; */
    right: 0;
    padding: 0 !important;
    position: absolute;
    background-color: transparent;
    min-width: 16px;
    min-height: 16px;
    margin-right: 14px;
}


input:disabled+button[type="reset"],
input.disabled+button[type="reset"],
.field.disabled button[type="reset"] {
    display: none;
}

input+button[type="reset"]:hover {
    background-color: transparent;
}


input.input-reset {
    padding-right: 35px !important;
}

.input-wrapper {
    position: relative;
    width: 100%;
}

.field-button_row {
    display: flex;
    gap: 10px;
}

@media (max-width:960px) {
    .field-button_row {
        flex-direction: column;
    }
}

.field-button_input {
    position: relative;
    display: flex;
    width: 100%;
    gap: 10px;
}

.field-button_input>.select2-container {
    min-width: 65px;
}

.field .field-button {
    background-color: var(--CH-green);
    color: var(--CH-black);
    border-radius: 8px;
    min-width: 288px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease !important;
}

/* .field:not(:last-child) textarea,
.field:not(:last-child) input[type="text"],
.field:not(:last-child) input[type="number"],
.field:not(:last-child) select {
    margin-bottom: 24px;
} */
.field {
    padding-bottom: 24px;
}

.p-0 {
    padding-bottom: 0 !important;
}

.range_field {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 24px;
}

.range_field .field {
    padding-bottom: 0px !important;
}

.range_field input {
    text-align: center;
    padding: 0 !important;
}

textarea {
    width: 100% !important;
    border-radius: 8px !important;
    border: 1px solid #d6d7d8 !important;
    background-color: #eaeaeb !important;
    padding: 9px 13px 10px;
    color: var(--CH-black);
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 400;
    min-height: 161px;
    max-height: 342px;
    resize: vertical;
}

textarea::-webkit-scrollbar {
    width: 5px;
}

textarea::-webkit-scrollbar-track {
    background: transparent;
    margin: 8px 0;
}

textarea:has(::-webkit-scrollbar-thumb)::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
}

textarea::-webkit-scrollbar-thumb {
    background: var(--CH-green);
    border-radius: 8px;
}

textarea::-webkit-scrollbar-thumb:hover {
    background: #effe7d9b;
    cursor: default;
}

/* .newDesignModal .modal-body label, */
.field p,
.field label,
form label {
    color: var(--CH-black);
    font-size: 14px !important;
    font-weight: 500;
    margin-bottom: 8px !important;
    line-height: 17px;
    padding: 0;
}

/* .newDesignModal .modal-body button, */
.newDesignModal .modal-body input[type="button"],
.lokoLimit .lokoLimitLink {
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    max-height: 40px;
    min-width: 40px;
    width: fit-content;
    background-image: none;
    background-color: #F3F3F3;
    border-radius: 12px;
    padding: 0 10px;
    cursor: pointer;
    color: var(--CH-black);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    border: none !important;
    min-width: 123px;
    user-select: none;
}

.lokoLimit .lokoLimitLink {
    height: 31px;
}

.max-width {
    max-width: 100% !important;
    width: 100% !important;
    flex-basis: 100% !important;
}

/* .newDesignModal .modal-body button.max-width, */
.newDesignModal .modal-body input[type="button"].max-width,
.lokoLimit .lokoLimitLink.max-width {
    width: 100%;
}

/* Наведение */
/* .newDesignModal .modal-body button:hover, */
.newDesignModal .modal-body input[type="button"]:hover,
.lokoLimit .lokoLimitLink:hover,
.lokoPhoneLink:hover {
    background-color: #2B30331a;
    color: var(--CH-black)
}

/* Нажатие */
/* .newDesignModal .modal-body button:active, */
.newDesignModal .modal-body input[type="button"]:active,
.lokoLimit .lokoLimitLink:active,
.lokoPhoneLink:active {
    background-color: #2B30331a;
    color: var(--CH-black)
}

/* Отключено */
/* .newDesignModal .modal-body button:disabled, */
.newDesignModal .modal-body input[type="button"]:disabled,
.lokoLimit .lokoLimitLink:disabled,
.lokoPhoneLink:disabled {
    color: #2B303366;
    background-color: #D3D9D7;

}

.newDesignModal .title {
    font-size: 16px;
    font-weight: 600;
    color: var(--CH-black);
}

@media (max-width:960px) {

    /* a,
    a:focus,
    a:hover,
    .program-card,
    .newDesignModal .modal-body button,
    .profile-notification {
        cursor: default;
    } */

    * {

        cursor: default !important;
    }

    .newDesignModal.modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }

    .newDesignModal.modal.show .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .newDesignModal.modal.modal-hiding .modal-dialog {
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        transform: translate(0, 100%);
        -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .newDesignModal .modal-header {
        padding: 20px 0;
        margin: 10px 0 !important;
    }

    .newDesignModal .modal-title {
        padding-right: 25px;
    }

    .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;

    }

    #chatModal .modal-dialog,
    #chatHistoryModal .modal-dialog {
        max-height: unset;
        bottom: unset;
    }

    #chatHistoryModal #chat-history-message {
        padding-bottom: 30px;
    }

    .newDesignModal .modal-content {
        border: none !important;
        border-radius: 16px 16px 0px 0px !important;
        padding: 0 13px 0 16px !important;
        -webkit-transition: top .1s ease;
        -moz-transition: top .1s ease;
        -o-transition: top .1s ease;
        transition: top .1s ease;
        height: calc(100vh - 120px);
        position: relative;
        z-index: 1;
        height: auto !important;
        max-height: 85vh !important;
        min-width: unset;
        max-width: unset;
        width: 100%;
        min-height: 20vh;
    }



    .newDesignModal .modal-body {
        padding: 0 3px 0 0 !important;
        overflow-y: auto !important;
        /* margin-top: 64px !important; */
        /* margin-bottom: 32px !important; */
        padding-bottom: 32px !important;
    }

    .newDesignModal .modal-body {
        padding-bottom: 32px !important;
    }

    .newDesignModal .modal-subtitle {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding-bottom: 12px;
    }

    .newDesignModal .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;
    }

    .newDesignModal .modal-bottom .modal-body button {
        width: 100%;
    }

    .head .modal-close,
    .modal-header .modal-close {
        background-size: unset;
        margin-left: auto;
    }

    .trueconf .head .modal-close {
        background-size: 24px;
        right: 16px;
    }


}

/* --------- МОДАЛЬНОЕ ОКНО --------- */

.insur {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.insur-top {
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px solid #d3d9d7;
    padding: 16px;
    margin-bottom: 8px;
}

.insur-top-col:first-child {
    color: var(--CH-black);
}

.insur-top-col:last-child {
    color: rgba(43, 48, 51, 0.6);
}

.insur-top-col div:first-child {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 8px;
}

.insur-top-col div:last-child {
    font-size: 12px;
    line-height: 12px;
}

.insur__item {
    border-radius: 8px;
    background-color: #f3f3f3;
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.insur__item-name {
    font-size: 16px;
    text-align: left;
    line-height: 22px;
}

.insur__item-date {
    font-size: 14px;
    line-height: 18px;
    color: rgba(43, 48, 51, 0.6);
}

.insur__item-bootom {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    color: rgba(43, 48, 51, 0.6);
}

.insur__item-cost {
    color: var(--CH-black);
    font-size: 14px;
    font-weight: 400;
}

/* .ui-selectmenu-button {
    min-height: 39px;
    border-radius: 8px;
    border: 1px solid #d6d7d8;
    background-color: #eaeaeb;
    padding: 9px 13px;
    color: var(--CH-black);
    font-size: 16px;
    font-weight: 400;
} */

.ui-selectmenu-text {
    padding: 0 !important;
    font-family: "Golos", "Golos Text", "sans-serif" !important;
    color: var(--CH-black) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0px !important;
    text-align: left !important;
    line-height: 22px !important;
}

.ui-selectmenu-button[aria-expanded="true"] {
    border-radius: 8px 8px 0 0 !important;
    border-bottom: none !important;
}

.ui-selectmenu-button {
    border: 1px solid #29b0b4;
    height: 38px;
    /* max-width: 350px !important; */
    /* width: 100% !important; */
}

.ui-selectmenu-menu .ui-menu {
    border: 1px solid #d6d7d8 !important;
    border-radius: 0 0 8px 8px;
    /* max-width: 350px !important; */
}

.ui-menu .ui-menu-item {
    min-height: 39px;
    border-bottom: 1px solid #d6d7d8 !important;
    background-color: #eaeaeb;
    padding: 9px 13px !important;
    color: var(--CH-black);
    font-size: 14px !important;
    font-family: "Golos", "Golos Text", "sans-serif" !important;
    /* max-width: 350px !important; */
    font-weight: 500;
}

.ui-menu .ui-menu-item:last-child {
    border-bottom: none !important;
}

.ui-menu-item.ui-state-focus {
    background-color: var(--CH-green);
}

.ui-icon {
    display: none;
}

/* Удалить */


form {
    display: block;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: unset !important;
}

.main-lk__cert-col {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
}

@media (max-width:960px) {
    .main-lk__cert-col {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 100%;
    }
}

.lokoClient .lokoReview {
    padding: 0;
}

/* Удалить */

.field {
    /* padding: 0 !important; */
    position: relative;
}

.field .field__error {
    display: none !important;
    position: absolute;
    /* bottom: 0px !important; */
    color: #f31717;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
}

.field.error .field__error {
    display: block !important;
}

/* .field__file {
    margin-bottom: 24px !important;
} */

.step-1-image,
.step-2-image {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}

.lokoPhoneLink {
    display: block;
    border-radius: 8px;
    opacity: 1;
    background-color: #f3f3f3;
    width: fit-content;
    min-height: 60px;
    width: 343px;
    color: #007aff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0px;
    padding: 19px 16px;
    /* margin-top: 16px; */
    /* text-transform: capitalize; */
}

.modal-body .lokoPhoneLink {
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    width: calc(50% - 10px)
}

.lokoQuest .lokoPhoneLink {
    margin-top: 16px;
}

.block-call__main {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Консультация */

#chatModal {}

/* Консультация */













.service {
    font-weight: 600;
    font-size: 16px;
}



.service-main_title {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0;
    color: #33363F;
    margin-bottom: 28px;
    padding: 0;
    text-transform: none;
}

@media (max-width:540px) {
    .service-main_title {
        margin-bottom: 16px;
    }
}

.main_text {
    color: var(--CH-gray);
    font-size: 14px;
    font-weight: 400;
}

.service-main_text {
    margin-top: 32px;
    margin-bottom: 16px;
}

@media (max-width:540px) {
    .service-main_text {
        margin-top: 24px;
        margin-bottom: 12px;
    }
}

.service-main_text-2 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
}

@media (max-width:540px) {
    .service-main_text-2 {
        margin-top: 24px;
        margin-bottom: 12px;
        font-size: 16px;
    }
}

.service-main_text-2:first-child {
    margin-top: unset;
}

.lokoText {
    margin-bottom: 16px;
}

@media (max-width:540px) {
    .lokoText {
        margin-top: 24px;
        margin-bottom: 12px;
    }
}

.service-main_link:not(:has(:first-child)) {
    display: none;
}

.service-main_link {
    border-radius: 8px;
    border: 1px solid #c7c7c7;
    background-color: #f3f3f3;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

#lokoClient .service-main_link {
    margin-bottom: 0;
}

.service-main_link__item {
    display: block;
    width: 100%;
    min-height: 52px;
    height: fit-content;
    padding: 16px 40px 16px 20px !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    background-image: url("https://medoblako.ru/newdesign/img/continue-arrow_gray.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 24px;
    border-bottom: 1px solid #2B30331a !important;
    position: relative;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    text-transform: none;
    color: var(--CH-black);
}

.service-main_link__item.radio,
.service-main_link__item.check-box {
    background-image: none;
}

.service-main_link__item.check-box::before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    min-width: 21.18px;
    min-height: 20px;
    max-width: 21.18px;
    max-height: 20px;
    cursor: pointer;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 4px;
    background: unset;
    background-color: rgba(211, 217, 215, 1);
    position: absolute;
    right: 15px;
}

.service-main_link__item.check-box.active_check-box::before {
    background: var(--CH-green);
    background-image: url('data:image/svg+xml,<svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 5L5.32941 8.5L12 1.5" stroke="%232B3033" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width:540px) {

    .service-main_link__item,
    .service-main_link__item.radio {
        font-size: 14px;
        background-size: 20px;
    }
}

@media (max-width:540px) {
    .service-main_link__item {
        font-size: 14px;
        background-size: 20px;
        height: fit-content;
    }
}

.service-main_link__item.radio::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    background-color: #D3D9D7;
    border-radius: 50%;
}

.service-main_link__item.radio.active_radio::after {
    content: '';
    position: absolute;
    right: 19.5px;
    top: 50%;
    transform: translate(0, -50%);
    width: 10px;
    height: 10px;
    background-color: #33363F;
    border-radius: 50%;
}


/* .service-main_link__item.nodata {
    pointer-events: none;
} */

.service-main_link__item:first-child {
    border-radius: 8px 8px 0 0;
}

.service-main_link__item:last-child {
    border-bottom: none !important;
    border-radius: 0 0 8px 8px;
}

.service-main_link__item:hover {
    background-color: #eaeaeb;
    color: var(--CH-black);
}

.service-main_link__item-ofert {
    display: block;
    width: 100%;
    min-height: 52px;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    border-bottom: 1px solid #2B30331a !important;
    position: relative;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    text-transform: none;
    color: var(--CH-black) !important;
}

.service-main_link__item-ofert:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("https://medoblako.ru/newdesign/img/continue-arrow_black.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.service-main_link__item-ofert.active:after {
    transform: translateY(-50%) rotate(-90deg);
}

@media (max-width:540px) {
    .service-main_link__item-ofert {
        font-size: 14px;
        height: unset;
        padding-right: 40px;
        background-size: 20px;
    }
}

.service-main_link__item-ofert:first-child {
    border-radius: 8px 8px 0 0;
}

.service-main_link__item-ofert:last-child {
    border-bottom: none !important;
    border-radius: 0 0 8px 8px;
}

.service-main_link__item-ofert:hover {
    background-color: #eaeaeb;
    color: var(--CH-black);
}

.service-main_link__item-child {
    display: block;
    width: 100%;
    min-height: 52px;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    border-bottom: 1px solid #2B30331a !important;
    position: relative;
    user-select: auto;
    text-decoration: none;
    text-transform: none;
    color: var(--CH-black) !important;
    padding-left: 40px;
    padding-right: 40px !important;
}

a.service-main_link__item-child {
    background-image: url("https://medoblako.ru/newdesign/img/continue-arrow_gray.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 24px;
}

a[href=""].service-main_link__item-child {
    background-image: unset;
}

a.service-main_link__item-child:hover {
    background-color: #eaeaeb;
    cursor: pointer;
}

a[href=""].service-main_link__item-child:hover {
    background-color: unset;
    cursor: unset;
}

:not([data-type="knowledge-block"])>.service-main_link__item-child:first-child:hover {
    border-radius: 8px 8px 0 0;
}


[data-type="knowledge-block"]:last-child>.service-main_link__item-child:last-child,
:not([data-type="knowledge-block"])>.service-main_link__item-child:last-child {
    border: none !important;
    border-radius: 0 0 8px 8px !important;
}

[data-type="knowledge-link"]:not(.active):nth-last-child(2) {
    border-radius: 8px !important;
    border: none !important;
}

[data-type="knowledge-block"]>* {
    padding-left: 30px !important
}

[data-type="knowledge-block"]>[data-type="knowledge-block"]>* {
    padding-left: 60px !important
}

[data-type="knowledge-block"]>[data-type="knowledge-block"]>[data-type="knowledge-block"]>* {
    padding-left: 90px !important
}

[data-type="knowledge-block"] {
    padding-left: unset !important
}

/* [data-type="knowledge-block"]>[data-type="knowledge-link"] {
    padding: 0 20px;
} */

@media (max-width:540px) {
    .service-main_link__item-child {
        font-size: 14px;
        background-size: 20px;
    }
}


.service-main_button,
.trueconf .button {
    background-color: var(--CH-green) !important;
    display: block;
    border-radius: 16px !important;
    height: 56px;
    width: 332px !important;
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    user-select: none;
    color: var(--CH-black);
    font-weight: 600;
    cursor: pointer;
    margin-top: 25px;
    box-sizing: border-box;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:540px) {

    .service-main_button,
    .trueconf .button:disabled {
        margin: 0 auto;
        margin-top: 20px;
    }
}

.modal-body .service-main_button {
    margin: 0 auto !important;
    margin-top: 29px !important;
}


@media (max-width:960px) {

    .service-main_button,
    .trueconf .button:disabled {
        width: 100%;
    }
}

@media (max-width:540px) {

    .service-main_button,
    .trueconf .button:disabled {
        width: 100% !important;
        /* min-width: 100%; */
        min-width: unset;
    }
}

.trueconf .button {
    text-transform: unset;
}

.trueconf .support__buttons {
    flex-direction: column;
    gap: 15px;
}


.attach-title,
.newDesignModal .modal-body .attach-title label {
    color: var(--CH-black);
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    height: 37px;
    border-bottom: 1px solid #DFDFE0;
    margin-bottom: 12px;
}

.attach-title-text {
    cursor: pointer;
    width: fit-content;
    position: relative;
}

.attach-title-text::after {
    content: "+";
    color: rgba(43, 48, 51, 0.4);
    font-size: 28px;
    font-weight: 400;
    padding-left: 18px;
    position: absolute;
}

.attach-title-text.active::after {
    content: "_";
    margin: -13px 0 0 1px;
}

/* .attach-content {
    display: none;
} */

.attach-content_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.attach-content_wrap .field {
    width: 100%;
}

/* .attach .service-attach_input {
    margin-bottom: 24px;
} */

.lokoClient .fileUpload {
    display: flex;
    align-items: center;
}

.lokoClient .fleDesc {
    float: unset;
    width: 100%;
    font-size: 13px;
}

.error .fleDesc,
.error .input__file-button-text a {
    color: var(--CH-red);
}

.attach-doc label.service-form__file_label,
.lokoClient .fileUpload .fileButton {
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 0 !important;
    width: fit-content;
}

.lokoClient .fileUpload .fileButton {
    border: unset;
    color: var(--CH-black);
    padding: unset;
    text-transform: unset;
    height: fit-content;
}

.attach-doc label.service-form__file_label:hover,
.lokoClient .fileUpload .fileButton:hover {
    text-decoration: none;
}

.attach-doc .service-form__file,
.lokoClient .fileUpload .inputfile {
    display: none;
}

/* .attached-documents {
    margin-top: 10px;
} */

.attached-file {
    position: relative;
    margin-top: 16px;
    display: flex;
    /* justify-content: space-between; */
    font-weight: 500;
    align-items: center;
    gap: 18px;
    margin: 15px 0;
    min-height: 39px;
}

/* .attached-file:first-child {
    margin-top: 0;
} */

.attached-file::before {
    content: '';
    height: 20px;
    min-width: 17px;
    background-image: url('https://medoblako.ru/newdesign/img/instruction.png');
    margin-left: 4px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#lokoClient .attached-file {
    margin-top: 0px;
}

.delete-file {
    color: red;
    cursor: pointer;
    min-width: 20px;
    height: 20px;
    background-image: url("https://medoblako.ru/newdesign/img/delete_file.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
}

.attached-file_date {
    color: rgba(43, 48, 51, 0.6);
    font-size: 12px;
    line-height: 15px;
}

.attached-file_name {
    color: var(--CH-black);
    font-size: 16px;
}

.attached-file_name a:hover {
    color: var(--CH-black);
    text-decoration: underline !important;
}

.attach-button {
    background-color: var(--CH-green);
    display: block;
    border-radius: 16px;
    height: 43px;
    width: 178px !important;
    line-height: 43px;
    text-decoration: none;
    user-select: none;
    color: var(--CH-black);
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.attach-error {
    font-size: 14px;
    color: var(--CH-red);
}

.service-cur_product {
    border-radius: 8px;
    background-color: #f3f3f3;
    padding: 6px 21px;
    margin-bottom: 30px;
}

.service-cur_product__item {
    font-weight: 500;
    min-height: 54px;
    border-bottom: 1px solid #dfdfe0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-cur_product__item:last-child {
    border-bottom: none;
}

.service-cur_product__item-title {
    color: rgba(43, 48, 51, 0.6);
    font-size: 12px;
    line-height: 15px;
}

.service-cur_product__item-text {
    color: var(--CH-black);
    font-size: 16px;
}

.service-cur_product-docs_title {
    color: var(--CH-black);
    font-size: 16px;
    font-weight: 600;
}

.service-cur_product-docs_item {
    display: block;
    width: fit-content;
    line-height: 17px;
    margin-top: 13px;
}

.service-cur_product .service-form__checkbox_block .service-form__checkbox_row label {
    pointer-events: none;
}









.service-main_table,
.insur__block-table {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #c7c7c7;
    background-color: #f3f3f3;
}

.service-main_table:empty {
    border: 0;
}


.service-main_table table,
.insur__block-table table {
    width: 100%;
}

.service-main_table th,
.insur__block-table th {
    font-weight: 600;
}

/* .insur__block-table th {
    white-space: nowrap;
} */

.service-main_table tr,
.insur__block-table tr {
    /* display: block; */
    width: 100%;
    height: 52px;
    padding: 16px 20px !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    border-bottom: 1px solid #2B30331a !important;
    position: relative !important;
    text-decoration: none;
    text-transform: none;
    color: var(--CH-black) !important;
}

.service-main_table tr:last-child,
.insur__block-table tr:last-child {
    border: none;
}

.service-main_table tr.hidden,
.insur__block-table tr.hidden {
    display: none;
}

.service-main_table__td {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}

.td_el_date,
.td_el_date>* {
    min-width: 80px;
}

.service-main_table tbody tr,
.insur__block-table tbody tr {
    /* background-image: url("https://medoblako.ru/newdesign/img/continue-arrow_gray.svg"); */
    font-size: 14px;
    font-weight: 400;
}

.service-main_table tbody tr.getData td:last-child,
.insur__block-table tbody tr.getData td:last-child {
    background-image: url("https://medoblako.ru/newdesign/img/continue-arrow_gray.svg");
    padding-right: 40px !important;
}

.service-main_table tbody tr.edit td:last-child,
.insur__block-table tbody tr.edit td:last-child {
    background-image: url("https://medoblako.ru/newdesign/img/edit.svg");
    background-size: unset;
    padding-right: 40px !important;
}

.service-main_table tbody tr.getData td:last-child,
.insur__block-table tbody tr.getData td:last-child,
.service-main_table tbody tr.edit td:last-child,
.insur__block-table tbody tr.edit td:last-child {
    padding-right: 40px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 24px;
}

.insur__block-table tbody tr {
    cursor: unset;
}

.service-main_table tbody tr.getData:hover,
.insur__block-table tbody tr.getData:hover,
.service-main_table tbody tr.edit:hover,
.insur__block-table tbody tr.edit:hover {
    background-color: #eaeaeb;
    color: var(--CH-black);
    cursor: pointer;
}

.service-main_table tbody tr:first-child,
.insur__block-table tbody tr:first-child {
    border-radius: 8px 8px 0 0;
    border: none;
}

.service-main_table tbody tr:last-child,
.insur__block-table tbody tr:last-child {
    border-radius: 0 0 8px 8px !important;
    border: none !important;
}

.service-main_table tbody tr:last-child td:first-child,
.insur__block-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 8px !important;
}

.service-main_table tbody tr:last-child td:last-child,
.insur__block-table tbody tr:last-child td:last-child {
    border-radius: 0 0 8px 0 !important;
}

.service-main_table td,
.service-main_table th,
.insur__block-table td,
.insur__block-table th {
    padding-right: 20px;
}

.service-main_table td:first-child,
.service-main_table th:first-child,
.insur__block-table td:first-child,
.insur__block-table th:first-child {
    padding-left: 20px;
}

.service-main_table td:last-child,
.service-main_table th:last-child,
.insur__block-table td:last-child,
.insur__block-table th:last-child {
    padding-right: 20px;
}


@media (max-width:540px) {

    .service-main_table td,
    .service-main_table th,
    .insur__block-table td,
    .insur__block-table th {
        padding-right: 10px;
    }

    .service-main_table td:first-child,
    .service-main_table th:first-child,
    .insur__block-table td:first-child,
    .insur__block-table th:first-child {
        padding-left: 10px;
    }

    .service-main_table td:last-child,
    .service-main_table th:last-child,
    .insur__block-table td:last-child,
    .insur__block-table th:last-child {
        padding-right: 10px;
    }

    .service-main_table tbody tr.getData td:last-child,
    .insur__block-table tbody tr.getData td:last-child {
        background-image: unset;
        padding-right: 0 !important;
    }

    .service-main_table tbody tr.getData,
    .insur__block-table tbody tr.getData {
        background-repeat: no-repeat;
        background-position: right 20px center;
        background-size: 24px;
        background-image: url("https://medoblako.ru/newdesign/img/continue-arrow_gray.svg");
        padding-right: 40px !important;
    }

    .td_el_date,
    .td_el_date>* {
        min-width: unset;
    }

}

.filter_table.service-main_table__th,
.sort_table.service-main_table__th {
    position: relative;
    width: fit-content;
    display: flex;
    gap: 8px;
    align-items: center;
    user-select: none;
}

.filter_table .filter_table-icon {
    content: url("https://medoblako.ru//newdesign/img/filter_settings.png");
    display: block;
    width: 15px;
    cursor: pointer;
}

.sort_table .sort_table-icon {
    content: url("https://medoblako.ru//newdesign/img/arrow_sort.svg");
    display: block;
    transform: scaleY(-1);
    cursor: pointer;
}

.sort_table.asc .sort_table-icon {
    transform: unset
}

/*
.service-main_table th:nth-child(1),
.service-main_table th:nth-child(2),
.service-main_table td:nth-child(1),
.service-main_table td:nth-child(2),
.insur__block-table th:nth-child(1),
.insur__block-table th:nth-child(2),
.insur__block-table td:nth-child(1),
.insur__block-table td:nth-child(2) {
    text-align: left;
}

.service-main_table td:nth-child(3),
.service-main_table th:nth-child(4),
.service-main_table th:nth-child(3),
.service-main_table td:nth-child(4)

,
 .insur__block-table td:nth-child(3),
.insur__block-table th:nth-child(4),
.insur__block-table th:nth-child(3),
.insur__block-tabletd:nth-child(4)
    {
    text-align: right;
}*/

/* .service-main_table td::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background-color: #2B30331a;
} */



.service-main_calc_table {
    display: flex;
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px;
    margin-bottom: 17px;
    justify-content: space-between;
}






.service-form__delete_link,
.service-filter_form__reset,
.trueconf .support__buttons .button.cancel {
    color: rgba(43, 48, 51, 0.6);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 33px auto 0 auto;
    cursor: pointer;
    width: fit-content;
    user-select: none;
    text-decoration: none;
}

.service-form__delete_link:hover,
.service-filter_form__reset:hover,
.trueconf .support__buttons .button.cancel:hover {
    color: var(--CH-black)
}

.trueconf .chat-menu ul li a[data-menu="check-relation"],
.trueconf .chat-menu-wrap {
    display: none;
}

.trueconf .support__buttons .button.cancel {
    background-color: unset !important;
    border: 0;
    margin-top: unset;
}

.service-form__checkbox_wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 43px;
    margin-bottom: 18px;
}

@media (max-width:960px) {
    .service-form__checkbox_wrap {
        flex-direction: column;
        row-gap: 30px;
    }
}

.service-form__checkbox_block__title {
    font-size: 20px;
    margin-bottom: 16px;
}

.service-form__checkbox_row {
    min-height: 49px;
    max-height: 49px;
    display: flex;
    border-bottom: 1px solid #DFDFE0;
    align-items: center;
    justify-content: space-between;
    column-gap: 43px;
    flex-basis: calc(50% - 21.5px);
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
}

.service-form__checkbox_row input[type="checkbox"],
input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2b3033;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    padding: 0;
    background: none;
    width: fit-content;
}


input[type="checkbox"]:checked+label {
    background: none;
}

input[type="checkbox"]+label::after,
input[type="checkbox"]:checked+label::after {
    background: none;
    border: none;
}

.service-form__checkbox_row input[type="checkbox"]+label,
input[type="checkbox"]+label::before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    min-width: 21.18px;
    min-height: 20px;
    max-width: 21.18px;
    max-height: 20px;
    cursor: pointer;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 4px;
    background: unset;
    background-color: rgba(211, 217, 215, 1);
}

.service-form__checkbox_row input[type="checkbox"]:checked+label,
input[type="checkbox"]:checked+label::before {
    background: var(--CH-green);
    background-image: url('data:image/svg+xml,<svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 5L5.32941 8.5L12 1.5" stroke="%232B3033" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
}

input[type="checkbox"].checkbox_toggle+label {
    color: #33363f;
    font-size: 15px !important;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: left;
    line-height: 24px;
    position: relative;
    padding-left: 70px !important;
}

input[type="checkbox"].checkbox_toggle+label::before {
    content: "";
    position: absolute;
    display: block;
    width: 44px;
    height: 24px;
    left: 5px;
    top: 50%;
    min-height: unset;
    max-height: unset;
    min-width: unset;
    max-width: unset;
    transform: translate(0, -50%);
    border-radius: 6px;
    background-color: #D3D9D7;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: pointer;
}

input[type="checkbox"].checkbox_toggle+label::after {
    content: "";
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    left: 8px;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: pointer;
}

input[type="checkbox"].checkbox_toggle:checked+label::before {
    background: var(--CH-gray);
}

input[type="checkbox"].checkbox_toggle:checked+label::after {
    left: 26px;
    background-color: var(--CH-green);
}

input[type="checkbox"].checkbox_toggle.checkbox--reverse+label {
    padding-left: 0 !important;
    padding-right: 70px !important;
}

input[type="checkbox"].checkbox_toggle.checkbox--reverse+label::before {
    left: unset;
    right: 5px;
}

input[type="checkbox"].checkbox_toggle.checkbox--reverse+label::after {
    left: unset;
    right: 8px;
}

input[type="checkbox"].checkbox_toggle.checkbox--reverse:checked+label::after {
    left: unset;
    right: 26px;
}

.service-mobile_filters {
    display: none;
}

.chat-step1-modal .step-1 {
    padding: 0;
    font-size: unset;
}

.chat-step2-modal .step-2 {
    font-size: unset;
}


.modal-text {
    font-weight: 500;
    font-size: 14px;
    color: var(--CH-black);
}

.modal-text span.digit {
    font-weight: 500;
    font-size: 20px;
    color: var(--CH-black);
}

@media (max-width:540px) {
    .service-mobile_filters {
        display: flex;
        gap: 19px;
        margin-bottom: 15px;
        flex-wrap: wrap;
        /* justify-content: center; */
    }

    .service-mobile_filters__button {
        border-radius: 8px;
        border: 1px solid #d7dcda;
        height: 34px;
        line-height: 17px;
        padding: 7px 10px 10px;
        font-size: 14px;
        font-weight: 400;
        text-wrap: nowrap;
    }

    .service-mobile_filters__button:hover {
        background-color: #d7dcda60;
    }

    .service-mobile_filters__button::after {
        content: '';
        background-image: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.00049 6.0006L0.757812 1.758L2.17203 0.34375L5.00049 3.1722L7.82889 0.34375L9.24309 1.758L5.00049 6.0006Z" fill="%232B3033"/></svg>');
        display: inline-block;
        margin-left: 8px;
        height: 5px;
        width: 8px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 1px;
    }

    .service-main_table thead,
    .insur__block-table thead {
        display: none;
    }

    .service-main_table tbody,
    .insur__block-table tbody {
        display: flex;
        flex-direction: column;
    }

    .service-main_table tbody tr,
    .insur__block-table tbody tr {
        display: grid;
        justify-items: start;
        grid-template-columns: auto auto 1fr auto;
        grid-template-rows: auto;
        grid-gap: 10px;
        height: fit-content;
        /* background-image: url("https://medoblako.ru/newdesign/img/continue-arrow_gray.svg"); */
        background-size: 20px;
        /* padding: 16px 20px !important; */
        padding: 13px 16px !important;
    }

    .service-main_table tbody tr.checkData {
        background-image: none;
        position: relative;
    }

    .service-main_table tbody tr.checkData label {
        position: absolute;
        transform: translate(0, -70%);
        right: 16px;
    }

    .insur__block-table tbody tr {
        background-image: none;
    }

    .service-main_table tbody tr,
    .insur__block-table tbody tr {
        border-bottom: 1px solid var(--CH-light_gray) !important;
    }

    .service-main_table tbody td,
    .insur__block-table tbody td {
        color: rgba(51, 54, 63, 0.6);
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0px;
        padding: 0 !important;
        height: 100% !important;
        margin-top: auto;
        height: 15px;
        grid-row: 2;
        margin-right: 8px;
        display: flex;
        align-items: center;
    }

    .service-main_table tbody td:last-child,
    .insur__block-table tbody td:last-child {
        margin-right: 0;
    }

    /* .service-main_table tbody td[mobile-name],
    .insur__block-table tbody td[mobile-name] {
        visibility: hidden;
        position: absolute;
    } */
    .service-main_table tbody td.mobile-name,
    .insur__block-table tbody td.mobile-name,
    .service-main_table tbody td[mobile-name],
    .insur__block-table tbody td[mobile-name] {
        /* position: absolute; */
        color: var(--CH-black);
        font-size: 14px;
        font-weight: 400;
        height: fit-content;
        grid-column: 1 / -1;
        grid-row: 1;
        margin-right: 0
    }


    .service-main_table tbody td .service-main_table__td,
    .insur__block-table tbody td>div {
        /* display: flex; */
        -webkit-line-clamp: 2;
        gap: 10px;
        height: 100%;
    }

    .insur__block-table tbody td>div>div {
        display: flex;
        flex-direction: column;
    }

    .insur__block-table tbody td>div>div br {
        display: none;
    }

    .service-main_table tbody td[mobile-postfix] .service-main_table__td,
    .insur__block-table tbody td[mobile-postfix] div {
        display: inline;
    }

    .service-main_table tbody td[mobile-postfix]::after,
    .insur__block-table tbody td[mobile-postfix]::after {
        content: attr(mobile-postfix);
        white-space: nowrap;
    }

    /* .service-main_table tbody td::before,
    .insur__block-table tbody td::before {
        content: attr(mobile-name);
        visibility: visible;
        color: var(--CH-black);
        font-size: 14px;
        font-weight: 400;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    } */

    .insur__block-table tbody th:first-child,
    .insur__block-table tbody td:first-child {
        display: none;
    }

    #flurAlertModal .sbtNo,
    #flurAlertModal .sbtWithError {
        float: unset;
        margin-top: 10px !important;
        max-width: unset;
    }




}

.lokoClient #lokoReviewRes {
    margin: 0 !important;
    padding: 0 !important;
}

.ui-selectmenu-button span.ui-icon {
    background: url('https://medoblako.ru/newdesign/img/dropdown.svg');
    display: block;
    right: 20px;
    /* margin-top: 0;
    top: 50%; */
}

.ui-selectmenu-button[aria-expanded="true"] span.ui-icon {
    transform: scaleY(-1);
}


.modal-info-open {
    cursor: pointer;
    position: relative;
}

.modal-info {
    position: fixed;
    /* position: relative; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 99999;
    background: none;
    pointer-events: none;
    color: var(--CH-gray);
    font-weight: 350;
    text-align: center;
    transform: translateY(31%);
    left: 50%;
}

.modal-info-active {
    pointer-events: all;
    pointer-events: auto;
    /* pointer-events: unset; */
    opacity: 1;
    z-index: 100;
    width: 0;
    display: block;
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1099;
}

.modal-info-closing {
    opacity: 1;
    z-index: 99;
    display: block;
    transform: translateY(30%);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1099;
}

.modal-info-btn {
    cursor: pointer
}

.modal-info-close {
    position: absolute;
    top: 19px;
    right: 20px;
    width: 16px;
    height: 16px;
    background-image: url('https://medoblako.ru/newdesign/img/modal-info_close.svg');
    background-size: cover;
    background-repeat: no-repeat;
    user-select: none;
    -webkit-user-drag: none;
}

@media (max-width: 960px) {
    .modal-info-close {
        top: 20px;
        right: 15px;
    }
}

.modal-info-content {
    width: 100%;
    height: 100%;
    display: flex;
    height: auto;
}

.modal-info-wrapper {
    display: flex;
    flex-direction: row;
    position: fixed;
    bottom: 20px;
    background-color: var(--CH-gray);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 755px;
    /* min-height: 25vh; */
    min-height: 56px;
    width: fit-content;
    height: fit-content;
    /* margin-left: -348px;
    margin-top: -248px; */
    border-radius: 8px;
    padding: 16px 40px 19px 20px;
    transform: translate(-50%, 0);
    box-sizing: border-box;
    font-family: "Golos", "Golos Text", "sans-serif";
}

@media (max-width: 700px) {
    .modal-info-wrapper {
        width: calc(100vw - 32px);
        min-width: unset;
        /* bottom: 75px; */
        /* width: calc(100% - 32px);
        left: 16px;
        transform: unset;
        min-width: unset; */
        /* max-width: 404px; */
        /* height: 290px;
      margin-left: -202px;
      margin-top: -145px */
        /* height: 100%; */
    }

    .service-block .modal-info-wrapper,
    .main-block .modal-info-wrapper {
        bottom: 75px;
    }
}


/* @media screen and (max-width: 404px) {
    .modal-info-wrapper {
      margin-left: -50%
    }
  }
   */
.modal-info-title {
    font-size: 33.59px;
    line-height: 33.59px;
    letter-spacing: -0.05em;
    margin: 68px 0 110px 0
}

@media (max-width: 960px) {
    .modal-info-title {
        font-size: 24px;
        line-height: 24px;
        margin: 40px 0 65px 0
    }
}

.modal-info-head {
    color: #ffffff !important;
    margin-right: 16px;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 20px;
    padding: 4px 0;
    text-align: left;

}

.modal-info-text,
.modal-info a {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    margin-right: 8px;
}

.modal-info-text a {
    margin-right: 0px;
    text-decoration: underline;
}

.modal-info a:hover {
    color: #ffffff;
    text-decoration: none;
}

/* @media (max-width: 960px) {
    .modal-info-text {
        font-size: 16px;
        line-height: 16px
    }
} */

.insur__block:not(.infoBlock) {
    display: block;
}

.checkup__form-file {
    margin-top: 2px;
    margin-bottom: 12px;
}

.checkup__form-file-input {
    position: relative;
    overflow: hidden;
    /* height: 25px; */
}

.checkup__form-file-input--hide {
    display: none;
}

.checkup__form-file-input input {
    /* width: 100%; */
    height: 30px;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: -133px;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

.checkup__form-file-input .attached-file_date {
    margin-bottom: 5px;
}

.checkup__form-file-input .attached-file_date:empty {
    display: none;
}

.checkup__form-file-button {
    /* cursor: pointer; */
    width: fit-content;
    /* width: 100%; */
}

.checkup__form-file-button-name {
    width: 100%;
    text-decoration: underline;
    color: var(--CH-black);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

/* .error .checkup__form-file-button-name {
    color: red;
    font-weight: 400;
} */

.file_attached .checkup__form-file-button-name {
    font-size: 16px;
    text-decoration: none;
}

.checkup__form-file-delete {
    display: none;
}

.file_attached .checkup__form-file-delete {
    display: block;
    color: red;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-image: url("https://medoblako.ru/newdesign/img/delete_file.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.file_attached .checkup__form-file-delete-to-base {
    display: block;
    color: red;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-image: url("https://medoblako.ru/newdesign/img/delete_file.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}


.checkup__form-file-input input:hover .checkup__form-file-button {
    color: #eaeaeb;
    text-decoration: none;
}

.checkup__form-file-input input#file-upload-button {
    cursor: pointer;
}

.newDesignModal .modal-body .newDesign-button {
    background-color: var(--CH-green);
    display: block;
    border-radius: 16px;
    min-height: 56px;
    min-width: 332px;
    width: max-content;
    padding: 0 20px;
    text-align: center;
    color: var(--CH-black);
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto;
    margin-top: 29px;
    cursor: pointer;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    font-weight: 600;
    max-height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newDesignModal .modal-body .newDesign-button:hover {
    background-color: #eaeaeb;
    color: var(--CH-black);
}

.newDesignModal .modal-body .newDesign-button:active {
    background-color: #d6d7d8;
    color: var(--CH-black);
}

.newDesignModal .modal-body .newDesign-button.disable,
.newDesignModal .modal-body .newDesign-button:disabled {
    background-color: #eaeaeb !important;
}

.search_row-section,
.infoLinks {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.infoLinks .infoLink,
.infoLinks .infoLink_text {
    width: 100%;
}

.search_row-section .infoLink,
.search_row-section .infoLink_text,
.infoLinks.nopadding .infoLink,
.infoLinks.nopadding .infoLink_text {
    padding-left: 0 !important;
    width: 100%;
}

.links_block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.links_block__row {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 343px;
    width: 100%;
    min-height: 70px;
    padding: 16px 0;
    padding-right: 32px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    border-bottom: 1px solid #2B30331a !important;
    position: relative;
    user-select: none;
    text-decoration: none;
    text-transform: none;
    color: var(--CH-black) !important;
}

a.links_block__row,
.links_block__row[data-target] {
    background-image: url("https://medoblako.ru/newdesign/img/continue-arrow_gray.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 24px;
    cursor: pointer;
}

.links_block__row-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.links_block__row-name {
    color: rgba(43, 48, 51, 0.6);
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    margin-bottom: 4px;
}

.search_row-title,
.profile-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #2B3033;
    margin-bottom: 14px;
}

.search_row-title {
    cursor: pointer;
    margin-top: 25px;
}

.search_row-title:first {
    margin-top: 0;
}

.search_row-title:hover {
    opacity: 0.6;
}

.search_row-section_title {
    font-size: 18px;
    font-weight: 500;
}

.search-messege {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #2B3033;
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(50%, 50%); */
    /* transform: translate(0, 50%); */
    padding-top: 10%;
}

.main-block.programs .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.type_block {
    display: none;
}

.type_selector {
    display: flex;
    width: 100%;
    border-radius: 5px;
    background-color: #F3F3F3;
    align-items: center;
    padding: 5px;
    gap: 5px;
}

@media (max-width:960px) {
    .type_selector {
        flex-direction: column;
        padding: 4px;
        gap: 4px;
    }
}

.type_selector__button {
    /* flex-basis: 50%; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: #2B3033; */
    color: #2b303366;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    height: 30px;
    /* height: 100%; */
    cursor: pointer;
    user-select: none;
    -webkit-user-drag: none;
    border-radius: 5px;
    text-decoration: none;
}

.type_selector__button:hover {
    background-color: #eaeaeb;
    color: var(--CH-black);
}

.type_selector__button.disabled {
    pointer-events: none;
}

.type_selector__button.active {
    background-color: #CBCCCD;
    color: var(--CH-black);
    pointer-events: none;
}

.programs-block {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    gap: 10px;
}

.program-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* gap: 20px; */
    gap: 16px;
    min-height: 118px;
    /* min-height: 118px; */
    min-width: 120px;
    padding: 20px;
    background-color: #F3F3F3;
    border-radius: 12px;
    flex-basis: 100%;
    cursor: pointer;
    text-decoration: none;
    background-image: url("https://medoblako.ru/newdesign/img/continue-arrow_gray.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 20px;
    color: var(--CH-black);
}

/* .program-card.expired {
    opacity: 0.8;
    pointer-events: none;
    background-image: none;
} */

/* Наведение */
/* .program-card:focus, */
.program-card:hover {
    /* background-color: rgba(43, 48, 51, 0.050); */
    background-color: #eaeaeb;
    color: var(--CH-black);
}

/* Нажатие */
.program-card:active {
    background-color: #eaeaebcd
}

.program-card__date {
    height: 24px;
    border-radius: 4px;
    background-color: #d3d9d7;
    min-width: 136px;
    width: fit-content;
    padding: 0 10px;
    font-size: 12px;
    color: #2B3033;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.program-card__date_time {
    height: 24px;
    border-radius: 4px;
    background-color: #d3d9d7;
    width: fit-content;
    padding: 0;
    font-size: 12px;
    color: #2B3033;
    font-weight: 500;
}

.program-card__date_time>* {
    padding: 0 8px;
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.program-card__date_time>*:last-child {
    background-color: var(--CH-green);
    border-radius: 0 4px 4px 0;
}


.program-card__text {
    color: var(--CH-black);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.program-card__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    color: var(--CH-black);
}


.program-card__subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-top: 2px;
}

.inform_block {
    border-radius: 8px;
    background-color: #F3F3F3;
    width: 100%;
    padding: 0 22px 0 21px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.inform_block:empty {
    display: none;
}

.inform_block:last-child {
    margin-bottom: 0;
}

.inform_block__row {
    color: #2b3033;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-bottom: 1px solid #DFDFE0;
    min-height: 54px;
    margin-top: 17px;
    position: relative;
}

.inform_block__row.edit {
    background-image: url("https://medoblako.ru/newdesign/img/edit.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px;
}

.inform_block__row.edit:hover {
    opacity: 0.7;
}

.inform_block__row.radio {
    background-image: none;
}

.inform_block__row.radio::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    background-color: #D3D9D7;
    border-radius: 50%;
}

.inform_block__row.radio.active_radio::after {
    content: '';
    position: absolute;
    right: 19.5px;
    top: 50%;
    transform: translate(0, -50%);
    width: 10px;
    height: 10px;
    background-color: #33363F;
    border-radius: 50%;
}

.inform_block__row:only-child,
.inform_block__row:last-child {
    border-bottom: none;
}

.inform_block__row:only-child {
    padding: 0;
}

.inform_block__row:first-child {
    padding-top: 0;
}

.inform_block__row:last-child {
    padding-bottom: 0;
}

.inform_block__row-name {
    color: rgba(43, 48, 51, 0.6);
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 4px;
}

.inform_block-name {
    color: #2b3033;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 16px;
}

.inform_block-toggle_btn {
    background-color: transparent;
    background-image: url("https://medoblako.ru/newdesign/img/continue-arrow_gray_down.svg");
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 300px;
    height: 38px;
    margin: 0 auto;
    cursor: pointer;
}

.inform_block-toggle_btn.slide_open {
    transform: scaleY(-1);
}

.inform_block-toggle_btn:hover {
    opacity: 0.8;
}

.programs-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 40px
}

.programs-empty img {
    width: 100%;
}

.programs-empty_message {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
}

.infoLink-toggle {
    background-image: none;
    justify-content: space-between;
    padding-right: 50px !important;
}

.infoLink-toggle input[type="checkbox"]+label {
    width: 100%;
    height: 100%;
    background-image: none;
    max-width: 100%;
    max-height: 100%;
    justify-content: flex-start;
    color: var(--CH-black);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}



.infoLink-toggle input[type="checkbox"] {
    width: 0;
    height: 0;
    opacity: 0;
}

.infoLink-toggle input[type="checkbox"]+label {
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    overflow: hidden;
    border-radius: 0;
}

.infoLink-toggle input[type="checkbox"]+label:before {
    content: "";
    position: absolute;
    display: block;
    width: 44px;
    height: 24px;
    right: 0;
    top: 50%;
    min-height: unset;
    max-height: unset;
    min-width: unset;
    max-width: unset;
    transform: translate(0, -50%);
    border-radius: 6px;
    background-color: #D3D9D7;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.infoLink-toggle input[type="checkbox"]+label:after {
    content: "";
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    right: 21px;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.infoLink-toggle input[type="checkbox"]:checked+label:before {
    background: var(--CH-gray);
}

.infoLink-toggle input[type="checkbox"]:checked+label:after {
    right: 2px;
    background-color: var(--CH-green);
}

.blueLink,
.text .message a {
    color: rgb(20, 128, 192);
    text-decoration: none;
}

.blueLink:hover,
.text .message a:hover {
    color: rgb(20 128 192 / 60%);
}

.main-block,
.service-block {
    height: fit-content;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.main-block .container {
    height: 100%;
    padding: 0 20px;
    padding-bottom: 55px;
}

@media (max-width:960px) {
    .main-block .container {
        padding-bottom: 115px;
    }
}

.topBreadcrumbs .container {
    padding: 0;
}

.section.topBreadcrumbs+.section {
    margin-top: 30px;
}

.section.topBreadcrumbs+.service-block,
.section.topBreadcrumbs+.main-block {
    margin-top: 0;
}

.main-block.dev>.container {
    margin-top: 22px;
}

.main-block__iframe iframe {
    width: 100%;
    height: calc(100vh - 201px);
    position: relative;
    width: 98vw;
    margin-left: calc(-49vw + 50%);
    border: 0;
    overflow: hidden;
}

@media (max-width: 960px) {
    .main-block__iframe iframe {
        height: calc(100vh - 150px);
        margin-top: 29px;
    }
}

.service-card_container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 768px) {
    .service-card_container {
        gap: 16px;
    }
}

.service-card {
    overflow: hidden;
    background-color: rgba(211, 217, 215, 0.3);
    color: #33363F;
    width: calc(33.3% - 14px);
    height: 153px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-top: 13px;
    padding-bottom: 19px;
    text-decoration: none;
    cursor: pointer;
    gap: 3px;
}

@media (max-width: 768px) {
    .service-card {
        width: calc(50% - 8px);
    }
}

.service-card:hover {
    color: #33363F;
}

@media (min-width: 768px) {
    .service-card:hover {
        background-color: #eaeaeb;
    }
}

.service-card:active {
    background-color: #eaeaebcd
}

.service-card.disabled {
    opacity: 0.7;
    pointer-events: none;
}

.service-card__img,
.service-card__img img {
    object-fit: scale-down;
    object-position: center;
    background-position: center;
    background-size: scale-down;
    background-repeat: no-repeat;
    margin: auto 0;
}

.service-card__img {
    height: 100px;
}

.service-card__img img {
    width: 100%;
    height: 100%;
}

.service-card__title {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 0 15px;
    margin: auto 0;
}

.service__map {
    width: 100%;
    height: 610px;
}

.service__map>ymaps>ymaps>ymaps {
    border-radius: 8px;
    border: 1px solid #C7C7C7;
}

.service__map .ymaps-2-1-79-map-copyrights-promo .ymaps-2-1-79-gototech,
.service__map .ymaps-2-1-79-copyright .ymaps-2-1-79-copyright__link {
    display: none !important;
}

.dev-card {
    padding: 16px 22px 20px 20px;
    border-radius: 8px;
    border: 1px solid #979797;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    line-height: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

@media (max-width:960px) {
    .dev-card {
        flex-direction: column;
    }
}

.dev-cards,
.dev-card__col {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dev-card__col:nth-child(2) {
    align-items: flex-end;
    justify-content: center;
}

.dev-card__row {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.dev-card__row a {
    color: #1480C0;
    text-decoration: none;
    user-select: auto;
    -webkit-user-select: auto;
}

.dev-card__row a:hover {
    color: var(--CH-gray);
    text-decoration: underline;
}

.dev-card__title {
    font-weight: 600;
}

.lokoCertStatus {
    display: none !important;
}

.message-card {
    display: block;
    min-width: 343px;
    min-height: 52px;
    width: max-content;
    padding: 14px 18px 14px 16px;
    border-radius: 8px;
    gap: 10px;
    background-color: #D3D9D7;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--CH-black);
    position: relative;
}

.message-card--red {
    background-color: rgba(255, 103, 103, 0.2);
}

.message-card>div:first-child {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 7px;
}

.message-card>div:first-child::before {
    content: '';
    background-image: url("https://medoblako.ru/newdesign/img/message-card_icon.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 24px;
    min-width: 24px;
}

.message-card--red>div:first-child::before {
    background-image: url("https://medoblako.ru/newdesign/img/message-card_icon--red.svg");
}

.message-card__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}

.message-card__text {
    color: var(--CH-gray);
}

.message-card--red .message-card__text {
    color: var(--CH-black);
}

.message-card--blue {
    background-color: #E3ECEE;
    display: block;
    padding-left: 48px;
}

.message-card--blue>div:first-child::before {
    content: unset;
}

.message-card--blue::before {
    content: '';
    background-image: url("https://medoblako.ru/newdesign/img/hazard_icon.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 27px;
    height: 33px;
    min-width: 26px;
    position: absolute;
    left: 15px;
}

.message-card--blue .message-card__text {
    color: #33363F;
}

br.br-mobile {
    display: none;
}

@media (max-width:700px) {
    br.br-mobile {
        display: inline;
    }

    .message-card {
        min-width: unset;
        width: 100%;
    }

    .message-card__title {
        line-height: 20px;
    }
}

.checkbox--reverse,
.checkbox--reverse+label {
    flex-direction: row-reverse;
}

.wishlist_block {
    display: flex;
    column-gap: 18px;
    row-gap: 31px;
    flex-wrap: wrap;
}

@media (max-width:768px) {
    .wishlist_block {
        gap: 22px;
    }

}

.wishlist_block__item {
    display: flex;
    flex-direction: column;
    gap: 11px;
    /* width: 243px; */
    flex-basis: calc(33.3% - 12px);
}

.wishlist_block__img {
    width: 100%;
    height: 243px;
    object-fit: cover;
    object-position: center;
    background-color: var(--CH-light_gray);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
}

@media (max-width:960px) {
    .wishlist_block__img {
        height: 100%;
        aspect-ratio: 1 / 1;
    }
}

@media (max-width:768px) {
    .wishlist_block__item {
        flex-basis: calc(50% - 11px);
    }
}

.wishlist_block__price {
    color: #FF6767;
    font-size: 18px;
    font-weight: 600;
}

.wishlist_block__body {
    font-size: 14px;
    font-weight: 400;
}

.wishlist_block__title {
    font-weight: 600;
    margin-bottom: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wishlist_block__text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 98%;
}

.wishlist_block__item .service-main_button {
    margin-top: 7px;
    width: 100% !important;
    min-width: unset;
}

@media (max-width:768px) {
    .wishlist_block__item .service-main_button {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

}

.service-main_link__item-ofert--select {
    cursor: default;
    background-image: none;
    display: flex;
    align-items: center;
    gap: 12px
}

.ofert-select__container .ofert-select__checkbox+label {
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none
}

.ofert-select__container .ofert-select__checkbox+label+span {
    transform: translateX(0);
    transition: transform .3s ease
}

.ofert-select__container .service-main_link__item-ofert,
.ofert-select__container .service-main_link__item-child {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 17px 30px;
    padding-left: 0
}

.ofert-select__checkbox+label:hover::before {
    background-color: rgb(188, 195, 192)
}

.service-main_link__item-ofert--select::after {
    content: unset
}

.service-main_link__item-ofert--select:hover {
    background-color: transparent
}

.ofert-select__btn_block {
    display: flex;
    gap: 10px;
    margin-left: auto
}

.ofert-select__btn {
    background-color: #D3D9D7;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    display: none;
    opacity: 0;
    transition: opacity .3s ease
}

.ofert-select__btn--edit {
    display: block;
    background-size: 16px;
    background-image: url('https://medoblako.ru/newdesign/img/edit--black.svg');
    opacity: 1
}

.select_active .ofert-select__btn--edit {
    display: none
}

.select_active .ofert-select__btn--delete {
    display: block;
    background-size: 14px;
    background-image: url('https://medoblako.ru/newdesign/img/delete_file--red.svg');
    opacity: 1
}

.select_active .ofert-select__btn--cancel {
    display: block;
    background-size: 12px;
    background-image: url('https://medoblako.ru/newdesign/img/modal_close.svg');
    opacity: 1
}

.hub-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    column-gap: 42px;
    row-gap: 45px;
    margin-bottom: 42px;
}

.hub-block a {
    text-decoration: none;
    /* flex-grow: 1; */
}

.hub-block a:hover {
    color: rgb(43 48 51 / 60%);
}

.hub-block-item {
    display: flex;
    min-width: 298px;
    flex-direction: column;
    align-items: center;
    gap: 29px;
    flex-basis: 0;
    justify-content: space-between;
}

.hub-block-item__img {
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 18px;
    width: 100%;
    aspect-ratio: 3 / 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hub-block-item__img img {
    width: 100%;
    /* height: 100%; */
    height: auto;
    object-fit: contain;
    border-radius: 18px;
}

.hub-block-item__title {
    /* color: #33363f; */
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 24px;
}

.inprogress .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inprogress .message {
    margin-top: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #2B3033;
}

.hub br.br-mobile {
    display: none;
}

@media (max-width:960px) {
    .hub-block {
        row-gap: 16px;
        column-gap: 9px;
    }

    .hub-block-item {
        min-width: unset;
        flex-basis: calc(50% - 4.5px);
        gap: 8px;
        /* flex-basis: unset; */
    }

    .hub-block-item__img img {
        border-radius: 15px;
    }

    .hub br.br-mobile {
        display: unset;
    }

    .inprogress .message {
        width: 343px;
    }
}

.upcoming-block {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.picker {
    transition: opacity 0.8s;
}

.picker-fixed .picker-dialog {
    transition: bottom 1.2s;
}

.picker-fixed.picker-opened .picker-dialog {
    transition: bottom 0.8s;
}

.picker-fixed .picker-header {
    display: block;
    border: none;
}

.picker-cell::before {
    background-image: none;
}

.picker-cell::after {
    background-image: none;
}

.picker-cell {
    border: none !important;
}

.picker-header {
    margin: 10px;
}

.picker-close {
    /* background-color: #2B3033; */
    border-width: 0;
    color: #2B3033;
    cursor: pointer;
    opacity: 1;
    font-size: 3.75rem;
    padding: 0;
    position: absolute;
    right: 0;
    top: -10px;
    width: 5rem;
    height: 0;
}

.picker-close:hover {
    color: #2B3033;
}

.picker-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25rem;
    margin: 0;
    color: #2B3033;
    font-weight: 600;
}

/*.picker-opened .picker-dialog {*/
.picker .picker-dialog {
    max-width: 703px;
    margin: 0 auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.picker-picked {
    color: #2B3033;
}

.picker-grid {
    display: table;
    table-layout: fixed;
    width: 45%;
    margin: 0 auto;
    border: none;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.picker-fixed .picker-footer {
    display: flex;
    max-width: 622px;
    justify-content: space-between;
    align-content: center;
    margin: 18px auto 50px;
    border: none;
    flex-wrap: wrap-reverse;
}

.picker-confirm {
    background: #EFFE7D;
    color: #2B3033;
    font-weight: 600;
    width: 311px;
    border-radius: 16px;
    height: 56px;
    padding: 0;
    font-size: 18px;
}

.picker-confirm:hover {
    background: #EFFE7D;
    color: #2B3033;
}

.picker-cancel {
    color: #2B3033;
    font-size: 18px;
    opacity: 0.6;
    font-weight: 600;
    display: block;
    padding: 15px;
    height: 56px;
}

.picker-cancel:hover {
    opacity: 1;
    border: none;
    color: #2B3033;
    background: transparent;
}

.custom-block {
    width: 90% !important;
    min-height: 39px !important;
    max-height: 39px !important;
    border-radius: 8px !important;
    border: 1px solid #d6d7d8 !important;
    background-color: #eaeaeb !important;
    padding: 9px 13px 10px !important;
    color: var(--CH-black);
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 400;
    position: absolute;
    bottom: 108px;
    right: 30px;
    z-index: 1;
}

.picker-body {
    position: relative;
}

@media (max-width: 624px) {
    .picker-fixed .picker-footer {
        margin: 20px 0 0 0;
        justify-content: center;
    }
}


.chat-conf-wrapper {
    margin-bottom: 60px;
}

.cons-chat .head-cons,
.trueconf .cons-chat .head-cons {
    display: flex;
    align-items: center;
    align-content: center;
    height: 95px;
    position: static;
    box-shadow: none;
    font-family: "Golos", "Golos Text", "sans-serif";
    justify-content: space-between;
    padding: 10px 0;
    position: relative;
}

.trueconf .cons-chat .head-cons {
    background-color: #fff;
    padding: 5px 40px;
}

@media (max-width: 575.98px) {

    .cons-chat .head-cons,
    .trueconf .cons-chat .head-cons {
        height: 81px;
        /* justify-content: center; */
        justify-content: flex-start;
    }
}

.cons-chat .head-cons .user-info,
.cons-chat .text-block .user-info,
.trueconf .cons-chat .head-cons .user-info,
.trueconf .cons-chat .head.chat-client .user-info,
.trueconf .cons-chat .text-block .user-info {
    max-width: 60%;
    min-height: 75px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    flex: unset;
}

.trueconf .cons-chat .head.chat-client .user-info {
    margin: unset;
    padding: unset;
}

.trueconf2 .cons-chat .head.chat-client .user-info {
    margin: 0 auto;
}

.cons-chat .text-block .user-info {
    display: none;
}

@media (max-width: 575.98px) {
    .cons-chat .head-cons .user-info {
        /* width: 100%; */
        /* display: none; */
        padding: 0;
        margin: 0 auto;
        max-width: 100%;
    }

    .cons-chat .text-block .user-info {
        width: 100%;
        display: flex;
        margin: 0 auto;
        min-height: 70px;
        margin-bottom: 10px;
    }
}

.cons-chat .head-cons .user-info .photo-wrap,
.cons-chat .text-block .user-info .photo-wrap,
.trueconf .cons-chat .head .user-info .photo-wrap {
    /* position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); */
    width: 57px;
    height: 57px;
    position: unset;
    transform: unset;
}

@media (max-width: 575.98px) {

    .cons-chat .head-cons .user-info .photo-wrap,
    .cons-chat .text-block .user-info .photo-wrap {
        width: 50px;
        height: 50px;
        /* position: absolute;
        right: 30px; */
    }
}

.cons-chat .head-cons .user-info .photo,
.cons-chat .text-block .user-info .photo,
.trueconf .cons-chat .head .user-info .photo {
    /*position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;*/
    width: 57px;
    height: 57px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #EAEBEB;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.trueconf .cons-chat .head .user-info .photo:after {
    content: unset;
}

@media (max-width: 575.98px) {

    .cons-chat .head-cons .user-info .photo,
    .cons-chat .text-block .user-info .photo,
    .trueconf .cons-chat .head .user-info .photo {
        width: 50px;
        height: 50px;
    }
}

.cons-chat .head-cons .user-info .photo img,
.cons-chat .text-block .user-info .photo img,
.trueconf .cons-chat .head .user-info .photo img {
    max-width: 100%;
    user-select: none;
    -webkit-user-drag: none;
}

.cons-chat .head-cons .user-info .name,
.cons-chat .text-block .user-info .name,
.trueconf .cons-chat .head-cons .user-info .name,
.trueconf .cons-chat .text-block .user-info .name {
    font-size: 16px;
    /* line-height: 19px;
    color: #FFFFFF; */
    color: var(--CH-black);
    line-height: 20px;
    font-weight: 400;
    text-wrap: nowrap;
}

@media (max-width: 575.98px) {

    .cons-chat .head-cons .user-info .name,
    .cons-chat .text-block .user-info .name,
    .trueconf .cons-chat .head-cons .user-info .name,
    .trueconf .cons-chat .text-block .user-info .name {
        /* font-size: 14px; */
        font-weight: 700;
        line-height: 18px;
        text-align: center;
    }
}

.cons-chat .head-cons .user-info .vrach,
.cons-chat .text-block .user-info .vrach,
.trueconf .cons-chat .head-cons .user-info .vrach,
.trueconf .cons-chat .text-block .user-info .navrachme {
    /* font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    padding: 5px 0 0 0; */
    color: var(--CH-black);
    font-size: 12px;
    line-height: 15px;
    padding: 4px 0 0 0;
    display: flex;
    gap: 10px;
    white-space: nowrap;
    /* justify-content: space-between; */
    width: fit-content;
}

.trueconf .cons-chat .head-cons .user-info .vrach {
    flex-direction: row-reverse;
}

.back-to-conf {
    display: none;
}

@media (max-width: 575.98px) {

    .cons-chat .head-cons .user-info .vrach,
    .cons-chat .text-block .user-info .vrach,
    .trueconf .cons-chat .head-cons .user-info .vrach,
    .trueconf .cons-chat .text-block .user-info .navrachme {
        justify-content: center;
    }

    .cons-chat .back-to-conf {
        display: block;
        position: absolute;
        left: 30px;
        width: 40px;
    }
}

.cons-chat .head-cons .user-info .vrach::after,
.cons-chat .text-block .user-info .vrach::after {
    content: "Онлайн";
    display: block;
    width: 57px;
    height: 15px;
    background-color: #EAEBEB;
    color: #2B3033;
    border-radius: 2px;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
}

.cons-chat .cons-block {
    display: flex;
    min-height: 633px;
    max-height: 633px;
}

@media (max-width: 575.98px) {

    .cons-chat .cons-block {
        max-height: unset;
    }
}

.cons-chat .vks {
    background-color: #D3D9D7;
    border-radius: 8px 0 0 8px;
    padding: 11px 9px 35px 11px;
    width: 100%;
    max-width: 260px;
}

@media (max-width: 575.98px) {

    .cons-chat .vks {
        max-width: 100%;
        background: #fff;
        border-radius: 8px;
        padding: 0;
        position: relative;
        display: none;
    }
}

.cons-chat .conf_window {
    /* width: 240px; */
    width: 100%;
    height: 230px;
    border-radius: 8px;
    background-color: #fff;
    background-image: url("https://medoblako.ru/newdesign/img/cons/cameraOff.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 57px 57px;
    border: solid 1px #C7C7C7;
    position: relative;

}

.cons-chat .conf_window:first-child {
    margin-bottom: 10px;
}

.cons-chat .conf_window video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px
}

.cons-chat .conf_window.camera_off video {
    display: none;
}

.cons-chat .conf_window.micro_off::before {
    content: '';
    background-image: url(/newdesign/img/cons/microOff.png);
    background-color: #F3F3F3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 19px 19px;
    border-radius: 50%;
    position: absolute;
    width: 46px;
    height: 46px;
    left: 11px;
    top: 10px;
}

@media (max-width: 575.98px) {
    .cons-chat .conf_window.micro_off::before {
        background-color: #dce1df;
    }
}

@media (max-width: 575.98px) {
    .cons-chat .conf_window {
        margin: 0;
        border-color: #C7C7C7;
        background-color: #D3D9D7;
    }

    .cons-chat .conf_window.doctor::after {
        content: attr(name);
        position: absolute;
        bottom: 0;
        left: 0;
        padding-left: 12px;
        padding-bottom: 5px;
        height: 50px;
        line-height: 50px;
        color: #fff;
        background-color: #949a9a50;
        width: 100%;
        border-radius: 0 0 8px 8px;
        /* transform: translate(-50%, 0); */
    }

    .cons-chat .conf_window.user {
        position: absolute;
        width: 150px;
        height: 200px;
        z-index: 999;
        right: 10px;
        top: 10px;
    }

    .cons-chat .conf_window.doctor {
        height: calc(100vh - 300px);
        min-height: 350px;
        width: 100%;
        margin-bottom: 75px;
    }
}

.cons-chat .controls {
    display: flex;
    gap: 10px;
    padding-top: 11px;
    padding-bottom: 1px;
    justify-content: space-between;
}

@media (max-width: 575.98px) {

    .cons-chat .controls {
        justify-content: flex-start;
        padding: 10px;
        background-color: #fff;
        /* -- */
        position: fixed;
        bottom: 0;
        height: 70px;
        width: calc(100% - 32px);
    }
}

.cons-chat .controls-item {
    display: flex;
    background-color: #fff;
    gap: 2px;
    border-radius: 16px;
}

.controls .hidden {
    display: none;
}

@media (max-width: 575.98px) {

    .cons-chat .controls-item {
        background-color: transparent;
    }
}

.cons-chat .controls-item button {
    background-color: #F3F3F3;
    height: 46px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
    width: 40px;
}

.cons-chat .controls-item button:hover,
.cons-chat .help button:hover {
    background-color: #eaeaeb;
}

/* .controls-item button:active,
.help button:active {
    background-color: #d6d7d8;
} */

.cons-chat .controls-item button {
    border-radius: 16px 0 0 16px;
}

.cons-chat .controls-item button:last-child {
    border-radius: 0 16px 16px 0;
    width: 42px;
}

.cons-chat .controls-item button:only-child {
    border-radius: 16px;
    width: 46px;
}

@media (max-width: 575.98px) {

    .cons-chat .controls-item button {
        border-radius: 50% !important;
        background-color: #f3f3f3;
        height: 40px;
        background-size: 18px;
    }
}

.cons-chat .show-chat {
    display: none;
}

@media (max-width: 575.98px) {

    .cons-chat .show-chat {
        display: block;
        margin-left: auto;
    }

    .cons-chat .show-chat button {
        border-radius: 50%;
        background-color: #EFFE7D;
        background-position: center;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        background-size: 18px;
        background-image: url("https://medoblako.ru/newdesign/img/cons/comment-alt-solid.svg");
    }
}

#toggleMicrophone,
#startAudioButton {
    background-image: url("https://medoblako.ru/newdesign/img/cons/mic_off.png");
}

#toggleMicrophone.active,
#stopAudioButton {
    background-image: url("https://medoblako.ru/newdesign/img/cons/mic_on.png");
    background-size: 20px;
}

#toggleCamera,
#startVideoButton {
    background-image: url("https://medoblako.ru/newdesign/img/cons/camera_off.png");
}

#toggleCamera.active,
#stopVideoButton {
    background-image: url("https://medoblako.ru/newdesign/img/cons/camera_on.png");
}

#settingsMicrophone,
#settingsCamera {
    background-image: url("https://medoblako.ru/newdesign/img/settings.svg");
    background-size: 24px;
}

#fullScreen {
    background-image: url("https://medoblako.ru/newdesign/img/cons/min.png");
    background-size: 31px 32px;
}

.fullscreen #fullScreen {
    background-image: url("https://medoblako.ru/newdesign/img/cons/max.png");
}

.cons-chat .help {
    margin-top: 16px;
    position: relative;
    height: fit-content;
}

.cons-chat .controls .help {
    display: none;
}

.cons-chat .help button {
    color: #2b3033;
    font-family: "Golos", "Golos Text", "sans-serif";
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
    background-color: #F3F3F3;
    border-radius: 16px;
    width: 100%;
    height: 46px;
    background-image: url("https://medoblako.ru/newdesign/img/cons/customer-service.svg");
    background-size: 22px;
    background-position: left 10px center;
    background-repeat: no-repeat;
}

.cons-chat .help button::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("https://medoblako.ru/newdesign/img/continue-arrow_black.svg");
    background-position: right 12px center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}

@media (max-width: 575.98px) {

    #settingsMicrophone,
    #settingsCamera,
    #fullScreen,
    .help {
        display: none;
    }
}



/* @media (max-width: 575.98px) {
    .cons-chat .text-block {
        display: block;
    }
} */
.text-block {
    width: 100%;
    position: relative;
}

.print-text-status {
    margin-top: 10px;
    color: var(--CH-gray);
    font-size: 14px;
    font-weight: 400;
}

.trueconf .cons-chat .text-block {
    height: calc(100% - 165px);
}

.trueconf .bottom-hidden .cons-chat .text-block {
    height: 100%;
}

.trueconf .cons-chat {
    display: flex;
    flex-direction: column;
}

.cons-chat .text,
.trueconf .cons-chat .text {
    width: 100%;
    height: 100%;
    /* max-width: 503px; */
    background: #ffffff;
    /* padding: 11px 10px 20px 10px; */
    padding: 11px 5px 20px 10px;
    position: unset;
    border: solid 1px #C7C7C7;
    /* border-radius: 0 8px 8px 0; */
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.trueconf .cons-chat .text {
    border-radius: unset;
    border: 0;
    border-top: solid 1px #C7C7C7;
    border-bottom: solid 1px #C7C7C7;
}


.cons-chat .text,
.trueconf .cons-chat .text {
    height: 100%;
    overflow-y: scroll;
    padding: 11px 15px 10px 20px;
}

.cons-chat .text:empty,
.trueconf .cons-chat .text:empty {
    overflow-y: hidden;
}

/* Кастомный скроллбар */
.cons-chat .text::-webkit-scrollbar,
.trueconf .cons-chat .text::-webkit-scrollbar {
    width: 5px;
}

.cons-chat .text::-webkit-scrollbar-track,
.trueconf .cons-chat .text::-webkit-scrollbar-track {
    background: transparent;
}

.cons-chat .text::-webkit-scrollbar-track {
    margin: 8px 0;
}

.cons-chat .text-block:has(::-webkit-scrollbar-thumb)::-webkit-scrollbar-track,
.trueconf .cons-chat .text-block:has(::-webkit-scrollbar-thumb)::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
    /* Дорожка скроллбара, если есть ползунок */
}

.cons-chat .text::-webkit-scrollbar-thumb,
.trueconf .cons-chat .text::-webkit-scrollbar-thumb {
    background: #EFFE7D;
    border-radius: 8px;
}

.cons-chat .text::-webkit-scrollbar-thumb:hover,
.trueconf .cons-chat .text::-webkit-scrollbar-thumb:hover {
    background: #effe7d9b;
}

@media (max-width: 1089.98px) {
    .cons-chat .text {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 575.98px) {
    .cons-chat .text {
        padding: 0;
        border: none;
        height: unset;
        max-height: calc(100vh - 88px);
        margin-bottom: 88px;
        border-radius: 0;
    }
}

.cons-chat .text:after {
    content: "Нет соединения с сервером.";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 0, 0, 0.5);
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    /* padding: 20px 20px; */
    padding: 14px;
    display: none;
}

.cons-chat .text.error:after {
    display: block;
}

.cons-chat .text .date,
.trueconf .cons-chat .text .date {
    font-size: 10px;
    line-height: 20px;
    color: #696767 !important;
    margin-top: 2px;
    float: right;
    position: absolute;
    right: 8px;
    bottom: 0;
}

@media (max-width: 1089.98px) {

    .cons-chat .text .date,
    .trueconf .cons-chat .text .date {
        /* font-size: 12px; */
        font-size: 10px;
    }
}

.cons-chat .text .message,
.trueconf .cons-chat .text .message {
    max-width: 340px;
    width: 100%;
    color: #33363F;
    margin-top: 10px;
    padding: 8px 13px 4px 10px;
    background: none;
    border: 1px solid #C7C7C7;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    /* min-height: 50px; */
    position: relative;
    padding-bottom: 20px !important;
}


.cons-chat .text .message:first-child,
.trueconf .cons-chat .text .message:first-child {
    margin-top: 0;
}

.cons-chat .text .message:last-child,
.trueconf .cons-chat .text .message:last-child {
    margin-bottom: 10px;
}

.text .message .buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 7px;
    margin-bottom: 4px;
    width: fit-content;
}

.text .message .buttons.disabled,
.cons-chat.disabled .chat-bottom,
.cons-chat.disabled .buttons,
.text .message a.disabled {
    pointer-events: none;
}

.text .message .buttons button {
    background-color: #D3D9D7;
    padding: 5px 20px;
    /* max-height: 38px; */
    line-height: 19px;
    height: fit-content;
    min-height: 38px;
    opacity: 1;
    color: #2b3033;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    /* width: fit-content; */
    width: 100%;
    min-width: 163px;
    border-radius: 8px;
    white-space: break-spaces;
}

.text .message .buttons button.selected {
    background-color: #EFFE7D;
}

.text .message .buttons button:hover {
    background-color: #eaeaeb;
    color: var(--CH-black);
}

@media (max-width: 767.98px) {
    .text .message .buttons {
        width: 100%;
    }

    .text .message .buttons button:hover {
        background-color: #D3D9D7;
    }

    .text .message .buttons button:active {
        background-color: #c7c7c7;
    }
}

.text .message a {
    color: #1480C0;
    text-decoration: none;
}

.text .message a:hover {
    color: #4FABBF;
}

.text .message a.disabled {
    color: #2B3033;
    text-decoration: none;
}

.cons-chat .text .alien-message {
    border-radius: 8px 8px 8px 0;
    float: left;
    animation: animateElementLeft linear 0.3s;
    animation-iteration-count: 1;
}

.cons-chat .text .alien-message.full {
    max-width: 100%;
    text-align: center;
}

@media (max-width: 767.98px) {
    .cons-chat .text .alien-message {
        width: 90%;
    }
}

@media (max-width: 575.98px) {
    .cons-chat .text .alien-message {
        padding: 8px 8px 5px 5px;
        background-color: #e9eaea;
    }
}

.cons-chat .text .my-message,
.trueconf .cons-chat .text .my-message {
    border-radius: 8px 8px 0 8px;
    background-color: #D3D9D7;
    float: right;
    align-self: flex-end;
    animation: animateElementRight linear 0.3s;
    animation-iteration-count: 1;
}

/* .cons-chat .text .my-message .date {
    color: #ffffff;
    opacity: 0.8;
  } */
@media (max-width: 767.98px) {

    .cons-chat .text .my-message,
    .trueconf .cons-chat .text .my-message {
        width: 90%;
    }
}

.cons-chat .text .server-message {
    width: 100%;
    text-align: center;
    background: transparent;
    padding: 0 15px;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    margin: 10px 0;
    float: left;
    animation: animateElementLeft linear 0.3s;
    animation-iteration-count: 1;
}

.cons-chat .chat-bottom,
.trueconf .cons-chat .chat-bottom {
    padding: 21px 0;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    height: unset;
}

.trueconf .cons-chat .chat-bottom {
    background-color: #fff;
    padding: 21px 20px;
    height: 80px;
}

.bottom-hidden .trueconf .cons-chat .text {
    border-bottom: 0;
}

.trueconf .review__buttons button.button {
    margin-top: unset !important;
}

@media (max-width: 767.98px) {

    .cons-chat .chat-bottom,
    .trueconf .cons-chat .chat-bottom {
        padding: 10px 10px;
    }
}

@media (max-width: 575.98px) {

    .cons-chat .chat-bottom,
    .trueconf .cons-chat .chat-bottom {
        height: 88px;
        background-color: #fff;
        gap: 0;
    }

    .chat-bottom__wrap {
        /* display: none; */
        position: fixed;
        bottom: 0;
        /* width: calc(100% - 32px); */
        width: 100%;
        transform: translate(50%, 0);
        right: 50%;
    }

    .cons-chat .chat-bottom__wrap {
        bottom: 58px;
    }
}

.cons-chat .chat-bottom textarea,
.trueconf .cons-chat .chat-bottom textarea {
    width: 470px;
    /* height: 94px; */
    height: 36px;
    background: #FFFFFF;
    border-radius: 10px;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    /* padding: 14px 20px; */
    padding: 7px 9px;
    border: 0;
    min-height: 36px;
    max-height: 94px;
    font-family: "Golos", "Golos Text", "sans-serif";
}

@media (max-width: 767.98px) {

    .cons-chat .chat-bottom textarea,
    .trueconf .cons-chat .chat-bottom textarea {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        width: calc(100% - 30px);
        margin: 0 15px;
    }
}

@media (max-width: 575.98px) {

    .cons-chat .chat-bottom textarea,
    .trueconf .cons-chat .chat-bottom textarea {
        width: calc(100% - 20px);
        margin: 0 10px;
        height: 55px;
        padding: 7px 9px;
    }
}


.trueconf .cons-chat .chat-bottom textarea {
    min-height: 36px;
    max-height: 36px;
}

.cons-chat .chat-bottom input[type=button],
.trueconf .cons-chat .chat-bottom input[type=button] {
    /* background: url(../images/send.png) no-repeat center #ffffff;
    background-size: 36px 35px;
    width: 60px;
    height: 62px;
    border-radius: 10px; */
    background-color: #EFFE7D;
    min-width: 38px;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background-image: url("https://medoblako.ru/newdesign/img/cons/send.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}

@media (max-width: 767.98px) {

    .cons-chat .chat-bottom input[type=button],
    .trueconf .cons-chat .chat-bottom input[type=button] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
    }
}

@media (max-width: 575.98px) {

    .cons-chat .chat-bottom input[type=button],
    .trueconf .cons-chat .chat-bottom input[type=button] {
        width: 40px;
        height: 40px;
        background-size: 23px 22px;
    }
}

.cons-chat .chat-bottom .file-button,
.trueconf .cons-chat .chat-bottom .file-button {
    /* background: url(../images/file-upload.png) no-repeat center #ffffff;
    background-size: 36px 35px;
    width: 60px;
    height: 62px;
    border-radius: 10px;
    position: relative;
    cursor: pointer; */
    position: relative;
    min-width: 36px;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #d6d7d8;
    background-color: #eaeaeb;
    cursor: pointer;
    background-image: unset;
}

@media (max-width: 767.98px) {

    .cons-chat .chat-bottom .file-button,
    .trueconf .cons-chat .chat-bottom .file-button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
    }
}

@media (max-width: 575.98px) {

    .cons-chat .chat-bottom .file-button,
    .trueconf .cons-chat .chat-bottom .file-button {
        width: 40px;
        height: 40px;
        background-size: 23px 23px;
    }
}

.cons-chat .chat-bottom .file-button input,
.trueconf .cons-chat .chat-bottom .file-button input {
    /* position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer; */
    display: none;
}

.cons-chat .chat-bottom .file-button label,
.trueconf .cons-chat .chat-bottom .file-button label {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0;
    background-image: url("https://medoblako.ru/newdesign/img/cons/file-upload.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.trueconf .check-relation__body {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.trueconf .check-relation .check__item {
    padding: unset;
}

.trueconf .review {
    padding-bottom: 80px;
}

.trueconf .review__header {
    color: #33363F;
    text-align: left;
    font-size: 18px;
    padding: 15px 0 0 0;
}

.trueconf .review__form {
    max-width: unset;
    margin: unset;
    padding-bottom: 30px;
}

.trueconf .review__rating {
    padding: 0;
}

.trueconf .review__rating .rating-area {
    margin: unset;
    width: fit-content;
}

.trueconf .review__result-text-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.trueconf .review__rating .rating-area:not(:checked)>label:before,
.trueconf .review__rating .rating-area>label:after {
    background-image: url('https://medoblako.ru/newdesign/img/star.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
    height: 26px;
    width: 32px;
}

.trueconf .review__form textarea {
    margin: unset;
}

.trueconf .review__rating .rating-area:not(:checked)>label {
    width: 32px;
}

.trueconf .review__body {
    padding: 0;
}

.bottom-hidden .chat-bottom>* {
    display: none;
}

.cons-chat .chat-bottom .file-button.loading-view {
    opacity: 0.5;
}

.cons-chat .chat-bottom .file-button.loading-view input {
    display: none;
}

#supportModal .modal-body {
    padding: 0;
}

.cons-chat .support {
    width: 100%;
    height: 100%;
    margin-bottom: 100px;
    /* position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    padding: 35px 35px;
    border-radius: 10px;
    display: none; */
}

@media (max-width: 575.98px) {
    .cons-chat .support {
        padding: 35px 20px;
    }
}

.cons-chat .support__header {
    font-size: 22px;
    line-height: 27px;
    /* identical to box height */
    text-align: center;
    color: #737373;
    position: relative;
    padding: 7px 0 7px 0;
}

@media (max-width: 575.98px) {
    .cons-chat .support__header {
        font-size: 18px;
        line-height: 22px;
    }
}

.cons-chat .support__close {
    width: 31px;
    height: 28px;
    position: absolute;
    /* top: 5px; */
    top: 50%;
    right: 0;
    background: url("/bitrix/templates/adaptive/images/modal_close.svg") no-repeat;
    /* background-size: 100%; */
    background-size: 27px;
    display: block;
    cursor: pointer;
    transform: translate(0, -50%);
}

.cons-chat .support__body {
    padding: 30px 35px 0 35px;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */
    color: #737373;
}

@media (max-width: 575.98px) {
    .cons-chat .support__body {
        padding: 30px 0px 0 0px;
    }
}

.cons-chat .support__text {
    padding-bottom: 30px;
}

.cons-chat .support__form textarea {
    margin: 0 0 30px 0;
    width: 100%;
    border: 1px solid #44BABD;
}

.cons-chat .support__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cons-chat .support__buttons button {
    width: 215px;
    margin: 0 20px;
}

@media (max-width: 575.98px) {
    .cons-chat .support__buttons button {
        margin: 0 5px;
    }
}

.cons-chat .support__buttons .button.cancel {
    /* background: transparent;
    border: 1px solid #44BABD;
    color: #44BABD; */
    color: rgba(43, 48, 51, 0.6);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 33px auto 0 auto;
    cursor: pointer;
    width: fit-content;
    user-select: none;
    background: none;
}

.cons-chat .support__buttons .button.cancel:hover {
    color: #2B3033;
}

.cons-chat .support__result {
    display: none;
}

.cons-chat .support__result .button {
    margin-top: 30px;
    width: 215px;
}

.control_link {
    border-radius: 8px;
    border: 1px solid #c7c7c7;
    background-color: #f3f3f3;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.control_link__item {
    display: block;
    width: 100%;
    height: 52px;
    padding: 16px 20px !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    border-bottom: 1px solid #2B30331a !important;
    position: relative;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    text-transform: none;
    color: var(--CH-black) !important;
}

.control_link__item::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    background-color: #D3D9D7;
    border-radius: 50%;
}

.control_link__item.current::after {
    content: '';
    position: absolute;
    right: 19.5px;
    top: 50%;
    transform: translate(0, -50%);
    width: 10px;
    height: 10px;
    background-color: #33363F;
    border-radius: 50%;
}

@media (max-width:540px) {
    .control_link__item {
        font-size: 14px;
        background-size: 20px;
    }
}

/* .control_link__item.nodata {
    pointer-events: none;
} */

.control_link__item:first-child {
    border-radius: 8px 8px 0 0;
}

.control_link__item:last-child {
    border-bottom: none !important;
    border-radius: 0 0 8px 8px;
}

.control_link__item:hover {
    background-color: #eaeaeb;
    color: var(--CH-black);
}


.cons-chat .vks.fullscreen {
    position: relative;
    border-radius: 0;
    padding: 0;
}

.cons-chat .vks.fullscreen .conf_window {
    border-color: #C7C7C7;
    background-color: #D3D9D7;
}

.cons-chat .vks.fullscreen .conf_window.micro_off::before {
    background-color: #dce1df;
}

.cons-chat .vks.fullscreen .conf_window.doctor {
    height: calc(100vh - 67px);
    border-radius: 0;
}

.cons-chat .vks.fullscreen .conf_window.user {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 999;
    width: 216px;
    height: 230px;
}

.cons-chat .vks.fullscreen .controls {
    background-color: #FFFFFF;
    height: 100%;
    justify-content: center;
}

.cons-chat .vks.fullscreen .help {
    display: none;
}

.cons-chat .vks.fullscreen .controls .help {
    display: block;
    margin: 0;
    min-width: 163px;
}

.supFooter {
    display: none;
}

.slider-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width:540px) {
    .slider-wrapper {
        width: 100%;
    }
}

.slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.slider * {
    user-select: none;
    -webkit-user-drag: none;
}


.slider__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 9px;
    outline: none;
    border-radius: 3px;
    background-color: #EAEAEB;
    border-radius: 8px;
}


input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #EAEAEB;
    border: none;
    border-radius: 3px;
}

input[type=range]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #EAEAEB;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    z-index: 3;
    position: relative;
    height: 28px;
    width: 28px;
    background: var(--CH-light_gray);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    z-index: 3;
    position: relative;
    height: 28px;
    width: 28px;
    background: var(--CH-light_gray);
    border-radius: 50%;
    border: 0;
}



input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #EAEAEB;
}

.slider-indicator {
    width: 50%;
    height: 9px;
    background: var(--CH-green);
    border-radius: 3px;
    position: absolute;
    /* top: 0; */
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 8px;
}

.lokoQuest .questItem {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.lokoQuest .body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 400px;
}

.lokoQuest .count {
    color: #2b3033;
    font-size: 16px;
    font-weight: 600;
    margin-top: 7px;
    margin-bottom: 2px;
}

.lokoQuest .quest {
    color: #2b3033;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px;
    /* margin-bottom: 8px; */
}

.lokoQuest .navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-top: 20px;
    padding-bottom: 50px;
    margin: 0 auto;
}

.lokoQuest .navigation a {
    margin: 0;
}

.answer-radio,
.answer.multi .answer-checkbox {
    width: 100%;
}

.answer-radio,
.answer.multi .answer-checkbox {
    color: #2b3033;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    /* border-bottom: 1px solid #DFDFE0; */
    position: relative;
    background-color: #f3f3f3;
    /* margin: 0 14px 0 10px; */
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.answer_block.radio,
.answer.multi .answer_block.checkbox {
    position: relative;
}

.answer-radio:hover {
    background-color: #eaeaeb;
    color: var(--CH-black);
}

.answer_block.radio::after,
.answer.multi .answer_block.checkbox::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 97%;
    background-color: #DFDFE0;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 0;
}

.answer_block.radio:first-of-type .answer-radio,
.answer_block.radio.dop_open+.answer_block.radio .answer-radio,
.answer.multi .answer_block.checkbox:first-child .answer-checkbox

/* .answer_block.checkbox+.answer_block.radio .answer-radio */
    {
    border-radius: 12px 12px 0 0;
}

/* .answer_block.checkbox+.answer_block.radio {
    margin-top: 20px;
} */

.answer_block.radio:last-of-type .answer-radio {
    border-radius: 0 0 12px 12px;
    /* border-bottom: none; */
}

.answer_block.radio.dop_open .answer-radio {
    border-radius: 12px;
}

.answer_block.radio:last-of-type::after,
.answer_block.radio.dop_open .answer-radio::after {
    content: none;
}

.dop_block {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dop {
    color: #2b3033;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 17px;
    padding: 0
}

.answer-radio input[type="radio"] {
    display: none;
}

.answer-radio input[type="radio"]+label,
.answer.multi .answer-checkbox input[type="checkbox"]+label {
    background: none;
    width: 100%;
    color: #2b3033;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    height: 54px;
    display: flex;
    align-items: center;
}

.answer.multi .answer-checkbox input[type="checkbox"]+label {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.answer-radio input[type="radio"]+label::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    background-color: #D3D9D7;
    border-radius: 50%;
}

.answer-radio input[type="radio"]:checked+label {
    background: none;
}

.answer-radio input[type="radio"]:checked+label::after {
    content: '';
    position: absolute;
    right: 24.5px;
    top: 50%;
    transform: translate(0, -50%);
    width: 10px;
    height: 10px;
    background-color: #33363F;
    border-radius: 50%;
}

#lokoClient {
    gap: 20px;
}

.akbars {
    margin-bottom: 40px
}

.calendar-picker {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 369px;
    margin: 0 auto;
    gap: 3px;
}

.calendar-picker__control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    padding: 0 20px;
}

.calendar-picker__control-year,
.calendar-picker__control-month {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 156px;
}


.calendar-picker__name {
    font-size: 16px;
    font-weight: 600;
}

.calendar-picker .control-buttons {
    cursor: pointer;
    background-image: url('https://medoblako.ru/newdesign/img/continue-arrow_gray.svg');
    background-repeat: no-repeat;
    background-size: 24px;
    height: 24px;
    width: 24px;
}

.calendar-picker .control-buttons_left {
    margin: 0 10% 0 0;
    transform: scaleX(-1);
}

.calendar-picker .control-buttons_right {
    margin: 0 0 0 10%;
}

.name-days {
    display: flex;
    justify-content: space-between;
    margin: 17px 0 0;
    flex-wrap: wrap;
}

.calendar-picker-month td {
    padding: 6px 15px 10px 15px;
    cursor: pointer;
    text-align: center;
}

.calendar-picker-month tr:first-child {
    font-size: 14px;
    font-weight: 600;
}

.calendar-picker-month tr:first-child td {
    cursor: default;
}

.calendar-picker-month tr {
    font-size: 14px;
    font-weight: 400;
}

.calendar-picker .today {
    background: #EFFE7D;
    border-radius: 8px;
}

.circle {
    display: none;
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #2B3033;
    opacity: 0.4;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 78%;
    left: 48%;
}

.calendar-picker .day {
    position: relative;
    text-align: center;
}

.calendar-picker .day:hover,
.calendar .day {
    opacity: 0.6;
}

.calendar-picker .day.selected,
.calendar .day.selected {
    font-weight: 700;
    opacity: 1;
}

.calendar-picker .day--disable {
    opacity: 0.3;
    pointer-events: none;
}

input.js-calendar-picker {
    border-radius: 8px 0 0 8px !important;
}

.js-calendar-picker_wrap {
    display: flex;
}

input.js-calendar-picker+.icon {
    width: 37px;
    border-radius: 0 8px 8px 0 !important;
    background-color: var(--CH-green);
    border: 1px solid #d6d7d8;
    border-left: none;
    background-image: url('https://medoblako.ru/newdesign/img/calendar_icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.button_load::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #2B303366;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
    margin-right: 8px;
    vertical-align: middle;
}

/*input[type="submit"].button_load {*/
/*    background-image: url('/newdesign/img/preloader.gif');*/
/*}*/

/* .button_load:disabled::before,
.button_load.disabled::before,
.button_load.disable::before {
    border: 2px solid #2B303366;
    border-top-color: unset;
} */

.programs__title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.programs__title-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.gift_service-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    width: 219px;
}

.gift_service-block .service-main_button {
    width: 100% !important;
    height: 46px;
    margin: 0;
}

@media (max-width:960px) {
    .gift_service-row {
        flex-direction: column;
        gap: 5px;
    }

    .gift_service-block {
        width: 100%;
    }
}

.doc-item img {
    width: 100%;
    height: 100%;
}


.look-button {
    position: absolute;
    top: 12px;
    right: 14px;
    cursor: pointer;
    pointer-events: all;
    width: 28px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.openEye {
    background-image: url('/login/assets/img/Eye.svg');
}

.closeEye {
    background-image: url('/login/assets/img/open_eye.png');
    top: 9px;
}

.open-eye {
    width: 28px;
    display: none;
    top: 10px;
}

.openEye {
    display: block;
}