:root {
  --font-family-poppins: "Poppins", sans-serif;
  --font-family-roboto: "Roboto", sans-serif;
  --color-blue: #009fe3;
  --color-blue-hover: #038bc5;
}

/* Блокировки чужого контента */
.callibri-module-area {
  display: none;
}

body {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  color: #000;
  font-family: var(--font-family-poppins) !important;
  font-style: normal;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

.btn__ob {
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
}

.btn__form__blue {
  padding: 12px 32px;
  background: var(--color-blue);
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  border: 1px solid #fff;
  outline: none;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.btn__form__blue:focus,
.btn__form__blue:hover {
  background-color: var(--color-blue-hover);
  text-decoration: none;
}

.btn__form__red {
  padding: 12px 32px;
  background: #f90000;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  border: none;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

.btn__form__red:focus,
.btn__form__red:hover {
  background-color: #a40404;
  text-decoration: none;
}

.btn__form__white {
  padding: 10px 32px;
  border-radius: 4px;
  border: 2px solid #333;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}

.btn__form__white:focus,
.btn__form__white:hover {
  background-color: #f8f8f8;
}

/* .customer__record__choice__grup>.btn__form__blue {
    margin-right: 15px;
} */

.customer__record__choice__grup {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}

.customer__record {
  height: 100%;
  overflow: hidden;
}

.customer__record__inner {
  display: flex;
  justify-content: flex-start;
  height: 100%;
  background-color: #e3ebff;
}

.customer__record__left {
  width: 100%;
  max-width: 300px;
  /* background-color: #E3EBFF; */
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fixed__block {
  height: 200px;
}

.container__fixed {
  display: none;
}

.customer__record__group {
  padding: 0 25px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 40px 0;
}

.customer__record__group.dekstop {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  max-width: 300px;
}

.customer__record__btn {
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 5px;
  color: var(--color-blue);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s linear;
}

.customer__record__btn:focus,
.customer__record__btn:hover {
  background-color: #f3f3f3;
  text-decoration: none;
}

.customer__record__logotip {
  padding: 30px 50px 35px;
  display: flex;
  justify-content: center;
}

.customer__record__help {
  background: #fafbff;
  border-radius: 8px;
  margin: 0 25px;
  position: relative;
  padding: 16px 56px;
}

.customer__record__help__content {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  margin-left: 16px;
}

.customer__record__help__content > span {
  display: block;
}

.customer__record__help__close {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}

.customer__record__help__close:focus,
.customer__record__help__close:hover {
  opacity: 1;
}

.customer__record__icon__close {
  width: 11px;
  height: 11px;
}

.customer__record__icon__help {
  position: absolute;
  top: 19px;
  left: 17px;
  width: 22px;
}

.customer__record__phone {
  text-decoration: none;
  color: #333;
  margin-top: 10px;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}

.customer__record__right {
  position: relative;
  padding: 60px 0 100px 60px;
  background-color: #fff;
  /* padding-top: 100px;
    margin-left: 90px; */
  width: 100%;
  flex-grow: 1;
  overflow: hidden;
}

.customer__record__scene__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
}

.customer__record__scene__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-top: 16px;
  /* font-family: var(--font-family-roboto); */
}

.customer__record__scene__phone {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-top: 16px;
  /* font-family: var(--font-family-roboto); */
}

.customer__record__choice__grup {
  margin-top: 64px;
}

.phone__error {
  display: none;
  color: #ff0000;
  font-size: 14px;
}

.customer__record__close {
  position: absolute;
  top: 34px;
  right: 34px;
  opacity: 0.7;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.customer__record__close:focus,
.customer__record__close:hover {
  opacity: 1;
}

.customer__record__img__close {
  width: 28px;
  height: 28px;
}

.new__patient__scene {
  margin-top: 40px;
  margin-bottom: 100px;
}

.new__patient__form label {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #242731;
}

.new__patient__form #date__input {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #242731;
}

.new__patient__grup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.new__patient__grup #add-number {
  margin-top: 0;
}

.new__patient__grup > label {
  font-weight: 600;
}

.new__patient__input {
  width: 100%;
  max-width: 650px;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  padding: 8px 16px;
  height: 44px;
}

.new__patient__form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.customer__record__scene__text {
  margin-top: 20px;
}

.customer__record__scene__text a {
  color: var(--color-blue);
  text-decoration: none;
  font-weight: 700;
}

.new__patient__scene__inner {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
}

#polis__input,
#pod__input {
  max-width: 300px;
}

.shedule__content {
  margin-top: 30px;
}

.shedule__time {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #242731;
}

.shedule__doctor > span,
.shedule__time > span {
  font-weight: 600;
}

.shedule__doctor {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #242731;
  margin-top: 15px;
}

.shedule__doctor > span {
  font-weight: 600;
}

.sms__grup {
  margin-top: 40px;
}

.sms__grup__col {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.sms__sog {
  display: flex;
  justify-content: flex-start;
  /* margin: 20px 0 20px; */
  gap: 8px;
  position: relative;
}

.sms__sog > input {
  position: absolute;
  top: 0;
  left: 0;
}

.checkbox__text {
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  color: #242731;
  max-width: 450px;
  margin-left: 30px;
}

.custom__label {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #242731;
}

.new__patient__time__inner {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
  /* border: 1px solid #ccc; */
  /* padding: 10px; */
  border-radius: 10px;
  max-width: 737px;
}

.new__patient__time__inner > label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-color: #f3f3f3;
  box-shadow: 0 4px 10px rgb(0, 0, 0, 0.1);
  padding: 5px 10px;
  border-radius: 10px;

  position: relative;
  width: 75px;
  height: 40px;
  font-size: 16px;
  transition: all 0.2s linear;
}

.new__patient__time__inner
  > label:focus:not(.new__patient__time__inner > label.active),
.new__patient__time__inner
  > label:hover:not(.new__patient__time__inner > label.active) {
  background-color: var(--color-blue);
  color: #fff;
}

.new__patient__time__inner > label > input {
  margin-bottom: 4px;
  cursor: pointer;

  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 40px;
  opacity: 0;
  padding: 5px;
  transition: all 0.2s linear;
}

.new__patient__time__inner > label.choice {
  background-color: var(--color-blue);
  color: #fff;
}

.new__patient__time__inner > label.active {
  background-color: #d7d7d7;
  color: #000;
}

.input__date {
  padding: 11.3px 10px;
  border-radius: 10px;
  outline: none;
  border: 1px solid #ccc;
  min-width: 183px;
}

.new__patient__select {
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  height: 44px;
  padding: 8px 16px;
  width: 300px;
}

.new__patient__grup > .btn__form__blue {
  margin-top: 25px;
  height: 44px;
  padding: 10px 32px;
}

.new__patient__col {
  flex-direction: row;
}

.new__patient__col > #ok__cod {
  margin-top: 0;
  height: 48px;
}

