.site-main {
    z-index: unset !important;
}
.new_doctor_section {
  margin-top: 100px;
}

.site-bottom a {
  background: none;
  padding-left: 0;
}

.site-info.fixed {
  background: #fff !important;
}

.site-info.fixed .logo-icon {
  background: url(/content/images/logo.png) no-repeat left/contain !important;
}

.site-info.fixed .burger-btn svg {
  fill: #3a7bb7 !important;
}
.modal {
  z-index: 999999;
}
.site-info.fixed .icon-phone {
  fill: #3a7bb7 !important;
}

.wa {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 20px;
}
.footer-wa {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  margin-bottom: 10px;
  top: -5px;
  flex-shrink: 0;
}
.site-footer.inverted .site-add-info .social-buttons .link svg.ico-watsup {
  height: 29px;
}
.header-wa {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: -4px;
}
.site-header.clinic-header-3.inverted {
  z-index: 99;
}
.footer-phones {
  display: flex;
  align-items: center;
}
.site-top__wrapper .bvi-open {
  margin-left: 40px;
}
@media (max-width: 1440px) {
  .site-top__wrapper .bvi-open {
    margin-left: 13px;
  }
}
@media (max-width: 990px) {
  .site-footer.inverted .site-add-info .contacts {
    padding-left: 0%;
  }
  .site-footer.inverted .site-add-info .address {
    padding-left: 0%;
  }
}

