.slick-list {
    width: 100%;
}
.slick-track {
    margin-left: 0;
    margin-right: 0;
}
.doctor-item {
    display: block;
}


.notify {
    background: #F4F6F8;
    border: 1px solid #D1D7DD;
    box-shadow: 0 10px 15px rgba(194, 194, 194, 0.08);
    border-radius: 5px;
    padding: 28px;
    margin-bottom: 30px;
    font-size: 14px;
    position: relative;
}
.notify_icon {
    padding-left: 80px;
}
.notify_icon:before {
    content: '';
    position: absolute;
    top: 24px;
    left: 28px;
    width: 36px;
    height: 30px;
    background: #929BA3 no-repeat center;
    border-radius: 35px;
}

.notify__content {

}

.notify_highlight {
    background: linear-gradient(0deg, #FFFDFA, #FFFDFA), #FFFFFF;
    border: 1px solid #FCE0B1;
    box-shadow: 0px 10px 15px rgba(200, 108, 0, 0.02);
}
.notify_highlight.notify_icon:before{
    background-color: #FE8500;
}
.notify_highlight.notify_type_attention{
    border: 1px solid #d82113 !important;
}
.notify_highlight.notify_type_attention.notify_icon:before{
    background-color: #d82113 !important;
}
.notify_highlight.notify_type_attention .notify__more{
    color: #d82113;
}
.notify_icon.notify_type_attention:before{
    background-image: url(assets/images/svg/icons/danger-ico.svg);
}
.notify_fix {
    border-width: 2px;
    border-style: dotted;
    box-shadow: 0px 10px 15px rgba(200, 108, 0, 0.08);
    padding-right: 67px;
    position: relative;
}
.notify_fix:after {
    content: '';
    position: absolute;
    top: 22px;
    right: 23px;
    background: transparent url(assets/images/svg/fix.svg) no-repeat center;
    width: 21px;
    height: 21px;
}


.notify_icon.notify_type_pen:before{
    background-image: url(assets/images/svg/icons/pen.svg);
}
.notify_icon.notify_type_calendar:before{
    background-image: url(assets/images/svg/icons/grafik.svg);
}
.notify_icon.notify_type_important:before{
    background-image: url(assets/images/svg/icons/danger-ico.svg);
}
.notify_icon.notify_type_oclock:before{
    background-image: url(assets/images/svg/icons/clock.svg);
}
.notify_icon.notify_type_percent:before{
    background-image: url(assets/images/svg/icons/precent.svg);
}

.notify__more {
    color: #7F8A98;
    font-size: 16px;
    font-weight: 600;
}
.notify_highlight .notify__more{
    color: #FE8500;
}

.notify__title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
}

.notify_highlight .notify__title {
    color: #FE8500;
}

.notify__link {
    display: inline-block;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 12px 25px;
}
.notify_highlight .notify__link {
    background: #FE8500;
    color: #ffffff;
}
.notify_highlight .notify__link:hover {
    color: #fff;
}

.modal-content {
    border-radius: 5px;
}
.modal_notify .modal-body {
    padding-left: 83px;
    padding-right: 83px;
}
.modal_notify .modal-title {
    font-weight: 500;
}
.modal_notify .notify_icon {
    padding: 0;
}
.modal_notify .notify_icon:before {
    top: 20px;
}
.modal_notify .notify_highlight{
    border: 0;
    background: transparent;
}

.form-radio.bordered .form-radio-inner {
    padding: 20px 20px 20px 50px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}
.form-radio.bordered .form-radio-inner:before {
    top: 22px;
    left: 20px;
}
.form-radio.bordered .form-radio-inner:after {
    left: 24px;
    top: 26px;
}
.popover-table table tr td:first-child{
    padding-left:0;
}
.popover-table table tr td:last-child{
    padding-right: 0;
}
.popover-table table tr td {
    padding: 10px;
    border: 1px solid #ebebeb;
    border-left: 0;
    border-right: 0;
}
.modal-body{
    max-height: calc(100vh - 50px);
    overflow-y: auto;
}

.header-items .button:not(.button-green-border) {
    border-width: 1px;
}


.header-nav-li.sub:hover {
    z-index:11;
}

.overlay-c{
    display: none;
    z-index: 1;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .05;
    background: #000;
}

.news-detail-img {
    float: right;
    margin: 0 0 20px 20px;
}

.info-doctor-photo {
    text-align: center;
}
.arrows-custom-pos-wrap {
    display: flex;
}
.arrows-custom-pos {
    display: flex;
}
.arrows-custom-pos:empty {
    display: none !important;
}
.arrows-custom-pos .slick-arrow {
    transform: none;
    position: relative;
    top:auto;
    right:auto;
    bottom:auto;
    left:auto;
}


