.closest-outter-fx190 .schedule_short__wrap,
.closest-outter-fx190 .each-get-record,
.doctor_list__each[data-doctor-id="190"] .schedule_short__wrap,
.doctor_list__each[data-doctor-id="190"] .each-get-record {
  display: none;
}

.header__mobile .phone a {
  font-size: 12px;
  font-weight: 600;
  color: #222328;
}
.header__mobile .logo_small {
  margin-left: -10px;
}

@media (max-width: 992px) {
  .card-big-v2__wrap .each-card .text .btn-v {
    z-index: 9;
    position: absolute;
  }
}

@media (max-width: 760px) {
  .event-person__wrap {
  }

  .event-person__wrap .col-auto .image {
    width: 52px;
    height: 52px;
  }

  .event-person__wrap .name {
    font-size: 18px;
    margin-bottom: 11px;
    line-height: 1;
  }

  .event-person__wrap .spec {
    font-size: 12px;
  }

  .event-person__wrap .about {
    font-size: 18px;
  }

  .form_avent_feedback__wrap .col-theme label {
    display: block;
  }

  .form_avent_feedback__wrap .col-theme {
    display: block;
  }

  .events_list__wrap .each {
    width: 100%;
  }

  .row.events_list__wrap {
  }

  .row.events_list__wrap .mb-4.col-lg-3.col-md-4.col-6 {
    width: 100% !important;
    max-width: 100%;
  }

  .row.events_list__wrap {
    display: block;
  }
}

.bx-auth {
  margin: 0 auto;
  text-align: center;
}

table.bx-auth-table {
  margin: 20px auto;
}

.form-group-select-v2 .select2-container--open + label,
.form-group-select-v2 .select2-container--above + label {
  font-size: 14px;
  top: 7px;
  color: #777777;
}
.form-group-select-v2 .select2-container--open + label,
.form-group-select-v2 .select2-container--above + label {
  color: #91a8bd;
}

.form-group-select-v2 .select2-container--open + label,
.form-group-select-v2 .select2-container--below + label {
  font-size: 14px;
  top: 7px;
  color: #777777;
}
.form-group-select-v2 .select2-container--open + label,
.form-group-select-v2 .select2-container--below + label {
  color: #91a8bd;
}

.ribbon-person {
  background: red;
  display: inline-block;
  color: white !important;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate(-20deg) skew(-20deg, 10deg);
  transform: rotate(-20deg) skew(-20deg, 10deg);
  box-sizing: border-box;
  display: table;
  z-index: 1;
  left: -13px;
  position: absolute;
  top: 0;
  width: 115px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
}
.ribbon-person:hover {
  text-decoration: none;
  color: #fddac3;
}
.ribbon-person:before {
  box-sizing: border-box;
  content: "";
  width: 0;
  height: 2em;
  display: block;
  background: transparent;
  position: absolute;
  border-style: solid;
  border-width: 0.8em;
  z-index: -1;
  -webkit-transform: translateZ(-1em);
  transform: translateZ(-1em);
  margin-left: 4px;
  margin-top: -3px;
  left: -13px;
  top: 18px;
  border-color: transparent #b30000 transparent transparent;
}

@media (max-width: 768px) {
  .ribbon-person {
    left: auto;
    -webkit-transform: rotate(0) skew(0, 0);
    transform: rotate(0) skew(0, 0);
    position: relative;
    padding: 4px;
    height: auto;
    min-height: auto;
    line-height: initial;
    width: 50%;
    margin-bottom: 5px;
    border-radius: 15px;
  }
  .ribbon-person:before {
    display: none;
  }
}

.clickable-block__wrap a.each {
  transition: box-shadow ease-in-out 0.3s, background-color ease-in-out 0.3s,
    color ease-in-out 0.3s;
}
.clickable-block__wrap a.each:hover {
  text-decoration: none;
  background-color: #fd8327;
  color: #fff;
  box-shadow: 0px -2px 50px rgb(53 82 122 / 37%),
    0px -0.60294px 15.0735px rgb(53 82 122 / 5%),
    0px -0.25043px 6.26078px rgb(53 82 122 / 4%),
    0px -0.09058px 2.2644px rgb(53 82 122 / 2%);
}