/**/
.mobile__close {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.mobile__close:before {
  content: "";
  width: 17px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 3px;
}
.mobile__close:after {
  content: "";
  width: 3px;
  height: 17px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 3px;
}
.mobile {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  display: none;
}
.mobile.active {
  display: block;
}
.mobile-nav li {
  position: relative;
}
.mobile-nav__ico {
  position: absolute;
  width: 26px;
  height: 26px;
  cursor: pointer;

  right: 15px;
  top: 8px;
}
.mobile-nav__ico:before {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  right: 0;
  top: -4px;
  bottom: 0;
  margin: auto;
}
.mobile-nav .active .active {
  padding-top: 10px;
}
.mobile-nav ul > .active .mobile-nav__ico {
  transform: scale(-1);
}
.mobile-nav__sub {
  display: none;
}
.mobile-nav__sub a:hover {
  color: #fb8257;
}
.mobile-nav__sub .active {
  color: #fb8257;
}
.mobile__header {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}
.mobile__top {
  background: #1a2d41;
  padding: 11px 15px;
  color: #fff;
}
.mobile-logo img {
  max-width: 252px;
}
.mobile-logo {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: block;

  padding-top: 30px;
  padding-bottom: 20px;
}
.mobile-logo__wr {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  display: block;
}
.mobile-nav {
  padding: 28px 22px;
  background: #fff;
}
.mobile-nav a {
  font-size: 18px;
  font-weight: 500;
  display: block;
  color: #303747;
}
.mobile-nav {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav li {
  list-style: none;
}
.mobile-nav li {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-search {
  flex: 1;
  display: flex;
  align-items: center;
}
.mobile-search__input:focus {
  outline: none;
}
.mobile-search__input {
  width: 100%;
  font-size: 14px;
  background: none;
  border: none;
  color: #fff;
  padding-left: 20px;
  padding-right: 60px;
}
.mobile-search__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.7;
}
.mobile-search__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 0.7;
}
.mobile-search__input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 0.7;
}
.mobile-search__input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 0.7;
}
.mobile-search__btn {
  background: none;
  position: absolute;
  right: 11px;
  top: 15px;
  height: 30px;
  width: 30px;
  padding: 0;
  border: none;
}
.mobile-search__btn img {
  width: 21px;
  height: 21px;
}
.mobile-contacts {
  padding: 0 30px 20px 30px;
}
.mobile-contacts__ico {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.mobile-nav ul > .active {
  margin-bottom: 10px;
}
.mobile-nav ul {
  margin-bottom: 0;
  padding-left: 0;
}
.mobile-contacts__title {
  font-size: 16px;
  color: #fff;
  display: inline-block;
}
.mobile-contacts__line {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.mobile-nav__sub a {
  font-size: 16px;
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
}
.mobile-nav .active > a {
  padding-top: 11px;
  margin-bottom: 8px;
  padding-bottom: 11px;
  color: #597faf;
  background: #f4f8fb;
}
.mobile-nav > ul > li a {
  padding-left: 22px;
  padding-right: 22px;
}
.mobile-nav__sub {
  background: #fafdff;
}
.mobile-nav .active {
  margin-top: 7px;
  padding-top: 0px;
  background: #fafdff;
}
.mobile-footer {
  padding: 35px;
  background: linear-gradient(180deg, #1a2d41 0%, #172839 100%);
}
.mobile-footer .mobile-contacts {
  padding-left: 0;
  padding-right: 0;
}
.mobile-footer .mobile-contacts__ico {
  object-fit: contain;
}
.mobile-contacts__row:not(:last-child) {
  margin-bottom: 40px;
}
.mobile-soc .link {
  font-size: 0;
}
.social-buttons {
  padding-left: 0;
  display: flex;
  align-items: center;
}
.mobile-soc svg {
  transition: all 0.2s ease-in-out;
  width: 40px;
  height: 32px;
  fill: rgba(255, 255, 255, 0.8);
}
.site-booking {
  display: flex;
  flex-direction: column;
}

/*opros*/
.opros-item,
.opros-btns,
.opros-result {
  margin-bottom: 2em;
}

.opros-result {
  display: none;
}

.opros-item.error .opros-item__content {
  color: red;
}

.opros-item.error .opros-checkbox {
  pointer-events: none;
}

.opros-result.active {
  display: block;
}

.opros-result__title {
  margin-bottom: 10px;
  color: #fb713f;
  font-size: 1.5em;
}

.opros-checkbox__input {
  display: none;
}

.opros-item__header {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.opros-item__numb {
  color: #fb713f;
  font-weight: bold;
}

.opros-checkbox {
  display: block;
  margin-bottom: 10px;
}
.opros-checkbox__label {
  position: relative;
  display: block;
  padding-left: 2em;
  cursor: pointer;
}
.opros-checkbox__label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  /* top: 0.5em; */
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  border: 2px solid #fb713f;
}

.opros-checkbox__input:checked + .opros-checkbox__label::before {
  padding: 5px;
  background-clip: content-box;
  background-color: #fb713f;
}

.empty_question_error{

    border-color: red;
    border-width: thin;
    border-style: solid;

}
.prodoctorov{
    max-width: 263px;
    position: absolute;
    top: 285px;
    border-radius: 5px;
}


/*main slider*/
.main-slider__accent-link {
  color: #fff;
}
.main-slider__accent-link:hover {
  color: #ffffff;
}
.main-slider__accent {
  margin-top: 200px;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  /* identical to box height */


  color: #FFFFFF;
  position: relative;
  margin-bottom: 75px;
  padding: 11px 20px;
  border: 1px solid #FFFFFF;

}
.main-slider__accent-small {
  display: inline-block;

  margin-top: 8px;
  position: relative;
  font-weight: 300;
  font-size: 25px;
  line-height: 1.28;

}
.main-slider__accent-exsmall {
  font-size: 16px;
}
/*.main-slider__accent:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 8px;*/
/*  width: 10px;*/
/*  height: 10px;*/
/*  border-radius: 50%;*/


/*  background: #FB7140;*/
/*}*/
@media (min-width: 768px) {
  .main-slider__accent {
    font-size: 50px;
    line-height: 1.25;
    font-weight: 400;
  }
  .clinic-header-3 .site-phone {
    font-size: 1.1em;
    line-height: 1.3em;
    margin-bottom: 0;
  }

}
@media (max-width: 640px) {

  .main-slider__accent {
    margin-bottom: 35px;
  }
  .main-slider__accent-small {
    font-size: 15px;

  }
  .main-slider__accent-exsmall {
    font-size: 12px;
  }
  .main-slider__accent {
    margin-top: 0;
  }
}
.wa.header-wa svg {
  width: 100%;
  height: 100%;
}
.wa.header-wa svg path, .mobile-contacts__line svg path {
  fill: #fff;
}
.wa {
  margin-left: 10px;
}
article img {
  object-fit: contain;
  height: auto;
}