:root {
  --green: #54af3a;
}

button,
hr,
input {
  overflow: visible;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

[type='checkbox'],
[type='radio'],
legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details,
main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

html {
  height: auto;
  min-height: 100%;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 16px;
  font-family: Arial;
  height: auto;
  min-height: 100%;
  color: #898989;
  line-height: normal;
  margin: 0;
  background-color: #f3f3f3;
}

*,
::after,
::before {
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

ol,
p,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

input {
  border: none;
  background-color: #fff;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}

.green {
  color: var(--green);
}

.tac {
  text-align: center;
}

.container {
  
  max-width: 767px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0;
 /* flex: 1; */
  /*display: flex;*/
  /*flex-direction: column;*/
 /* Устанавливает вертикальное расположение элементов */
}

.no-overflow {
  overflow: hidden;
}

.btn {
  padding: 7px 17px;
  text-align: center;
  background-color: var(--green);
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  display: block;
  transition-duration: 0.3s;
  cursor: pointer;
  border: 2px solid var(--green);
  box-sizing: border-box;
}

.btn:hover {
  background-color: #fff;
  color: var(--green);
}

.top {
  display: block;
  margin-bottom: 10px;
}

.top__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0;
}

.back,
.close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 0.3s;
}

.back:active,
.close:active {
  background-color: var(--green);
}

.back svg,
.close svg {
  display: block;
  width: 16px;
}

.back {
  display: flex;
}

.close {
  display: flex;
}

.doctor-info {
  display: block;
}

.section__wrap {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}

.doctor-info__wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 7px;
  padding: 0 40px;
}

.docto-logo {
  display: block;
  flex-shrink: 0;
  position: relative;
}

.docto-logo:before {
  content: '';
  display: block;
  width: 96%;
  height: 96%;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.docto-logo img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

.doctor-info__docto-logo img {
  width: 250px;
  height: 250px;
}

.doctor-info__body {
  display: block;
  /* max-width: 411px; */
  width: 100%;
}

.doctor-info__name {
  color: #000;
  font-weight: 700;
  font-size: 21px;
  display: block;
  margin-bottom: 3px;
}

.doctor-info__pos {
  color: #898989;
  border-radius: 10px;
  font-size: 21px;
  margin-bottom: 31px;
}
.doctor-info__status {
  color:red;
  display: block;
  margin-bottom: 10px;
  padding: 12px 15px;
  text-align: center;
  border-radius: 6px;
  font-size: 21px;	
}
.doctor-info__item {
  text-align: center;
  border-radius: 6px;
  background-color: #ebecec;
  display: block;
  margin-bottom: 10px;
  padding: 12px 15px;
  font-size: 21px;
}

.doctor-info__characteristics {
  /* margin-left: 46px; */
}

.doctor-info__exp {
  display: block;
}

.doctor-info__place {
  display: block;
}

.doctor-info__rating {
  display: block;
}

.doctor-info__comm {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 0 40px;
  /* flex-wrap: wrap; */
}

.doctor-info__comm-label {
  font-weight: 400;
  flex-shrink: 0;
  font-size: 16px;
  margin-top: 16px;
}

.doctor-info__comm-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.doctor-info__comm-item {
  display: block;
  cursor: pointer;
}

.doctor-info__comm-item-name {
  font-weight: 500;
  font-size: 18px;
  border-radius: 6px;
  background-color: #54af3a;
  text-align: center;
  padding: 12px 12px;
  width: 83px;
  display: block;
  margin-bottom: 6px;
  transition-duration: 0.3s;
  color: #fff;  
  cursor: pointer;
  border: 2px solid #54af3a;
  box-sizing: border-box; 
	
}
.doctor-info__comm-item-name:hover {
  background-color: #fff;
  color: #54af3a;
}

.doctor-info__comm-item.active .doctor-info__comm-item-name {
  background-color: var(--green);
  color: #fff;
}

.doctor-info__comm-item-price {
  color: #9d9e9e;
  text-align: center;
  display: block;
  font-size: 19px;
  font-weight: 700;
}

.slider__nav-left,
.slider__nav-right {
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  cursor: pointer;
  padding: 0;
  top: 136px;
}

.slider__nav-left svg,
.slider__nav-right svg {
  display: block;
  fill: var(--green);
}

.slider__nav-left {
  left: -10px;
}

.slider__nav-right {
  right: -10px;
}

.section {
  flex: 1; /* Позволяет секциям занимать оставшееся пространство */
  padding: 20px; /* Отступы для секций */
  /* display: block;
  margin-bottom: 24px; */
}

.doctor-desc {
  display: block;
}

.doctor-desc p {
  display: block;
}

.section__title {
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  font-size: 22px;
  color: #000;
  margin-left: 10px;
  margin-top: 25px;
}

.section__subtitle {
  margin-left: 10px;
  margin-top: -5px;
  margin-bottom: 20px;
  display: block;
}

.doctor-place-work {
  display: block;
}

.doctor-personal-works {
  display: block;
}

.doctor-personal-works__item {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.doctor-personal-works__item-desc {
  font-size: 16px;
}

.doctor-personal-works__item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
}

.doctor-time {
  display: block;
}

.doctor-time__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(15% - 14px));
  justify-content: space-between;
  grid-gap: 10px;
}

