.ko-hidden {
  visibility: hidden;
}

.ko-ready .ko-hidden {
  visibility: visible;
}

.b-rub {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* END Margins and paddings */
.search__dropdown {
  display: block;
  visibility: visible;
  opacity: 1;
}

.validationMessage {
  color: red;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--regular-font), sans-serif;
}

/* end */
@media only screen and (max-width: 767px) {
  #map .popover {
    padding: 15px;
    min-width: 270px;
  }

  #map .popover .popover-content div {
    font-size: 10px;
  }
}

.banner__expert_img img {
  max-height: 340px;
}

.btn.disabled {
  background: #9DAFB9 !important;
  cursor: default !important;
  pointer-events: none;
}

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

.styler {
  vertical-align: top;
}

.styler .jq-selectbox__dropdown {
  left: -12px;
  right: auto;
  width: auto;
}

.banner__expert_img {
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 570px;
  padding-bottom: 35px;
  text-align: right;
  top: 50px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.banner__expert_img figcaption {
  pointer-events: all;
}

@media (max-width: 991px) {
  .banner__expert_img {
    width: 100% !important;
    background-image: none !important;
    position: static;
  }
}

.table tr td:last-child {
  min-width: 180px;
}

.b-vacancy-filter__item {
  display: inline-block;
  margin-right: 50px;
  min-width: 200px;
}

.b-link {
  color: var(--main-color);
}

.b-teaser-more {
  position: absolute;
  bottom: 20px;
  left: 28px;
}

.limit-items-list {
  max-height: 380px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.teaser {
  background-size: cover !important;
  background-position: center !important;
}

.teaser__time {
  margin-bottom: 20px;
  font-family: var(--medium-font);
}

.teaser__title {
  max-height: 58px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
  font-family: var(--medium-font), sans-serif;
}

.teaser_vacancy__link {
  position: absolute;
  bottom: 20px;
}

.teaser:hover .teaser__title,
.teaser_vacancy__link {
  color: var(--main-color);
}

.teaser__content {
  max-height: 76px;
  overflow: hidden;
}

.teaser_vacancy__h {
  min-height: 240px !important;
  word-break: break-all;
}

.teaser_vacancy__h__desc {
  float: left;
  width: 45%;
  padding: 0 15px;
}

.teaser_vacancy__image {
  float: left;
  width: 230px;
  height: 192px;
  line-height: 219px;
  background-color: #F1F4F7;
  background-size: auto 192px;
  background-repeat: no-repeat;
  background-position: right bottom;
  text-align: center;
  color: #BAC3CA;
  font-size: 48px;
  font-family: var(--bold-font);
}

@media (max-width: 1024px) {
  .teaser_vacancy__h {
    min-height: 440px !important;
  }

  .teaser_vacancy__image {
    width: 100%;
    margin-bottom: 10px;
  }

  .teaser_vacancy__h__desc {
    width: 100%;
  }
}

.teaser:hover .teaser__title {
  color: var(--main-color);
}

#content {
  padding-top: 30px;
  overflow: hidden;
}

.b-accordion {
  padding-top: 10px;
  padding-bottom: 20px;
}

.b-accordion-control {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 10px;
}

.b-accordion-arrow__wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
}

.b-accordion-arrow {
  position: absolute;
  border: none;
  width: 10px;
  height: 7px;
  margin-top: -3px;
  top: 50%;
  right: 0;
  background: url(../assets/images/icons/chevron.svg) 0 0 no-repeat;
  background-size: contain;
}

.b-accordion-control:hover {
  color: var(--main-color);
}

.b-accordion-control:hover .b-accordion-arrow {
  background: var(--scroll-top) 0 0 no-repeat;
  background-size: contain;
}

.b-accordion-item--active .b-accordion-arrow {
  transform: rotate(180deg);
}

.general_synonyms {
  font-size: 12px;
  color: #8499A7;
  font-family: var(--medium-font), sans-serif;
}

@media (max-width: 991px) {
  .general_synonyms {
    margin-bottom: 20px;
  }
}

.active .slider_transition--1 {
  transition-delay: 500ms;
}

.active .slider_transition--2 {
  transition-delay: 600ms;
}

.active .slider_transition--3 {
  transition-delay: 700ms;
}

.custom-divider2,
.custom-divider3 {
  display: none;
  clear: both;
}

@media only screen and (min-width: 992px) {
  .custom-divider3 {
    display: block;
  }
}

.teaser_highlighting:hover .teaser__title a {
  color: var(--main-color);
}

.subscribe_container {
  float: right;
  display: inline-block;
}

.owl-controls {
  pointer-events: none;
}

.owl-controls>div {
  pointer-events: all;
}

.u-super-hreffer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.teaser:hover .teaser__title a {
  color: var(--main-color);
}