.customer__record__scene__phone > span {
  font-weight: 600;
}

.shedule__my {
  margin-top: 50px;
  margin-right: 50px;
  /* max-width: 1000px; */
}

.shedule__my__item {
  margin-top: 10px;
}

.shedule__my__str {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.5fr 1fr;
  max-width: 800px;
  gap: 20px;
}

.shedule__my__form {
  width: 100%;
  display: grid;
  grid-template-columns: 6fr 2fr;
  gap: 10px;
}

.shedule__container {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.5fr 1fr;
  align-items: center;
  gap: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 7px;
  max-width: 800px;
}

.shedule__btn_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.shedule__my__pole {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  padding: 0 10px;
}

.shedule__my__data {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  padding: 10px;
}

.shedule__my__spec {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  padding: 10px;
}

.shedule__my__doctor {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  padding: 10px;
}

.shedule__my__time {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  padding: 10px;
}

.pole-1 {
  width: 50px;
}

.pole-2,
.pole-3 {
  min-width: 200px;
}

.pole-4 {
  min-width: 150px;
}

.navigation__btn__link {
  margin-bottom: 40px;
}

.navigation__btn__grup {
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  color: var(--color-blue);
}

.navigation__left__icon {
  width: 40px;
  object-fit: contain;
}

#patien__form > .new__patient__grup > button {
  margin-top: 0 !important;
}