.image-map {
    position: relative;
    overflow: hidden;
}
.image-map img {
    width: 100%;
}
.image-map__item {
    position: absolute;
}
.image-map__item:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    border: 4px solid white;
    background: #33CEB1;
    border-radius: 50%;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: all 250ms;
}
.image-map__text {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    border-radius: 13px;
    background: white;
    padding: 22px;
    text-align: center;
    font-weight:600;
    color: #42505E;
    font-size: 16px;
    line-height: 1.25;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    transition: all 250ms;
}
.image-map__item:hover{
    z-index: 1;
}
.image-map__item:hover:before {
    box-shadow: none;
    z-index: 1;
}
.image-map__item:hover .image-map__text{
    display: block;
    opacity: 1;
    visibility: visible;
}

.image-map__item.pos_left-bottom .image-map__text {
    transform: translate(0, calc(-100% + 26px));
}

.image-map__item.pos_right-top .image-map__text {
    transform: translate(calc(-100% + 26px), 0);
}

.image-map__item.pos_right-bottom .image-map__text {
    transform: translate(calc(-100% + 26px), calc(-100% + 26px));
}


.polis-cart {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}
.doctor-say {
    font-size: 16px;
    line-height: 20px !important;
    text-align: center;
}
.border-green-doctor {
    border: 1px solid #13C28E;
}
.phone-doctor-say {
    text-align: center;
}
.phone-doctor-say b, .phone-doctor-say i  {
    font-size: 23px;
    font-weight: 500;
}
.phone-doctor-say i {
    padding-right: 10px;
}
.raspis-phone li {
    align-items: flex-end;
    font-size: 23px;
}
.raspis-phone i, .adress i {
    padding-right: 10px;
}
.adress li {
    align-items: center;
}
.block-fit-content div{
    height: fit-content;
}

body.open-detail-modal {
    overflow: hidden;
}

.detail-modal-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    overflow: auto;
    padding-top: 200px;

    display: none;
}
.detail-modal-wrapper.active {
    display: block;
}
.detail-modal-wrapper.animating {
    overflow: hidden;
}
.detail-modal {
    min-height: 100%;

    background: white;
    padding: 60px 0 70px;

    /*display: none;*/
}
.detail-modal-wrapper.active {
    display: block;
}
.detail-modal .container {
    position: relative;
}
.detail-modal .close-modal {
    position: absolute;
    left: calc(100% + 10px);
}
.detail-modal-height {
    height: 200px;
    width: 100%;
    position: absolute;
    top: 0;
}

.overlay-c2 {
    opacity: 1;
    background: rgba(33,33,33,.2);
}


.modal-time-select-item {
    width: 100%;
}

.modal-time-select-item-content {
    padding:10px 80px 10px 58px;
}

.section-doctors {
    margin-bottom: 20px;
}
.dropdown-button-custom.versiya-s:after {
    display: none;
}

.stick-icons {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);

    display: flex;
    flex-direction: column;
    right: 40px;
    background: white;

    border: 1px solid #E5E5E5;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.03);
    z-index: 2;
}
.stick-icon {
    border-radius: 0;
    border-width: 0;
    box-shadow: none;
}
.stick-icon + .stick-icon {
    border-top-width: 1px;
}

.search-modal .modal-content{
    background:none;
    padding: 0;
    padding-top: 22px;
}
.search-modal .modal-content .section-search-form input{
    padding: 0 20% 0px 25px !important;
}
.search-modal .modal-content .section-search-form-decription{
    white-space: normal !important;
    width: 73% !important;
    font-size: 14px !important;
    top: 15px !important;
}
.search-modal .modal-close {
    border-radius: 50%;
    padding: 10px;
    background: white;
    opacity: 1;
}
    .search-modal .modal-close svg {display: block;}

.single-services-order-price {
    line-height: 100%;
}

div.title-search-result{
  border: none;
  z-index: 1050;
  min-width: 215px;
}
.table.title-search-result{
  border: 1px solid #c6c6c6;
}
@media (max-width: 767px) {
    div.title-search-result{
        left: 50% !important;
        margin-left: 0 !important;
        transform: translateX(-50%);
    }
    .section-search-form-result{
        top: auto;
        bottom: 15px;
    }
    table.title-search-result {
        width: 100%;
    }
    table.title-search-result td {
        white-space: inherit;
    }

}
.services-acordeon-item-line .list-more.reset{
    align-content: flex-start;
}
.services-acordeon-item-line {
    column-gap: 15px;
}
.pagination .button-control{
    justify-content: center;
}
.pagination .button-control i.icon{
    display: flex;
    align-items: center;
}
.news-detail,
.section-services-description-content{
 font-size: 1rem;
 line-height: 1.5;
}