.f-socials {
}
@media (max-width: 760px) {
  .record-steps__wrap .col.passed .step-title {
    display: none;
  }
}

.call-phone-mod {
  bottom: 40px;
  height: 64px;
  position: fixed;
  right: 60px;
  width: 64px;
  display: none;
  z-index: 99;
}
.call-phone-mod .callback {
  background: #fb8206;
  border-radius: 50% !important;
  bottom: 40px;
  height: 64px;
  position: fixed;
  right: 60px;
  width: 64px;
  z-index: 9999;
  cursor: pointer;
}
.call-phone-mod .callback .callback_link::before {
  background: rgba(0, 0, 0, 0) url(/bitrix/templates/fnkc/images/phone-call.png)
    no-repeat scroll center center / 32px auto;
  content: "";
  height: 64px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 64px;
  z-index: 11;
}
.call-phone-mod .callback:hover {
  animation: 1.5s linear 0s normal none infinite running callback_anim;
}
.call-phone-mod .callback:hover .callback_b,
.callback:hover .callback_a {
  background-color: #fb8206;
  border-color: #fb8206;
}
.call-phone-mod .callback .callback_block {
  height: 64px;
  position: absolute;
  width: 64px;
}
.call-phone-mod .callback .callback_a {
  -webkit-animation: callback 3s linear 0s infinite;
  -moz-animation: callback 3s linear 0s infinite;
  animation: callback 3s linear 0s infinite;
  background-color: transparent;
  border: 4px solid #fb8206;
  border-radius: 100% !important;
  bottom: -24px;
  box-sizing: border-box;
  height: 112px;
  opacity: 0.01;
  position: absolute;
  right: -24px;
  width: 112px;
}
.call-phone-mod .callback .callback_b {
  -webkit-animation: callback 1.5s linear 0s infinite;
  -moz-animation: callback 1.5s linear 0s infinite;
  animation: callback 1.5s linear 0s infinite;
  background-color: transparent;
  border: 4px solid #fb8206;
  border-radius: 100% !important;
  bottom: -24px;
  box-sizing: border-box;
  height: 112px;
  opacity: 0.01;
  position: absolute;
  right: -24px;
  width: 112px;
}

