

/* Start:/local/assets/css/components/tabBlock.css?17489465995589*/

/* табы услуг основные дополнительные */
.tabBlock__info.tabBlock__info-white{
  background-color: white;
  padding: 0px;
}

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

.tabBlock__info .custom-el:hover{
    color: var(--green);
    transition: all 0.3s ease;
}

.tabBlock__info .icon-phone{
    color: var(--green);
}

.tabBlock__info .button{
  font-size: 14px;
}

/* Блок табов c плашкой и адаптивами-бургерами */
.tabBlock__main{
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 36px;
}

.tabBlock__main .tabsBlock{
    grid-column: 1 / 7;
}

.tabBlock__main .tabsBlock.tabsBlock__fullWidth {
    grid-column: 1 / 10;
}

.tabBlock__info{
    max-height: 249px;
}

.tabBlock__info{
    grid-column: span 3;
    padding: 24px;
    background-color: var(--light-grey);
    border-radius: 12px;
    min-width: 304px;
}

.tabBlock__info2{
    grid-column: 1 / 10 !important;
}

  .tabBlock__info > div > div > p{
    max-width: 117px;
    font-size: 14px;
    font-weight: 500;
  }

  .tabBlock__info > div > div{
    display: flex;
    align-items: center;
    gap: 36px;
    justify-content: space-between;
  }


  .tabBlock__info .smСard__link_no-border{
    border-bottom: none;
    padding-bottom: 0px;
  }
  

  .tabBlock__info .icon-block{
    position: relative;

  }

  .tabBlock__info .typicalCards__title{
    line-height: 18px;
    margin-bottom: 11px;
    font-size: 16px;
    margin-top: 0;
  }


  .tabBlock__info > div{
    display: flex;
    flex-direction: column;
    gap: 23px;
    font-family: Golos;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #8E94AB;
    }

  .tabBlock__info .icon-block::before{
    font-size: 35px;
  }

  .tabBlock__info .icon-block span{ 
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    font-family: Golos;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.01em;
    color:#EB5757;

  }

  .tabBlock__info > div > div:last-of-type{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .tabBlock__info .custom-el{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-family: 'Golos';
    font-weight: 500;
    transition: all .2s linear;
    
  }

  .tabBlock__info .custom-el span{
    color: var(--foncolort-)

  }

  .tabBlock__info p.smСard__link_no-border{
    min-width: 115px;
  }

  .tabsBlock.tabsBlock-mob{
    display: none;
  }
  
/* выпадающее предупреждение на цене */
.billet-block__info{
  position: relative;
}

.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 {
  font-family: Golos;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #EB5757;
  white-space: nowrap;
} 

.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 (max-width: 1070px) {

    .tabBlock__main .tabBlock__info {
        grid-row: 1 / 2;

    }

    .tabBlock__main .tabsBlock {
        grid-column: 1 / 10;
    }

    .tabsBlock.tabsBlock-mob{
        display: flex;
        gap: 4px;
    }

    .tabsBlock.tabsBlock-desc{
      display: none;
    }

    .tabBlock__main .tabBlock__info{
        grid-column: span 10;
    }

    .tabBlock__info > div > div > div.icon-block{
        align-self: flex-start;
    }
    
    .tabBlock__info .billet-block-tool{
      left: -0px;
    }
  }

  @media (max-width: 550px) {
    .tabBlock__info > div > div {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .tabBlock__info > div {
        flex-direction: column;
    }

    .tabBlock__info > div > div >.mr-50{
      margin-right: 34px;
    }

  .tabBlock__info .custom-el{
    width: fit-content;
  }

  .tabBlock__info .billet-block-tool{
    left: -28px;
  }
  }
/* Блок табов c плашкой и адаптивами-бургерами END */

/* БЛОК Info на стр услуг */
.tabBlock__info .smСard__link.mr-50{
  padding-bottom: 0px;
  padding-top: 2px;
}

.smСard__link.mr-50.custom-el{
  font-weight: 400;
  padding-bottom: 0px;
}
/* БЛОК Info на стр услуг END */

.infoBlockV2__text {
  font-family: Raleway;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #8E94AB;
  max-width: 280px;
}


/* блок на ФНС */
.tabBlock__info .icon-clock1{
  padding-right: 12px;
}
/* блок на ФНС END */

/* End */


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

.price__container {
    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__container-search .price-block{
    cursor: pointer;
}

.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;
}

@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 */


/* 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/404v2.css?17349370261604*/
.not-foundSection{
    position: relative;
    background-color: var(--light-grey);
    border-radius: 12px;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.not-foundSection > div .typical-banner__text{
    padding-bottom: 12px;
}

.not-foundSection picture{
    padding-right: 52px;
}

.not-foundSection-contacts{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
}

.not-foundSection__info p.warningBlock__text{
    margin-bottom: 32px;
}

.not-foundSection__info .typical-button2{
    margin-bottom: 57px;
}

.not-foundSection img{
    max-width: 340px;
}

@media (max-width: 820px) {
    .not-foundSection picture{
        padding-right: 0px;
    }

    .not-foundSection {
        flex-direction: column;
    }

    .not-foundSection > div,
    .not-foundSection .not-foundSection__info{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .not-foundSection div p{
        text-align: center;
    }

    .not-foundSection picture{
        text-align: center;
    }

    .not-foundSection img{
        width: auto;
        margin-bottom: 43px;
    }
}

@media (max-width: 620px) {
    .not-foundSection-contacts {
        flex-direction: column;
        justify-content: center;
    }

    .not-foundSection__info .typical-button2 {
        margin-bottom: 32px;
    }

    .not-foundSection img {
        max-width: 100%;
    }
}

@media (max-width: 375px) {
    .not-foundSection {
        padding: 40px 21px;
    }
}
/* 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 */
/* /local/assets/css/components/tabBlock.css?17489465995589 */
/* /local/assets/css/components/filter2.css?17273469061606 */
/* /local/assets/css/components/doctors2.css?17489439268732 */
/* /local/assets/css/components/404v2.css?17349370261604 */
/* /local/assets/css/components/doctor_zapis.css?17417729068668 */