.doctor-time__datepicker-btn {
  width: 73px;
  height: 43px;
  top: -1px;
  flex-shrink: 0;
  object-fit: contain;
  position: relative;
}

.doctor-time__datepicker:focus {
  outline: none;
}

.doctor-time__calendar-line {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.doctor-time__datepicker {
  display: block;
  max-width: 200px;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--green);
  height: 38px;
  color: var(--green);
  font-weight: 700;
}

.doctor-time__calendar-line-date {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  overflow-x: scroll;
}

.select-date__item,
.select-date__item>span,
.doctor-time__item {
  color: var(--green);
  font-size: 16px;
  font-weight: 700;
}
.select-date__item.active>span {
  color: #fff;
}


.doctor-time__item {
  background-color: #ebecec;
  border-radius: 6px;
  padding: 12px 12px;
  cursor: pointer;
  text-align: center;
  text-align: center;
  flex-shrink: 0;
}


.doctor-time__item.active {
  background-color: var(--green);
}


.doctor-time__btn {
  width: 100%;
  margin-top: 10px;
}

.doctor-question .doctor-info__wrap {
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  margin: 0;
}

.doctor-question .doctor-info__pos {
  margin-bottom: auto;
}

.doctor-answer__desc,
.doctor-question__desc {
  padding: 20px 0 0;
}
.doctor-question__desc_example{

  color: #1c8e30;
  font-weight: bold;
  cursor: pointer;

}

.doctor-form textarea {
  resize: none;
  border: none;
  width: 100%;
  min-height: 300px;
  outline: 0;
}

.doctor-patient-name {
  margin-bottom: 10px;
  padding: 10px 20px;
}

.doctor-patient-name input {
  width: 100%;
  height: 26px;
}

.doctor-form__btn {
  max-width: 240px;
  width: 100%;
}

.doctor-form__bottom {
  margin-top: 20px;
}

.doctors-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.doctors-top__item {
  width: 100%;
  /* height: 100px; */
  border: 2px solid var(--green);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.doctors-top .swiper-slide {
  box-sizing: border-box;
  height: auto;
}

.doctors-top__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  /* width: auto; */
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.doctors-alarm {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  background-image: linear-gradient(to bottom right, #9fcb22, #0894dd);
  width: 100%;
  padding: 15px 10px;
  border-radius: 4px;
  margin-bottom: 20px;
  cursor: pointer;
  display: block;
}

.doctors-search {
  display: block;
  position: relative;
}

.doctors-search svg {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: 8px;
  z-index: 1;
}

.doctors-search input {
  display: block;
  width: 100%;
  padding-left: 24px;
  outline: 0;
}

.doctors-search .section__wrap {
  position: relative;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.doctors-search__list {
  display: block;
}

.doctors-search__list-item {
  background-color: #fff;
  padding: 10px;
  width: 100%;
  display: block;
  margin-bottom: 5px;
  border-radius: 4px;
  position: relative;
}

.doctors-search__list-item:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml,<svg height="512px" id="Layer_1" style="enable-background:new 0 0 512 512;" version="1.1" viewBox="0 0 512 512" width="512px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><polygon points="160,115.4 180.7,96 352,256 180.7,416 160,396.7 310.5,256 "/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 4px;
}

.img-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
}

.photo-upload__wrap {
  display: block;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
}

.file-label {
  background-image: url(../img/file.svg);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  /* width:26px; */
  height: 26px;
  margin: 0;
  flex-shrink: 0;
  display: inline-block;
  padding-left: 40px;
}

.img-item {
  display: block;
  margin-right: 20px;
  position: relative;
}

.img-item img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #d3d3d3;
}

.img-item a {
  background: url(../img/remove.png) no-repeat;
  position: absolute;
  top: -5px;
  right: -9px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.file-label input,
.photo_submit--image .photo_submit-plus,
.photo_submit--image .photo_submit-uploadLabel,
.photo_submit-input {
  display: none;
}

.file-label-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.file-label-name {
  font-weight: 600;
  display: inline-block;
  margin-top: 7px;
}

.popup {
  background-color: #fefefe;
  border: 1px solid #888;
  border-radius: 10px;
  position: relative;
  max-width: 480px;
  width: 100%;
  min-height: 300px;
  padding: 40px;
  margin: 0 auto;
  display: flex;
}

.mfp-close {
  font-size: 39px;
}

.popup__content {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  flex-direction: column;
  gap: 20px;
  height: auto;
  flex-grow: 1;
  width: 100%;
}

.popup__content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.header {
  display: block;
  margin-bottom: 10px;
}

.container__inner {
  padding: 20px;
  background-color: #fff;
}

.header .section__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 31px;
  background-color: #fff;
  padding: 7px 23px 7px;
}