.scene__record__go__back {
  display: flex;
  justify-content: flex-start;

  gap: 80px;
}

.my__zap a div span {
  display: block;
}

.my__zap a div span:nth-child(2) {
  color: #009fe38f;
  margin-top: 5px;
}

.my__zap__dowm__icon {
  max-height: 30px;
  object-fit: contain;
}

.shedule__doctors {
  margin-top: 40px;
  margin-right: 20px;
  position: relative;
  /* overflow: auto; */
  min-height: 100px;
}

.shedule__doctors__item {
  /* display: flex;
    justify-content: flex-start;
    gap: 10px; */
  display: grid;
  grid-template-columns: 0.3fr 1.1fr 1.2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  /* grid-gap: 10px; */
  /* border: 1px solid #eee; */
  /* padding: 5px 0; */
}

.shedule__doctors__item__date > .shedule__doctors__pole {
  font-weight: 700;
}

.shedule__doctors__pusto.pole-1 {
  text-align: center;
}

.shedule__doctors__pole {
  font-size: 13px;
  font-weight: 400;
  padding: 4px;
}

.shedule__doctors__item > .shedule__doctors__pole:nth-child(1) {
  width: 20px;
  text-align: center;
}

.shedule__doctors__item:nth-child(2n + 1) > div {
  background-color: #eee;
}

.shedule__doctors__name {
  font-size: 13px;
  font-weight: 700;
}

.shedule__doctors__number {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}

.shedule__doctors__spec {
  font-size: 13px;
  /* text-align: center; */
  font-weight: 600;
}

.shedule__doctors__time {
  font-size: 13px;
  font-weight: 400;
}

.shedule__doctors__item__date div {
  font-size: 14px;
  font-weight: 700;
}

.shedule__doctors__item div {
  border: 1px solid;
  border-width: 0 1px 0 0;
  padding: 10px;
  height: 50px;
}

.shedule__doctors__inner {
  width: 100%;
  /* min-width: 2000px;
    max-width: 3000px; */
  /* margin: 0 auto; */
  overflow-x: scroll;
  border: 1px solid #eee;
  margin-right: 20px;
  padding-bottom: 20px;
}

#preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* min-height: 100px; */
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.error__checkbox,
.text__error,
.name__error {
  display: none;
  /* border: 2px solid #f90000; */
  padding: 6px 10px;
  border-radius: 4px;
  margin-top: 5px;
  max-width: max-content;
  background: #ff9d9d;
}

.pusto__zapis {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 700;
  display: none;
}

.time__zan {
  display: none;
  border: 2px solid #f90000;
  padding: 10px;
  border-radius: 4px;
  margin-top: 5px;
  font-size: 20px;
  max-width: 350px;
  text-align: center;
}

.container__preloader {
  margin-top: 30px;
  color: #f90000;
}

.del-time {
  display: none;
}

.shedule__my__v__time option {
  min-height: 0;
  height: auto;
  padding: 0;
  line-height: 1;
}

.shedule__my__v__time {
  padding: 4px;
  margin-right: 10px;
  border: 1px solid var(--color-blue);
}

.shedule__my__v__date {
  padding: 4px;
  margin-left: 10px;
  border: 1px solid var(--color-blue);
}

.polis__info {
  display: none;
  max-width: 950px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.polis__info-intro {
  display: none;
  max-width: 950px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.polis__info__inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  position: relative;
}

.polis__info__close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  color: #000;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s linear;
}

.polis__info__close:focus,
.polis__info__close:hover {
  color: #999;
}

