

/* Start:/local/templates/veramed_lk/components/bitrix/menu/main_menu/style.css?1722243454866*/
.list-menu{
	padding-left: 0;
	list-style: none;
}
.list-menu_item a{
	display: flex;
	align-items: start;
	column-gap: 17px;
	padding-left: 46px;
	text-decoration: none;
	font-weight: 400;
	font-size: clamp(0.875rem, 0.7414rem + 0.2155vw, 1rem);
	line-height: 337%;
	color: #333;
}
.list-menu_item__icon {
	color: #AAAAAA;
	margin-top: -3px;
}
.list-menu_item.active, .list-menu_item.active>*, .list-menu_item.active .list-menu_item__icon {
	color: #DA252F;
}
.list-menu_item.active a{
	padding-left: 43px;
}
.list-menu_item.active {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
	border-left: 3px solid #DA252F;
	background: #da252f1a;
}
.list-menu_item:hover{
	background: #da252f1a;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.list-menu_item:hover a, .list-menu_item:hover a>*, .list-menu_item a:hover{
	color: #DA252F!important;
	text-decoration: none;
}
/* End */


/* Start:/local/templates/veramed_lk/template_styles.css?175759685342191*/
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
html, body {
    font-family: "ProximaNova-Regular", Arial, Sans-Serif;
    background: #FFF;
    max-height: 100%;
    font-size: 16px;
}
body {
    margin: 0;
    font-weight: 400;
    color: #000;
    text-align: left;
    background-color: #F5F5F5;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
img {
    vertical-align: middle;
    border-style: none;
    border: 0;
    max-width: 100%;
}
svg {
    overflow:hidden;
    vertical-align:middle
}
*:focus, *:focus-visible {
    outline: none
}
hr {
    box-sizing:content-box;
    overflow:visible
}
a {
    color: #DA252F;
    text-decoration:none;
    background-color:transparent
}
a:not([class]):focus, a:not([class]):visited, a:not([class]):focus-within, a:not([class]):target, a:not([class]):active, a:not([class]):focus-visible{
    color: inherit;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
a:not([href]):not([class]) {
    color:inherit;
    text-decoration:none
}
a:not([href]):not([class]):hover {
    color:inherit;
    text-decoration:none
}
a[disabled]{
    opacity: 0.6;
    pointer-events: none;
    cursor: default;
    user-select: none;
}
button{
    cursor: pointer;
}
button[disabled]{
    opacity: 0.6;
    pointer-events: none;
    cursor: default;
    user-select: none;
}
.d-flex{
    display: flex;
}
h1{
    font-weight: 400;
    font-size: clamp(1.25rem, 1.1164rem + 0.2155vw, 1.375rem);
    line-height: 120%;
    color: #000;
    position: relative;
    margin-bottom: 26px;
    padding-bottom: 11px;
}
h1:before{
    content: '';
    width: 33px;
    height: 1px;
    background-color: #DA252F;
    position: absolute;
    bottom: 0;
    left: 0;
}
h1:after{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #DA252F;
    position: absolute;
    bottom: -5px;
    left: 2px;
    border-radius: 50%;
}
h2 {
    font-weight: 400;
    font-size: clamp(1.125rem, 0.8578rem + 0.431vw, 1.375rem);
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #000000;
}
.layoutWrapper {
    display: flex;
    align-items: stretch;
    width: 100%;
    justify-content: end;
}
.layoutSidebar {
    width: 322px;
    min-width: 322px;
    background-color: #fff;
    box-shadow: 0px 3px 10px 0 rgba(119, 119, 119, 0.1);
    min-height: 100vh;
    max-height: 100vh;
    height: 100%;
    flex-grow: 1;
    position: fixed;
    left: 0;
    top:0;
    bottom: 0;
    z-index: 99;
    overflow-y: auto;
    transition: .3s linear;
}
.layoutContainer {
    display: flex;
    flex-direction: column;
    width: calc(100% - 322px);
    align-items: flex-end;
    height: 100%;
    min-height: 100vh;
}
@media (max-width: 992px) {
    body main {
        padding: 30px 20px 100px 20px;
    }
}
/*sidebar*/
.logo-box{
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
    padding: 20px;
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
}
.logo-box img{
    max-height: 100%;
    max-width: 80%;
}
.sidebar-btns{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 0 19px 0;
}
@media (max-width: 992px) {
    .layoutSidebar{
        top: 0;
        left: 0;
        transform: translateX(-100%);
        z-index: 20;
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .layoutSidebar.show {
        transform: none;
    }
    .layoutContainer{
        width: 100%;
    }
    .logo-box{
        display: none;
    }
}
/*sidebar menu*/
.sidebar-menu_title {
    font-weight: 700;
    font-size: clamp(0.625rem, 0.4914rem + 0.2155vw, 0.75rem);
    line-height: 417%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #abafb3;
    text-align: center;
}
/*header*/
header {
    padding: 25px 30px;
    background: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    position: sticky;
    right: 0;
    top: 0;
    z-index: 97;
    left: 0;
    min-height: 100px;
}
.header-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}
.header-personal-info{
    display: flex;
    align-items: center;
    column-gap: 30px;
    justify-content: end;
}

@media (max-width: 1100px) {
    .header-personal-info{
        column-gap: 10px;
    }
}
.header-personal_balance{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.header-personal_box {
    display: flex;
    align-items: center;
    column-gap: 10px;
    max-width: 260px;
}
.header-phone_icon{
    color: #AAAAAA;
}
.header-phone {
    font-weight: 700;
    font-size: clamp(0.875rem, 0.6078rem + 0.431vw, 1.125rem);
    line-height: 1;
    color: #000!important;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
header a:hover{
    text-decoration: none;
}
.personal_balance__text {
    font-weight: 400;
    font-size: clamp(0.8125rem, 0.6121rem + 0.3233vw, 1rem);
    line-height: 120%;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media (max-width: 1400px){
    .personal_balance__label{
        display: none;
    }
    header{
        height: auto;
        padding: 15px 20px;
        box-shadow: 0px 3px 10px 0 rgba(119, 119, 119, 0.1);
    }
    .header-wrap{
        row-gap: 15px;
    }
}
.header-personal_box__text {
    font-weight: 400;
    font-size: clamp(0.8125rem, 0.6789rem + 0.2155vw, 0.9375rem);
    line-height: 120%;
    color: #000;
}

.header-personal_box__btn {
    position: relative;
    width: 35px;
    height: 35px;
    border: none;
    background-color: transparent;
}

.header-personal_box__btn svg{
    width: 26px;
    height: 26px;
}

.header-personal_box__btn.vi-btn {
    width: auto;
    height: auto;
    align-items: center;
}

.header-personal_box__tooltip {
    position: absolute;
    bottom: -25px;
    left: -20px;
    padding: 5px 10px;
    width: max-content;
    display: none;
    transform: scale(0);
    opacity: 0;
    background: #fff;
    border: 1px solid #abafb3;
    color: #000;
    font-size: 12px;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;;
}

.header-personal_box__btn:hover .header-personal_box__tooltip {
    display: block;
    transform: scale(1);
    opacity: 1;
}

.header-personal_box__btn.vi-btn svg{
    max-width: 24px;
}

.header-personal_box__btn svg path {
    fill: #abafb3;
}

span.header-mail {
    font-size: clamp(0.625rem, 0.4246rem + 0.3233vw, 0.8125rem);
    color: #abafb3;
}
.header-personal_box__img {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.logo-mobile, .menu-mobile-btn{
    display: none;
}
.logo-mobile img {
    max-height: 35px;
}
@media (max-width: 992px) {
    .header-personal-info{
        flex-grow: 1;
        justify-content: start;
    }
    header{
        width: 100%;
        left: 0;
        min-height: 60px;
    }
    .header-wrap{
        gap: 20px;
        flex-wrap: nowrap
    }
    .mobile-menu-deactive-bg{
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 2;
        display: none;
    }
    .mobile-menu-deactive-bg.show{
        display: block;
    }
    .header-personal_box, .vi-btn, .header-phone{
        display: none;
    }
    .sidebar-mobile-items .header-phone, .sidebar-mobile-items .header-personal_box, .sidebar-mobile-items .vi-btn{
        display: flex;
        column-gap: 17px;
        font-weight: 400;
        color: #000;
    }
    .sidebar-mobile-items .header-personal_box svg , .sidebar-mobile-items .header-phone_icon svg{
        min-width: 25px;
    }
    .sidebar-mobile-items{
        padding-left: 46px;
        border-top: 1px solid #DDDFE1;
        padding-top: 35px;
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        padding-right: 30px;
        padding-bottom: 40px;
    }
    .logo-mobile,.menu-mobile-btn{
        display: block;
    }
    .menu-mobile-btn{
        position: relative;
        width: 30px;
        height: 20px;
        background: none;
        border: 0;
        margin-right: 0px;
        outline: none!important;
        padding: 0;
    }
    .menu-mobile-btn_item{
        position: absolute;
        height: 1px;
        width: 100%;
        left: 0;
        background-color: #000;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .menu-mobile-btn_item:first-child {
        top: 0;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .menu-mobile-btn_item:nth-child(2) {
        top: 9px;
    }
    .menu-mobile-btn_item:last-child {
        bottom: 0;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .open .menu-mobile-btn_item:first-child {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        width: calc(100% - 4px);
    }
    .open .menu-mobile-btn_item:nth-child(2) {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        width: 0;
        opacity: 0;
    }
    .open .menu-mobile-btn_item:last-child {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: calc(100% - 4px);
    }
    .sidebar-mobile-items *, .sidebar-mobile-items  span.header-mail, body .sidebar-mobile-items .header-personal_box__text{
        align-items: start;
        font-size: clamp(0.875rem, 0.7414rem + 0.2155vw, 1rem);
    }
    .sidebar-mobile-items .header-personal_balance{
        column-gap: 17px;
        align-items: center;
    }
    .header-wrap_btns{
        display: flex;
        align-items: center;
        column-gap: 25px;
    }
    .header-wrap_btns .btn-default{
        padding: 7px 12px;
    }
    .logo-mobile img{
        min-width: 107px;
    }
}
@media (max-width: 390px) {
    .header-wrap_btns {
        column-gap: 20px;
    }
    .header-wrap_btns .btn-default {
        font-size: 12px;
    }
    .header-wrap_btns .btn-arrow:after{
        margin-left: 5px;
    }
}
@media (max-width: 340px) {
    .personal_balance__text{
        font-size: 12px;
    }
    .logo-mobile img {
        max-height: 30px;
    }
    .layoutSidebar{
        width: 100%;
        min-width: 100%;
    }
    .logo-mobile img {
        min-width: 90.50px;
    }
}
@media (max-width: 319px) {
    .header-wrap_btns .btn-arrow:after {
        content: none;
    }
}
.overflow-hidden{
    overflow: hidden;
}
.container-content{
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 100px);
    width: 100%;
    flex-grow: 1;
}
main{
    padding: 30px 30px 100px 30px;
    flex-grow: 1;
}
.white-box{
    background: #FFFFFF;
    box-shadow: 1.5px 2.6px 10px rgba(119, 119, 119, 0.1);
    padding: 20px 31px;
    margin-bottom: 60px;
}
.table-box {
    max-width: 100vw;
    overflow: auto;
}
.btn-default{
    border-radius: 3px;
    padding: 10px 26px;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.6078rem + 0.431vw, 1.125rem);
    line-height: 120%;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DA252F;
    width: max-content;
    text-decoration: none;
    outline: none!important;
    border: none;
    cursor: pointer;
}
.btn-default:hover{
    color: #fff;
    text-decoration: none;
    background-color: #b4252d;
}
.btn-circle{
    border-radius: 20px;
}
.btn-transparent{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 26px;
    min-height: 41px;
    background:#fff;
    border: 1px solid #DDDFE1;
    border-radius: 3px;
    width: max-content;
    text-decoration: none;
    outline: none!important;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.6078rem + 0.431vw, 1.125rem);
    line-height: 120%;
    color: #000000;
}
.btn-transparent:hover{
    text-decoration: none;
    color: #000000;
}
.btn-arrow:after{
    content: url('data:image/svg+xml,<svg width="7" height="11" viewBox="0 0 7 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 9.71094L4.21094 5.5L0 1.28906L1.28906 0L6.78906 5.5L1.28906 11L0 9.71094Z" fill="white"/></svg>');
    margin-left: 10px;
    line-height: 0.5;
}
.btn-transparent.btn-arrow:after {
    content: url('data:image/svg+xml,<svg width="7" height="11" viewBox="0 0 7 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 9.71094L4.21094 5.5L0 1.28906L1.28906 0L6.78906 5.5L1.28906 11L0 9.71094Z" fill="black"/></svg>');
}
.btn-icon {
    display: flex;
    column-gap: 10px;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.disabled-btn{
    cursor: default;
    pointer-events: none;
    background: #F3F3F3;
    border: 1px solid #DDDFE1;
    border-radius: 3px;
    color: #CCCCCC;
}
.disabled-btn.btn-arrow:after {
    content: url('data:image/svg+xml,<svg width="7" height="11" viewBox="0 0 7 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 9.71094L4.21094 5.5L0 1.28906L1.28906 0L6.78906 5.5L1.28906 11L0 9.71094Z" fill="%23CCCCCC"/></svg>');
}
.btn-delete{
    width: 41px;
    min-height: 40px;
    background: #F3F3F3;
    border: 1px solid #DDDFE1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button_box{
    display: flex;
    align-items: stretch;
    gap: 10px;
}
.download-btn {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}
.download-btn_icon {
    display: block;
    width: 41px;
    height: 40px;
}
.download-btn_text {
    font-size: clamp(0.875rem, 0.7414rem + 0.2155vw, 1rem);
    line-height: 1;
    color: #000000;
}
.btn-arrow-left{
    flex-direction: row-reverse;
}
.btn-arrow-left:after{
    margin-left: 0px;
    transform: rotate(180deg);
    margin-right: 10px;
}
@media (max-width: 992px) {
    .download-btn_text{
        display: none;
    }
}
/*tables*/
.table-box table {
    width: 100%;
    font-weight: 400;
    font-size: clamp(0.8125rem, 0.6121rem + 0.3233vw, 1rem);
    line-height: 24px;
    color: #000000;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.table-box th{
    font-weight: 400;
    font-size: clamp(0.875rem, 0.6078rem + 0.431vw, 1.125rem);
    line-height: 1;
    color: #000;
    padding: 15px 18px;
    user-select: none;
}
.table-box th div {
    display: flex;
    gap: 10px;
    align-items: center;
}
.table-box th i {
    display: inline-flex;
    height: fit-content;
    align-items: center;
    justify-content: center;
    width: fit-content;
}
.table-box th.asc i path, .table-box th.desc i path{fill:#DA252F}
.table-box th.asc i{transform: rotate(180deg)}
th.js-column-sort{cursor: pointer}
.table-box thead tr{
    background: rgba(51, 51, 51, 0.0001);
    border: 1px solid #DDDFE1;
}
.table-box td{
    padding: 12px 18px;
}
.table-box tr{
    border-bottom: 1px solid #DDDFE1;
}
.table-box tr:hover{
    background-color: #f4f4f4;
}
.navigation-table{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.navigation-table_btns{
    display: flex;
    align-items: center;
    column-gap: 20px;
    user-select: none;
}
.navigation-table_btns[hidden]{display: none;}
.navigation-table_btn{cursor: pointer;}
.navigation-table_btns ul{
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 0;
    column-gap: 20px;
}
.navigation-table_btns li.active{color:#DA252F}
.navigation-table_info {
    font-weight: 400;
    font-size: clamp(0.8125rem, 0.6789rem + 0.2155vw, 0.9375rem);
    line-height: 54px;
    color: #000000;
    display: flex;
    align-items: center;
}
.navigation-table_btns__prev .navigation-table_btns-text, .navigation-table_btns__next .navigation-table_btns-text{
    font-weight: 400;
    font-size: clamp(0.8125rem, 0.6789rem + 0.2155vw, 0.9375rem);
    line-height: 54px;
    color: #000000;
}
.navigation-table_num .navigation-table_btns-text{
    font-weight: 400;
    font-size: clamp(0.8125rem, 0.6121rem + 0.3233vw, 1rem);
    line-height: 337%;
    text-align: center;
    color: #ABAFB3;
}
.navigation-table_num .navigation-table_btns-texta:hover, .navigation-table_btns__prev .navigation-table_btns-text:hover, .navigation-table_btns__next .navigation-table_btns-text:hover, .navigation-table_num .navigation-table_btns-text.active{
    color: #DA252F;
    text-decoration: none;
}
.navigation-table_num ul {
    display: flex;
    align-items: baseline;
}
.control-table {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
}
.table-box table a, .table-box table a:not([class]):focus, .table-box table a:not([class]):visited{
    color: #000000;
    text-decoration: none;
}
.table-box table a:not([class]):hover{
    text-decoration: underline;
    color: #DA252F;
}
.table-box table a.btn-default, .table-box table a.btn-default:focus, .table-box table a.btn-default:hover, .table-box table a.btn-default:visited{
    color: #FFF;
}
.table-box table a.disabled-btn, .table-box table a.disabled-btn:focus, .table-box table a.disabled-btn:hover, .table-box table a.disabled-btn:visited{
    color: #CCCCCC;
}
table .description-text{
    font-weight: 400;
    font-size: clamp(0.8125rem, 0.6121rem + 0.3233vw, 1rem);
    line-height: 24px;
    color: #ABAFB3;
}
.status{
    font-weight: 400;
    font-size: clamp(0.8125rem, 0.6121rem + 0.3233vw, 1rem);
    line-height: 120%;
    color: #ABAFB3;
    display: flex;
    align-items: center;
    gap: 11px;
    max-width: 100px;
}
.status:before{
    content: '';
    width: 10px;
    min-width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 4px;
}
.status.completed:before{
    background: #6ACC74;
}
.status.refused:before{
    background: #FF5274;
}
.status.upcoming:before{
    background: #000000;
}
.navigation-table_btns__prev-icon, .navigation-table_btns__next-icon{
    display: none;
}
.disabled .navigation-table_btns__prev-icon, .disabled .navigation-table_btns__next-icon{
    color: #ABAFB3;
    pointer-events: none;
}
@media (max-width: 992px){
    .control-table{
        margin-bottom: 35px;
    }
    .navigation-table{
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 480px){
    .navigation-table_btns__prev-icon, .navigation-table_btns__next-icon{
        display: block;
    }
    .navigation-table_btns__prev-text, .navigation-table_btns__next-text{
        display: none;
    }
    .navigation-table_btns {
        column-gap: 30px;
    }
}
@media (max-width: 1000px) {
    .appointmentsTableAdaptive tbody tr {
        display: grid;
        grid-template-areas: "appointmentDoctor appointmentDoctor" "appointmentSpec appointmentSpec" "appointmentClinick appointmentClinick" "appointmentAddress appointmentAddress" "appointmentDate appointmentTime" "appointmentRecord appointmentRecord";
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .appointmentsTableAdaptive thead{display: none;}
    .appointmentsTableAdaptive tbody td{padding: 5px 0; line-height: 1.2em;}
    .appointmentsTableAdaptive tbody td:nth-child(1){grid-area: appointmentCount;display:none;}
    .appointmentsTableAdaptive tbody td:nth-child(2){ grid-area: appointmentDate; font-weight:bold; text-align: center}
    .appointmentsTableAdaptive tbody td:nth-child(3){grid-area: appointmentTime; font-weight:bold; text-align: center}
    .appointmentsTableAdaptive tbody td:nth-child(4){grid-area: appointmentDoctor; font-weight:bold}
    .appointmentsTableAdaptive tbody td:nth-child(5){ grid-area: appointmentSpec; }
    .appointmentsTableAdaptive tbody td:nth-child(6){ grid-area: appointmentClinick; }
    .appointmentsTableAdaptive tbody td:nth-child(7){ grid-area: appointmentAddress; }
    .appointmentsTableAdaptive tbody td:nth-child(8){ grid-area: appointmentRecord; }

    #rescheduleAppointment .appointment-calendar-v2 .appointment-calendar__body tr {
        display: table-row;
    }

    .documentsTableAdaptive tbody tr {
        display: grid;
        grid-template-areas: "documentDownload documentName" "documentDownload documentDate";
        grid-template-columns: 77px auto;
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .documentsTableAdaptive thead{display: none;}
    .documentsTableAdaptive tbody td:nth-child(1){grid-area: documentCount;display:none;}
    .documentsTableAdaptive tbody td:nth-child(2){ grid-area: documentName; line-height: normal;}
    .documentsTableAdaptive tbody td:nth-child(3){ grid-area: documentDate; font-weight:bold;padding-top:0;padding-bottom: 0;}
    .documentsTableAdaptive tbody td:nth-child(4){ grid-area: documentDownload;}

    .oldappointmentTableAdaptive tbody tr{
        display: grid;
        grid-template-areas: "oldappointmentDoctor oldappointmentDoctor" "oldappointmentSpec oldappointmentSpec" "oldappointmentClinick oldappointmentClinick" "oldappointmentAddress oldappointmentAddress" "oldappointmentDate oldappointmentTime" "oldappointmentResult oldappointmentResult";
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .oldappointmentTableAdaptive thead{display: none;}
    .oldappointmentTableAdaptive tbody td{padding: 5px 0; line-height: 1.2em;}
    .oldappointmentTableAdaptive tbody td:nth-child(1){grid-area: oldappointmentCount;display:none;}
    .oldappointmentTableAdaptive tbody td:nth-child(2){ grid-area: oldappointmentDate; font-weight:bold; text-align: center}
    .oldappointmentTableAdaptive tbody td:nth-child(3){grid-area: oldappointmentTime; font-weight:bold; text-align: center}
    .oldappointmentTableAdaptive tbody td:nth-child(4){grid-area: oldappointmentDoctor; font-weight:bold}
    .oldappointmentTableAdaptive tbody td:nth-child(5){ grid-area: oldappointmentSpec; }
    .oldappointmentTableAdaptive tbody td:nth-child(6){ grid-area: oldappointmentClinick; }
    .oldappointmentTableAdaptive tbody td:nth-child(7){ grid-area: oldappointmentAddress; }
    .oldappointmentTableAdaptive tbody td:nth-child(8){
        grid-area: oldappointmentResult;
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 450px) {
    .documentsTableAdaptive tbody tr{
        grid-template-areas: "documentName" "documentDate" "documentDownload";
        grid-template-columns: auto;
        gap: 5px;
    }
    .documentsTableAdaptive tbody td{
        padding: 0 !important;
    }
}

/*select*/
.select-dropdown{
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.select-dropdown__button{
    padding: 10px 35px 10px 15px;
    color: #000;
    cursor: pointer;
    width: 98px;
    text-align: left;
    background: rgba(51, 51, 51, 0.0001);
    border: 1px solid #DDDFE1;
    height: 45px;
    font-size: clamp(0.875rem, 0.8082rem + 0.1078vw, 0.9375rem);
}
.select-dropdown__button:focus {
    outline: none;
}
.select-dropdown__button .down-btn{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 38px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DDDFE1;
}
.select-dropdown__list{
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1,0);
    transition: all ease-in-out .3s;
    z-index: 2;
    box-shadow: 1.5px 2.6px 10px rgba(119, 119, 119, 0.1);
}
.select-dropdown__list.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1,1);

}
.select-dropdown__list-item {
    display: block;
    list-style-type: none;
    padding: 10px 15px;
    background: #fff;
    font-size: clamp(0.875rem, 0.8082rem + 0.1078vw, 0.9375rem);
    line-height: 1.4;
    cursor: pointer;
    color: #000;
    transition: all ease-in-out .3s;
}
.select-dropdown__list-item:hover{
    background-color: #f4f4f4;
}
.selection-box_label {
    font-weight: 400;
    font-size: clamp(0.875rem, 0.7414rem + 0.2155vw, 1rem);
    line-height: 120%;
    color: #ABAFB3;
}
.selection-box{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    column-gap: 15px;
    flex-wrap: wrap;
}
@media (max-width: 992px) {
    .select-dropdown__button,.select-dropdown__button .down-btn{
        height: 35px;
    }
    .selection-box{
        margin-bottom: 25px;
    }
}
/*search*/
.search-box {
    max-width: 263px;
    width: 100%;
    position: relative;
}
.search-box input.search-input{
    border: none;
    border-bottom: 1px solid #DDDFE1;
    width: 100%;
    padding-bottom: 4px;
    padding-right: 25px;
}
input.search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight: 400;
    font-size: clamp(0.8125rem, 0.6789rem + 0.2155vw, 0.9375rem);
    line-height: 1;
    letter-spacing: 0.3px;
    color: #000000;
}
input.search-input::-moz-placeholder { /* Firefox 19+ */
    font-weight: 400;
    font-size: clamp(0.8125rem, 0.6789rem + 0.2155vw, 0.9375rem);
    line-height: 1;
    letter-spacing: 0.3px;
    color: #000000;
}
input.search-input:-ms-input-placeholder { /* IE 10+ */
    font-weight: 400;
    font-size: clamp(0.8125rem, 0.6789rem + 0.2155vw, 0.9375rem);
    line-height: 1;
    letter-spacing: 0.3px;
    color: #000000;
}
input.search-input:-moz-placeholder { /* Firefox 18- */
    font-weight: 400;
    font-size: clamp(0.8125rem, 0.6789rem + 0.2155vw, 0.9375rem);
    line-height: 1;
    letter-spacing: 0.3px;
    color: #000000;
}
.search-button {
    background: none;
    border: 0;
    outline: none!important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 5px;
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 14px;
    width: 14px;
    margin-left: .4em;
    background-size: 14px;
    background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.564 1.90625L13.1577 0.5L7.57959 6.07812L2.00146 0.5L0.595215 1.90625L6.17334 7.48438L0.595215 13.0625L2.00146 14.4688L7.57959 8.89062L13.1577 14.4688L14.564 13.0625L8.98584 7.48438L14.564 1.90625Z" fill="%23333333"/></svg>');
    cursor: pointer;
}
/*search dropdown*/
.question_control {
    width: 100%;
    max-width: 553px;
    position: relative;
}
.select-search-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    row-gap: 20px;
    margin-bottom: 16px;
}
.select-search-dropdown {
    display: none;
    padding: 4px;
    position: absolute;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #DDDFE1;
    box-shadow: 1.5px 2.6px 10px rgba(119, 119, 119, 0.1);
    width: 100%;
    overflow-y: auto;
    top: calc(100% + 3px);
    max-height: 30vh;
    z-index: 1;
}
.select-search-dropdown_item {
    padding: 10px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    display: block;
}
.select-search-dropdown_item:hover{
    background: rgba(218, 37, 47, 0.1);
    border-radius: 4px;
    cursor: pointer;
}
.select-search-dropdown input:checked + label{
    background-image: url('data:image/svg+xml,<svg width="17" height="12" viewBox="0 0 17 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.1141 0.43942C15.8834 0.208938 15.5092 0.208938 15.2784 0.43942L5.69921 10.0065L1.93148 6.24337C1.70065 6.01288 1.32654 6.01288 1.09571 6.24337C0.864892 6.47385 0.864892 6.84754 1.09571 7.07802L5.28139 11.2586C5.5121 11.4888 5.88644 11.4888 6.11715 11.2586L16.1141 1.27388C16.345 1.04339 16.345 0.669902 16.1141 0.43942Z" fill="%23DA252F"/></svg>');
    background-repeat: no-repeat;
    background-position: right 13px center;
}
.select-search-dropdown input{
    display: none;
}
.select-search-dropdown.active{
    display: block;
}
.select-search-box .question_text{
    margin-bottom: 0;
}
.select-search-input{
    position: relative;
}
.select-search-input input {
    width: 100%;
    max-width: 553px;
    background: rgba(51, 51, 51, 0.0001);
    border: 1px solid #DDDFE1;
    padding: 10px 60px 10px 17px;
}
.search_btn{
    background: none;
    border: none;
    outline: none!important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 29px;
    height: 100%;
    cursor: pointer;
    pointer-events: none;
}
.dropdown_select {
    background: none;
    border: none;
    outline: none!important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    cursor: pointer;
    padding: 0px 10px;
}
.select-search-dropdown::-webkit-scrollbar {
    width: 4px;
}
.select-search-dropdown::-webkit-scrollbar-track {
    background: #F4F4F4;
}
.select-search-dropdown::-webkit-scrollbar-thumb {
    background-color: #AAAAAA;
}
.hide-item{
    display: none;
}
/*search dropdown end*/
/*radio button*/
.input_text input[type="radio"]{
    display: none;
}
.input_text label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 26px;
    background: #FFFFFF;
    border: 1px solid #DDDFE1;
    border-radius: 20px;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.6078rem + 0.431vw, 1.125rem);
    line-height: 120%;
    text-align: center;
    color: #000000;
    width: max-content;
    cursor: pointer;
    max-width: 100%;
}
.input_text label:hover{
    border: 1px solid #DA252F;
}
.input_text input[type="radio"]:checked + label{
    border: 1px solid #DA252F;
}
.input_text{
    margin-bottom: 10px;
}
.input_text:last-child{
    margin-bottom: 0;
}
/*radio button end*/
.popup-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(51, 51, 51, 0.4);
    display: none;
    z-index: 100;
}
.popup-overlay.overlay-show{
    display: block;
}
.popup-box-wrap{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    opacity: 0;
}
.popup-box-wrap.show{
    display: flex;
    opacity: 1;
    z-index: 1072;
}
.popup-box-dialog {
    padding: 40px 60px;
    background: #fff;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(-50%,-80vh);
    transform: translate(-50%,-80vh);
    width: max-content;
    max-width: 580px;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 1.5px 2.6px 10px rgba(119, 119, 119, 0.1);
}
.popup-box-dialog-big{
    max-width: 840px;
    width: 100%;
    overflow-y: auto;
    max-height: 100vh;
}
.show .popup-box-dialog {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.popup-close {
    position: absolute;
    right: 24px;
    top: 30px;
    background: none;
    border: none;
    outline: none!important;
    cursor: pointer;
}
.popup-content{width: 100%}
.popup-content_title {
    font-weight: 400;
    font-size: clamp(1.125rem, 0.8578rem + 0.431vw, 1.375rem);
    color: #000000;
    margin-bottom: 32px;
    position: relative;
    line-height: 120%;
    padding-bottom: 10px;
}
.popup-content_title:before{
    content: '';
    width: 33px;
    height: 1px;
    background-color: #DA252F;
    position: absolute;
    bottom: 0;
    left: 0;
}
.popup-content_title:after{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #DA252F;
    position: absolute;
    bottom: -5px;
    left: 6px;
    border-radius: 50%;
}
.popup-content_text {
    font-weight: 400;
    font-size: clamp(1.125rem, 0.8578rem + 0.431vw, 1.375rem);
    line-height: 120%;
    color: #000000;
}
.popup-content_btn{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
    margin-top: 40px;
}
.question_text{
    font-weight: 400;
    font-size: clamp(0.875rem, 0.7414rem + 0.2155vw, 1rem);
    line-height: 24px;
    color: #333333;
    margin-bottom: 30px;
    width: 100%;
}
.result-text{
    font-weight: 400;
    font-size: clamp(0.875rem, 0.7414rem + 0.2155vw, 1rem);
    line-height: 24px;
    color: #333333;
    margin-bottom: 30px;
}
.result-primary-text {
    font-size: clamp(1rem, 0.5991rem + 0.6466vw, 1.375rem);
    color: #000;
}
.appointment-box .btn-box{
    margin-top:40px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: stretch;
    flex-wrap: wrap;
}
.block-white-box {
    background: #FFFFFF;
    box-shadow: 1.5px 2.6px 10px rgba(119, 119, 119, 0.1);
    padding: 16px 30px 38px 30px;
    margin: 30px 0;
    max-width: 760px;
}
/*custom input date*/
input.datepicker-input{
    padding-right: 0px;
}
.btn-picker{
    padding: 20px;
    border: none;
    border-left: 1px solid #DDDFE1;
    cursor:pointer;
    background: none;
    position: absolute;
    right: 0;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.picker-wrap{
    position: relative;
    width: 100%;
    max-width: 553px;
}
.datepicker-input-field{
    min-width: 100%;
}
.btn-picker svg{
    min-width: 13px;
}
.datepicker-input-picker {
    height: 0px!important;
    overflow: hidden;
    padding: 0!important;
    border: none!important;
    visibility: hidden;
    pointer-events: none;
    display: block;
}
/*input, textarea*/
.form-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
form input[type="text"], form input[type="email"], form input[type="tel"], form textarea{
    width: 100%;
    max-width: 553px;
    background: rgba(51, 51, 51, 0.0001);
    border: 1px solid #DDDFE1;
    padding: 10px 10px 10px 17px;
    height: 54px;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.7414rem + 0.2155vw, 1rem);
    line-height: 120%;
    color: #000000;
}
form label.question_text {
    margin-bottom: 0;
    width: 110px;
}
form textarea{
    height: 95px;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight: 400;
    font-size: clamp(0.8125rem, 0.6789rem + 0.2155vw, 0.9375rem);
    line-height: 1;
    letter-spacing: 0.3px;
    color: #ABAFB3;
}
input::-moz-placeholder { /* Firefox 19+ */
    font-weight: 400;
    font-size: clamp(0.8125rem, 0.6789rem + 0.2155vw, 0.9375rem);
    line-height: 1;
    letter-spacing: 0.3px;
    color: #ABAFB3;
}
input:-ms-input-placeholder { /* IE 10+ */
    font-weight: 400;
    font-size: clamp(0.8125rem, 0.6789rem + 0.2155vw, 0.9375rem);
    line-height: 1;
    letter-spacing: 0.3px;
    color: #ABAFB3;
}
input:-moz-placeholder { /* Firefox 18- */
    font-weight: 400;
    font-size: clamp(0.8125rem, 0.6789rem + 0.2155vw, 0.9375rem);
    line-height: 1;
    letter-spacing: 0.3px;
    color: #ABAFB3;
}
input::-webkit-calendar-picker-indicator {
    opacity: 0;
}
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight: 400;
    font-size: clamp(0.8125rem, 0.6789rem + 0.2155vw, 0.9375rem);
    line-height: 1;
    letter-spacing: 0.3px;
    color: #ABAFB3;
}
textarea::-moz-placeholder { /* Firefox 19+ */
    font-weight: 400;
    font-size: clamp(0.8125rem, 0.6789rem + 0.2155vw, 0.9375rem);
    line-height: 1;
    letter-spacing: 0.3px;
    color: #ABAFB3;
}
textarea:-ms-input-placeholder { /* IE 10+ */
    font-weight: 400;
    font-size: clamp(0.8125rem, 0.6789rem + 0.2155vw, 0.9375rem);
    line-height: 1;
    letter-spacing: 0.3px;
    color: #ABAFB3;
}
textarea:-moz-placeholder { /* Firefox 18- */
    font-weight: 400;
    font-size: clamp(0.8125rem, 0.6789rem + 0.2155vw, 0.9375rem);
    line-height: 1;
    letter-spacing: 0.3px;
    color: #ABAFB3;
}
@media (max-width: 992px) {
    form input[type="text"], form input[type="email"], form input[type="tel"], form textarea{
        max-height: 40px;
        padding: 10px;
    }
    .btn-picker{
        padding: 15px;
    }
}
/*agreement checkbox*/
.agreement-box{
    margin: 20px 0 0px 0;
}
.custom-checkbox {
    font-weight: 400;
    font-size: clamp(0.8125rem, 0.6789rem + 0.2155vw, 0.9375rem);
    line-height: 120%;
    color: #000000;
    display: flex;
    align-items: start;
    column-gap: 12px;
    cursor: pointer;
}
.custom-checkbox input{
    display: none;
}
.checkmark {
    position: relative;
    background: #FB3A3A;
    width: 23px;
    min-width: 23px;
    height: 23px;
    border-radius: 3px;
    margin-top: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-checkbox input:checked + .checkmark:after{
    content: url('data:image/svg+xml,<svg width="17" height="13" viewBox="0 0 17 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.8505 1.07858C15.6198 0.848099 15.2455 0.848099 15.0147 1.07858L5.43553 10.6456L1.66781 6.88253C1.43698 6.65204 1.06287 6.65204 0.832034 6.88253C0.60122 7.11301 0.60122 7.4867 0.832034 7.71718L5.01772 11.8977C5.24842 12.128 5.62277 12.128 5.85348 11.8977L15.8505 1.91304C16.0813 1.68255 16.0813 1.30906 15.8505 1.07858Z" fill="white"/></svg>');
}

@media (max-width: 992px) {
    .block-white-box {
        padding: 16px 15px 16px 15px;
    }
}
@media(max-width: 640px){
    .popup-box-dialog{
        max-width: 90%;
        padding: 35px 35px 25px 25px;
    }
    .popup-close {
        right: 9px;
        top: 15px;
    }
}
@media (min-width: 992px){
    .hidden-md {
        display: none !important;
    }
}
@media (max-width: 992px){
    .hidden-xs {
        display: none !important;
    }
}

/*footer*/
footer {
    display: flex;
    width: 100%;
    background: #fff;
    box-shadow: 0px 3px 10px 0 rgba(119, 119, 119, 0.1);
    padding: 25px 32px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 25px;
}
.copyright-box {
    display: flex;
    align-items: end;
    column-gap: 11px;
    font-weight: 400;
    font-size: clamp(0.8125rem, 0.7457rem + 0.1078vw, 0.875rem);
    line-height: 1;
    text-align: center;
    color: #898989;
}
.email-box, .phone-box{
    font-weight: 400;
    font-size: clamp(0.8125rem, 0.7457rem + 0.1078vw, 0.875rem);
    line-height: 1;
    text-align: center;
    color: #898989;
}
.email-box a, .phone-box a{
    font-size: clamp(0.875rem, 0.7414rem + 0.2155vw, 1rem);
    color: #898989;
}
.email-box a:hover, .phone-box a:hover{
    text-decoration: none;
}
.social-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.social-box a{
    display: block;
}

.header-logout-btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    margin-right: 21px;
    background-color: transparent;
    border: none;
}

.header-logout-text {
    color: #abafb3;
    font-size: 16px;
    line-height: 54px;
}

@media (max-width: 1400px) {
    .header-logout-btn {
        margin-right: 31px;
    }
    .header-logout-text {
        display: none;
    }
}

@media (max-width: 992px) {
    .header-logout-form {
        display: none;
    }
    .header-logout-form--modal {
        display: block;
    }
    .header-logout-text {
        display: block;
        font-size: clamp(0.875rem, 0.7414rem + 0.2155vw, 1rem);
        line-height: 1;
    }

    .header-logout-btn {
        padding: 0;
        column-gap: 17px;
    }

    .header-logout-btn svg {
        min-width: 25px;
    }
}

.hide{display:none;}
.darkness{position:fixed;left:0;top:0;background:rgba(0, 0, 0, 0.333);width:100%;height:100%;z-index:1259716;display:none;}
.modal-window{position:absolute;top:0;left:0;right:0;z-index:136048896;display:none;border:1px solid #E6E6E6;background:#F5F5F5;margin:10em auto 0;width:338.28571px;position:relative;}
@media (max-width:394.66667px){.modal-window{width:100%;margin-top:4em;}
}

/*===balance===*/
:root{
    --balance-loader-first-color: #FFF;
    --balance-loader-second-color: rgb(227, 6, 19);
    --balance-background-1: #da252f;
    --balance-background-2: #009a9a;
    --balance-background-3: #9f9f9f;
    --balance-background-4: #da252f;
    --balance-background-5: #000000;
}
.balance {
    width: 100%;
    background: #da252f;
    color: #FFF;
    text-align: center;
    padding: 8px 20px;
}
.balance {
    background: linear-gradient(91deg, var(--balance-background-1), var(--balance-background-2), var(--balance-background-3), var(--balance-background-4), var(--balance-background-5));
    background-size: 1000% 1000%;
    -webkit-animation: balanceBg 29s ease infinite;
    -moz-animation: balanceBg 29s ease infinite;
    -o-animation: balanceBg 29s ease infinite;
    animation: balanceBg 29s ease infinite;
}
@keyframes balanceBg {
    0%{background-position:0% 49%}
    50%{background-position:100% 52%}
    100%{background-position:0% 49%}
}

/* End */
/* /local/templates/veramed_lk/components/bitrix/menu/main_menu/style.css?1722243454866 */
/* /local/templates/veramed_lk/template_styles.css?175759685342191 */