.header__logo {
  display: block;
  flex-shrink: 0;
}

.header__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  /* flex-wrap: wrap; */
  width: 100%;
}

.header__logo img {
  display: block;
  width: 140px;
}

.header__doctor-link {
  color: var(--green);
  font-weight: 700;
  margin-left: auto;
  flex-shrink: 0;
}

.header__btn {
  display: block;
  max-width: 170px;
  width: 100%;
  font-size: 17px;
  padding: 7px 5px;
  flex-shrink: 0;
}

.header__btn-archive {
  position: relative;
}

.header__btn.header__btn-archive:after {
  width: 19px;
  height: 19px;
  background-size: 13px;
  right: -8px;
  top: -8px;
}

.hero {
  display: block;
  margin-bottom: 8px;
}

.hero__container {
  display: block;
  padding-top: 0;
  padding: 0px 20px 0px;
}

.hero .section__wrap {
  background-image: url(../img/bg-hero.png);
  background-size: 729px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 39px 20px;
  height: 301px;
}

.hero__title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}

.hero__desc {
  display: block;
  max-width: 410px;
  width: 100%;
  line-height: 19px;
}

.hero__desc p {
  display: block;
}

.main-buttons {
  display: block;
}

.main-buttons .section__wrap {
  margin-bottom: 10px;
  padding: 10px 20px;
}

.main-buttons__btn {
  display: block;
  padding: 16px 17px;
  font-weight: 700;
  font-size: 24px;
}

.main-buttons__btn-desc {
  font-size: 12px;
}

.footer {
  display: block;
}

.footer__menu {
  display: block;
  margin-bottom: 10px;
  padding: 28px 20px;
}

.footer__menu-item {
  margin-bottom: 28px;
}

.footer__menu-item-name {
  font-weight: 500;
  display: block;
  font-size: 24px;
  margin-bottom: 7px;
  color: #000;
}

.footer__menu-item-link {
  font-weight: 500;
  color: #a5a5a5;
  display: block;
  margin-bottom: 11px;
}

.footer__bottom {
  display: block;
}

.footer__bottom-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}

.footer__bottom-col {
  display: block;
}

.footer__logo {
  display: block;
}

.footer__logo img {
  display: block;
  width: 182px;
}

.footer__bottom-col-name {
  font-weight: 400;
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
  color: #000;
}

.footer__link {
  display: block;
  font-weight: 600;
  color: #2fb16a;
  font-size: 18px;
}

.footer__bottom-soc {
  display: flex;
  gap: 10px;
  margin-top: 17px;
}

.footer__bottom-soc img {
  display: block;
  width: 35px;
}

.footer__bottom-soc-item {
  display: block;
}

.footer__license {
  display: block;
  max-width: 385px;
  width: 100%;
  font-size: 14px;
  margin-top: 19px;
}

.footer__license p {
  display: block;
}

.footer__bottom-left {
  flex-shrink: 0;
}

.footer__bottom-right {
  margin-top: 8px;
  width: 100%;
}

.footer__bottom-right-row {
  display: flex;
  justify-content: flex-start;
  gap: 60px;
}

.dop-info {
  display: block;
  margin-top: 30px;
}

.section__wrap {}

.dop-info__item {
  display: block;
  margin-bottom: 35px;
}

.dop-info__item:last-child {
  margin-bottom: 0;
}

.dop-info__item-name {
  color: var(--green);
  display: block;
  font-weight: 400;
  margin-bottom: -10px;
}

.dop-info__item-desc {
  display: block;
}

.dop-info__item-desc p {
  margin: 15px 0;
}

.about {
  margin-top: 20px;
}