.polis__info__close img {
  width: 25px;
}

.polis__info__item {
  width: 550px;
}

/* .polis__info__item:nth-child(1) {
    width: 35%;
}

.polis__info__item:nth-child(2) {
    width: 65%;
} */

.polis__info__item > span {
  font-weight: 700;
}

.polis__info__dostupno {
  display: none;
  font-size: 18px;
  /* font-weight: 700; */
  text-align: left;
  background-color: #ccf3c3;
  padding: 20px 40px;
  /* border: 1px solid #000; */
  border-radius: 10px;
  width: 100%;
  color: rgba(0, 0, 0, 0.7);
}

.polis__info__dostupno-intro {
  display: none;
  font-size: 18px;
  text-align: left;
  background-color: #ccf3c3;
  padding: 20px 40px;
  /* border: 1px solid #000; */
  border-radius: 10px;
  width: 100%;
  color: rgba(0, 0, 0, 0.7);
}

.polis__info__rano {
  display: none;
  font-size: 18px;
  /* font-weight: 700; */
  text-align: left;
  line-height: 1;
  background: #ff9d9d;
  padding: 25px 25px 40px;
  /* border: 1px solid #000; */
  border: none;
  border-radius: 10px;
  width: 100%;
  color: #ff0000;
}

.polis__info__rano span {
  font-weight: 400;
  display: block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}

.polis__info__rano span:nth-child(1) {
  margin-top: 10px;
}

.polis__info__prosrochino {
  display: none;
  font-size: 18px;
  /* font-weight: 700; */
  text-align: left;
  line-height: 1;
  background: #ff9d9d;
  padding: 25px 25px 40px;
  border: none;
  /* border: 1px solid #000; */
  border-radius: 10px;
  width: 100%;
  color: #ff0000;
}

.polis__info__prosrochino span {
  font-weight: 400;
  display: block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}

.polis__info__prosrochino span:nth-child(1) {
  margin-top: 10px;
}

.info__number {
  font-size: 18px;
  margin-top: 20px;
  text-align: left;
  line-height: 1;
  background: rgba(255, 0, 0, 0.2);
  padding: 25px;
  border: none;
  border-radius: 10px;
  width: max-content;
  color: #ff0000;
}

.info__number a {
  color: var(--color-blue);
  text-decoration: none;
}

.info__number span {
  font-weight: 400;
  display: block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}

.radio-date-container {
  display: none;
  /* flex-wrap: wrap; */
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 15px;
  margin-top: 10px;
}

.radio-date-container label {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border: 2px solid rgba(0, 0, 0, 0.2); */
  background-color: #f3f3f3;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  width: 100% !important;
  min-width: 65px;
  height: 65px;
  transition: all 0.2s linear;
}

.radio-date-container label.active,
.radio-date-container label:focus,
.radio-date-container label:hover {
  color: #fff;
  background-color: var(--color-blue);
}

.radio-date-container > label > span {
  color: rgba(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  transition: all 0.2s linear;
}

.radio-date-container label.active span,
.radio-date-container label:focus span,
.radio-date-container label:hover span {
  color: #fff;
}

.radio-date-container > label > span:nth-child(1) {
  font-size: 14px;
}

.radio-date-container > label > span:nth-child(2) {
  margin-top: 5px;
  font-size: 18px;
}

.radio-date-container label input {
  position: absolute;
  width: 65px;
  height: 65px;
  border: none;
  border-radius: 0;
  top: -4px;
  left: -6px;
  opacity: 0;
  cursor: pointer;
}

/*  Modal */

.show-modals {
  display: block !important;
}

.modals {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10999999;
  overflow: auto;
}

.modals__content {
  /* position: relative; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 90%;
  max-width: 500px;
  background-color: #fff;
  padding: 40px 20px 20px;
  /* margin: 100px auto; */
  opacity: 0;
  /* -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 0.2s linear; */
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.2s linear;
}

.modals__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1010;
  background: none;
  outline: none;
  border: 0;
  cursor: pointer;
  padding: 5px 10px;
  background-color: var(--color-blue) !important;
  color: #fff;
  border-bottom-left-radius: 10px;
}

