

/* Start:/local/assets/css/components/filter.css?17345218352575*/
    /* test filter.css */

.filterBlock {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.filterBlock__title {
    font-family: Raleway;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

/* Блок филтрации */
.filters {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* фильтрация по врачам */
.grid-three-column .price__container {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    display: grid;
}

.price__container {
    /* display:flex */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.price__container-search {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 20px;
}

.price__container-search>input {
    height: 48px;
    /* width: 493px; */
    border-radius: 60px;
    background-color: var(--light-grey);
    border: none;
    padding: 17px 20px;
}

.price-block>.name__usl {
    height: 48px;
    border-radius: 60px;
    background-color: var(--light-grey);
    border: none;
    color: var(--grey);
    padding: 17px 20px;
    display: flex;
    align-items: center;
}

.price__search-icon {
    position: absolute;
    top: auto;
    bottom: 8px;
    right: 15px;
    cursor: pointer;
    padding: 10px;
}

.search__block-list .search-group {
    max-height: 360px;
    position: relative
}

.check-number {
    margin-left: 12px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background-color: var(--green);
    color: white;
    text-align: center;
}
/* фильтрация по врачам END */

@media (max-width: 1199px) {
    .filters {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .filters {
        grid-template-columns: 1fr;
    }

    .accordeon__body .filterBlock {
        padding: 0 16px;
        padding-bottom: 16px;
    }


}

@media (max-width: 600px) {
    .price__container {
        grid-template-columns: repeat(1, 1fr);
    }

    .price__container .tabsBlock {
        grid-column: span 1;
    }
}

/* Блок филтрации END */



/* проверить необходимсть */
@media screen and (max-width: 1000px){
    .grid-three-column .doctors__block,
    .grid-three-column .price__container{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px){
    .grid-three-column .doctors__block,
    .grid-three-column .price__container{
        grid-template-columns: repeat(1, 1fr);
    }
}
/* проверить необходимсть END */
/* End */


/* Start:/local/assets/css/components/doctors-clinic.css?17488551478188*/
.doctors__block{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 30px;
}

.grid-three-column .doctors__block{
    grid-template-columns: repeat(3, 1fr);
}

.doctors__container .doctors__block {
    position: relative;
}

.doctors__block_item{
    padding: 16px;
    background-color: var(--light-grey);
    border-radius: 12px;
    position: relative;
}

.doctors__block_item  p{
    font-family: Golos;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    bottom: 16px;
}

.addition-block {
    display: none;
}

.doctors__block_item .grayText.doctors__block_lower-text{
    position: absolute;
}
.doctors__block_info{
    display: flex;
    padding-bottom: 20px;
}

.doctors__block_info a{
    height: fit-content;
    width: auto;
    margin-right: 12px;
}


.doctors__block_info  a> img{
    height: 70px;
    width: 70px;
    border-radius: 12px;
}


.doctors__block_info > span > p{
    font-family: Golos;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.doctors__block_info > span{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 6px;
}

.doctors__block_about{
    font-family: Golos;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}


.doctors__block_about div:hover,
.doctors__block_about a:hover{
    color: #2CC379;
}

.doctors__block_about a .icon-link{
    color: #2CC379;
    font-size: 12px;
    font-weight: 100;
}

.doctors__block_about div .toggleButton{
    font-size: 12px;
}

.doctors__block_about{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #E0E4F4;
    margin-bottom: 30px;
}

.doctors__block_about div,
.doctors__block_about a{
    cursor: pointer;
    display: flex;
    align-items: center;
}

.doctors__block_about > div > i,
.doctors__block_about > a > i{
    padding-left: 8px;
    margin-top: 1px;
}

.doctors__block_item > .addition-block{
    position: absolute;
    left: 0;
    background-color: var(--light-grey);
    width: 100%;
    padding: 16px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 2px 32px 40px rgba(0, 0, 0, 0.08);
    z-index: 9;
    margin-top: -30px;
}

.doctors__block_item .preloader-block{
    margin-top: 16px;
    height: auto;
}

.doctors__block_item .preloader-new{
    justify-content: center;
    padding: 16px
}

.doctors__block_item .icon-size{
    padding-left: 9px;
}

.slick-slide:hover:not( .timetable-doctor__inactive){
    color: var(--green);
}

.addition-block__timetable-doctor{
    display: flex;
    flex-direction: column;
    gap: 16px;
}



.timetable-doctor__time-check{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.timetable-doctor__time-check .timetable-doctor__time{
    width: calc(100% - 120px);
}

.popup__overlay-container .timetable-doctor__time-check .timetable-doctor__time{
    width: 100%;
}

.doctors__block .not-foundSection{
    grid-column: span 3;
}



.block__photo-photo-no-photo{
    position: static;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    flex-shrink: 0;
}

.block__photo-photo-no-photo i{
    color: #8E94AB;
    font-size: 25px;
    padding-right: 0px;
}

.manager-doctor__info .block__photo-photo-no-photo,
.block__photo-info .block__photo-photo-no-photo{
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: var(--light-grey);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* табы инфо врача */
.doctors__block_info-tab{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.doctors__block_info-tab div {
    padding: 8px 12px;
    border: 1px solid #E0E4EB;
    border-radius: 50px;
    font-family: Raleway;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: -0.02em;
    width: fit-content;
    display: flex;
    align-items: center;
}

.doctors__block_info-tab i {
    margin-right: 6px;
    font-size: 15px;
}
/* табы инфо врача END */


/* перенес в timetable-tab-doctors.css */

.timetable-doctor_adress{
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: auto;
}

.timetable-doctor_adress button{
    padding: 7px 12px;
    background-color: white;
    border-radius: 20px;
}

.timetable-doctor_adress button i{
    padding-right: 10px;
}

.timetable-doctor_adress i::before{
    color:  var(--green);
}

.timetable-doctor_adress .slick-active{
    background-color: var(--green);
    color: white;
}

.timetable-doctor_adress .slick-current i::before{
    color: white;
}

.timetable-doctor_adress .slick-slide{
    width: auto;
    margin-right: 10px;
}



/* ховер слайдера */
.addition-block__timetable-doctor .button-container button:not(.active-tab-time):hover {
    background-color: var(--green-hover);
    color: #ffffff;
}

/* общие кнопки */
.timetable-doctor_adress .arrow-slick{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    background-color: var(--light-grey-hover);
}

.timetable-doctor_adress .arrow-slick i{
    font-size: 10px;
}

.timetable-doctor_adress .arrow-slick i::before{
    color: black;
}

.arrow-slick:hover i::before {
    color: var(--green);
}

button.arrow-slick>i{
    padding: 0px;
}
/* общие кнопки END*/

/* позиционирование стрелок adress */
.timetable-doctor_adress .arrow-right{
    position: absolute;
    right: 40px;
    z-index: 10;
}

.timetable-doctor_adress .arrow-left{
    position: absolute;
    right: 0px;
}

.timetable-doctor_adress .slick-list{
    width: calc(100% - 75px);
}
/* позиционирование стрелок adress  END*/


/* время записи */
.timetable-doctor__data button div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timetable-doctor_adress.timetable-doctor__data button:not(.arrow-slick){
    padding: 5px;
    border-radius: 8px;
}

.timetable-doctor_adress.timetable-doctor__time button:not(.arrow-slick){
    padding: 7px 16px;
    border-radius: 50px;
}

.timetable-doctor_adress button.timetable-doctor__inactive{
    background-color: #E8EAF5;
    color: #8E94AB;
}

.timetable-doctor__data .slick-list .slick-slide span:first-child{
    font-family: Raleway;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
}

.timetable-doctor__data .slick-list .slick-slide span:last-child{
    font-family: Golos;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: -0.03em;
}


/* Расписание врача */
.button-container {
    display: flex;
    white-space: nowrap;
    overflow-x: scroll; 
     /* Добавляет прокрутку по горизонтали  */
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
}

.timetable-doctor_adress button.active-tab-time{
    background-color: var(--green);
    color: white;
}

.timetable-doctor_adress .active-tab-time i:before{
    color: white;
}

.filter-button{
    display: flex;
    margin-left: auto;
    gap: 10px;
}

.filter-button div{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    background-color: var(--light-grey-hover);
    cursor: pointer;
}

.filter-button .arrow-slick i {
    font-size: 10px;
}
/* Расписание врача END */

@media screen and (max-width: 1000px){
    .grid-three-column .doctors__block{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 745px){

    .slick-slide:hover:not( .timetable-doctor__inactive){
        color: inherit;
    }

    .doctors__block {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-three-column .doctors__block{
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 380px) {
    .manager-doctor__tabs div {
        padding: 8px 10px;
    }    
}
/* End */


/* Start:/local/assets/css/components/doctors2.css?17489439268732*/
.doctors__block{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 30px;
}

.grid-three-column .doctors__block{
    grid-template-columns: repeat(3, 1fr);
}

.doctors__container .doctors__block {
    position: relative;
}

.not-foundSection .link-city-search{
    display: flex;
    gap: 8px;
    align-items: center;
}

.doctors__block_item{
    padding: 16px;
    background-color: var(--light-grey);
    border-radius: 12px;
    position: relative;
}

.doctors__block_item  p{
    font-family: Golos;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    bottom: 16px;
}

.addition-block {
    display: none;
}

.doctors__block_item .grayText.doctors__block_lower-text{
    position: absolute;
}
.doctors__block_info{
    display: flex;
    padding-bottom: 20px;
}

.doctors__block_info a{
    height: fit-content;
    width: auto;
    margin-right: 12px;
}


.doctors__block_info  a> img{
    height: 70px;
    width: 70px;
    border-radius: 12px;
}


.doctors__block_info > span > p{
    font-family: Golos;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.doctors__block_info > span{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 6px;
}

.doctors__block_about{
    font-family: Golos;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}


.doctors__block_about div:hover,
.doctors__block_about a:hover{
    color: #2CC379;
}

.doctors__block_about a .icon-link{
    color: #2CC379;
    font-size: 12px;
    font-weight: 100;
}

.doctors__block_about div .toggleButton{
    font-size: 12px;
}

.doctors__block_about{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #E0E4F4;
    margin-bottom: 30px;
}

.doctors__block_about div,
.doctors__block_about a{
    cursor: pointer;
    display: flex;
    align-items: center;
}

.doctors__block_about > div > i,
.doctors__block_about > a > i{
    padding-left: 8px;
    margin-top: 1px;
}

.doctors__block_item > .addition-block{
    position: absolute;
    left: 0;
    background-color: var(--light-grey);
    width: 100%;
    padding: 16px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 2px 32px 40px rgba(0, 0, 0, 0.08);
    z-index: 9;
    margin-top: -30px;
}

.doctors__block_item .preloader-block{
    margin-top: 16px;
    height: auto;
}

.doctors__block_item .preloader-new{
    justify-content: center;
    padding: 16px
}

.doctors__block_item .icon-size{
    padding-left: 9px;
}

.timetable-doctor_adress{
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: auto;
}

.timetable-doctor_adress button{
    padding: 7px 12px;
    background-color: white;
    border-radius: 20px;
}

.timetable-doctor_adress button i{
    padding-right: 10px;
}

.timetable-doctor_adress i::before{
    color:  var(--green);
}

.timetable-doctor_adress .slick-active{
    background-color: var(--green);
    color: white;
}

.timetable-doctor_adress .slick-current i::before{
    color: white;
}

.timetable-doctor_adress .slick-slide{
    width: auto;
    margin-right: 10px;
}

.slick-slide:hover:not( .timetable-doctor__inactive){
    color: var(--green);
}

/* ховер слайдера */
.addition-block__timetable-doctor .button-container button:not(.active-tab-time):hover {
    background-color: var(--green-hover);
    color: #ffffff;
}

/* общие кнопки */
.timetable-doctor_adress .arrow-slick{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    background-color: var(--light-grey-hover);
}

.timetable-doctor_adress .arrow-slick i{
    font-size: 10px;
}

.timetable-doctor_adress .arrow-slick i::before{
    color: black;
}

.arrow-slick:hover i::before {
    color: var(--green);
}

button.arrow-slick>i{
    padding: 0px;
}
/* общие кнопки END*/

/* позиционирование стрелок adress */
.timetable-doctor_adress .arrow-right{
    position: absolute;
    right: 40px;
    z-index: 10;
}

.timetable-doctor_adress .arrow-left{
    position: absolute;
    right: 0px;
}

.timetable-doctor_adress .slick-list{
    width: calc(100% - 75px);
}
/* позиционирование стрелок adress  END*/


/* время записи */
.addition-block__timetable-doctor{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.timetable-doctor__data button div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timetable-doctor_adress.timetable-doctor__data button:not(.arrow-slick){
    padding: 5px;
    border-radius: 8px;
}

.timetable-doctor_adress.timetable-doctor__time button:not(.arrow-slick){
    padding: 7px 16px;
    border-radius: 50px;
}

.timetable-doctor_adress button.timetable-doctor__inactive{
    background-color: #E8EAF5;
    color: #8E94AB;
}

.timetable-doctor__time-check{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.timetable-doctor__time-check .timetable-doctor__time{
    width: calc(100% - 120px);
}

.popup__overlay-container .timetable-doctor__time-check .timetable-doctor__time{
    width: 100%;
}

.timetable-doctor__data .slick-list .slick-slide span:first-child{
    font-family: Raleway;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
}

.timetable-doctor__data .slick-list .slick-slide span:last-child{
    font-family: Golos;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: -0.03em;
}

.doctors__block .not-foundSection{
    grid-column: span 3;
}

.block__photo-photo-no-photo{
    position: static;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    flex-shrink: 0;
}

.block__photo-photo-no-photo i{
    color: #8E94AB;
    font-size: 25px;
    padding-right: 0px;
}

.manager-doctor__info .block__photo-photo-no-photo,
.block__photo-info .block__photo-photo-no-photo{
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: var(--light-grey);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* табы инфо врача */
.doctors__block_info-tab{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.doctors__block_info-tab div {
    padding: 8px 12px;
    border: 1px solid #E0E4EB;
    border-radius: 50px;
    font-family: Raleway;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: -0.02em;
    width: fit-content;
    display: flex;
    align-items: center;
}

.doctors__block_info-tab i {
    margin-right: 6px;
    font-size: 15px;
}
/* табы инфо врача END */

/* Расписание врача */
.button-container {
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
}

.timetable-doctor_adress button.active-tab-time{
    background-color: var(--green);
    color: white;
}

.timetable-doctor_adress .active-tab-time i:before{
    color: white;
}

.filter-button{
    display: flex;
    margin-left: auto;
    gap: 10px;
}

.timetable-doctor__time-check .filter-button{
    padding-right: 10px;
}

.filter-button div{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    background-color: var(--light-grey-hover);
    cursor: pointer;
}

.filter-button .arrow-slick i {
    font-size: 10px;
}
/* Расписание врача END */

.doctors__container .zapis-uslug_pagination{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1000px){
    .grid-three-column .doctors__block{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 745px){

    .slick-slide:hover:not( .timetable-doctor__inactive){
        color: inherit;
    }

    .doctors__block {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-three-column .doctors__block{
        grid-template-columns: repeat(1, 1fr);
    }
    .timetable-doctor_adress .slick-list{
        position: relative;
    }

    .timetable-doctor_adress .slick-list::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 20px;
        backdrop-filter: blur(1px);
        background: linear-gradient(to left, rgb(246 247 251), rgba(255, 255, 255, 0.2))
      }
}

@media screen and (max-width: 380px) {
    .manager-doctor__tabs div {
        padding: 8px 10px;
    }    
}
/* End */


/* Start:/local/assets/css/components/doctor_zapis.css?17417729068668*/
.block__photo-photo__block{
    max-width: 300px;
    height: 293px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 39px;
    border-radius: 10px;
    position: relative;
    background-color: white;
}

.block__photo-photo__block .block__photo-photo-no-photo{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block__photo-photo__block .block__photo-photo-no-photo i{
    font-size: 74px;
}

.block__photo-photo__block-reviews{
    padding: 10px 20px;
    border-radius: 8px;
    background-color: var(--light-grey);
    z-index: 1;
    position: absolute;
    bottom: -16px;
    transform: translate(-50%);
    left: 50%;
    display: flex;
    min-width: 220px;
    flex-direction: row;
    justify-content: center;
}

.block__photo-photo .block__photo-photo__block-reviews i{
    color: #FFBF74;
    font-size: 14px;
    padding-right: 0px;
}

.block__photo-info{
    padding: 30px;
    background-color: var(--light-grey);
    border-radius: 12px;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
}

.block__photo-info .smСard__link{
    padding-bottom: 0px;
}

.block__photo-info__title h1{
    font-family: Raleway;
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 0px;
}


.block__photo-info__about{
    grid-column: 4 / 10;
    gap: 0 20px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 100%;
    height: fit-content;
    padding-top: 5px;
}

.block__photo-info__about .billet-block__info{
    margin-bottom: 15px;
}

.block__photo-info_span4{
    grid-column: 1 / 5;
    height: fit-content;
    display: grid;
    gap: 10px;
}

.block__photo-info_span2{
    grid-column: 5 / 7;
    display: grid;
    gap: 10px;

}

.block__photo-info__price a{
    margin-left: 12px;
	height: fit-content;
    width: fit-content;
}

.block__photo-info_span6{
    grid-column: 1 / 7;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.block__photo-info__main{
    padding-top: 33px;
    padding-bottom: 42px;
}

.block__photo-info__main-contain{
    grid-column: span 2;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.block__photo-info__main-contain div{
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-height: 41px;
    overflow: hidden;
}

.block__photo-info__main-contain span{
    color: #8E94AB;
}

.block__photo-info__price.block__photo-info_span2{
    display: block;
    min-width: 200px
}

.block__photo-info__bottom > span{
    grid-column: 2 / 7;
    align-self: center;
}


.block__photo-info__bottom-mob{
    grid-column: 1 / 10;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    align-items: center;
    display: none;
}

.block__photo-info__bottom-mob div{
    min-width: 300px;
    grid-column: 1 / 5;
}

.block__photo-info__bottom-mob span{
    grid-column: 5 / 10;
}

.block__photo-photo{
    grid-column: 1 / 4;
    min-width: 300px;
    max-width: 300px;
}

.block__photo-info__title-tabs{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.tab-mini-info{
    padding: 6px 12px;
    border: 1px solid #E0E4EB;
    border-radius: 50px;
    font-family: Raleway;
    letter-spacing: -0.02em;
    width: fit-content;
    font-family: Golos;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.tab-mini-info i{
    margin-right: 6px;
    font-size: 15px;
}

.billet-block__info{
    display: block;
    background-color: white;
    padding: 8px 8px 8px 12px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 40px;
    gap: 20px;
    width: fit-content;
}

.billet-block__info::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 0px;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 11px solid #fff;
}

/* выпадающее предупреждение на цене */
.billet-block__info > span{
    white-space: nowrap;
}

.block__photo-info__price .billet-block-tool{
    right: 0px;
}

.billet-block__info span {
    font-family: Golos;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #EB5757;
    white-space: nowrap;
}
/* выпадающее предупреждение на цене END */



/* выпадающее предупреждение на цене */
.billet-block__info{
	position: relative;
  }
  
.billet-block-tool{
	font-size: 12px;
	display: none;
	padding: 8px 16px;
	position: absolute;
	border-radius: 4px;
	background: white;
	top: -40px;
	color: black;
	right: 0px;
	white-space: nowrap;
	width: fit-content;
}

.billet-block__info i{
	margin-left: 6px;
}

.tabBlock__info .billet-block-tool{
	left: -28px;
}

.billet-block__info .icon-ask-circle{
	color: #8E94AB;
	cursor: pointer;
	font-size: 13px;
}

.billet-block__info .icon-ask-circle:hover{
	color: var(--green-hover)	
}
/* выпадающее предупреждение на цене END */

  
@media screen and (max-width: 1010px) {
    .block__photo-info_span4 {
        grid-column: span 6;
    }

    .block__photo-info_span2 {
        grid-column: span 6;
    }

    .block__photo-info__main-contain {
        grid-column: span 3;
    }

    .block__photo-info__title{
        padding-bottom: 24px;
    }

    .block__photo-info__main{
        padding-top: 20px;
        padding-bottom: 24px;
    }

    .block__photo-photo {
        grid-column: 1 / 5;
    }

    .block__photo-info__about {
        grid-column: 5 / 10;
        padding-top: 0px;
    }

    .block__photo-info__bottom-mob{
        display: grid;
        gap: 16px;
    }

    .block__photo-info__bottom{
        display: none;
    }

    .block__photo-info__price .billet-block__info{
        grid-column: span 3;
        margin-bottom: 0px;
    }

    .block__photo-info__price.block__photo-info_span2{
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 20px;
    }

    .block__photo-info__price.block__photo-info_span2 a{
        grid-column: span 3;
    }

    .block__photo-info__price a{
        margin-left: 0px;
        align-self: center;
        margin-bottom: 0px;
    }

    .block__photo-info__price .billet-block__info {
        min-width: 171px;
    }

    .block__photo-info__title h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .block__photo-info{
        padding: 24px;
    }

    .block__photo-info__price .billet-block-tool{
        right: 0px;
    }
}

@media screen and (max-width: 750px) {
    .block__photo-info__about {
        grid-column: 1 / 10;
    }

    .block__photo-photo{
        padding-bottom: 16px;
        grid-column: 1 / 10;
        margin: 0 auto;

    }

    .block__photo-info{
        flex-direction: column;
    }

    .block__photo-info__main-contain {
        grid-column: span 3;
    }

    .block__photo-info__title p {
        font-size: 20px;
        line-height: 30px;
    }


    .block__photo-info__bottom-mob div{
        grid-column: 1 / 10;
        display: flex;
        justify-content: center;
    }
    
    .block__photo-info__bottom-mob span{
        grid-column: 1 / 10;
        text-align: center;
    }

    .block__photo-photo__block {
        margin-right: 0px;
    }
}


@media screen and (max-width: 500px) {

    .block__photo-info{
        padding: 20px;
    }

    .block__photo-info__main-contain {
        grid-column: span 6;
    }

    .block__photo-info-ul.custom-ul{
        margin-bottom: 30px;
    }

    .block__photo-info__bottom-mob div {
        min-width: none;
    }

    .block__photo-photo__block {
        width: 279px;
        width: 100%;
        /* 267 */
        margin-right: 0px;
    }

    .block__photo-photo{
        min-width: auto;
        max-width: none;
        width: 100%;
        margin-bottom: 16px;
    }

    .block__photo-info__title h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .block__photo-info__bottom-mob span{
        font-size: 12px;
        line-height: 16px;
    }
}

@media screen and (max-width: 375px) {
    .block__photo-info-ul.custom-ul {
        margin-bottom: 0px;
    }
}

/* проба */
.block__photo-info__price a{
    align-self: end;
    margin-bottom: 5px;
    padding-bottom: 0px;
}

.block__photo-info__title p{
    font-family: Raleway;
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
}

.block__photo-photo i{
    color: var(--green);
    padding-right: 6px;
    font-size: 16px;
}
/* проба  END*/

/* End */


/* Start:/local/assets/css/components/reviews-new.css?17399575254826*/
/* отзывы */
.reviews-block{
	position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    justify-items: center;
    margin-bottom: 30px;
}

.reviews-block__item{
    padding: 24px 16px;
    background-color: var(--light-grey);
    border-radius: 12px;
}

	/* доп */
.slick-slide.reviews-block__item,
.reviews-block__item{
	min-height: 287px;
}

.reviews-block__item > div.reviews-block__button{
    display: inline-block;
}

.reviews-block__item > div{
    display: flex;
    margin-bottom: 24px;
}

.reviews-block__item .sm_button{
    height: 32px;
    letter-spacing: -0.02em;
}

.reviews-block__item_user-info{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.reviews-block__item > p{
    margin-bottom: 18px;

}

.reviews-block__item-hidden{
    display: none;
}

.reviews-block-button{
    font-family: Raleway;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    grid-column: 2 / 3;
}

.reviews-block-button i{
    font-size: 18px;
}

.reviews-block__button.sm_button{
    color: black;
    border: 1px solid var(--green);
    padding: 0 20px;
    transition: all 0.2s ease-in-out;
    background: transparent;
}

/* доп */
.reviews-block .reviews-block__button{
	position: absolute;
	bottom: 0px;
}

.reviews-block__button:hover{
    color: var(--green);
}

.reviews-container__button{
    display: flex;
    justify-content: center;
}

.review_card__user_photo {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F6F7FB;
    border-radius: 50%;
    font-size: 20px;
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
}

.review_card__user_photo.review_card__user_photo--white {
    background: #fff;
}
/* отзывы END */



/* слайдер отзывов */
.arrow-slider{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-slider i{
    font-size: 8px;
}

.arrow-slider:hover{
    background-color: var(--light-grey-hover);
}

.reviews-block__slider-left{
    top: -70px;
    right: 30px;
}

.reviews-block__slider-right{
    top: -70px;
    right: 0px;
}

.reviews-container .reviews-block__item{
    position: relative;
}

@media screen and (max-width: 768px) {
    .reviews-block__item{
        margin-right: 16px;
        width: 336px;
    }

    .reviews-block {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        /* display: block; */
        display: flex;
        margin-bottom: 0px;
    }

    .reviews-block .slick-list{
        padding-right: 200px; 
    }

    .reviews-block-button{
        display: none;
    }

    .reviews-block__item-hidden{
        display: block;
    }

    .reviews-block__slider-left{
        top: -50px;
        position: absolute;
    }
    
    .reviews-block__slider-right{
        top: -50px;
        position: absolute;
    }
}

@media screen and (max-width: 375px) {

	.reviews-block__slider-left i,
	.reviews-block__slider-right i{
		font-size: 10px;
		color: black;
	}

	.reviews-block__item{
		margin-right: 16px;
		width: 290px;
        max-width: 290px;
    }
}



/* Отзыв детальная в попапе */
.reviewContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 16px;
}

.reviewDetail {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 165px;
}

.reviewDetail--left {
    grid-column: span 2;
}

.reviewDetail--right {
    grid-column: span 1;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.illustation--review {
    position: fixed;
    bottom: 0;
    right: 5%;
}

.reviewDetail__text {
    color: #2D264B;
    font-family: Golos;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.reviewDetail__about {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 1199px) {
    .reviewDetail {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .reviewDetail--right {
        order: 1;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .reviewDetail--left {
        order: 2;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .reviewDetail .review_card__user {
        order: 2;
    }

    .reviewDetail__about {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .reviewContainer {
        padding-bottom: 24px;
        height: auto;
    }

    .reviewDetail--right {
        flex-direction: column;
        gap: 30px;
    }
}


/* End */
/* /local/assets/css/components/filter.css?17345218352575 */
/* /local/assets/css/components/doctors-clinic.css?17488551478188 */
/* /local/assets/css/components/doctors2.css?17489439268732 */
/* /local/assets/css/components/doctor_zapis.css?17417729068668 */
/* /local/assets/css/components/reviews-new.css?17399575254826 */