.about .section__wrap {
  background-image: url(../img/bg-hero.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about__item {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.about__desc {
  color: #000;
  margin-bottom: 10px;
  display: block;
}

.about__item img {
  display: block;
  width: 100px;
  height: 100px;
}

.about__item-content {
  display: block;
  padding-top: 7px;
}

.about__item-content p {
  margin-bottom: 10px;
}

.archive-search__wrap {
  display: block;
}

.doc-archive {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
  position: relative;
}

.doc-archive:before {
  content: '';
  display: block;
  width: 2px;
  height: 30px;
  background-color: var(--green);
  position: absolute;
  left: 0;
  bottom: 13px;
}

.doc-archive__avatar {
  display: block;
  position: relative;
}

.doc-archive__btn {
  margin-left: auto;
}

.doc-archive_alarm .doc-archive__avatar:after,
.header__btn-archive:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  background-image: url(../img/ico-alarm.svg);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  border: 1px solid #e7e7e7;
}

.doc-archive__avatar img {
  display: block;
  width: 80px;
  height: 80px;
}

.doc-archive__left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.doc-archive__body {
  display: block;
}

.doc-archive__name {
  font-weight: 600;
  display: block;
  color: #000;
}

.doc-archive__pos {
  font-size: 14px;
  display: block;
  color: #898989;
}

.doc-archive__info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
  flex-direction: column;
  margin-left: auto;
}

.doc-archive__wait {
  color: #58b042;
  font-size: 14px;
  text-align: right;
  display: block;
}

.doc-archive-date {
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  display: block;
  width: max-content;
  margin: 10px auto;
  padding: 6px;
  font-size: 14px;
}

.btn__cancel {
  background-color: #e31e24;
  border: 1px solid #e31e24;
}

.chat {
  display: block;
}


.chat__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}

.chat-time {
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 14px;
  background-color: #ebecec;
  display: inline-block;
  text-align: center;
}

.chat-time span {
  display: block;
}

.chat-time__message {
  padding: 10px 47px 24px 10px;
  position: relative;
  background-color: #85c06b;
  color: #000;
  text-align: left;
  width: 50%;
  border-radius: 10px;
  margin-left: auto;
}

.chat-time__message::after {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #85c06b;
}

.chat-time__message-time {
  font-size: 12px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
}

.chat-time__message-user {
  background-color: #fffbdb;
  margin-right: auto;
  margin-left: unset;
}

.chat-time__message-user:after {
  border-top: 10px solid #fffbdb;
  left: 10px;
  right: auto;
}

.popup__buttons {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.popup__btn {
  display: block;
}

.popup-login {
  display: block;
}

.popup-login .popup__content {
  display: block;
}

.popup-login__title {
  font-size: 30px;
  text-align: center;
  display: block;
  margin-bottom: 5px;
  color: #000;
}

.popup-login__subtitle {
  text-align: center;
  font-size: 16px;
  display: block;
  color: #000;
  margin-bottom: 35px;
}

.popup-login__inputs {
  display: block;
}

.popup-login__inputs input {
  height: 50px;
  width: 100%;
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 10px;
}

.popup-login__btn {
  display: block;
  margin: 10px auto 20px;
  max-width: 180px;
  width: 100%;
}

.popup-login__tg {
  display: block;
  height: 40px;
  padding: 12px;
  background-color: #deeadb;
  text-align: center;
  font-weight: 600;
  color: var(--green);
  margin-bottom: 30px;
}

.popup-login .popup-login__cond {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}

.popup-login .popup-login__cond a {
  text-decoration: underline;
  display: block;
}

.popup-login .popup-login__att {
  display: block;
  font-size: 14px;
  color: #cdcdcd;
}

.popup-login .popup-login__att a {
  text-decoration: underline;
  display: block;
  color: #cdcdcd;
}

.consultancy__popup h2 {
  font-size: 24px;
  font-weight: 400;
  color: black;
  text-align: center;
}

.consultancy__popup a {
  width: 100%;
}

.consultancy__popup-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.consultancy__popup-text h2:last-child {
  margin-top: 10px;
}

.consultancy__popup-text h2 span {
  color: var(--green);
}

.cancel-consultancy__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
  margin-top: 20px;
}

.cancel-consultancy__btns button {
  width: 50%;
  height: 60px;
  border: 1px solid var(--green);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 24px;
  font-weight: 600;
}

.cancel-consultancy__btns button:hover {
  background-color: var(--green);
  color: white;
}

.review__popup {
  max-width: 700px;
  max-height: fit-content;
}

.review__popup .popup__content {
  gap: 10px;
  align-items: start;
}

.review__popup .popup__content .doc-archive__left {
  margin: 0 auto;
}

.review__popup h3 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

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

.review-rating__stars,
.review-rating__head {
  display: flex;
  align-items: center;
}

.review-rating__head {
  gap: 40px;
}

.review-rating__stars {
  gap: 10px;
}

.review-rating__stars span {
  content: url(../img/star.svg);
  width: 30px;
  height: 30px;
  opacity: 0.3; /* Прозрачные звезды по умолчанию */
  cursor: pointer; /* Указатель при наведении */
  transition: opacity 0.3s; /* Плавный переход */
}

.review-rating__stars span.selected {
  opacity: 1; /* Непрозрачные звезды при выборе */
}
.review__message {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  overflow: hidden;
}

.review__message textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  font-size: 16px;
  border: none;
  outline: none;
  resize: none;
  overflow-y: auto;
  padding: 20px 10px 20px 20px;
}