/* Resume and vacancies */
.inputfile {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile__label {
  margin-right: 15px;
}

.inputfile__span {
  line-height: 44px;
}

.resume-textarea {
  resize: vertical;
  width: 100%;
  line-height: 46px;
  padding: 0 20px;
  background: #FFF;
  border: 1px solid #D4DDE5;
  box-shadow: inset 0 3px 6px rgba(187, 193, 200, .44);
  color: #28292B;
  font-size: 16px;
  border-radius: 4px !important;
  font-family: var(--regular-font), sans-serif;
}

.resume-textarea:focus {
  border: 1px solid #9AA7B2;
}

.resumeError {
  color: #DA1C15 !important;
  margin-bottom: 16px;
}

.vacancyteaser {
  height: 292px !important;
}

.vacancyteaser .teaser__title {
  max-height: 160px;
}

#resumeForm .styler .jq-selectbox__dropdown li {
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.rollout {
  position: absolute;
  display: block;
  bottom: 0;
  height: 100%;
  width: 723px;
  padding-right: 65.5px;
  z-index: 0;
}

.rollout div {
  width: 100%;
  height: 100%;
  background-color: #D5EFC0;
}

.main_page_news .teaser__content {
  max-height: 77px;
}

.main_page_news .teaser__title {
  max-height: 100px;
}

.u-align-super {
  vertical-align: super;
}

.b-oferta {
  font-size: 14px;
  color: #BBC1C8;
  margin-bottom: 20px;
}

.footer__feedback_form_trigger {
  font-weight: bold;
}

.footer__feedback_form_trigger:hover {
  color: var(--main-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.editor_style ul:not([class]) li {
  list-style-type: none !important;
}

.banner.mission {
  background: linear-gradient(#BDEAFF, #E4F8FF);
}

.banner.mission .banner__big_img2 img {
  width: 130%;
  margin-left: -30%;
  max-width: initial;
}

.alert-error {
  border-radius: 4px;
  background-color: #FFEFF0;
  color: red;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
}

.popup__inner .editor_style p,
.popup__inner .editor_style ul:not([class]) {
  margin-bottom: 1em !important;
}

.popup__inner .editor_style h1,
.popup__inner .editor_style h2,
.popup__inner .editor_style h3 {
  margin-top: 2em;
  margin-bottom: 1em;
}

/* seo banner */
.b-seobanner {
  background-color: #EDF2F5;
  padding-top: 82px;
  padding-bottom: 50px;
}

.b-seobanner__inner {
  display: inline-block;
  max-width: 780px;
  width: 100%;
}

.b-seobanner__heading {
  font-size: 25px;
  letter-spacing: -.2px;
  margin-bottom: 7px;
}

.b-seobanner-accordion {
  padding: 32px 0;
  border-bottom: 1px solid #E0E0E0;
  width: 100%;
}

.b-seobanner-accordion.active .b-seobanner-accordion__text {
  max-height: 10000px;
}

.b-seobanner-accordion__text {
  padding-left: 30px;
  line-height: 28px;
  max-height: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.b-seobanner-accordion__text::before {
  content: '';
  display: block;
  padding-top: 27px;
}

.b-seobanner-accordion__heading {
  font-weight: 600;
  transition: color .2s ease;
  cursor: pointer;
  position: relative;
  padding-right: 18px;
}

.b-seobanner-accordion__heading:hover {
  color: var(--main-color);
}

.b-seobanner-accordion__heading::after {
  content: '+';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  font-weight: 100;
}

.b-seobanner-accordion.active .b-seobanner-accordion__heading::after {
  content: '–';
}

/* analyses */
@media (min-width: 992px) {
  .teaser:hover {
    box-shadow: 0 2px 8px rgba(81, 107, 159, .23);
    -webkit-transition: box-shadow .1s ease;
    -moz-transition: box-shadow .1s ease;
    -o-transition: box-shadow .1s ease;
    transition: box-shadow .1s ease;
    cursor: pointer;
  }
}

/* analyses end */
.crossed {
  text-decoration: line-through;
}

.teaser-active {
  z-index: 6;
}

.teaser-active {
  box-shadow: 0 2px 8px rgba(81, 107, 159, .23);
  -webkit-transition: box-shadow .1s ease;
  -moz-transition: box-shadow .1s ease;
  -o-transition: box-shadow .1s ease;
  transition: box-shadow .1s ease;
  cursor: pointer;
}

.sort_by_label {
  vertical-align: middle;
  height: 36px;
  line-height: 36px;
  margin-right: 5px;
}

.child-bold * {
  font-weight: bold;
}

.first-procedure-highlight {
  background-color: #F5F7F9;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 13px;
  border: 1px solid #B8C4CB;
}

.slider::before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 50%;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .2);
}

input:checked+.slider {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider::before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Record_search */
.record-search__popular .loader {
  margin: 0 auto;
}

.search-tags-wrap {
  display: flex;
  flex-wrap: wrap;
}

.record-search__popular-result .search-tag {
  flex: 1;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;

}

.record-search__popular-result .search-tag.disabled {
  opacity: .5;
  cursor: not-allowed;
}

.record-search__popular-result .search-tag.disabled:hover {
  color: inherit;
}

.record-search__popular-result .search-tag:hover {
  color: var(--dark-color);
}

.record-search__popular-result .search-tag:last-child {
  margin-right: 0;
}

.doctors-wrap {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(3, calc(33.33% - 20px));
  margin: -10px;
}

.doctors-wrap:not(.doctors-wrap__show_all) :nth-child(n+7) {
  display: none;
}

.doctor-card {
  /* width: calc(25% - 20px); */
  background: #FFF;
  border: 1px solid #E1E4E7;
  border-radius: 8px;
  display: inline-block;
  position: relative;
  margin: 10px;
  height: 325px;
  overflow: hidden;
  cursor: pointer;
}

.doctor-card:only-child {
  display: none;
}

.doctors-wrap:not(:has(.doctor-card:nth-child(2)))+.no-specialists-placeholder {
  display: block !important;
  width: 100%;
  text-align: center;
  margin: 48px 0;
  text-wrap: balance;
}

.doctor-card.doctor-card_any-doc--disabled {
  opacity: .3;
  user-select: none;
  cursor: not-allowed;
  pointer-events: none;
}

.doctor-card__photo {
  max-width: 100%;
  padding: 20px;
}

.doctor-card__img {
  background: url(../assets/images/specialist-placeholder.png) 50% no-repeat;
  background-size: contain;
  height: 150px;
  margin: 20px 10px;
}

.doctor-card__description {
  min-height: 160px;
  border-top: 1px solid #EDF2F5;
  padding: 20px 20px 55px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #FFF;
}

.doctor-card__name {
  font-size: 14px;
  line-height: 20px;
  transition: color .2s;
  margin-bottom: 5px;
}

body.cecutient .doctor-card__name,
body.cecutient .doctor-card__info {
  font-size: 20px;
}

.doctor-card:hover .doctor-card__name,
.doctor-card--selected .doctor-card__name {
  color: var(--dark-color);
}

.doctor-card__info {
  display: block;
  color: #7C90A0;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--regular-font);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: height .3s;
  cursor: default;
  max-height: 60px;
}

.doctor-card__info__no-selected {
  background-color: var(--second-dark-color);
  color: #fff;
  padding: 0.1em 0.4em;
  border-radius: 0.2em;
  cursor: default;
}

.doctor-card:hover .doctor-card__info {
  display: block;
  max-height: 100%;
}

.doctor-card__price {
  font-family: var(--medium-font), sans-serif;
  position: absolute;
  bottom: 20px;
}

.doctor-card--selected {
  border: 1px solid var(--dark-color);
}

.doctor-card .icon-check-round {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 25px;
  color: var(--dark-color);
}

.doctor-card--selected .icon-check-round {
  display: block;
}

.btn-wrapper__add-service {
  font-family: var(--regular-font);
  font-size: 16px;
  line-height: 24px;
}

.services-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.service-card {
  background: #FFF;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  padding: 15px 20px;
  border-radius: 6px;
}

#modalSuccess .service-card {
  width: 48%;
  border: 1px solid #BFD2E2;
  margin: 12px 0 0 0;
}

@media (max-width: 767px) {
  #modalSuccess .service-card {
    width: 100%;
    border: 1px solid #BFD2E2;
    margin: 12px 0 0 0;
  }

  .doctor-card:hover .doctor-card__info {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.service-card__chosen {
  border: 1px solid var(--main-color);
  padding: 14px 19px;
}

.service-card+.service-card {
  margin-top: 15px;
}

.service-card__photo {
  max-width: 100%;
  padding: 20px;
}

.service-card__img {
  background: #EDF2F5 url('../assets/images/icons/icon_specialist.svg') center no-repeat;
  background-size: contain;
  flex: 0 0 56px;
  height: 56px;
  border-radius: 12px;
  margin-right: 20px;
}

.service-card__procedure .service-card__img,
.service-card__program .service-card__img {
  background-image: url('../assets/images/icons/icon_service.svg');
  background-origin: content-box;
  padding: 5px;
}

.service-card__doctor .service-card__img {
  background-position-y: 5px;
}

.service-card__description {
  flex-grow: 1;
}

.service-card__name {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  transition: color .2s;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  cursor: default;
}

.service-card__description:hover .service-card__light-on-hover {
  color: var(--dark-color);
  cursor: pointer;
}

.service-card__price {
  font-family: var(--medium-font), sans-serif;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 20px;
  cursor: default;
}

.service-card__price--promocode {
  margin-right: 10px;
  text-decoration: line-through;
  color: #7C90A0;
  font-family: var(--regular-font);
  font-size: 14px;
  line-height: 24px;
}

.service-card__change-busy-time {
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 991px) {
  .service-card__price {
    margin-left: 0;
  }

  .service-card__price>span {
    display: inline-flex;
    line-height: 20px;
    margin-top: 4px;
  }

  .service-card__price--promocode {
    margin-right: 0;
  }
}

.service-card_any-doc .service-card__name {
  font-family: var(--medium-font), sans-serif;
  color: var(--dark-color);
}

.service-card__remove {
  position: absolute;
  right: 20px;
  bottom: 14px;
  font-size: 14px;
  color: #7C90A0;
  cursor: pointer;
  transition: color .2s;
}

.service-card__remove:hover {
  color: var(--main-color);
}

.chosen-services__header {
  display: flex;
  align-items: center;
}

.chosen-services__title {
  font-family: var(--medium-font), sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: black;
  cursor: default;
}

.chosen-services__info {
  position: relative;
  margin-left: 6px;
}

.chosen-services__price {
  color: #BEC8D0;
  transition: color .3s;
  cursor: pointer;
}

.chosen-services__price:hover {
  color: var(--main-color);
}

body.cecutient .chosen-services__popup {
  font-size: 20px;
}

.chosen-services__popup {
  display: none;
  width: 400px;
  padding: 20px;
  position: absolute;
  z-index: 101;
  background-color: #FFF;
  border: 1px solid #E1E4E7;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #232427;
  left: -304px;
  top: -150px;
}

.chosen-services__price:hover+.chosen-services__popup {
  display: block;
}

.chosen-services__open-icon {
  background: var(--scroll-top) center no-repeat;
  background-size: 10px;
  width: 30px;
  height: 15px;
  display: inline-block;
  transition: transform .3s ease-out;
  cursor: pointer;
}

@media (max-width: 500px) {
  .btn-wrapper__add-service {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .btn-wrapper__add-service {
    flex: 1;
  }

}

@media (max-width: 424px) {
  .service-card__img {
    display: none;
  }

  .chosen-services__popup {
    width: 300px;
    bottom: unset;
    right: 0;
    left: -295px;
    top: -180px;
  }

  .chosen-services__title {
    padding-right: 10px;
    font-size: 14px;
  }

}

.specialist-card {
  position: relative;
  min-height: 200px;
  background-color: #FFF;
  border: 1px solid #E1E4E7;
  border-radius: 6px;
  box-shadow: 0 4px 25px rgba(184, 202, 212, .35);
  display: flex;
  flex-direction: column;
}

.specialist-card_options {
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: space-around;
  margin-bottom: 16px;
  width: 100%;
  flex-direction: column;
}

.specialist-card_options_row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 12px 30px;
  gap: 14px;
}

.specialist-card_options_row_filter {
  margin: 0;
  border: 1px solid #E1E4E7;
  border-radius: 6px;
  width: 260px;
}

.specialist-card_options_row_filter_description {
  font-size: 14px;
  margin-top: 8px;
}

.specialist-card__info {
  width: 100%;
  position: relative;
  padding: 12px 25% 30px 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: auto;
  min-height: 230px;
}

.specialist-card__name {
  font-size: 20px;
  margin-bottom: 12px;
  cursor: default;
}

.specialist-card__photo {
  height: calc(100% - 20px);
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 250px;
  min-height: 190px;
  width: fit-content;
  max-width: 250px;
  min-width: 190px;
}

.specialist-card__profession {
  font-size: 14px;
  color: #909EAA;
  margin-bottom: 40px;
  cursor: default;
}

.specialist-card__filters {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: end;
}

.specialist-card__specialities {
  min-width: 200px;
}

.specialist-card__appointment {
  margin-bottom: 40px;
}

.record_specialities_container+.specialist-card__price-wrap {
  margin-left: 60px;
}

.specialist-card__price {
  font-size: 18px;
  font-family: var(--bold-font);
}

.specialist-card__info-icon {
  cursor: pointer;
  margin-left: 10px;
  display: inline-block;
  color: rgba(144, 158, 170, .5);
  font-size: 16px;
}

.specialist-card__info-popup {
  display: none;
  width: 400px;
  padding: 20px;
  position: absolute;
  z-index: 101;
  background-color: #FFF;
  border: 1px solid #E1E4E7;
  border-radius: 6px;
  font-family: var(--regular-font);
  font-size: 14px;
  line-height: 20px;
  color: #232427;
}

.specialist-card__info-icon:hover .specialist-card__info-popup {
  display: block;
}

.specialist-card__list-item::before {
  content: "\2022";
  color: #909EAA;
  display: inline-block;
  width: 1em;
  transition: color .3s;
}

.specialist-card__info-icon:hover::before {
  color: #F3682D;
}

.specialist-card__no-records {
  font-family: var(--medium-font);
  font-size: 16px;
  line-height: 24px;
  color: #909EAA;
  position: absolute;
  bottom: 30px;
  font-weight: 600;
  letter-spacing: .5px;
}

.styler--variant-in-box {
  width: 100%;
  height: 42px;
  background: #FFF;
  border: 1px solid #CBD9E2;
  border-radius: 4px;
}

.styler--variant-in-box .jq-selectbox__select {
  padding: 0 40px 0 20px;
  line-height: 40px;
}

.styler--variant-in-box .jq-selectbox__trigger {
  right: 20px;
}

.styler--variant-in-box .jq-selectbox__dropdown {
  right: 0 !important;
  left: 0 !important;
  text-align: left;
  margin-top: 0;
}

@media (max-width: 991px) {
  .doctor-card__photo {
    padding: 15px;
    margin-top: 10px;
  }

  .specialist-card {
    flex-direction: column;
    margin-bottom: 30px;
    margin-top: -10px;
    height: initial;
  }

  .specialist-card__info {
    width: 100%;
    min-height: 170px;
  }
}

@media (max-width: 767px) {
  .doctors-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .doctor-card {
    width: 94%;
    display: flex;
    justify-content: space-between;
    height: 170px;
    flex-direction: row-reverse;
  }

  .doctor-card__photo {
    width: 145px;
    padding: 0;
    margin-top: 20px;
  }

  .doctor-card__img {
    width: 210px;
    margin: 20px 0 0;
    height: initial;
    background-position: bottom right;
  }

  .doctor-card__description {
    position: initial;
    border-top: none;
    padding-right: 0;
  }

  .doctor-card_any-doc .doctor-card__name {
    text-align: left;
  }

  .doctor-card__name,
  .doctor-card__price {
    font-size: 18px;
  }

  .doctor-card__name {
    line-height: 24px;
    margin-bottom: 5px;
  }

  /* .doctor-card:hover .doctor-card__info {
    display: -webkit-box;
  } */
}

@media (max-width: 585px) {
  .specialist-card__info {
    padding: 30px 5% 30px 30px;
  }

  .specialist-card__photo {
    display: none;
  }
}

@media (max-width: 500px) {
  .doctor-card {
    height: 190px;
  }

  .doctor-card__photo {
    margin-top: 45px;
  }

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

  .specialist-card__info {
    padding: 20px 20px 15px;
  }

  .specialist-card__appointment {
    margin-bottom: 25px;
  }

  .specialist-card__price-wrap {
    flex-direction: column;
  }

  .specialist-card__price {
    margin-bottom: 5px;
  }

  .specialist-card__info-popup {
    width: 100%;
  }

  .specialist-card__no-records {
    position: static;
  }

  .specialist-card__price-wrap {
    margin-left: 30px;
  }
}

@media (max-width: 600px) {
  .specialist-card__filters {
    flex-direction: column;
    align-items: flex-start;
  }

  .specialist-card__price-wrap {
    margin-left: 0;
    margin-top: 15px;
  }

  .record_specialities_container+.specialist-card__price-wrap {
    margin-left: 0;
  }
}

@media (max-width: 350px) {
  .doctor-card__photo {
    margin-top: 0;
    max-width: 120px;
    object-fit: contain;
  }
}

.search__subtext {
  color: #7E8D9B;
  font-size: 12px;
  margin-bottom: 30px;
}

.callback__form {
  max-width: 600px;
}

body.cecutient .popup__warning-msg {
  font-size: 20px;
}

.popup__warning-msg {
  color: #95A6B3;
  font-size: 12px;
  cursor: default;
}

@media (max-width: 767px) {
  .callback__form {
    max-width: initial;
    margin: 0 !important;
  }

  .popup .callback__form .input__row {
    padding: 0;
  }

  .search__subtext {
    display: none;
  }

  .popup__warning-msg {
    display: block;
  }
}

.record_speciality .speciality--info {
  display: inline-block;
  margin-left: 20px;
  max-width: 290px;
}

.specialist--info {
  margin-top: 15px;
  min-height: 36px;
}

.specialist--info-price {
  font-weight: bold;
}

.speciality-price {
  display: inline-block;
  margin-top: 85px;
  margin-left: 20px;
}

.all-doctors {
  display: block;
  position: relative;
  text-align: center;
  margin-top: 30px
}

.all-doctors__line {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #E1E4E7;
}

.all-doctors__btn {
  position: relative;
  display: inline-block;
  padding: 10px 35px;
  border: 1px solid #E1E4E7;
  background-color: #FFF;
  border-radius: 6px;
  font-family: var(--medium-font);
  font-size: 14px;
  line-height: 20px;
  color: #232427;
}

/* select bordered */
.select--bordered {
  background: #FFF;
  border: 1px solid #D2DCE4;
  border-radius: 4px;
  box-shadow: inset 0 4px 4px rgba(186, 194, 202, .44);
}

.select--bordered .jq-selectbox__select {
  padding: 11px 59px 11px 20px;
}

.select--bordered .jq-selectbox__trigger {
  margin-right: 20px;
}

/* select bordered END */
/* select bordered custom */
.select--bordered_custom {
  background: #FFF;
  border: 1px solid #D2DCE4;
  border-radius: 4px;
  height: 48px;
  box-shadow: inset 0 4px 4px rgba(186, 194, 202, .44);
}

.form_tax__delete_patient {
  float: right;
  font-size: 12px;
  padding: 0 15px;
  color: #8998A5;
  cursor: pointer;
}

@media (max-width: 991px) {
  .select--bordered_custom {
    width: 100%;
    margin-bottom: 3px;
  }

  .form_tax__phone {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .select--bordered_custom {
    width: 49%;
  }

  .form_tax__phone {
    width: 49%;
  }
}

.select--bordered_custom .jq-selectbox__select {
  padding: 11px 59px 11px 20px;
}

.select--bordered_custom .jq-selectbox__trigger {
  margin-right: 20px;
}

.select--bordered_custom .jq-selectbox__dropdown ul {
  max-height: 150px;
}

/* select bordered END */
.verify__footer {
  padding: 40px 50px 50px;
}

.addresses__dropdown {
  cursor: pointer;
  color: rgb(254, 84, 3);
}

.trigger__arrow {
  position: relative;
  top: 10px;
  left: 5px;
  border: none;
  width: 10px;
  height: 7px;
  background: var(--scroll-top) 0 0 no-repeat;
  background-size: contain;
  transition: transform .3s ease;
}

.addresses__dropdown.opened .trigger__arrow {
  transform: rotate(-180deg);
}

.verify--image {
  position: absolute;
  right: 0;
  top: 253px;
}

.verify--image img {
  max-width: 250px;
}

.fl-cont-rescord {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.popover {
  position: relative;
  min-width: 300px;
  background-color: #FFF;
  padding: 20px 50px 10px 20px;
  color: #28292B !important;
  box-shadow: 0 1px 10px rgba(6, 72, 122, .18);
  border-radius: 4px;
}

.popover-inner>ymaps {
  height: auto !important;
  max-width: 100%;
}

.popover .close {
  float: right;
  position: absolute;
  top: 5px;
  right: 14px;
  font-size: 24px;
  color: #9DA7B1;
}

.popover .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}

.popover .arrow,
.popover .arrow::after {
  position: absolute;
  top: -5px;
  transform: translateX(25%);
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow::after {
  border-width: 10px;
  content: "";
  border-bottom-color: #FFF;
  border-top-width: 0;
}

.popover .coming-soon {
  display: inline-block;
  color: #9DA7B1;
  text-transform: uppercase;
  font-size: .6em;
  letter-spacing: .03em;
  padding: .5em;
  padding-left: 1em;
  background: #EDF2F5;
  border-top-left-radius: 4px;
}

.navigation__menu .coming-soon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 72px;
  height: 20px;
  font-family: var(--regular-font), sans-serif;
  color: #9DA7B1;
  text-transform: uppercase;
  background: #EDF2F5;
  letter-spacing: .03em;
  font-size: 10px;
  border-top-left-radius: 4px;
  padding: 10px;
}

.val_top {
  vertical-align: top;
}

.val_bottom {
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .u-mobile-full-width {
    display: block;
    float: none;
    width: 100% !important;
    padding-right: 0 !important;
  }

  .fl-cont-rescord {
    flex-direction: column;
  }
}

.search [class^="search__button"] {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1200px) {
  .container {
    width: auto;
    min-width: 100%;
  }
}

@media (max-width: 1120px) {
  .banner__inner .row .col-md-4 {
    width: 100%;
  }

  .banner__inner .row .col-md-8 {
    width: 100%;
  }
}

.container__contact_form {
  display: flex;
  flex-direction: column;
}

.r10 {
  padding-right: 10px;
}

.l10 {
  padding-left: 10px;
}

sup {
  font-size: smaller;
  vertical-align: super;
}

@media (max-width: 767px) {
  .container__contact_form {
    flex-direction: column;
  }
}

@media only screen and (max-width: 991px) {
  .popup .popup__hide {
    top: -49px;
    right: 49px;
    left: auto;
  }
}

.not-active-text {
  color: #83AAB6;
}

.active-text {
  color: var(--light-color);
}

.teaser .preview {
  width: 100%;
  height: 115px;
  background-color: #E4E4E4;
  margin-bottom: 22px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.teaser .preview img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.teaser .preview .play-icon {
  z-index: 10;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: #FF5C14 url('../assets/images/icons/play-icon.svg') 56% 50% no-repeat;
  background-size: 15px;
}

.tabs-wrapper .tabs {
  display: flex;
  position: relative;
}

@media (min-width: 767px) {
  .popup__close~.tabs {
    width: calc(100% - 52px);
  }
}

.tabs-wrapper .tabs li {
  width: 33.333%;
  display: flex;
  border-bottom: 1px solid #E1E4E7;
  padding: 1rem .8rem;
  font-family: var(--medium-font);
  background: #EDF2F5;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  color: #95A6B3;
}

.tabs-wrapper .tabs li:not(:first-child) {
  border-left: 1px solid #EDF2F5;
}

.tabs-wrapper .tabs li.active {
  background: #FFF;
  border-bottom-color: #FFF;
  color: #232427;
}

.tabs-wrapper .tabs li.active a {
  color: rgb(254, 82, 15);
}

.tabs-wrapper .tabs li span {
  margin: auto;
}

.tabs-wrapper .tabs span.stub {
  display: none;
}

/* Language selector */
.select-language {
  z-index: 1;
  user-select: none;
}

.select-language .selectize-dropdown.selectize--line__dropdown-right {
  right: 0 !important;
  left: auto !important;
}

.select-language .selectize--line .selectize-input>div.item {
  margin-right: 20px;
}

.select-language--open-top .selectize-dropdown {
  top: initial !important;
  bottom: 45px !important;
}

.select-language .selectize-control .selectize-dropdown-content {
  overflow: visible;
  max-height: unset;
  width: 300px;
  display: flex;
  flex-flow: row wrap;
  padding: 15px 0;
}

.select-language .selectize-control div.item,
.select-language .selectize-control .selectize-dropdown-content div.option {
  display: flex;
  align-items: center;
  font-family: var(--bold-font);
  text-transform: uppercase;
}

.select-language .selectize-control .selectize-dropdown-content div.option {
  width: 33.33%;
  padding: 10px 15px;
  color: #232427;
  border-right: 1px solid #E4E6E8;
}

.select-language .selectize-control .selectize-dropdown-content div.option:nth-of-type(3n) {
  border-right: none;
}

.select-language .selectize-control .selectize-dropdown-content div.option:hover {
  color: var(--light-color);
}

.select-language .selectize-control .selectize-dropdown-content div.option::before,
.select-language .selectize-control .selectize-input div.item::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  border: 1px solid #9AA7B2;
  margin-right: 10px;
}

.select-language .selectize-control .selectize-dropdown-content div.option::before {
  position: relative;
}

.select-language .selectize-control .selectize-dropdown-content div.option[data-value='deu']::before,
.select-language .selectize-control .selectize-input div.item[data-value='deu']::before {
  background-image: url('../assets/images/flags/f-deu.svg');
}

.select-language .selectize-control .selectize-dropdown-content div.option[data-value='cha']::before,
.select-language .selectize-control .selectize-input div.item[data-value='cha']::before {
  background-image: url('../assets/images/flags/f-cha.svg');
}

.select-language .selectize-control .selectize-dropdown-content div.option[data-value='eng']::before,
.select-language .selectize-control .selectize-input div.item[data-value='eng']::before {
  background-image: url('../assets/images/flags/f-eng.svg');
}

.select-language .selectize-control .selectize-dropdown-content div.option[data-value='fra']::before,
.select-language .selectize-control .selectize-input div.item[data-value='fra']::before {
  background-image: url('../assets/images/flags/f-fra.svg');
}

.select-language .selectize-control .selectize-dropdown-content div.option[data-value='ces']::before,
.select-language .selectize-control .selectize-input div.item[data-value='ces']::before {
  background-image: url('../assets/images/flags/f-ces.svg');
}

.select-language .selectize-control .selectize-dropdown-content div.option[data-value='spa']::before,
.select-language .selectize-control .selectize-input div.item[data-value='spa']::before {
  background-image: url('../assets/images/flags/f-spa.svg');
}

.select-language .selectize-control .selectize-dropdown-content div.option[data-value='ita']::before,
.select-language .selectize-control .selectize-input div.item[data-value='ita']::before {
  background-image: url('../assets/images/flags/f-ita.svg');
}

.select-language .selectize-control .selectize-dropdown-content div.option[data-value='kor']::before,
.select-language .selectize-control .selectize-input div.item[data-value='kor']::before {
  background-image: url('../assets/images/flags/f-kor.svg');
}

.select-language .selectize-control .selectize-dropdown-content div.option[data-value='tur']::before,
.select-language .selectize-control .selectize-input div.item[data-value='tur']::before {
  background-image: url('../assets/images/flags/f-tur.svg');
}

.select-language .selectize-control .selectize-dropdown-content div.option[data-value='rus']::before,
.select-language .selectize-control .selectize-input div.item[data-value='rus']::before {
  background-image: url('../assets/images/flags/f-rus.svg');
}

.select-language .selectize-control .selectize-dropdown-content div.option[data-value='uz']::before,
.select-language .selectize-control .selectize-input div.item[data-value='uz']::before {
  background-image: url('../assets/images/flags/f-uz.svg');
}

/* end Language selector */
.radio-languages-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.radio-languages {
  border-radius: 4px;
  background-color: #FFF;
  border: 1px solid #D1DDE5;
  padding: 15px;
  font-family: var(--regular-font), sans-serif;
  font-size: 1rem;
  position: relative;
  transition: color .2s, border-color .2s;
  margin: 0 10px;
  margin-bottom: 20px;
  text-align: center;
  width: 21.7%;
}

.radio-languages:hover {
  color: rgb(254, 82, 15);
  border-color: #FD510F;
}

.radio-languages.on {
  color: #FFF;
  border-color: #FD510F;
  background: #FD510F;
}

.radio-languages input[type="radio"] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
}

@media (max-width: 767px) {
  .radio-languages-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -15px;
  }

  .radio-languages {
    margin: 0 15px;
    margin-bottom: 20px;
    flex: 1 1;
    flex-basis: 40%;
    text-align: center;
    max-width: calc(50% - 30px);
  }
}

/* FIX !!!!!!!! */
@media (max-width: 767px) {
  .popup__header {
    padding: 20px;
  }

  .popup__inner {
    padding: 20px;
  }
}

@media (max-width: 424px) {
  .radio-languages-wrapper {
    margin: 0 -5px;
  }

  .radio-languages {
    margin: 0 5px;
    margin-bottom: 20px;
    max-width: calc(50% - 10px);
  }

  .tabs-wrapper .tabs li {
    padding: .5rem .8rem;
    font-size: .9rem;
    transition: width .2s;
    width: 27%;
    position: relative;
    overflow: hidden;
  }

  .tabs-wrapper .tabs li.active {
    width: 45%;
  }

  .tabs-wrapper .tabs li:not(.active)::after {
    content: '';
    display: block;
    width: 30px;
    position: absolute;
    top: 0;
    right: -5px;
    bottom: 0;
    background: linear-gradient(to left, #ECF1F6 40%, #ECF1F600);
  }
}

.select {
  position: relative;
  display: inline-block;
}

.select .btn {
  position: relative;
  padding-right: 30px;
  font-family: var(--bold-font), sans-serif;
  -webkit-tap-highlight-color: transparent;
}

.select .btn::after {
  content: '';
  background-image: url(../assets/images/icons/chevrone.svg);
  display: block;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background-position: center;
  transition: transform .3s;
}

.select .dropdown {
  display: none;
  background: #FFF;
  position: absolute;
  right: 0;
  top: 110%;
  left: -30px;
  border: 1px solid #E3E7E9;
  transition: color .3s;
}

.select .dropdown li {
  padding: 15px 25px;
  text-transform: uppercase;
  font-size: .9rem;
  font-family: var(--medium-font), sans-serif;
  cursor: pointer;
}

.select .dropdown li+li {
  border-top: 1px solid #E3E7E9;
}

.select .dropdown li:hover {
  color: #FE5303;
}

.select .btn.active::after {
  transform: translateY(-50%) rotate(-90deg);
}

.select .btn.active+.dropdown {
  display: block;
}

/* LANGUAGES */
body eng,
body ces,
body fra,
body ita,
body cha,
body spa,
body deu,
body kor,
body tur,
body uz,
.multi-languages rus {
  display: none;
}

.multi-languages[lang=eng] eng,
.multi-languages[lang=cha] cha,
.multi-languages[lang=fra] fra,
.multi-languages[lang=deu] deu,
.multi-languages[lang=ces] ces,
.multi-languages[lang=spa] spa,
.multi-languages[lang=ita] ita,
.multi-languages[lang=kor] kor,
.multi-languages[lang=tur] tur,
.multi-languages[lang=rus] rus,
.multi-languages[lang=uz] uz {
  display: inline-block;
}

.js-specialisations .jq-selectbox__select {
  font-size: 14px;
  color: rgba(254, 73, 2, 255);
  font-family: var(--bold-font);
}

/* Specialist Schedule  */
.specialist-schedule {
  margin-bottom: 20px;
}

.specialist-schedule__header {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 1px solid #E1E4E7;
  align-items: center;
}

.specialist-schedule__title {
  font-family: var(--medium-font);
  font-size: 20px;
  line-height: 36px;
  margin-right: auto;
}

.specialist-schedule__filter {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.specialist-schedule__wrap {
  position: relative;
}

.specialist-schedule__days {
  overflow-x: hidden;
  white-space: nowrap;
  font-size: 0;
}

.specialist-schedule__day {
  cursor: pointer;
  margin: 30px 0;
  position: relative;
  white-space: initial;
  display: inline-block;
  height: 90px;
  width: 150px;
  padding: 10px 15px;
  border: 1px solid #E1E4E7;
  border-radius: 6px;
  transition: border-color .3s;
  overflow: hidden;
}

.specialist-schedule__day+.specialist-schedule__day {
  margin-left: 20px;
}

.specialist-schedule__day--disabled {
  background-color: #F4F5F7;
  border-color: #E1E4E7;
  cursor: unset;
}

.specialist-schedule__day--disabled>div {
  color: #95A6B3;
  opacity: 1;
}

.specialist-schedule__day:not(.specialist-schedule__day--disabled):hover {
  border-color: var(--main-color);
}

.specialist-schedule__monthday {
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  top: 15px;
  left: 15px;
}

.specialist-schedule__date {
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.specialist-schedule__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.specialist-schedule__time {
  font-family: var(--medium-font);
  font-size: 18px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  transition: opacity .3s;
}

.specialist-schedule__count {
  font-size: 14px;
  line-height: 24px;
  color: var(--main-color);
  position: absolute;
  bottom: 15px;
  right: 15px;
  transition: opacity .3s;
}

.specialist-schedule__record {
  font-family: var(--medium-font);
  font-size: 14px;
  color: var(--main-color);
  position: absolute;
  bottom: 15px;
  opacity: 0;
  transition: opacity .3s;
}

.specialist-schedule__no-record {
  font-family: var(--medium-font);
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  bottom: 15px;
}

.specialist-schedule__day:hover .specialist-schedule__record {
  opacity: 1;
}

.specialist-schedule__day:hover .specialist-schedule__time,
.specialist-schedule__day:hover .specialist-schedule__count {
  opacity: 0;
}

.specialist-schedule__wrap .slider-btn {
  position: absolute;
  top: 50%;
  margin-top: -20px;
}

.specialist-schedule__wrap .slider-btn:first-child {
  left: -50px;
}

.specialist-schedule__wrap .slider-btn:last-child {
  right: -50px;
}

.no-available-records {
  border: 1px solid #E1E4E7;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 25px 40px 25px 150px;
  background: url(../assets/images/icons/no-record.svg) 40px center no-repeat;
  background-size: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.no-available-records__btn {
  white-space: nowrap;
  margin-left: 40px;
}

.no-available-records__title {
  font-family: var(--medium-font);
  font-size: 16px;
  line-height: 24px;
}

.no-available-records__text {
  font-size: 14px;
  line-height: 24px;
  color: #909EAA;
}

.selectize-control .selectize-input.input-active div.item {
  white-space: inherit;
}

.no-available-records .loader-wrapper {
  width: 240px;
  display: flex;
  justify-content: center;
  margin-left: 40px;
}

@media (max-width: 991px) {
  .specialist-schedule-wrap {
    margin: 0 -20px;
  }

  .specialist-schedule-wrap .carousel-btn {
    display: none;
  }

  .specialist-schedule-days {
    padding: 0 20px;
    overflow-x: auto;
  }

  .specialist-schedule-day:last-child {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .no-available-records {
    padding-top: 125px;
    padding-left: 25px;
    padding-right: 25px;
    background-position: 25px 25px;
    flex-direction: column;
    align-items: flex-start;
  }

  .no-available-records__btn {
    margin: 30px 0 0;
  }

  .specialist-schedule .specialist-filters-bar .doctor_profile {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .specialist-schedule .specialist-filters-bar {
    flex-direction: column;
  }

  .specialist-schedule .specialist-filters-bar .doctor_profile {
    margin: 0;
  }

  .specialist-schedule-header {
    margin-bottom: 5px;
  }
}

@media (max-width: 500px) {
  .specialist-schedule {
    margin-bottom: 40px;
  }
}

@media (max-width: 424px) {
  .specialist-schedule {
    margin-bottom: 35px;
  }
}

/* end Specialist Schedule  */
/* Notification */
.notification-wrapper {
  background-color: #F1F3F3;
  top: -1000px;
  height: 0;
  opacity: 0;
  position: relative;
  width: 100%;
  transition: height .4s cubic-bezier(.74, .21, .32, .99), opacity .4s cubic-bezier(.74, .21, .32, .99), top .4s cubic-bezier(.74, .21, .32, .99), transform .4s cubic-bezier(.74, .21, .32, .99);
  box-shadow: 0 5px 10px -5px rgba(64, 107, 162, .23);
}

.notification-wrapper>* {
  opacity: 0;
  height: 0;
  z-index: -9999;
}

.notification-wrapper.open {
  height: 75px;
  opacity: 1;
  top: initial;
}

.notification-wrapper.open>* {
  opacity: 1;
  z-index: unset;
}

.notification-wrapper #close-notification {
  position: absolute;
  top: 45%;
  left: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #95A6B3;
}

.notification-wrapper .logo-app {
  width: 45px;
  height: 53px;
  margin-left: 45px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.notification-inner {
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  padding: 10px 70px 10px 0;
  height: 73px;
}

.notification-title {
  font-family: var(--medium-font), sans-serif;
  line-height: 1.7;
  font-size: 14px;
}

.notification-text,
.notification-subtext {
  font-size: 12px;
  line-height: 1.3;
}

.notification-subtext {
  color: rgb(137, 152, 165);
}

.notification-wrapper #btn-download {
  font-size: 14px;
  padding: 15px 10px;
  color: rgb(254, 78, 3);
  text-transform: uppercase;
  line-height: 1.8;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  height: 55px;
  font-family: var(--medium-font), sans-serif;
}

@media (min-width: 424px) {
  .notification-wrapper.open {
    height: 90px;
  }

  .notification-wrapper::before {
    left: 10px;
  }

  .notification-wrapper .logo-app {
    width: 60px;
    height: 71px;
    margin-left: 45px;
    margin-right: 20px;
  }

  .notification-inner {
    padding: 13px 70px 13px 0;
    left: 120px;
    height: 89px;
  }

  .notification-title {
    font-size: 16px;
  }

  .notification-text,
  .notification-subtext {
    font-size: 14px;
  }

  .notification-wrapper #btn-download {
    right: 15px;
  }
}

/* End Records-popups */
.header-with-languages {
  position: relative;
}

.header-with-languages.popup__header {
  padding: 0 50px;
}

.header-with-languages .header__title {
  margin-right: 150px;
  padding: 35px 0;
  font-family: var(--medium-font);
  font-size: 24px;
  line-height: 23px;
}

.header-with-languages .select-language {
  position: absolute;
  top: 50%;
  right: 85px;
  transform: translateY(-50%);
}

/* Ordering Information Popup */
.ordering-information__description {
  margin-bottom: 30px;
  font-family: var(--regular-font);
  font-size: 14px;
  line-height: 24px;
}

.ordering-information__description.ordering-information__description--main {
  margin-bottom: 0;
}

.popup__row--two-elements .popup__row-item {
  margin-top: 10px;
  position: relative;
}

.ordering-information__remove-icon {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  background: url(../assets/images/default/remove-item.png) no-repeat;
  width: 16px;
  height: 18px;
  cursor: pointer;
}

.tax-medicines__remove-icon {
  z-index: 999;
  position: absolute;
  top: 10%;
  right: -160px;
  transform: translateY(-50%);
  background: url(../assets/images/default/remove-item.png) no-repeat;
  width: 16px;
  height: 18px;
  cursor: pointer;
}

@media (max-width: 767px) {
  #orderingInformationModal .popup__row--two-elements .popup__row-item:nth-of-type(2n):not(:nth-of-type(2)) {
    width: 44%;
    margin-right: auto;
    margin-left: auto;
  }

  .ordering-information__remove-icon {
    right: -25px;
  }

  .tax-medicines__remove-icon {
    right: 10px;
    top: 10%;
  }

  .ordering-information__description {
    line-height: 20px;
  }
}

@media (max-width: 424px) {
  #orderingInformationModal .popup__row--two-elements .popup__row-item:nth-of-type(2n):not(:nth-of-type(2)) {
    width: 90%;
    margin-left: unset;
  }
}

/* Payment Popup */
#paymentModal .popup__row--last {
  margin-top: 50px;
}

#paymentModal .popup__row--last .base-btn {
  margin: 0;
}

.payment-modal__description {
  margin-bottom: 30px;
}

.payment-modal__info-row {
  background: #EEF2F5;
  padding: 15px 45px;
  margin: 10px 0 20px;
  display: flex;
  justify-content: space-between;
}

.payment-modal__info-row__label,
.payment-modal__label {
  color: #9CA5B0;
  font-size: 10px;
  font-family: var(--bold-font);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.payment-modal__services-list {
  border-top: 1px solid #D4DDE5;
  margin-bottom: 30px;
}

.payment-modal__service {
  padding: 15px 0;
  border-bottom: 1px solid #D4DDE5;
}

.payment-modal__service-name {
  padding-bottom: 10px;
  line-height: 28px;
}

.payment-modal__service-price {
  font-family: var(--medium-font);
}

.payment-modal__invoice-amount {
  font-family: var(--bold-font);
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

@media (max-width: 424px) {
  .cart__removed-item--active.cart__item-text-removed {
    margin-left: -55px;
  }

  .cart__removed-item--active .cart__item-restore {
    margin: 0 -15px;
  }
}

/* END */
/* Test card */
.test-card {
  background: #EDF2F5;
  padding: 60px;
  margin: 50px 0;
}

.test-card__inner {
  background: #FFF;
  border-radius: 4px;
}

.test-card__question-title {
  font-size: 24px;
  font-family: var(--bold-font);
  padding: 40px 30px;
  border-bottom: 1px solid #F0F2F3;
}

.test-card__question-answer {
  padding: 20px 30px 20px 70px;
  border-bottom: 1px solid #F0F2F3;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  transition: color .2s;
}

.test-card__question-answer.no-border {
  border-bottom: none;
}

.test-card__question-answer input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.test-card__question-radio {
  position: absolute;
  top: 50%;
  left: 30px;
  height: 20px;
  width: 20px;
  border: 1px solid #E0E6E9;
  background-color: #FFF;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: border .2s, background .2s;
}

.test-card__question-radio::after {
  content: '';
  position: absolute;
  opacity: 0;
  width: 7px;
  height: 7px;
  background: #FFF;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .2s;
}

.test-card__question-checkbox {
  position: absolute;
  top: 50%;
  left: 30px;
  height: 20px;
  width: 20px;
  border: 1px solid #E0E6E9;
  background-color: #FFF;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: border .2s, background .2s;
}

.test-card__question-checkbox::after {
  content: '';
  position: absolute;
  opacity: 0;
  width: 7px;
  height: 7px;
  background: #FFF;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .2s;
}

.test-card__question-answer:hover {
  color: var(--light-color);
}

.test-card__question-answer:hover .test-card__question-radio {
  border-color: var(--light-color);
}

.test-card__question-answer input:checked~.test-card__question-radio {
  border-color: var(--light-color);
  background: var(--light-color);
}

.test-card__question-answer input:checked~.test-card__question-radio::after {
  opacity: 1;
}

.test-card__question-answer:hover .test-card__question-checkbox {
  border-color: var(--light-color);
}

.test-card__question-answer input:checked~.test-card__question-checkbox {
  border-color: var(--light-color);
  background: var(--light-color);
}

.test-card__question-answer input:checked~.test-card__question-checkbox::after {
  opacity: 1;
}

.test-card__question-footer {
  padding: 40px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.test-card__question-counter {
  color: #96A9B4;
  width: 50%;
}

/* Poll card. TODO: Remove later */
.poll-card__question-counter {
  color: #96A9B4;
  width: 50%;
  font-size: 15px;
}

.poll-card__question-btn {
  width: 100%;
  text-align: right;
}

/* END POLL */
.test-card__question-btn {
  width: 50%;
  text-align: right;
}

.test-card__question-error {
  width: 100%;
  padding-left: 30px;
  background: url(../assets/images/icons/attention.svg) 0 no-repeat;
  background-size: 21px;
  color: #95A9B4;
  font-size: 14px;
  margin-top: 20px;
}

.test-card__result {
  padding: 40px 30px;
  text-align: center;
}

.test-card__result-title {
  font-size: 24px;
  font-family: var(--bold-font);
  margin-bottom: 30px;
}

.test-card__result-description {
  line-height: 28px;
  margin-bottom: 50px;
}

.test-card__back-btn {
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--medium-font), sans-serif;
}

.test-card__anew-btn-wrap {
  text-align: center;
  padding-top: 40px;
}

.test-card__anew-btn {
  display: inline-block;
  color: var(--main-color);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .56px;
  font-family: var(--medium-font), sans-serif;
  cursor: pointer;
}

.test-card__anew-btn>i {
  margin-right: 10px;
  vertical-align: initial;
}

@media (max-width: 767px) {
  .test-card {
    margin: 30px -20px;
    padding: 50px 20px;
  }

  .test-card__question-title {
    font-size: 18px;
  }
}

@media (max-width: 424px) {
  .test-card__question-title {
    padding: 30px 25px;
  }

  .test-card__question-answer {
    padding: 20px 25px 20px 65px;
  }

  .test-card__question-radio {
    left: 25px;
  }

  .test-card__question-checkbox {
    left: 25px;
  }

  .test-card__question-footer {
    padding: 30px 25px;
    flex-direction: column-reverse;
  }

  .test-card__question-btn,
  .test-card__question-btn button {
    width: 100%;
  }

  .test-card__question-counter {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: -10px;
  }

  .test-card__question-error {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 424px) {
  .header-with-languages .select-language {
    right: 10px;
  }

  .popup .header__title {
    font-size: 22px;
    line-height: 22px;
  }
}

/* END */
/* Новые направления и болезни */
.departments-title {
  font-family: var(--medium-font), sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 65px;
  padding: 40px;
  background-color: #EDF2F5;
  border-radius: 6px;
}

.departments-section__header {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.departments-section__title__img {
  width: 60px;
  height: 60px;
  margin-right: 25px;
  background-repeat: no-repeat;
  background-position: center;
}

.departments-section__title {
  font-family: var(--medium-font), sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.departments-section {
  position: relative;
}

.departments-section+.departments-section {
  margin-top: 60px;
}

.departments-section__sub {
  position: relative;
  margin-left: 15px;
  color: #9CA5B0;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
}

.departments-section__popup-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #BEC8D0;
  transition: color .3s;
}

.departments-section__popup-text {
  margin-left: 30px;
  font-family: var(--regular-font);
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: var(--dark-color);
  opacity: 0;
  transition: opacity .3s;
}

.departments-section__sub:hover .departments-section__popup-text {
  opacity: 1;
}

.departments-section__sub:hover i {
  color: var(--main-color);
}

.departments-section .accordion-header:hover {
  cursor: pointer;
}

.departments-section-wrap {
  position: relative;
  margin-bottom: 80px;
}

/* Departments popup */
.departments-section__popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 750px;
  background: #FFF;
  box-shadow: 0 15px 46px rgba(6, 72, 122, .18);
  padding: 45px;
  padding-bottom: 55px;
  margin-top: -30px;
}

.departments-section__popup_header {
  margin-bottom: 30px;
}

.departments-section__head {
  display: flex;
  align-items: center;
}

.departments-section__popup_avatar {
  width: 80px;
  height: 80px;
  padding: 4px 2px 0;
  border-radius: 12px;
  background-color: #EDF2F5;
  margin-right: 25px;
}

.departments-section__popup_body a {
  color: var(--dark-color);
}

.departments-section__head-position {
  font-family: var(--regular-font), sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #909EAA;
}

.departments-section__head-name {
  font-family: var(--regular-font), sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: var(--dark-color);
}

.departments-section__department-name {
  font-family: var(--bold-font), sans-serif;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 15px;
}

.departments-section__popup_header__left h4 {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}

.departments-section__popup_header__left a {
  color: var(--main-color);
}

@media (max-width: 767px) {
  .departments-section__sub {
    margin: 20px 0 0;
  }

  /* Departments popup */
  .departments-section__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .departments-section .accordion-header:hover {
    background-color: unset;
  }

  .departments-section__popup-text {
    opacity: 1;
  }

  .departments-section__popup {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    box-shadow: 0 15px 46px rgba(6, 72, 122, .18);
    padding: 20px;
    padding-top: 35px;
    z-index: 101;
  }

  .departments-section__popup_header {
    flex-direction: column;
  }

  .departments-section__popup_body p {
    margin-top: 20px;
  }

  .departments-section__popup .popup__close {
    left: unset;
    right: 0;
  }
}

.about-services-group,
.about-service {
  padding-top: 60px;
}

.about-services-group .editor_style>h1:first-child,
.about-services-group .editor_style>h2:first-child,
.about-service .editor_style>h1:first-child,
.about-service .editor_style>h2:first-child,
.about-programm .editor_style>h1:first-child,
.about-programm .editor_style>h2:first-child {
  margin-top: 60px;
}

.about-services-group .editor_style>h3:first-child,
.about-services-group .editor_style>h4:first-child,
.about-service .editor_style>h3:first-child,
.about-service .editor_style>h4:first-child,
.about-programm .editor_style>h3:first-child,
.about-programm .editor_style>h4:first-child {
  margin-top: 12px;
}

.doctor_profile#experience {
  padding-top: 75px;
  margin-top: 20px;
  border-top: 1px solid #E4E7E9;
}

.doctor_profile#experience .title__2 {
  margin-top: 0;
  margin-bottom: 50px;
}

.specialists .title__2 {
  margin: 90px 0 10px;
}

.specialists#doctors .js-doctors-wrap {
  border-bottom: 1px solid #E4E6E8;
  margin-bottom: 55px;
}

.education {
  padding-bottom: 90px;
}

.education .title__2 {
  margin: 85px 0 50px;
}

@media (max-width: 1200px) {
  .banner__type--expert .banner__btns {
    padding-top: 30px;
  }

  .banner__type--expert .banner__btns span.normal {
    position: absolute;
    left: 15px;
    top: -30px;
  }
}

@media (max-width: 1120px) {
  .banner__type--programs .banner__inner {
    min-height: unset;
    position: relative;
  }
}

@media (max-width: 991px) {
  .departments-section__title {
    font-size: 24px;
    line-height: 28px;
  }

  .departments-section__title__img {
    width: 64px;
    height: 64px;
    margin-right: 10px;
    background-size: contain;
  }

  .departments-section+.departments-section {
    margin-top: 60px;
  }

  .specialists .title__2 {
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: -20px;
  }

  .specialists#doctors .js-doctors-wrap {
    margin-bottom: 35px;
  }

  .doctor_profile#experience {
    padding-top: 45px;
  }

  .education {
    padding-bottom: 60px;
  }

  .education .title__2 {
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .departments-section {
    margin-top: 0 !important;
    border-bottom: 1px solid #E4E6E8;
  }

  .departments-section__title {
    font-size: 24px;
    position: relative;
    overflow-y: hidden;
  }

  .departments-section .activities {
    margin: 0 -15px;
    padding: 0 20px 20px;
    display: none;
  }

  .departments-section.opened .departments-section__title::before {
    transform: rotate(-180deg);
  }

  .about-services-group,
  .about-service {
    padding-top: 30px;
  }

  .about-services-group .editor_style>h1:first-child,
  .about-services-group .editor_style>h2:first-child,
  .about-service .editor_style>h1:first-child,
  .about-service .editor_style>h2:first-child,
  .about-programm .editor_style>h1:first-child,
  .about-programm .editor_style>h2:first-child {
    margin-top: 20px;
  }

  .about-services-group .editor_style>h3:first-child,
  .about-services-group .editor_style>h4:first-child,
  .about-service .editor_style>h3:first-child,
  .about-service .editor_style>h4:first-child,
  .about-programm .editor_style>h3:first-child,
  .about-programm .editor_style>h4:first-child {
    margin-top: 0;
  }

  .specialists .title__2 {
    font-size: 24px;
    margin-top: 35px;
  }
}

@media (max-width: 500px) {
  .banner__type--expert.doctor_profile .banner__inner {
    padding-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .departments-section .activities {
    margin: 0;
  }

  .doctor_profile#experience {
    padding-top: 35px;
  }

  .doctor_profile#experience .title__2 {
    margin-bottom: 30px;
  }

  .education {
    padding-bottom: 40px;
  }

  .education .title__2 {
    margin-top: 35px;
    margin-bottom: 20px;
  }
}

@media (min-width: 767px) {
  .departments-section .activities {
    display: block !important;
  }
}

/* END Новые направления и болезни */
/* Не понимаю откуда эти стили в addon_mobile.css, они перекрывают стили сайта
Но вдруг что-то всплывет. Оставлю тут пока */
.question_icon {
  font-size: 10px;
  cursor: pointer;
  text-transform: uppercase;
}

.question_icon::after {
  content: '?';
  width: 12px;
  height: 20px;
  border: 1px solid #B9C3CB;
  border-radius: 50%;
  padding: 1px 5px 0 6px;
  font-size: 14px;
  margin-left: 10px;
}

.active.question_icon {
  color: var(--main-color);
}

.active.question_icon::after {
  border: 1px solid var(--main-color);
}

/* end */
/* Contact page */
.map__block {
  overflow: hidden;
  border-radius: 6px;
}

.map__block .map__wrapper {
  width: 100%;
  height: 300px;
  position: relative;
}

.map__block .map__wrapper #map {
  width: 100%;
  height: 100%;
}