.modals__text {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}

.modals__btn {
  display: block;
  background: var(--color-blue);
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 3px;
  margin-top: 30px;
  max-width: 180px;
  margin: 30px auto 10px;
  text-decoration: none;
  transition: all 0.2s linear;
}

.modals__btn:focus,
.modals__btn:hover {
  background-color: var(--color-blue-hover);
  text-decoration: none;
}

/* -------------------------- */

.online-not-available,
.patient-not-exist {
  font-size: 18px;
  text-align: left;
  line-height: 1;
  background: #ff9d9d;
  padding: 25px 25px 40px;
  border: none;
  border-radius: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 500px;
  margin-top: -50px;
}

.online-not-available span,
.patient-not-exist span {
  font-weight: 400;
  display: block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.online-not-available span:nth-child(1),
.patient-not-exist span:nth-child(1) {
  font-weight: 600;
}

.online-not-available a,
.patient-not-exist a {
  margin-top: 10px;
  font-weight: 600;
  display: block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

@media (min-width: 1500px) {
  .scene__record7 {
    max-width: 1200px;
  }
}

@media (max-width: 2000px) {
  .shedule__doctors {
    /* overflow-x: scroll; */
    /* margin-right: 0; */
    padding-bottom: 15px;
  }

  .shedule__my__str {
    max-width: 850px;
    /* grid-template-columns: 1fr 1fr 2fr .5fr; */
    justify-items: flex-start;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .shedule__container {
    max-width: 100%;
    /* grid-template-columns: 1fr 1fr 2fr .5fr; */
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: flex-start;
  }
}

@media (max-width: 1600px) {
  .shedule__container {
    max-width: 800px;
  }

  .shedule__my__str {
    max-width: 800px;
  }
}

@media (max-width: 1400px) {
  .shedule__container {
    max-width: 600px;
  }

  .shedule__my__str {
    max-width: 600px;
  }
}

@media (max-width: 1350px) {
  #doctor__form > .new__patient__scene__inner > .new__patient__grup {
    width: 100%;
  }

  #doctor__form > .new__patient__scene__inner {
    flex-wrap: wrap;
    gap: 20px;
  }

  #doctor__form
    > .new__patient__scene__inner
    > .new__patient__grup
    > .btn__form__blue {
    margin-top: 0;
    width: 300px;
    text-align: center;
  }

  .shedule__my__form {
    grid-template-columns: 1fr;
  }

  .info__number {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .customer__record__right__container {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0 15px;
    margin: 0 auto;
  }

  .customer__record {
    position: relative;
    height: auto;
    overflow-y: scroll;
  }

  .customer__record__inner {
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
  }

  .customer__record__left {
    background-color: inherit;
    height: auto;
    min-height: auto;
    max-width: 100%;
    background: #ffffff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.06);
  }

  .customer__record__help {
    display: none;
  }

  .customer__record__logotip {
    padding: 20px;
  }

  .customer__record__right {
    position: static;
    margin-left: 0;
    padding: 20px 0;
    overflow: initial;
  }

  .customer__record__close {
    top: 25px;
    right: 20px;
  }

  .customer__record__scene__title {
    text-align: center;
  }

  .customer__record__scene__subtitle {
    text-align: left;
  }

  .scene__record2,
  .scene__record4 {
    height: auto;
  }

  .new__patient__scene {
    margin-top: 50px;
    width: 100%;
    padding-bottom: 200px;
  }

  #polis__form > .new__patient__grup > button {
    margin-top: 0;
    width: 100%;
  }

  .new__patient__grup > button {
    width: 100%;
    margin-top: 0 !important;
  }

  #pod__input,
  #polis__input {
    width: 100%;
    max-width: 100%;
  }

  .scene__record8,
  .scene__record7,
  .scene__record5,
  .scene__record3 {
    width: 100%;
    height: auto !important;
  }

  .customer__record__scene__phone > span {
    display: block;
  }

  .customer__record__scene__phone {
    text-align: left;
  }

  .customer__record__scene__text a {
    /* display: block; */
  }

  .shedule__my {
    margin-top: 30px;
    margin-right: 0;
    width: 100%;
  }

  .shedule__my__str {
    display: none;
  }

  .shedule__my__form {
    grid-template-columns: 1fr;
    justify-items: center;
    width: 100%;
  }

  .shedule__container {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 0;
  }

  .shedule__my__item {
    width: 100%;
  }

  .shedule__my__grup:nth-child(1) {
    order: 3;
  }

  .shedule__my__grup:nth-child(2) {
    order: 1;
  }

  .shedule__my__grup:nth-child(3) {
    order: 2;
  }

  .shedule__my__grup:nth-child(4) {
    order: 4;
  }

  .scene__record__go__back {
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .new__patient__input {
    max-width: 100%;
  }

  .container__fixed {
    position: relative;
    /* min-height: 620px; */
    display: block;
  }

  .customer__record__group {
    margin: 0 auto;
    width: 300px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .customer__record__btn {
    box-shadow: 0 4px 10px rgb(0, 0, 0, 0.2);
  }

  .new__patient__date label {
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    position: relative;
  }

  .new__patient__date #date__input {
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    position: relative;
  }

  #doctor__form > div:nth-child(1) > div:nth-child(1) > label {
    font-size: 14px;
    font-weight: 600;
  }

  .custom__label {
    font-size: 14px;
    font-weight: 600;
  }

  .new__patient__time__inner {
    justify-content: flex-start;
    margin-top: 10px;
    /* padding-bottom: 100px; */
  }

  .customer__record__group.dekstop {
    display: none;
  }

  .customer__record__group.mobile {
    display: flex;
  }

  .polis__info {
    right: 28px;
    left: 15px;
  }

  .polis__info-intro {
    right: 15px;
    left: 15px;
  }

  /* .sms__grup {
        margin-bottom: 100px;
    } */
}