.adm__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}

.adm__head p,
.adm__head span {
  font-size: 18px;
  font-weight: 400;
}

.adm__head p {
  color: #000;
}

.adm__head span {
  color: #AAAAAA;
}

.select-date__container {
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
}

.date-btn {
  width: 60px;
  height: 40px;
  background-color: white;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
}

.date-btn::after {
  content: '';
  display: block;
  width: 30px;
  height: 25px;
  background-image: url(../img/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}






#prevDate::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.select-date__input-container {
  padding: 10px;
  border-radius: 100px;
  background-color: white;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.select-date__input {
  text-align: center;
  color: #000;
  font-weight: 500;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.select-date__input.fade-out {
  opacity: 0;
  transform: scale(0.9);
}

.select-date__input.fade-in {
  opacity: 1;
  transform: scale(1);
}

.select-date__block {
  margin: 40px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.select-date__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.select-date__item {
  padding: 18px 12px;
  position: relative;
  display: flex; /* Устанавливаем flex-контейнер */
  align-items: center; /* Выравниваем элементы по вертикали по центру */
  
  justify-content: center; /* Центрируем элементы по горизонтали */
}

.select-date__item.active,
.select-date__item:hover {
  background-color: var(--green);
}

.select-date__item.active>span,
.select-date__item:hover>span {
  color: white;
}

.select-date__item.busy {
  background-color: var(--green);
  padding: 18px 12px;
  /* padding: 10px 12px 24px 12px; */
}

.select-date__item.pending {
  background-color: var(--green);
  padding: 18px 12px;
  /* padding: 10px 12px 24px 12px; */
}



.select-date__item.busy>span {
  color: #FDEC34;
}

.select-date__item.pending>span {
  color: #FDEC34;
}
.select-date__item.busy::after {
  content: 'Записались';
  color: #FDEC34;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  bottom: 5px;
  left: 50%; /* Устанавливаем левую границу в 50% */
  transform: translate(-40%, 0); /* Сдвигаем элемент влево на 50% его ширины */
  white-space: nowrap;
}

.select-date__item.pending::after {
  content: 'Забронировали';
  color: #FDEC34;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  bottom: 5px;
  left: 50%; /* Устанавливаем левую границу в 50% */
  transform: translate(-40%, 0); /* Сдвигаем элемент влево на 50% его ширины */
  white-space: nowrap;
}

.select-date__item.in-clinic,
.select-date__item.chat,
.select-date__item.video,
.select-date__item.audio {
  color: white;
}

.consultation-type__list-item.in-clinic::before,
.consultation-type__list-item.chat::before,
.consultation-type__list-item.video::before,
.consultation-type__list-item.audio::before,
.select-date__item.in-clinic::before,
.select-date__item.chat::before,
.select-date__item.video::before,
.select-date__item.audio::before {
  position: absolute;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
}

.select-date__item.in-clinic::before,
.select-date__item.chat::before,
.select-date__item.video::before,
.select-date__item.audio::before {
  top: 3px;
  left: 8px;
  width: 42px;
  height: 42px;
  background-size: 42px 42px;
}

.consultation-type__list-item.in-clinic::before,
.consultation-type__list-item.chat::before,
.consultation-type__list-item.video::before,
.consultation-type__list-item.audio::before {
  top: 3px;
  left: 6px;
  width: 26px;
  height: 26px;
  background-size: 26px 26px;
}

.consultation-type__list-item.in-clinic::before {
  background-image: url(../img/in-clinic-gray.svg);
}

.consultation-type__list-item.chat::before {
  background-image: url(../img/chat-gray.svg);
}

.consultation-type__list-item.video::before {
  background-image: url(../img/video-gray.svg);
}

.consultation-type__list-item.audio::before {
  background-image: url(../img/audio-gray.svg);
}

.consultation-type__list-item.in-clinic:hover::before,
.select-date__item.in-clinic::before {
  background-image: url(../img/in-clinic.svg);
}

.consultation-type__list-item.chat:hover::before,
.select-date__item.chat::before {
  background-image: url(../img/chat.svg);
}

.consultation-type__list-item.video:hover::before,
.select-date__item.video::before {
  background-image: url(../img/video-white.svg);
}

.consultation-type__list-item.audio:hover::before,
.select-date__item.audio::before {
  background-image: url(../img/audio.svg);
}

.consultation-type,
.consultation-type__list {
  display: flex;
  flex-direction: column;
}

.consultation-type {
  border-radius: 6px;
  background-color: white;
  padding: 10px 8px;
  gap: 6px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  box-shadow: 0 0 15px rgba(138, 138, 138, 0.412);
  align-items: start;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: top 0.3s ease-in-out;
}

.consultation-type.active {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 10px);
}

.consultation-type__title {
  font-size: 12px;
  color: #000;
  font-weight: 400;
}

.consultation-type__list {
  width: 100%;
}

.consultation-type__list-item {
  padding: 6px 8px 6px 50px;
  border-radius: 4px;
  font-size: 18px;
  color: #7d7d7d;
  font-weight: 400;
  position: relative;
  text-align: left;
}

.consultation-type__list-item:hover {
  background-color: var(--green);
  color: white;
}

.chat-head {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

.consultancy-end {
  /* display: none; */
  flex-direction: column;
  gap: 6px;
  align-items: center;
}

.consultancy-end.active {
  display: flex;
}

.consultancy-end span {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: center;
}

.consultancy-end__count {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 100%;
  background-color: #F3F3F3;
  border-radius: 10px;
  height: 40px;
  color: var(--green);
  font-weight: 600;
  font-size: 24px;
}

.chat-messages {
  padding: 10px;
}

.chat-messages__container {
  max-height: 400px;
  overflow-y: auto;
}

.chat-messages__container::-webkit-scrollbar,
.review__message textarea::-webkit-scrollbar {
  width: 10px;
}

.chat-messages__container::-webkit-scrollbar-track,
.review__message textarea::-webkit-scrollbar-track {
  background: #B2B3B3;
}

.chat-messages__container::-webkit-scrollbar-thumb,
.review__message textarea::-webkit-scrollbar-thumb {
  background: white;
  border: 1px solid #B2B3B3;
}

.chat-messages__container::-webkit-scrollbar-thumb:hover,
.review__message textarea::-webkit-scrollbar-thumb:hover {
  background: white;
  border: 1px solid #B2B3B3;
}

.chat-messages__container .chat__wrap {
  padding-right: 10px;
}

.chat-writing {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  margin-top: 20px;
}

.chat-writing__imgs {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.chat-writing__block {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 26px;
}

.chat-writing__block>input:focus {
  outline: none;
}

.chat-writing__block_finish {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 26px;
}

.chat-writing__block_finish>input:focus {
  outline: none;
}


.send-msg-finish {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: var(--green);
  cursor: pointer;
}

.send-msg-finish::after {
  content: '';
  width: 22px;
  height: 22px;
  background-image: url(../img/telegram.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  position: absolute;
  left: calc(50% + 2px);
  top: 50%;
  transform: translate(-50%, -50%);
}




.send-msg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: var(--green);
  cursor: pointer;
}

.send-msg::after {
  content: '';
  width: 22px;
  height: 22px;
  background-image: url(../img/telegram.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  position: absolute;
  left: calc(50% + 2px);
  top: 50%;
  transform: translate(-50%, -50%);
}

.close-consultancy__btn {
  width: 100%;
  margin-top: 20px;
}

.chat-writing__img-block {
  position: relative;
  height: 60px;
}

.chat-writing__img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chat-writing__img-close {
  position: absolute;
  width: 16px;
  content: url(../img/remove.png);
  right: -8px;
  top: -8px;
  cursor: pointer;
}

.chat-time__message-imgs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.chat-time__message-imgs img {
  width: 50px;
  height: auto;
}

.select-consultation-date {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.register-consultation__imgs {
  flex-direction: column;
  align-items: start;
  margin-top: 20px;
}

.comment-form-cookies-consent,
.register-consultation__submit,
.consultation-message {
  margin-top: 20px;
}

.consultation-message {
  border: none;
}

.register-consultation__submit {
  margin-bottom: 20px;
}

.register-consultation__submit button {
  width: 100%;
}

.register-consultation__price,
.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 10px;
}

.comment-form-cookies-consent .comment-form-cookies-consent p {
  font-size: 16px;
  color: black;
  font-weight: 400;
}

.comment-form-cookies-consent p a {
  color: var(--green);
}

#policy-input {
  position: relative;
  border: none;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  outline: 0;
  padding: 0 !important;
  width: 30px !important;
  min-width: 30px !important;
  height: 30px !important;
  -webkit-appearance: none;
  background-color: white;
}

#policy-input:hover {
  opacity: 1;
}

#policy-input:checked {
  background-color: var(--green);
  opacity: 1;
}

#policy-input:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 6px;
  height: 15px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

.register-consultation__desc {
  color: #000;
  margin-top: 20px;
}

.register-consultation__price {
  margin: 10px 0;
}

.register-consultation__price p {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.register-consultation__price p:last-of-type {
  color: var(--green);
}

.popup-warrning__content {
  gap: 6px;
}

.popup-warrning__content p {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  color: #000;
}

.popup-warrning__content a {
  margin-top: 20px;
}

.consultancy-time {
  display: none;
  flex-direction: column;
  margin-top: 4px;
  color: #000;
  font-size: 14px;
}
.consultancy-controls {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 4px;
  margin-top: auto;
  gap: 20px;

  /* left: 0%;
  bottom: 0%; */
  
}

.top-controls {display: none;}

.top-controls.active {display: flex;}

.zoom,
.consultancy-controls>span {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
}

.zoom::after,
.consultancy-controls>span::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 26px;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
}

.zoom {
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 20;
}

.zoom,
.consultancy-controls>span.off {
  background-color: #2B2A29;
}

.zoom.out::after {
  background-image: url(../img/zoom-out.svg);
}

.zoom.in::after {
  background-image: url(../img/zoom-in.svg);
}

.video-contol::after {
  background-image: url(../img/video-control.svg);
}

.video-contol.off::after {
  background-image: url(../img/video-control-off.svg);
}

.audio-contol::after {
  background-image: url(../img/audio-control.svg);
}

.audio-contol.off::after {
  background-image: url(../img/audio-control-off.svg);
}

.microphon-control::after {
  background-image: url(../img/microphon-control.svg);
}

.microphon-control.off::after {
  background-image: url(../img/microphon-control-off.svg);
}

.chat-contol::after {
  background-image: url(../img/chat-control.svg);
}

.chat-contol.off::after {
  background-image: url(../img/chat-control-off.svg);
}

.call-contol.cancel {
  background-color: #E94F53;
}

.call-contol.call,
.call-contol.calling {
  background-color: var(--green);
  display: none;
}

.call-contol.online {
  background-color: var(--green);
}

.call-contol::after {
  background-image: url(../img/call.svg);
}

.call-contol.call::after,
.call-contol.calling::after {
  transform: translate(-50%, -50%) rotate(-140deg);
}

.call-contol.calling::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(0, 255, 0, 0.4);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: call-ring 2s infinite;
}



@keyframes call-ring {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

.chat-contol .chat-contol-count {
  position: absolute;
  right: -2px;
  top: -2px;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  padding: 2px;
}

.video-chat-controls {
  position: relative;
  padding: 10px 30px;
  border-radius: 8px;
  width: fit-content; /* Ширина будет равна ширине содержимого */
  /* margin-top: 20px; Устанавливает верхний отступ в 20 пикселей */
  background-color: #2B2A29;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.video-chat-controls span {
  background-color: white;
}

/* .video-chat-container {
  width: 100%;
  height: 400px;
  position: relative;
}

.my-video-container>video,
.video-chat-container>video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-chat-container.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  left: 0;
  top: 0;
}

.my-video-container {
  position: absolute;
  width: 200px;
  height: 130px;
  background-color: #000;
  z-index: 10;
  right: 20px;
  top: 20px;
}

.photo-control {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  background-color: #2B2A29;
}

.photo-control::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-image: url(../img/photo.svg);
} */
/* 
.photo-control.off::after {
  background-image: url(../img/photo-off.svg);
} */

#popup-pacient .btn {
  padding: 20px 30px;
  margin-top: 10px;
}

.conclusion,
.video-chat {display: none;}

.conclusion.active {
  display: block;
  margin-top: 20px;
}

.my-audio-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

canvas {
  display: block;
}
@media (max-width: 768px) {
  .consultancy-controls {
    /* flex-direction: column; Измените направление на мобильных устройствах */
    gap: 10px; /* Уменьшите промежутки */
  }
}
@media screen and (max-width: 767px) {
  .doctor-info__comm {
    gap: 10px;
    flex-wrap: wrap;
  }

  .doctor-info__comm-item-name {
    padding: 12px 15px;
    width: 66px;
  }

  .doctor-info__comm-item-price {
    font-size: 16px;
  }

  .doctor-info__item {
    font-size: 16px;
  }

  .doctor-time__item {
    font-size: 14px;
  }

  .doctor-time__wrap {
    grid-template-columns: repeat(auto-fill, calc(20% - 8px));
  }

  .doctor-info__docto-logo img {
    width: 190px;
    height: 190px;
  }

  .doctor-info__wrap {
    align-items: center;
  }

  .footer__bottom-right-row {
    flex-wrap: wrap;
    gap: 20px;
  }
  .consultation-type__list-item:hover {
    background-color: initial; /* или укажите нужный цвет фона */
    color: initial; /* или укажите нужный цвет текста */
  }
}

@media screen and (max-width: 575px) {
  .doctor-info__wrap {
    justify-content: center;
    flex-wrap: wrap;
  }

  .doctor-info__item {
    width: 100%;
    box-sizing: border-box;
  }

  .doctor-info__wrap {
    padding: 0;
  }

  .doctor-info__characteristics {
    margin: 0;
  }

  .doctor-info__body {
    text-align: center;
  }

  .doctor-info__comm-item-name {
    font-size: 16px;
  }

  .doctor-info__comm {
    padding: 0;
    max-width: 351px;
    width: 100%;
    margin: 0 auto;
  }

  .doctor-info__comm-item-name {
    padding: 12px 6px;
    width: auto;
    font-size: 12px;
  }

  .doctor-info__comm-list {
    justify-content: space-between;
    gap: 10px;
    width: 100%;
  }
  

  .doctor-info__comm-item {
    width: calc(25% - 6px);
  }

  .doctor-time__item {
    padding: 12px 18px;
    font-size: 12px;
  }

  .doctor-question .doctor-info__wrap {
    justify-content: center;
  }


  
  .doctor-form__btn {
    max-width: 100%;
    width: 100%;
  }

  .slider__nav-left,
  .slider__nav-right {
    top: 85px;
  }

  .doctor-time__wrap {
    grid-template-columns: repeat(auto-fill, calc(33.33% - 7px));
  }

  .footer__bottom-row {
    flex-direction: column;
    gap: 25px;
  }

  .doc-archive {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 32px;
  }

  .chat-time__message {
    width: 90%;
  }

  .chat-time {
    font-size: 12px;
  }

  .about__item img {
    width: 60px;
    height: 60px;
  }

  .about__item-content {
    font-size: 14px;
  }

  .main-buttons__btn {
    padding: 9px 17px;
    font-size: 14px;
    font-weight: 500;
  }

  .hero__title {
    font-size: 30px;
  }

  .header__wrap {
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
    flex-shrink: 0;
    width: auto;
  }

  .header__doctor-link {
    font-size: 12px;
  }

  .header__btn-archive {
    font-size: 12px;
    max-width: 120px;
  }

  .header__logo img {
    width: 105px;
  }

  .footer__menu-item-name {
    font-size: 16px;
  }

  .footer__menu-item-link {
    font-size: 14px;
  }

  .footer__menu {
    padding-bottom: 5px;
  }

  .footer__bottom-col-name {
    margin-bottom: 8px;
  }

  .hero .section__wrap {
    height: auto;
    background-size: 522px;
  }

  .hero__desc {
    line-height: 23px;
  }

  .section__subtitle {
    font-size: 14px;
  }

  .about__desc {
    font-size: 14px;
  }

  .header .section__wrap,
  .hero .section__wrap,
  .main-buttons .section__wrap,
  .footer__menu,
  .footer__bottom,
  .section__wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .doc-archive__info {
    flex-direction: row;
    margin: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
  }

  .doc-archive__wait {
    text-align: left;
    font-size: 12px;
  }

  .doc-archive:before {
    content: none;
  }

  .select-date__item.busy::after,
  .select-date__item.pending::after,
  .doc-archive__name,
  .doc-archive__pos {
    font-size: 10px;
  }

  .select-date__item.in-clinic::before,
  .select-date__item.chat::before,
  .select-date__item.video::before,
  .select-date__item.audio::before {
    top: 14px;
    left: 4px;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }

  .select-date__item.busy::before {
    top: 12px;
  }

  .select-date__item.pending::before {
    top: 12px;
  }

  .select-date__item.busy {
    padding: 10px 12px 18px 12px;
  }

  .select-date__item.pending {
    padding: 10px 12px 18px 12px;
  }
  .select-date__item>span {
    
    margin: 0;
  }
  .select-date__item.active>span {
    
    margin: 0;
  }

  .consultancy-controls>span {
    width: 30px;
    height: 30px;
  }

  .consultancy-controls>span::after {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }

  .my-video-container {
    width: 150px;
    height: 100px;
  }
  .consultation-type__list-item:hover {
    background-color: initial; /* или укажите нужный цвет фона */
    color: initial; /* или укажите нужный цвет текста */
  }
}

@media screen and (max-width: 420px) {
  .hero .section__wrap {
    background-size: cover;
  }

  .select-date__container {
    gap: 20px;
  }

  .consultancy-end span {
    font-size: 10px;
  }

  .review__popup h3 {
    font-size: 14px;
  }

  .consultancy__popup h2 {
    font-size: 18px;
  }
  .consultation-type__list-item:hover {
    background-color: initial; /* или укажите нужный цвет фона */
    color: initial; /* или укажите нужный цвет текста */
  }
}

@media screen and (max-width: 359px) {
  .doctor-info__docto-logo img {
    width: 150px;
    height: 150px;
  }

  .slider__nav-left,
  .slider__nav-right {
    top: 64px;
  }

  .doctor-time__wrap {
    grid-template-columns: repeat(auto-fill, calc(50% - 5px));
  }

  .header .section__wrap {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
  }

  .header__wrap {
    align-items: center;
  }
  .consultation-type__list-item:hover {
    background-color: initial; /* или укажите нужный цвет фона */
    color: initial; /* или укажите нужный цвет текста */
  }
}