.map__block ymaps[class*=copyright] {
  display: none;
}

.map__block .popover-contact,
.map__block .popover-schedule {
  font-family: var(--medium-font), sans-serif;
  font-size: 14px;
}

.map__block .popover-number {
  font-family: var(--medium-font), sans-serif;
  font-size: 16px;
}

.map__block .popover-number-free {
  font-family: var(--medium-font), sans-serif;
  font-size: 12px;
  color: #909EAA;
}

.section-contacts .phone-box {
  border: 1px solid #E1E4E7;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  margin-bottom: 60px;
}

.section-contacts .phone-box__item {
  display: flex;
  align-items: center;
}

.section-contacts .phone-box__phone {
  font-family: var(--medium-font), sans-serif;
  font-size: 24px;
  margin-right: 30px;
}

.section-contacts .phone-box__description {
  font-size: 14px;
  max-width: 300px;
  color: #909EAA;
}

.section-contacts .branches-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.section-contacts .branches-list__item {
  width: 245px;
  font-size: 14px;
  color: #909EAA;
  margin-bottom: 50px;
  margin-right: 45px;
  line-height: 24px;
}

.section-contacts .branches-list__item-name {
  font-family: var(--medium-font), sans-serif;
  font-size: 18px;
  color: #232427;
  margin-bottom: 10px;
  display: inline-block;
  transition: color .2s;
}