@keyframes callback {
  0% {
    opacity: 0.8;
    transform: rotate(0deg) scale(0.46) skew(1deg);
  }
  10% {
    transform: rotate(0deg) scale(0.56) skew(1deg);
  }
  100% {
    opacity: 0.01;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes callback_anim {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.call-phone-mod.get-call-mobile_v2 {
  bottom: 20px;
  right: 20px;
}
.call-phone-mod.get-call-mobile_v2 .callback .callback_link::before {
  background: rgba(0, 0, 0, 0) url(/images/phone-call-anim.gif) no-repeat scroll
    center center / 32px auto;
}
.event-menu {
  position: absolute;
  bottom: -400px;
  right: -300px;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}
.event-menu.active {
  right: 20px;
  bottom: 115px;
}
.event-menu .each {
  background-color: rgba(251, 128, 9, 0.85);
  margin: 5px;
  height: 56px;
  line-height: 56px;
  padding: 0px 20px;
  border-radius: 28px;
  color: #fff;
  font-size: 14px;
  width: max-content;
  float: right;
  padding-left: 48px;
  font-weight: 500;
  cursor: pointer;
}

.event-menu .each.viber {
  background: rgba(251, 128, 9, 0.85) url(/img/social/viber-w.svg) no-repeat
    scroll left 15px center / 28px auto;
}
.event-menu .each.whatsapp {
  background: rgba(251, 128, 9, 0.85) url(/img/social/whatsapp-w.svg) no-repeat
    scroll left 15px center / 28px auto;
}
.event-menu .each.telegram {
  background: rgba(251, 128, 9, 0.85) url(/img/social/telegram-w.svg) no-repeat
    scroll left 15px center / 24px auto;
}

.event-menu .each.call,
.event-menu .call_phone_1 {
  background: rgba(251, 128, 9, 0.85) url(/images/smartphone-call.png) no-repeat
    scroll left 15px center / 24px auto;
}
.event-menu .each.cb {
  background: rgba(251, 128, 9, 0.85)
    url(/bitrix/templates/fnkc/images/phone-call.png) no-repeat scroll left 15px
    center / 32px auto;
}
.event-menu .each.send {
  background: rgba(251, 128, 9, 0.85) url(/images/phone-envelope.png) no-repeat
    scroll left 15px center / 32px auto;
}

.event-menu .call_phone_1 {
  background-color: rgba(251, 128, 9, 0.85);
  margin: 5px;
  height: 56px;
  line-height: 56px;
  padding: 0px 20px;
  border-radius: 28px;
  color: #fff;
  font-size: 14px;
  width: max-content;
  float: right;
  padding-left: 48px;
  font-weight: 500;
  cursor: pointer;
}
.event-menu .call_phone_1 a {
  color: #fff;
}

.header__mobile.header-menu-mobile-v2 {
  box-shadow: 0px -0.09058px 2.2644px 0px rgba(53, 82, 122, 0.02),
    0px -0.25043px 6.26078px 0px rgba(53, 82, 122, 0.04),
    0px -0.60294px 15.07354px 0px rgba(53, 82, 122, 0.05),
    0px -2px 50px 0px rgba(53, 82, 122, 0.07);
  z-index: 101;
}
.header__mobile.header-menu-mobile-v2 .logo_small {
  margin-left: 0;
}
.header-menu-mobile-v2-icons a {
  color: #222328;
}
.mobile_menu-v2__wrap {
}

.animate-logo-v3 {
  margin: 20px auto;
  border-radius: 16px;
  max-width: 280px;
}

/* .doctor_list__for .doctor_list__each .doctor_img,
.doctor_detail__wrap .doctor_list__each .doctor_img {
  display: flex;
  flex-direction: column;
}
.doctor_list__for .doctor_list__each .doctor_img .awards,
.doctor_detail__wrap .doctor_list__each .doctor_img .awards {
  padding-top: 12px;
}
.doctor_list__for .doctor_list__each .doctor_img .awards img.award,
.doctor_detail__wrap .doctor_list__each .doctor_img .awards img.award {
  border: 0;
  max-width: none;
  min-width: auto;
  border-radius: 0;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .doctor_list__for .doctor_list__each.tabs-out .doctor_detail,
  .doctor_detail__wrap .doctor_list__each.tabs-out .doctor_detail {
    padding-left: 204px;
  }
}
@media (max-width: 768px) {
  .doctor_list__for .doctor_list__each .doctor_detail .name,
  .doctor_detail__wrap .doctor_list__each .doctor_detail .name {
    margin-top: 20px;
    align-items: flex-start !important;
  }

  .doctor_list__for .doctor_list__each .doctor_img .awards img.award,
  .doctor_detail__wrap .doctor_list__each .doctor_img .awards img.award {
    position: absolute;
    bottom: 0;
    margin-left: 95px;
    width: 156px;
    margin-bottom: 8px;
  }

  .doctor_list__for .doctor_list__each .doctor_img .awards img.award {
    margin-bottom: 16px;
  }

  .doctor_list__for .doctor_list__each .doctor_detail .name a,
  .doctor_detail__wrap .doctor_list__each .doctor_detail .name a {
    margin-top: 0px;
  }
} */

.doctor_list__each .awards {
  margin-bottom: 4px;
  display: flex;
  gap: 8px;
  padding-bottom: 16px;
  flex-wrap: wrap;
}
.doctor_list__each .awards a {
}
.doctor_list__each .awards .award {
}
@media (max-width: 768px) {
  .doctor_list__each .awards {
    overflow: scroll;
    flex-wrap: nowrap;
  }
  .doctor_list__each .awards.awards-dn {
    overflow: hidden;
    display: block;
  }
  .doctor_list__each .awards.awards-dn .award {
    margin-bottom: 4px;
  }
}