@media (max-width: 991px) {
  .new__patient__select {
    width: 100%;
  }

  .customer__record__scene__text {
    text-align: left;
  }

  .polis__info__rano,
  .polis__info__prosrochino {
    background: rgba(255, 0, 0, 0.08);
    padding: 20px;
  }

  .polis__info__rano span,
  .polis__info__prosrochino span {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .new__patient__form {
    width: 100%;
  }

  .btn__form__white {
    display: block;
    width: 100%;
  }

  .btn__form__blue {
    display: block;
    width: 100%;
  }

  .customer__record__scene {
    height: calc(100vh - 150px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .scene__record8 {
    display: block;
  }

  .scene__record4 {
    justify-content: flex-start;
  }

  #doctor__form
    > .new__patient__scene__inner
    > .new__patient__grup
    > .btn__form__blue {
    width: 100%;
  }

  .navigation__btn__grup {
    font-size: 15px;
  }

  .new__patient__grup.new__patient__col {
    text-align: center;
  }

  .shedule__doctors {
    margin-right: 0;
  }

  .customer__record__img__close {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 565px) {
  .customer__record__group {
    width: 100%;
    padding: 25px 15px;
  }

  .navigation__btn__link {
    margin-bottom: 20px;
  }

  .polis__info__item {
    width: 93%;
    max-width: 100%;
    min-width: 100%;
  }

  .polis__info {
    right: initial;
    left: 20px;
    width: 90%;
  }
}

@media (max-width: 360px) {
  .shedule__container {
    gap: 0;
  }

  .shedule__my__data {
    padding: 5px;
  }

  .shedule__my__spec {
    padding: 5px;
  }

  .shedule__my__doctor {
    padding: 5px;
  }

  .shedule__my__time {
    padding: 5px;
  }
}