.section-contacts .branches-list__item-name:hover {
  color: var(--main-color);
}

.section-contacts .branches-list__item-address {
  font-family: var(--medium-font), sans-serif;
  font-size: 14px;
  color: #232427;
  margin-bottom: 10px;
}

.section-contacts .branches-list__item-link {
  margin-top: 5px;
}

.section-contacts .branches-list__item-link a {
  color: var(--main-color);
}

.section-contacts .branches-list__item-link a:hover {
  color: var(--light-color);
}

.section-requisites {
  margin-bottom: 100px;
}

.section-requisites__title {
  font-family: var(--bold-font);
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 30px;
}

.section-requisites__text {
  line-height: 28px;
}

.requisites-list__card {
  position: relative;
  padding: 100px 35px 25px 35px;
  border: 1px solid #E1E4E7;
  border-radius: 6px;
  margin-bottom: 30px;
  transition: border .2s, color .2s;
  font-size: 14px;
  color: #909EAA;
  display: block;
  max-width: 370px;
  margin-left: auto;
}

.requisites-list__card::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 35px;
  width: 58px;
  height: 62px;
  background-image: url(/static/mobile_app/www/assets/images/icons/pdf_2.svg);
}

.requisites-list__card .icon-download {
  position: absolute;
  top: 25px;
  right: 35px;
  font-size: 20px;
  color: #232427;
}

.requisites-list__card:hover {
  border-color: var(--main-color);
  color: var(--main-color);
}

@media (max-width: 1199px) {
  .section-contacts .branches-list__item {
    width: calc(33% - 45px);
  }

  .section-contacts .phone-box {
    margin-bottom: 30px;
    justify-content: space-around;
    flex-direction: column;
  }

  .section-contacts .phone-box__item {
    padding: 10px 0;
  }
}

@media (max-width: 991px) {
  .section-contacts .phone-box__phone {
    margin-right: 20px;
  }

  .requisites-list__card {
    margin: 35px 0 0;
    width: 350px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .section-contacts .phone-box__item {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-contacts .branches-list {
    justify-content: space-between;
  }

  .section-contacts .branches-list__item {
    width: 47%;
    margin: 0 0 30px;
  }
}

@media (max-width: 767px) {
  .section-contacts .phone-box {
    border: none;
    padding: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .section-contacts .branches-list__item {
    width: 100%;
    border: 1px solid #E1E4E7;
    padding: 20px 25px;
    border-radius: 6px;
    margin-bottom: 15px;
  }

  .requisites-list__card {
    width: 100%;
  }
}

/* end Contact page */
.clipboard-push {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 100;
  transform: translateY(200%);
  transition: transform .5s cubic-bezier(.175, .885, .32, 1.275);
}

.clipboard-push.show {
  transform: translateY(0);
}

.clipboard-push__card {
  background: #FFF;
  border: 1px solid #E1E4E7;
  box-shadow: 0 10px 25px rgba(184, 202, 212, .33);
  border-radius: 6px;
  padding: 25px 60px 25px 35px;
  margin: 0 -10px;
  position: relative;
}

.clipboard-push__close {
  position: absolute;
  top: 9px;
  right: 12px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  transition: color .2s;
}

.clipboard-push__close:hover {
  color: var(--main-color);
}

.clipboard-push__inner {
  max-width: 600px;
  font-size: 18px;
}

.clipboard-push__title {
  font-family: var(--bold-font);
}

.clipboard-push__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.clipboard-push__action {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1200px) {
  .clipboard-push__card {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .clipboard-push__card {
    padding: 25px 25px 90px;
  }

  .clipboard-push__inner {
    max-width: initial;
    font-size: 16px;
  }

  .clipboard-push__action {
    bottom: 20px;
    left: 25px;
    transform: initial;
    top: initial;
  }
}

/* ================== Bootstrap ======================== */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 767px) {
  .container {
    width: auto;
  }
}

@media (min-width: 991px) {
  .container {
    width: 950px;
  }
}

@media (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1199px) {
  .container {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
  box-sizing: border-box;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 767px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
    box-sizing: border-box;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

/* NOTE: was 992 */
@media (min-width: 991px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
    box-sizing: border-box;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1199px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
    box-sizing: border-box;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix::before,
.clearfix::after,
.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after,
.row::before,
.row::after {
  content: " ";
  clear: both;
  display: table;
}

@media (max-width: 500px) {
  [class*="col-xs-"] {
    float: none;
    width: auto;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Flatpickr */
.flatpickr-wrap {
  position: relative;
  display: flex;
}

.flatpickr-wrap .flatpickr-wrapper {
  width: 100%;
}

.flatpickr-wrap .input-datepicker {
  background: url('../assets/images/icons/calendar-1_grey.svg') 92% center / 20px no-repeat;
}

.flatpickr-wrap .flatpickr-calendar.static {
  top: calc(100% + 10px) !important;
}

/* Increase selectors block height */

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: var(--main-color) !important;
}

.flatpickr-days {
  padding-bottom: 5px;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background-color: #EF662B !important;
  border-color: transparent !important;
}

.flatpickr-day.inRange {
  border-color: transparent !important;
  background-color: var(--extra-light-color) !important;
  box-shadow: -5px 0 var(--extra-light-color), 5px 0 var(--extra-light-color) !important;
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
  box-shadow: -5px 0 #EF662B, 5px 0 #EF662B !important;
}

/* Magnific popup */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
