/**
* BASE SETTINGS
**/
a {
  text-decoration: none;
  color: #E40E7D;
  will-change: transform;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

.doctors-item-container {
  min-height: 125px;
}

a:hover {
  color: #e40f7c;
}

a.pseudo {
  color: #000;
  border-bottom: 1px dashed #e40f7c;
}

a.pseudo:hover {
  border-bottom-style: solid;
}

a.underline {
  text-decoration: underline;
}

a.underline:hover {
  text-decoration: none;
}

a.accent {
  font: 13px "MuseoSans_700", Arial, Verdana, sans-serif;
  color: #ff444a;
  text-transform: uppercase;
}

a.accent:hover {
  color: #ff1119;
}

img {
  vertical-align: middle;
}

svg {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

ul {
  list-style: none;
  padding: 0;
}

.mobile,
.tablet {
  display: none !important;
  visibility: hidden !important;
}

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

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

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

strong {
  font-family: "ClearSans-Bold", Arial, Verdana, sans-serif;
}

.sep-line {
  border: none;
  background: #e40f7c;
  height: 2px;
  width: 100%;
}

.sep-line--gray {
  margin-top: 20px;
  background: #ededed;
}

/*breadcrumbs*/
.breadcrumbs {
  margin-top: 28px;
}

.breadcrumbs>li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-top: 10px;
}

.breadcrumbs>li .arr {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 5px;
  height: 11px;
  margin: 0 8px 0 10px;
}

.breadcrumbs>li .arr svg {
  fill: #e40f7c;
  color: #e40f7c;
}

.breadcrumbs>li>span {
  color: #000;
}

/*paginator*/
.paginator {
  background: #ededed;
  padding: 15px 0 13px;
  margin-top: 45px;
}

.paginator ul {
  text-align: center;
}

.paginator ul>li {
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
}

.paginator ul>li:last-child {
  margin-right: 0;
}

.paginator ul>li a {
  color: #000;
  font: 24px "MuseoSans_700", Arial, Verdana, sans-serif;
}

.paginator ul>li.selected>a {
  color: #ff444a;
  cursor: default;
}

section.section--nopadding-bottom.timetable-outer {
  padding-top: 0;
}

/*sticky*/
#timetable-header-sticky-wrapper {
  display: table-header-group;
  z-index: 5;
}

.sticky-wrapper.is-sticky #timetable-header {
  margin: 0;
}

.sticky-wrapper.is-sticky #timetable-header .time-doctor {
  width: 32.1%;
}

@media (max-width: 1200px) {
  .sticky-wrapper.is-sticky #timetable-header .time-doctor {
    width: 18.2%;
  }
}

@media (max-width: 992px) {
  .sticky-wrapper.is-sticky #timetable-header .time-doctor {
    width: 22.4%;
  }
}

/*sticky end*/

@media (max-width: 559px) {
  .paginator ul>li a {
    font-size: 21px;
  }
}

/*more button*/
.more {
  position: relative;
  margin-right: 25px;
}

.more__icon {
  width: 20px;
  height: 18px;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -7px;
}

.more__icon>svg {
  fill: #e40f7c;
  color: #e40f7c;
  position: absolute;
  top: 0;
  left: 0;
}

.more__icon>svg:last-child {
  left: 6px;
}

/*PROMO*/
.promo {
  background: #e40f7c;
  color: #fff;
  padding: 10px 0;
}

.promo__item {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 850px) {
  .promo__item {
    flex-basis: 50%;
  }
}

@media (max-width: 652px) {
  .promo__item {
    flex-basis: 100%;
  }
}

.promo__item a {
  color: #fff;
}

.promo__item .icon {
  width: 60px;
  height: 60px;
  margin-right: 13px;
}

.promo__item .icon svg {
  fill: #fff;
}

.promo__item .title {
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .promo__item {
    margin-top: 15px;
  }
}

/*client info*/
.client-info {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  color: #000;
  padding: 15px 0 1px;
}

.client-info__item {
  display: inline-block;
  vertical-align: top;
}

.client-info__item:first-child:not(.client-info__item--last) {
  margin-right: 80px;
}

.client-info__item>span {
  margin-right: 5px;
}

.client-info .logout-btn {
  color: #ff444a;
  font: 13px "MuseoSans_900", Arial, Verdana, sans-serif;
  text-transform: uppercase;
}

.client-info .logout-btn:hover {
  color: #ff1119;
}

/*section title*/

.section-title h3 {
  font-size: 30px;
  line-height: 36px;
  color: #000;
}

.section-title--white {
  border-bottom-color: #fff;
}

.section-title--white h3 {
  color: #fff;
}

.section-title--white+div {
  margin-top: 30px;
}

@media (max-width: 568px) {

  .section-title .btn,
  .section-title .login-btn {
    margin-top: 10px;
  }
}

/*SECTION APPOINTMENTs*/
.section-appointments {
  background: #e40f7c;
  padding: 0 0 30px;
  color: #000;
  font-size: 20px;
}

.section-appointments__list .appointments-price {
  text-align: right;
}

.section-appointments form input {
  margin-top: 25px;
}

.section-appointments form .btn,
.section-appointments form .login-btn {
  max-width: 100%;
}

@media (max-width: 767px) {
  .section-appointments form {
    margin-top: 20px;
  }

  .section-appointments form input {
    margin-top: 5px;
  }
}

@media (max-width: 568px) {
  .section-appointments__list .appointments-price {
    text-align: left;
  }
}

/*CONSULT ITEM DOCTOR*/
.consult-doc-item {
  border-bottom: 1px solid #d8d8d8;
  margin-top: 40px;
  padding-bottom: 15px;
  margin-right: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 48%;
  flex: 1 1 48%;
  max-width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.consult-doc-item:nth-child(2n) {
  margin-right: 0;
}

.consult-doc-item:nth-last-child(-n+2) {
  border-bottom: 0;
}

.consult-doc-item.opened .hidden {
  display: block;
}

.consult-doc-item.opened .consult-doc-item__more .more-icon {
  margin-left: 10px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.consult-doc-item>div {
  display: inline-block;
  vertical-align: top;
}

.consult-doc-item__img {
  position: relative;
  overflow: hidden;
  max-width: 100px;
  max-height: 100px;
  border-radius: 50%;
  margin-right: 20px;
}

.consult-doc-item__img>img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.consult-doc-item__info {
  max-width: 385px;
  width: 100%;
  height: 98%;
  min-height: 250px;
}

.consult-doc-item__info .title {
  font-size: 20px;
  line-height: 20px;
}

.consult-doc-item__info .title+p {
  margin-top: 8px;
}

.consult-doc-item__info .btn--big {
  text-align: center;
  max-width: 300px;
  margin-top: 20px;
}

.consult-doc-item__info .hidden {
  margin-top: 10px;
  display: none;
}

.consult-doc-item__more {
  margin-top: 15px;
  display: block;
}

.consult-doc-item__more .more-icon {
  height: 20px;
  width: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  will-change: transform;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 799px) {
  .consult-doc-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*doc filter*/
.doc-filter .search-form {
  margin: 0;
  height: 60px;
  line-height: 56px;
  max-width: 90%;
}

.doc-filter .search-form form .btn--border {
  height: 60px;
}

.doc-filter .search-form__icon {
  margin-top: -30px;
}

.doc-filter__select {
  width: 100%;
  max-width: 100%;
}

.doc-filter__select form fieldset>.field {
  margin-top: 0;
}

.doc-filter__age {
  color: #e40f7c;
  display: flex;
  height: 60px;
  max-width: 90%;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-size: 18px;
}

.doc-filter__age li {
  display: inline;
  cursor: pointer;
  margin-right: 10px;
  border-bottom: 1px dashed;
}

.doc-filter__age li:hover {
  display: inline;
  cursor: pointer;
  border-bottom: 1px solid;
}

.doc-filter__age li.current {
  display: inline;
  cursor: pointer;
  margin-right: 10px;
  border-bottom: none;
}

@media (max-width: 1023px) {
  .doc-filter__select form fieldset .field select {
    height: 60px;
    padding: 0 20px;
  }

  .doc-filter .search-form {
    max-width: 100%;
  }

  .doc-filter__age {
    max-width: 30%;
  }
}

/*doc list carousel*/
.doc-list__carousel-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.doc-list__carousel-buttons .carousel-button {
  background: #ebebec;
  cursor: pointer;
  will-change: transform;
  -webkit-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
  height: 60px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.doc-list__carousel-buttons .carousel-button:hover {
  background: rgba(204, 204, 204, 0.56);
}

.doc-list__carousel-buttons .carousel-button .icon {
  width: 16px;
  height: 29px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.doc-list__carousel-buttons .carousel-button .icon svg {
  fill: #5b5b5b;
}

.doc-list__carousel-buttons .carousel-button--prev .icon {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

/*doc card*/
.doc-card {
  padding-bottom: 25px;
}

.doc-card__photo {
  max-width: 340px;
  width: 100%;
  height: 340px;
  overflow: hidden;
  position: relative;
  background: url("../images/examples/photo-bg.jpg") center no-repeat;
}

.doc-card__photo>img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.doc-card__photo .nophoto {
  width: 97px;
  height: 114px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.doc-card__info h3 {
  font: 20px/26px "ClearSans-Bold", Arial, Verdana, sans-serif;
  color: #000;
  margin-top: 25px;
}

.doc-card__info h3:first-child {
  margin-top: 0;
}

.doc-card__info h3+p {
  margin-top: 5px;
}

.doc-card__info .consult-buttons>div {
  margin-top: 20px;
}

.doc-card__info .consult-buttons>div:first-child {
  margin-top: 0;
}

.doc-card__info .consult-buttons__online .note {
  font: 13px "ClearSans-Italic", Arial, Verdana, sans-serif;
  margin-top: 10px;
}

@media (max-width: 1023px) {
  .doc-card__photo {
    margin: 0 auto;
  }
}

/*doc services*/
.doc-services__title {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.doc-services__title+.sep-line {
  margin-top: 18px;
}

.section .content .doc-services h3,
.doc-services h3 {
  font: 30px "MuseoSans_700", Arial, Verdana, sans-serif;
  color: #000;
  margin-right: 20px;
  margin-top: 10px;
}

.doc-services h4 {
  margin-top: 38px;
  color: #000;
  font-size: 20px;
}

.doc-services__item {
  border-bottom: 1px solid #d9d9d9;
  padding: 13px 0 18px;
}

.doc-services__item+.doc-services__item:last-child {
  border-bottom: 0;
}

.doc-services--as-table h4+.doc-services__item {
  border-top: 0;
  margin-top: 10px;
}

.doc-services--as-table .doc-services__item {
  padding: 5px 0 8px;
  display: block;
  transition: display 0.3s ease;

}

.doc-services--as-table .doc-services__item .title {
  font: 13px "MuseoSans_700", Arial, Verdana, sans-serif;
  text-transform: uppercase;
}

.doc-services--as-table {
  position: relative;
  transition: all 0.3s ease;
}

.doc-services--as-table>.spoiler-btn {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #333;
  border-left: transparent;
  border-top: transparent;
  transform: rotate(225deg);
  position: absolute;
  bottom: -30px;
  z-index: 100;
  left: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.doc-services--as-table.spoiled:hover>.spoiler-btn {
  border: 1px solid #000;
  border-left: transparent;
  border-top: transparent;
}

.doc-services--as-table.spoiled>.spoiler-btn {
  transform: rotate(45deg);
  bottom: -30px;
  transition: all 0.3s ease;
}

.doc-services--as-table.spoiled .doc-services__item {
  display: none;
  transition: display 0.3s ease;
}

.doc-services--as-table.spoiled .doc-services__item:nth-of-type(2),
.doc-services--as-table.spoiled .doc-services__item:nth-of-type(3),
.doc-services--as-table.spoiled .doc-services__item:nth-of-type(4),
.doc-services--as-table.spoiled .doc-services__item:nth-of-type(5),
.doc-services--as-table.spoiled .doc-services__item:nth-of-type(6),
.doc-services--as-table.spoiled .doc-services__item:nth-of-type(7) {
  display: block;
}

.doc-services--as-table.spoiled .doc-services__item:nth-of-type(5) {
  opacity: 0.7;
}

.doc-services--as-table.spoiled .doc-services__item:nth-of-type(6) {
  opacity: 0.5;
}

.doc-services--as-table.spoiled .doc-services__item:nth-of-type(7) {
  opacity: 0.3;
}

/*other articles*/
.other-articles__title {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.other-article__title+.sep-line {
  margin-top: 18px;
}

.section .content .other-articles h3,
.other-articles h3 {
  font: 30px "MuseoSans_700", Arial, Verdana, sans-serif;
  color: #000;
  margin-right: 20px;
  margin-top: 10px;
}

.other-articles h4 {
  margin-top: 38px;
  color: #000;
  font-size: 20px;
}

.other-articles__item {
  border-bottom: 1px solid #d9d9d9;
  padding: 13px 0 18px;
}

.other-articles__item+.other-articles__item:last-child {
  border-bottom: 0;
}

.other-articles--as-table h4+.other-articles__item {
  border-top: 0;
  margin-top: 10px;
}

.other-articles--as-table .other-articles__item {
  padding: 5px 0 8px;
}

.other-articles--as-table .other-articles__item .title {
  font: 13px "MuseoSans_700", Arial, Verdana, sans-serif;
  text-transform: uppercase;
}

/*review*/
.review {
  width: 100%;
  position: relative;
  padding-right: 20px;
}

.review__footer {
  color: #bcbcbc;
  font-size: 14px;
  margin-top: 13px;
}

/*question form*/
.question-form {
  width: 100%;
  max-width: 50%;
  margin: 55px auto 0;
}

.question-form form fieldset legend {
  font: 30px/30px "MuseoSans_700", Arial, Verdana, sans-serif;
  color: #000;
}

.question-form form fieldset legend+.question-form__fields {
  margin-top: 30px;
}

.question-form form fieldset textarea {
  padding: 10px 15px;
  outline: none;
  max-height: 110px;
  width: 100%;
}

.question-form__fields {
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  max-height: 180px;
}

.question-form__fields.error {
  border-color: #ff444a;
}

.question-form__fields .file {
  position: relative;
  border-top: 1px solid #d8d8d8;
  padding: 10px 5px 10px 15px;
  width: 95%;
  margin: 0 auto;
}

.question-form__fields .file__icon {
  width: 31px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.question-form__fields .file__name {
  position: absolute;
  right: 2px;
  top: 48%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 65%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
}

.question-form__fields .file input[type="file"] {
  display: none;
}

.question-form__fields .file label {
  display: inline-block;
  vertical-align: middle;
  font: 13px/30px "MuseoSans_700", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
}

.question-form__fields .file label:hover {
  color: #ff444a;
}

.question-form .btn,
.question-form .login-btn {
  margin-top: 20px;
}

@media (max-width: 1023px) {
  .question-form {
    max-width: 65%;
  }
}

@media (max-width: 767px) {
  .question-form {
    max-width: 85%;
  }
}

@media (max-width: 560px) {
  .question-form {
    max-width: 100%;
    margin-top: 35px;
  }

  .question-form form fieldset legend {
    font-size: 24px;
    line-height: 24px;
  }
}

/*like btn*/
.like-btn {
  position: absolute;
  bottom: 20px;
  right: 0;
  background: #fff;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  width: 40px;
  height: 40px;
}

.like-btn__icon {
  width: 22px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.5;
  will-change: opacity;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.like-btn:hover .like-btn__icon,
.like-btn.selected .like-btn__icon {
  opacity: 1;
}

/*disalog bubble*/
.dialog-bubble {
  position: relative;
  max-width: 75%;
  width: 100%;
  margin: 40px auto 0;
}

.dialog-bubble--from-user .dialog-bubble__message {
  border-color: #e40f7c;
}

.dialog-bubble--from-user .dialog-bubble__message:after {
  border-color: transparent transparent transparent #e40f7c;
}

.dialog-bubble--consult .dialog-bubble__message {
  margin-right: 130px;
  margin-left: 30px;
}

.dialog-bubble--consult .dialog-bubble__message:after,
.dialog-bubble--consult .dialog-bubble__message:before {
  right: inherit;
  right: initial;
  left: -11px;
}

.dialog-bubble--consult .dialog-bubble__message:after {
  border-width: 10px 11px 10px 0;
  border-color: transparent #bcbcbc transparent transparent;
}

.dialog-bubble--consult .dialog-bubble__message:before {
  border-width: 10px 11px 10px 0;
  border-color: transparent #fff transparent transparent;
  left: -10px;
}

.dialog-bubble__consult-status {
  margin-top: 15px;
  margin-left: 130px;
}

.dialog-bubble__consult-status .status__icon {
  width: 24px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -10px;
}

.dialog-bubble__consult-status .status__text {
  display: inline-block;
  vertical-align: middle;
  font: 14px/14px "ClearSans-Italic", Arial, Verdana, sans-serif;
}

.dialog-bubble__message {
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  padding: 15px 20px;
  margin-right: 30px;
  margin-left: 130px;
  position: relative;
  max-width: 80%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.dialog-bubble__message:after,
.dialog-bubble__message:before {
  content: '';
  position: absolute;
  top: 20px;
  right: -11px;
  width: 0;
  height: 0;
  border-style: solid;
}

.dialog-bubble__message:after {
  border-width: 10px 0 10px 11px;
  border-color: transparent transparent transparent #bcbcbc;
}

.dialog-bubble__message:before {
  border-width: 10px 0 10px 11px;
  border-color: transparent transparent transparent #fff;
  z-index: 1;
  right: -10px;
}

.dialog-bubble__message .images {
  margin-top: 20px;
}

.dialog-bubble__message .images__item {
  background: #d8d8d8;
  overflow: hidden;
  position: relative;
  height: 160px;
}

.dialog-bubble__message .images__item>img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.dialog-bubble__message .dates {
  font-size: 14px;
  color: #bcbcbc;
}

.dialog-bubble__message .dates>span {
  margin-right: 25px;
}

.dialog-bubble__message .dates>span:last-child {
  margin-right: 0;
}

.dialog-bubble .message__user {
  color: #ff7c00;
}

.dialog-bubble .message__user+.content {
  margin-top: 10px;
}

.dialog-bubble .message__actions {
  border-top: 1px solid #d8d8d8;
  margin-top: 15px;
  padding: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dialog-bubble .message__actions a.answer {
  color: #ff444a;
  font: 13px/13px "MuseoSans_900", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.dialog-bubble .message__actions .dates {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  text-align: right;
}

.dialog-bubble__avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: #f1f3f2;
}

.dialog-bubble__avatar>img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.dialog-bubble__avatar .nophoto {
  width: 58px;
  height: 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 1023px) {
  .dialog-bubble {
    max-width: 100%;
  }

  .dialog-bubble__message {
    margin-left: 20px;
  }

  .dialog-bubble--consult .dialog-bubble__message {
    margin-right: 20px;
  }
}

@media (max-width: 559px) {
  .dialog-bubble>[class*="grid"] {
    display: block;
  }

  .dialog-bubble__message {
    margin: 20px auto;
    max-width: 100%;
  }

  .dialog-bubble__message:after,
  .dialog-bubble__message:before {
    top: -10px;
    right: inherit;
    left: 33px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 11px 10px;
  }

  .dialog-bubble__message:after {
    border-color: transparent transparent #bcbcbc transparent;
    top: -11px;
  }

  .dialog-bubble__message:before {
    border-color: transparent transparent #fff transparent;
    z-index: 1;
  }

  .dialog-bubble__message .message__actions {
    display: block;
  }

  .dialog-bubble__message .message__actions .dates {
    text-align: left;
    margin-top: 8px;
  }

  .dialog-bubble--from-user .dialog-bubble__message:after {
    border-color: transparent transparent #e40f7c transparent;
  }

  .dialog-bubble--consult .dialog-bubble__message {
    margin: 20px auto;
  }

  .dialog-bubble--consult .dialog-bubble__message:after,
  .dialog-bubble--consult .dialog-bubble__message:before {
    right: inherit;
    right: initial;
    left: 33px;
    top: -10px;
    border-width: 0 10px 11px 10px;
  }

  .dialog-bubble--consult .dialog-bubble__message:after {
    border-color: transparent transparent #bcbcbc transparent;
    top: -11px;
  }

  .dialog-bubble--consult .dialog-bubble__message:before {
    border-color: transparent transparent #fff transparent;
    z-index: 1;
  }

  .dialog-bubble__consult-status {
    margin-left: 0;
  }
}

/*ALPHABET*/
.alphabet-filter {
  margin-top: 33px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 18px;
}

.alphabet-filter [class*="grid"] {
  margin: 0;
}

.alphabet-filter h3 {
  color: #000;
  font: 30px/30px "MuseoSans_700", Arial, Verdana, sans-serif;
  margin-top: 8px;
}

.alphabet-filter__items li {
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
}

.alphabet-filter__items li:last-child {
  margin-right: 0;
}

.alphabet-filter__items li>a {
  color: #000;
  font: 13px/30px "MuseoSans_700", Arial, Verdana, sans-serif;
  text-transform: uppercase;
}

.alphabet-filter__items li>a:hover {
  color: #e40f7c;
}

.alphabet-filter__items li.active>a {
  color: #e40f7c;
}

.alphabet-filter__items li.reset>a {
  color: #ff444a;
}

.alphabet-filter__items li.reset.active>a {
  color: #bcbcbc;
  cursor: default;
}

/*ARTICLE AUTHOR*/
.article-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 33px;
}

.article-author>div {
  display: inline-block;
  vertical-align: top;
}

.article-author__img {
  position: relative;
  overflow: hidden;
  max-width: 100px;
  max-height: 100px;
  min-width: 100px;
  min-height: 100px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin-right: 20px;
}

.article-author__img>img {
  max-height: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.article-author__info {
  max-width: 385px;
  width: 100%;
  height: 98%;
  margin-bottom: 10px;
}

.article-author__info .name {
  font-size: 20px;
  color: #000;
}

.article-author__info .spec {
  margin-top: 10px;
  font: 13px/22px "ClearSans-Italic", Arial, Verdana, sans-serif;
}

/*IMPORTANT KNOWLEDGE*/
.important-knowledge {
  margin-top: 30px;
  padding-bottom: 40px;
}

.important-knowledge .title>div {
  display: inline-block;
  vertical-align: middle;
}

.important-knowledge .title__icon {
  width: 67px;
  height: 67px;
  margin-right: 10px;
}

.important-knowledge .title__text {
  font: 30px/36px "MuseoSans_700", Arial, Verdana, sans-serif;
  color: #000;
}

.important-knowledge__item {
  margin-top: 5px;
  font-size: 20px;
  line-height: 36px;
}

.important-knowledge__item .important-hidden {
  display: none;
}

.important-knowledge__item>a {
  text-decoration: none;
  border-bottom: 1px dashed #e40f7c;
}

.important-knowledge__item.opened .important-hidden {
  display: block;
}

/*FAKE TABLE*/
.faketable {
  width: 100%;
  border-top: 1px solid #d9d9d9;
  margin-top: 30px;
}

.faketable--services {
  border-top: 0;
  margin-top: 0;
  font-size: 18px;
  text-align: right;
}

.faketable--services .col,
.faketable--services [class*="col-"] {
  padding: 14px 16px !important;
}

.faketable--services [class*="grid"]:nth-child(odd) {
  background-color: #f5f5f5;
}

.faketable--services [class*="grid"]>[class*="col-"]:first-child {
  text-align: left;
}

.faketable--services .btn,
.faketable--services .login-btn {
  font-size: 13px;
  text-transform: uppercase;
}

.faketable--bordered [class*="grid"] {
  border-bottom: 1px solid #dbdcd7;
}

.faketable .services-title {
  padding: 10px 16px;
  background: rgba(199, 255, 171, 0.4);
  text-align: left;
}

.faketable__head {
  padding: 8px 20px 0;
}

.faketable__head .col,
.faketable__head [class*="col-"] {
  padding-bottom: 10px;
}

.faketable__content {
  border-top: 1px solid #d9d9d9;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 15px;
}

.faketable__content .content {
  margin-top: 0;
}

.faketable__content .content .title {
  font-size: 20px;
}

.faketable__content .content .title+p {
  margin-top: 5px;
}

.faketable__content .content p {
  line-height: 20px;
}

.faketable__content .faketable__status {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faketable__content .faketable__status .status-text {
  font-size: 20px;
  margin: auto 0;
}

.faketable__content .faketable__status .status-cancel {
  margin-top: 15px;
  font-size: 16px;
}

.faketable__content .faketable__datetime {
  font-size: 14px;
}

.faketable__content .faketable__datetime>div {
  display: inline-block;
  vertical-align: top;
}

.faketable__content .faketable__datetime .datetime-icon {
  width: 18px;
  height: 17px;
  margin-right: 10px;
}

.faketable__section {
  height: 60px;
  line-height: 60px;
  color: #000;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.faketable__section+.faketable__content {
  border-top: 0;
}

.faketable__section.planning {
  background: rgba(171, 208, 255, 0.4);
}

.faketable__section.today {
  background: rgba(250, 202, 188, 0.4);
  color: #ff444a;
}

.faketable__section.last {
  background: rgba(204, 204, 204, 0.4);
}

@media (max-width: 767px) {
  .faketable .faketable__status .status-text {
    font-size: 16px;
  }

  .faketable .faketable__status .status-cancel {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 568px) {
  .faketable {
    border-top: 0;
  }

  .faketable .faketable__head {
    display: none;
  }

  .faketable .faketable__content .content p:not(.speciality) {
    margin-top: 20px;
  }

  .faketable .faketable__content .content p:not(.speciality)~p {
    margin-top: 10px;
  }

  .faketable .faketable__status {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .faketable .faketable__status .status-text {
    font-size: 20px;
    margin: 0;
  }

  .faketable .faketable__status .status-cancel {
    font-size: 16px;
    margin-top: 8px;
  }
}

/*SECTION*/
.section {
  padding: 50px 0;
}

.section--with-bg {
  background: url("../images/examples/blur-bg.jpg") center no-repeat;
  background-size: cover;
}

.section--heading-image {
  padding: 0;
}

.section--heading-image .heading-image {
  padding: 28px 0 38px;
  margin-bottom: 50px;
}

.section--heading-image .heading-image__content p {
  font-size: 20px;
  line-height: 26px;
  color: #000;
}

.section--heading-image .heading-image__content p:first-child {
  margin-top: -5px;
}

.section--heading-image .heading-image__content .date {
  margin-top: 20px;
  font-size: 16px;
  color: #000;
}

.section--heading-image .heading-image__content .date>div {
  display: inline-block;
  vertical-align: top;
}

.section--heading-image .heading-image__content .date__icon {
  width: 16px;
  height: 16px;
  margin-top: -1px;
  margin-right: 3px;
}

.section--heading-image .heading-image__content .date__icon>svg {
  fill: #bcbcbc;
  color: #bcbcbc;
}

.section--heading-image .heading-image__content .btn,
.section--heading-image .heading-image__content .login-btn {
  text-align: center;
  max-width: 270px;
}

.section--heading-image .breadcrumbs {
  margin-top: 0;
  font-size: 13px;
}

.section--heading-image .breadcrumbs+h1,
.section--heading-image .breadcrumbs+h2 {
  margin-top: 33px;
  color: #ff7c00;
}

.section--nopadding-bottom {
  padding-bottom: 0;
}

.section h2,
.section h1 {
  color: #e40f7c;
  font-size: 64px;
  line-height: 64px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.section h2+div,
.section h1+div {
  margin-top: 48px;
}

.section h2+.dialog-bubble,
.section h1+.dialog-bubble {
  margin-top: 70px;
}

.section h2 .btn,
.section h2 .login-btn,
.section h1 .btn,
.section h1 .login-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.section>h3 {
  font-size: 30px;
  color: #000;
}

@media (max-width: 1023px) {

  .section h2,
  .section h1 {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (max-width: 768px) {

  .section h2,
  .section h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .section h2+div,
  .section h2+.dialog-bubble,
  .section h1+div,
  .section h1+.dialog-bubble {
    margin-top: 33px;
  }

  .section h2>span,
  .section h1>span {
    display: block;
  }

  .section h2 .btn,
  .section h2 .login-btn,
  .section h1 .btn,
  .section h1 .login-btn {
    position: static;
    -webkit-transform: none;
    transform: none;
    margin-top: 20px;
  }
}

.section--article .sep-line {
  margin-top: 25px;
}

.section--article .article-author+p {
  margin-top: 35px;
}

/**
* BREAKPOINTS
**/
@media (max-width: 1023px) {
  .no-tablet {
    display: none !important;
    visibility: hidden !important;
  }

  .tablet {
    display: block !important;
    visibility: visible !important;
  }
}

@media (max-width: 767px) {
  .ordered-mobile {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    margin-top: -20px;
    max-width: 100% !important;
    -webkit-flex-basis: 75% !important;
    -ms-flex-preferred-size: 75% !important;
    flex-basis: 75% !important;
  }

  .ordered-mobile .popup-simply {
    left: auto;
  }

  .behavior>div:last-child {
    margin-top: 0;
  }

  .no-mobile {
    display: none !important;
    visibility: hidden !important;
  }

  .mobile {
    display: block !important;
    visibility: visible !important;
  }
}

@media (max-width: 440px) {
  .ordered-mobile {
    margin-top: -40px;
  }
}


div.search-popup {
  border: 1px solid #bcbcbc;
  border-radius: 0px 0 4px 4px;
  border-top: none;
  padding: 10px;
  position: absolute;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}

div.search-popup-row,
div.search-popup-row-active {
  position: relative;
  padding: 2px 4px;
  margin: 0px;
  cursor: hand;
  cursor: pointer;
}

div.search-popup-row {
  background: #FFFFFF;
}

div.search-popup-el-cnt {
  text-align: right;
  float: right;
}

div.search-popup-el-name {
  position: relative;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

div.search-popup-row-active {
  background: #EEEEEE;
}

.js-licensesGallery .slick-dots {
  position: relative;
  margin: 0 auto;
  bottom: 0;
  -webkit-transform: translateY(-75%);
  transform: translateY(-75%);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.js-licensesGallery .slick-dots {
  position: relative;
  margin: 0 auto;
  bottom: 0;
  -webkit-transform: translateY(-75%);
  transform: translateY(-75%);
  transform: rotate(270deg);
}

.js-licensesGallery .slick-dots>li.slick-active {
  background: rgba(255, 157, 51, 0.2);
}

.js-licensesGallery .slick-dots>li:first-child {
  margin-top: 0;
}

.js-licensesGallery .slick-dots>li {
  position: relative;
  margin-top: 5px;
  width: 40px;
  height: 40px;
  background: rgba(255, 157, 51, 0);
  border-radius: 50%;
}

.js-licensesGallery .slick-dots>li span {
  position: absolute;
  top: 50%;
  left: 50%;
  border: none;
  border-radius: 50%;
  background: rgba(255, 157, 51, 0.2);
  width: 9px;
  height: 9px;
  will-change: transform;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.js-licensesGallery .slick-dots>li.slick-active>span {
  background: #ff8e14;
  width: 15px;
  height: 15px;
}

.licenses {
  text-align: center;
}


.section_description {
  padding: 0 20px;
}

.section_description--first-child {
  order: -1;
}

.section_description--preview {
  font-size: 20px;
  line-height: 28px;
  font-family: 'ClearSans', Arial, Verdana, sans-serif;
  color: #000;
}

/*opros*/
.opros-wrap .descript {
  font-size: 20px;
  font-weight: 700;
}

.opros-wrap .title {
  font-weight: 700;
  margin-top: 10px;
}

.opros-wrap input[type="radio"],
.field input[type="radio"],
.field input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.opros-wrap input[type="radio"]:checked+label::after,
.field input[type="radio"]:checked+label::after {
  top: 14px;
  position: absolute;
  left: 5px;
  content: '';
  background: #ff8e14;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: all 0.2s linear;
}

.opros-wrap label,
.field input[type="radio"]+label {
  position: relative;
  float: left;
  width: 100%;
  top: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  padding-left: 40px;
  cursor: pointer;
}

.opros-wrap label::before,
.field input[type="radio"]+label::before {
  content: '';
  top: 9px;
  position: absolute;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  /*background: rgba(255, 157, 51, 0.2);*/
  border: 1px solid #ff8e14;
  transition: all 0.2s linear;
}

.opros-wrap label::before:hover {
  border: 1px solid #ff8e14;
}


.opros-wrap textarea,
.opros-wrap input[type="text"] {
  border: 1px solid #d8d8d8;
  font: 16px/24px "ClearSans", Arial, Verdana, sans-serif;
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 4px;
  padding: 20px;
}

.opros-wrap textarea[placeholder~="комментарий"] {
  margin-top: 40px;
}

.opros-wrap textarea:focus,
.opros-wrap input[type="text"]:focus {
  border-color: #bcbcbc;
  outline: none;
}

.opros-wrap textarea {
  resize: none;
  height: 195px;
}

.opros-wrap .g-recaptcha,
.opros-wrap .btn {
  margin-top: 10px;
}

.opros-wrap .btn {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 320px) {
  .opros-wrap .g-recaptcha {
    margin-left: -10px;
  }

}

@media (max-width: 760px) {

  .opros-wrap .positive,
  .opros-wrap.negative {
    margin-left: 10%;
  }

}

/*faq*/
.faq-item {
  margin-top: 40px;
}

.question {
  border: #d8d8d8 1px solid;
  border-radius: 4px;
  padding: 10px 30px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 10px;
}

.question:before {
  content: "";
  border-left: transparent 1px solid;
  border-right: #d8d8d8 1px solid;
  border-top: #d8d8d8 1px solid;
  border-bottom: transparent 1px solid;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  left: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #FFF;
}

.question:hover {
  border-color: #bcbcbc;
  outline: none;
}

.question:hover:before {
  border-right: #bcbcbc 1px solid;
  border-top: #bcbcbc 1px solid;
  outline: none;
}

.author-name,
.author-answer {
  font-weight: 700;
  font-size: 16px;
}

.faq-date {
  font-style: italic;
  font-size: 14px;
}

.answer {
  border: #d8d8d8 1px solid;
  border-radius: 4px;
  padding: 10px 30px;
  position: relative;
  margin-bottom: 15px;
}

.answer:before {
  content: "";
  border-left: transparent 1px solid;
  border-right: #d8d8d8 1px solid;
  border-top: #d8d8d8 1px solid;
  border-bottom: transparent 1px solid;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -10px;
  right: 20px;
  z-index: 100;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #FFF;
}

.answer:hover:before {
  border-right: #bcbcbc 1px solid;
  border-top: #bcbcbc 1px solid;
  outline: none;
}

.answer:hover {
  border-color: #bcbcbc;
  outline: none;
}

.faq_infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.registration-form form input[type="text"].captcha {
  height: 60px;
}


.registration-form .mf-text {
  margin-top: 10px;
}

/*holidays*/
.holidays .header .behavior,
.holidays .header .calling,
.holidays .header .logo {
  position: relative;
}

.holidays .header>.container,
.holidays .footer>.container {
  position: relative;
}

.holidays .header .logo:before,
.holidays .footer>.container:before,
.holidays .header .calling:before,
.holidays .header .behavior:before,
.holidays .header .behavior:after {
  content: "";
  position: absolute;
  display: block;

}

.holidays .header .logo:before,
.holidays .header .calling:before,
.holidays .header .behavior:before,
.holidays .header .behavior:after {
  z-index: -10;

}

@media only screen and (min-width: 320px) and (max-width: 442px) {
  .holidays .header .logo:before {
    background: url("/local/templates/medic_nov_2016/images/holidays/med_text_300.svg") transparent;
    background-repeat: no-repeat;
    top: 110px;
    left: -10px;
    width: 300px;
    height: 40px;
  }
}

@media only screen and (min-width: 443px) and (max-width: 538px) {
  .holidays .header .logo:before {
    background: url("/local/templates/medic_nov_2016/images/holidays/med_text_300.svg") transparent;
    background-repeat: no-repeat;
    top: 95px;
    left: -10px;
    width: 300px;
    height: 40px;
  }
}

@media only screen and (min-width: 539px) and (max-width: 767px) {
  .holidays .header .logo:before {
    background: url("/local/templates/medic_nov_2016/images/holidays/med_header_smaller.png") transparent;
    background-repeat: no-repeat;
    content: "";
    width: 150px;
    height: 140px;
    right: -150px;
    top: -33px;
  }

  .holidays .header .calling:before {
    background: url("/local/templates/medic_nov_2016/images/holidays/med_text.svg") transparent;
    background-repeat: no-repeat;
    top: 20px;
    width: 422px;
    height: 55px;
  }
}

@media only screen and (min-width: 539px) and (max-width: 900px) {
  .calling__tel a {
    font: 20px/20px "ClearSans-Bold", Arial, Verdana, sans-serif;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1147px) {
  .holidays .header .calling:before {
    background: url("/local/templates/medic_nov_2016/images/holidays/med_text.svg") transparent;
    background-repeat: no-repeat;
    top: 75px;
    width: 422px;
    height: 55px;
    right: 70px;
  }

  .holidays .header .logo:before {
    background: url("/local/templates/medic_nov_2016/images/holidays/med_header_smaller.png") transparent;
    width: 150px;
    height: 140px;
    top: 10px;
    left: 0;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1147px) {
  .holidays .header .calling:before {
    background: url("/local/templates/medic_nov_2016/images/holidays/med_text.svg") transparent;
    background-repeat: no-repeat;
    top: 60px;
    width: 422px;
    height: 55px;
    right: 70px;
  }
}

@media only screen and (min-width: 1148px) {

  .holidays .header .behavior:before {

    background: url("/local/templates/medic_nov_2016/images/holidays/med_header.png") transparent;
    background-repeat: no-repeat;
    width: 393px;
    height: 219px;
    top: -44px;
    left: -278px;
  }

  .holidays .header .behavior:after {

    background: url("/local/templates/medic_nov_2016/images/holidays/med_text.svg") transparent;
    background-repeat: no-repeat;
    width: 422px;
    height: 55px;
    top: 55px;
    left: -15px;
  }

  .holidays .footer>.container:before {

    background: url("/local/templates/medic_nov_2016/images/holidays/med_footer.png") transparent;
    background-repeat: no-repeat;
    width: 679px;
    height: 349px;
    bottom: -50px;
    right: 0;

  }
}

/*surgery*/
.landing-surgery {
  padding: 30px 30px 80px 30px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  background: #ffffff;
  z-index: 3;
  margin-top: 4px;
}

.landing-surgery .title-surgery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.landing-surgery:first-of-type {
  margin-top: -50px;
}

.landing-surgery:nth-of-type(2) {
  background: #f0f1f4;
}

.landing-surgery:nth-of-type(3) {
  padding: 0;
}

.landing-surgery .hospital h2 {
  text-align: left;
  width: 100%;
}

.landing-surgery .hospital .descript {
  padding: 40px 30px;
}

.landing-surgery h2 {
  text-align: left;
  float: left;
  text-transform: uppercase;
  font-size: 64px;
  position: relative;
  margin-right: 10px;
}

.user-actions ul {
  margin: 10px 0 10px 15px;
}

.user-actions ul li {
  padding: 10px 0;
}

.user-actions ul li a {
  color: #000;
}

.user-actions ul li a:hover {
  color: #e40f7c;
}

/*END Блок авторизации в шапке (задача №47008)*/


/*Блок Популярные услуги в разделе 'Услуги'*/
.service-item {
  background: rgba(255, 255, 255, 0.7);
  padding: 25px 23px 20px;
  width: auto;
  height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #000;
  margin-top: 10px;
  color: #000;
}

.service-item>div:last-child {
  margin-top: 6px;
}

.service-item h3 {
  font: 20px/1.1 'ClearSans', Arial, Verdana, sans-serif;
}

.service-item__descriptrion {
  font-size: 14px;
  color: #5b5b5b;
  margin-top: 15px;
  line-height: 1.2;
}

.service-item .col-12-text {
  height: 310px;
}

.service-item .price {
  font-size: 20px;
  font-family: "ClearSans-Bold", Arial, Verdana, sans-serif;
  width: auto;
  max-width: none;
  cursor: default;
  text-align: left;
}

.service-item--col .price {
  display: block;
  margin-top: 0;
  padding: 0px;
}

.service-item .more-wrapper {
  border: 1px solid #e40f7c;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-item .more {
  padding: 5px;
}

.service-item--col .btn,
.service-item--col .login-btn {
  margin-top: 13px;
}

.service-item--full>div:last-child {
  margin-top: 23px;
}

@media (max-width: 568px) {
  .service-item .price {
    display: block;
    margin-top: 10px;
  }

  .service-item .btn,
  .service-item .login-btn {
    margin-top: 13px;
  }

  .service-item--full>div:last-child {
    margin-top: 0;
  }
}

/*END Блок Популярные услуги в разделе 'Услуги'*/

/*Бонусная программа*/
.landing-view {
  font-size: 16px;
  color: #333;
}

.landing-view h2 {
  font-size: 30px;
  font-weight: 700;
}

.landing-view h3 {
  font-size: 20px;
  font-weight: 500;
}

.landing-view h1,
.landing-view h2,
.landing-view h3 {
  margin-bottom: 0.6em;
  line-height: 1.1;
}

.landing-view h2,
.landing-view h3 {
  color: #333 !important;
  text-align: left !important;
}

.landing-view h3+p {
  margin-top: unset !important;
}

.landing-view article {
  margin-bottom: 40px;
}

.list-dot,
.list-dash,
.list-blank {
  margin: 0;
  padding: 0;
}

.list-blank>li,
.list-dot>li,
.list-dash>li {
  display: block;
  position: relative;
  list-style-type: none !important;
}

.list-dot>li {
  margin-bottom: .8em;
  padding-left: 12px;
}

.list-dot>li::before {
  position: absolute;
  top: .65em;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 3px solid;
  content: "";
}

.list-dash>li {
  margin-bottom: .8em;
  padding-left: 24px;
}

.list-dash>li::before {
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 18px;
  height: 0;
  border-top: 1px solid;
  content: "";
}

.landing-view li>ul {
  margin-top: .5em !important;
}

.landing-view li>ul>li {
  margin-bottom: .2em !important;
}

.text-orange {
  color: #ff903b;
}

.text-silver {
  color: #9d9e9e;
}

.text-gold {
  color: #fecc00;
}

.landing-view li .club-item {
  margin-top: 1em;
}

.club-item {
  position: relative;
  min-height: 50px;
  padding-left: 65px;
}

.club-item img {
  position: absolute;
  top: 0;
  left: 0;
}

.club-item span {
  display: block;
  font-weight: bold;
  font-size: 20px;
}

.club-item small {
  font-size: 16px;
}

/*END Бонусная программа*/

/*Раздел 'Бонусы' в личном кабинете*/
.bonus-counter {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 20px;
  line-height: 1.6;
}

.bonus-counter__title,
.bonus-club__status {
  color: #6a6a6a;
}

.bonus-counter__total,
.bonus-club__title {
  color: #000;
  font-size: 30px;
  font-family: "MuseoSans_700", Arial, Verdana, sans-serif;
  font-weight: 700;
}

.bonus-club {
  font-size: 14px;
}

.bonus-club__status {
  margin: 0.7em 0;
  font-size: 18px;
}

/*END Раздел 'Бонусы' в личном кабинете*/

/*icon--soc*/
.icon--soc {
  display: inline-block;
  background: #fff;
  transition: background 0.25s ease-out;
}

.icon--soc svg {
  width: 46px;
  height: 46px;
  fill: #ff444a;
  color: #ff444a;
  transition: fill 0.25s ease-out;
}

.icon--soc:hover,
.icon--soc:active {
  background: #ff444a;
}

.icon--soc:hover svg,
.icon--soc:active svg {
  color: #fff;
  fill: #fff;
  border: 1px solid red;
}

/*opros_button*/
.opros_button {
  position: fixed;
  bottom: 10%;
  right: 0;
  display: block;
  height: auto;
  background: #e40f7c;
  box-shadow: 4px 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 4px 0 0 4px;
  padding: 15px 10px;
  color: #fff;
  z-index: 100;
  transition: background 0.25s ease-out;
}

.opros_button:hover span,
.opros_button:active span {
  color: #fff;
}

.opros_button:hover,
.opros_button:active {
  background: #ff8500;
}

/*timetable-filter*/
.timetable-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  display: inline-block;
}

.timetable-filter .timetable-wrap_select,
.timetable-filter .timetable-wrap_search input {
  border: 1px solid #d8d8d8;
  width: 100%;
  height: 40px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.timetable-filter .timetable-wrap_search input {
  padding-left: 10px;
}

.timetable-filter .timetable-wrap_select:after {
  content: "";
  display: block;
  position: absolute;
  right: 7px;
  top: 13px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  transform: rotate(40deg);
}

.timetable-filter .timetable-wrap_select select {
  background: transparent;
  border: none;
  font-size: 14px;
  padding: 10px 5px;
  width: calc(100% + 30px);
}

.js-dateCarousel {
  position: relative;
  padding: 0 3px;
  width: 100%;
  display: flex;
}

@media (min-width: 700px) {
  .js-dateCarousel {
    display: none;
  }
}

.js-dateCarousel .slick-slide {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  height: 40px;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding-top: 8px;

}

.timetable-filter .js-dateCarousel .slick-arr.slick-prev {
  z-index: 1;
  border: 1px solid #d8d8d8;
  border-radius: 5px 0 0 5px;
  height: 40px;
  width: 40px;
}

.timetable-filter .js-dateCarousel .slick-arr.slick-next {
  border: 1px solid #d8d8d8;
  border-radius: 0 5px 5px 0;
  height: 40px;
  width: 40px;
}

.timetable-filter .js-dateCarousel .slick-arr {
  background: #fff;
}

.js-dateCarousel .slick-arr .icon>svg {
  fill: #d8d8d8;
  color: #d8d8d8;
}

.js-dateCarousel .slick-arr:hover .icon>svg {
  fill: #e40f7c;
  color: #e40f7c;
}

.time_ticket {
  display: table;
  width: 100%;
}

.time_ticket_row-head,
.time_ticket_row {
  display: table-row;
  margin: 3px;

}

.time_ticket_row-head .time-doctor,
.time_ticket_row-head .time-item,
.time_ticket_row .time-doctor,
.time_ticket_row .time-item {
  display: table-cell;
  background: #eeefef;
  border-top: 5px #fff solid;
  border-bottom: 5px #fff solid;
  border-left: 1px #fff solid;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}

.time_ticket_row-head .time-doctor,
.time_ticket_row-head .time-item {
  background: #dadada;
}

.time_ticket_row .time-item.active-item {
  background: #d8f1da;
}

.time-doctor:first-child,
.time-doctor:first-child {
  text-align: left;

}

.time-doctor span {
  color: #e40f7c;
}

.time_ticket strong {
  font: 16px/24px "ClearSans", Arial, Verdana, sans-serif;
  font-weight: 700;

}

.time_ticket input[type="radio"] {
  display: none;
}

.time_ticket input:checked+label,
.time_ticket input:focus+label,
.time-item.active-item:hover {
  border: 1px #ff444a solid;
  cursor: pointer;
  padding-right: 9px;
}

.time-day-week {
  display: none;
}

.time-item--active,
.time_ticket_row-head .time-item--active {
  display: none;
}

.time_ticket_row-head .time-item {
  cursor: pointer;
}

.time_ticket_row-head .time-item {
  display: none;
}

@media screen and (min-width: 700px) {
  .time-doctor {
    max-width: 200px;
  }

  .time-item {
    width: 127px;
  }

}

@media screen and (max-width: 700px) {
  .time_ticket_row {
    flex-flow: column;
    display: flex;
    margin-top: 20px;
  }

  .time_ticket_row .time-item {
    display: none;
  }

  .time_ticket_row .time-doctor,
  .time_ticket input:checked+label,
  .time_ticket input:focus+label,
  .time-item.active-item:hover {
    border-top: 1px #fff solid;
    border-left: none;
  }

  .time-item.active-item {
    display: flex;
    border-top: 1px #fff solid;
    border-left: none;
    border-bottom: 0;
  }

  .time-item.active-item:before {
    content: attr(data-type);
    margin-right: 10px;

  }

  .time_ticket input:checked+label,
  .time_ticket input:focus+label,
  .time-item.active-item:hover {
    border-bottom: none;
    border-right: none;
  }

  .time_ticket_row-head {
    margin-left: -5px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
  }

  .time_ticket_row-head .time-doctor {
    text-align: center;
    display: none;
  }

  .time_ticket_row-head .time-item {
    box-sizing: border-box;
    border-left: 8px #fff solid;
    border-bottom: 0;
    border-top: 0;
    flex: 0 1 55px;
    padding: 7px;
    margin-bottom: 8px;
    display: block;
    line-height: 16px;
    font-size: 14px;
    text-align: center;
  }

  .time-item--active,
  .time_ticket_row-head .time-item--active {
    background: #D9F1DB;
    display: block;
  }

  .time-day-week {
    display: block;
    flex: 1 1 100%;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: .5rem;
  }
}

/*button TIMETABLE*/
.header .btn--appointment {
  padding: 10px 20px;
}

.header__bottom .btn--appointment:first-of-type,
.header__top .btn--appointment:first-of-type {
  margin-bottom: 10px;
  margin-top: -20px;
}

@media (max-width: 1240px) {
  .header .btn--appointment {
    padding: 5px 20px;
  }
}

@media (max-width: 480px) {
  .side-mob-btn {
    position: absolute;
    top: 0;
  }
}

@media (max-width: 440px) {
  .side-mob-btn {
    top: 8px;
  }
}

@media (max-width: 404px) {
  .search-form .search-form__mob {
    margin-top: -30px;
  }
}

.picom_form .errortext {
  color: red
}

/*Стилизация всплывающего окна Хирургия*/

.popup-for-patients {
  padding-top: 50px;
  padding-bottom: 50px;
}

.popup-for-patients h1 {
  text-align: center;
  font-size: 30px;
  color: #000000;
}

@media (max-width: 768px) {
  .popup-for-patients h1 {
    font-size: 26px;
    line-height: 34px;
  }
}

.popup-for-patients ul li {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 25px;
  list-style: none;
}

@media (max-width: 768px) {
  .popup-for-patients ul li {
    padding: 0;
  }
}

.popup-for-patients ol>li {
  list-style: none;
  margin: 0;
}

.popup-for-patients ol>li:nth-child(n+2) {
  margin-top: 20px;
}

.popup-for-patients h2 {
  font-size: 30px;
  line-height: 40px;
}

@media (max-width: 768px) {
  .popup-for-patients h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

.popup-for-patients b {
  display: block;
  margin-top: 20px;

  font-size: 20px;
  color: #f17f21;
}

@media (max-width: 768px) {
  .popup-for-patients b {
    font-size: 16px;
    line-height: 20px;
  }
}


.popup-for-patients p {
  margin: 5px 0 0 0;
}

.popup-for-patients blockquote {
  margin: 20px 0 0 0;
  padding: 15px 25px;
  border: 2px dotted #f17f21;
}

@media (max-width: 768px) {
  .popup-for-patients blockquote {
    padding: 15px 10px;
  }
}

.popup-for-patients blockquote div:nth-child(n+2) {
  margin-top: 20px;
}

.popup-for-patients svg {
  width: 45px;
  height: 51px;
}

.popup-for-patients div {
  display: flex;
  justify-content: space-between;
}

.popup-for-patients blockquote p {
  width: 90%;
  margin: 0;
}

@media (max-width: 768px) {
  .popup-for-patients blockquote p {
    width: 80%;
  }
}

@media (max-width: 440px) {
  .popup-for-patients blockquote p {
    width: 70%;
  }
}

.popup-for-patients__checklist {
  margin-top: 15px;
}

.popup-for-patients__checklist li {
  position: relative;
  margin-left: 25px;
}

.popup-for-patients__checklist li:nth-child(n+2) {
  margin-top: 5px;
}

.popup-for-patients__checklist>li::before {
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  left: 0;
  top: 3px;
  background: url('/local/templates/medic_nov_2016/images/svg/popup-checked.svg') no-repeat;
}

@media (max-width: 768px) {
  .popup-for-patients__checklist>li::before {
    left: -25px;
  }
}

/*======================*/
/*--------------------контентная вставка видео----------------*/
.insert iframe {
  position: relative;
  z-index: 1;
}

.insert__video-head {
  margin-top: 0;
}

.insert__video {
  position: relative;
  width: 50%;
  /*height: 360px; */
}

.insert__video:hover .insert__video-play {
  opacity: 1;
}

.insert__name-clip {
  font-size: 20px;
}

.insert__video-play {
  background: url("/local/templates/medic_nov_2016/images/icons/play-button.png") no-repeat center;
  width: 70px;
  height: 78px;
  position: absolute;
  top: 50%;
  margin: -39px auto;
  z-index: 99;
  left: 0;
  right: 0;
  cursor: pointer;
  opacity: 0;
  transition: 0.3s;
}

.insert__video-play-list {
  width: 50%;
}

.insert__video-container {
  display: flex;
  padding: 45px 0 17px;
}

.insert__playlist {
  position: relative;
  max-height: 340px;
  padding: 11px 0 0;
  overflow-y: auto;
  overflow-x: hidden;
  background: #f5f5f5;
}

.insert__playlist-item {
  padding: 0 0 10px 0;
  cursor: pointer;
  zoom: 1;
}

.insert__playlist-item:after {
  content: "";
  display: table;
  clear: both;
}

.insert__playlist-item .status {
  float: left;
  font-size: 16px;
  color: #5b5b5b;
  width: 24px;
  text-align: center;
  line-height: 56px;
}

.insert__playlist-item .preview {
  float: left;
  margin: 0 10px 0 0;
  width: 100px;
  height: 55px;
  background: #5b5b5b;
  position: relative;
  overflow: hidden;
}

.insert__playlist-item .preview img {
  margin: -12px 0;
}

.insert__playlist-item .description {
  font-size: 16px;
  line-height: 1.2;
  color: #5b5b5b;
}

.insert__playlist-item.active .status {
  position: relative;
  color: #ffffff;
}

.insert__playlist-item.active .status span {
  visibility: hidden;
  opacity: 0;
  color: transparent;
}

.insert__playlist-item.active .status:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 0;
  border-top: 5px solid transparent;
  border-left: 7px solid #5b5b5b;
  border-bottom: 5px solid transparent;
}

.video-youtube {
  position: relative;
  height: 100%;
}

.video-youtube.video-youtube_overlay:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
}

.video-youtube .video-youtube__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-youtube .video-youtube__content.video-youtube__content_hide-origin-play-btn {
  width: 10000%;
  height: 10000%;
  transform: scale(0.01);
  transform-origin: top left;
}

.video-youtube .video-youtube__content.video-youtube__content_hide-origin-play-btn::selection {
  background-color: transparent;
}

@media (max-width: 1280px) {
  .insert__video {
    width: 60%;
  }

  .insert__video-play-list {
    width: 40%;
  }
}

@media (max-width: 1023px) {
  .insert__video-container {
    display: block;
    max-width: 695px;
    margin: 0 auto;
  }

  .insert__video {
    width: 100%;
  }

  .insert__video-play-list {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .insert__video {
    width: 100%;
    height: auto;
  }

  .insert__video-container {
    display: block;
  }

  .insert__video-play-list {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .insert__video {
    width: 100%;
    height: 150px;
  }

  .insert__video-play {
    width: 36px;
    height: 40px;
    background-size: cover;
    margin: -20px auto;
  }

  .insert__video-container {
    display: block;
  }

  .insert__video-play-list {
    width: 100%;
  }
}

.insert__video-head h3 {
  font: 30px "MuseoSans_700", Arial, Verdana, sans-serif;
  color: #000;
}

.insert__video-head .sep-line {
  margin-top: 20px;

}

.doc-services__title {}

/*------------контентная вставка видео- конец----------------*/


/*------------прелоадер на странице в ЛК----------------*/
.changefield--preloader {
  position: fixed;
  background: rgba(0, 0, 0, 0.07);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  background-image: url("../images/preloader2.gif");
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: center;
}

/*------------прелоадер на странице в ЛК конец----------------*/

.ajax_next_page {
  font-size: 32px;
  text-align: center;
  opacity: 0;
}

.ajax_next_page.load {
  opacity: 1;
}

.week_days {
  display: table-cell;
  background: #eeefef;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}

.button-none {
  display: none;
}

.my-slick-slide {
  display: none;
}

.week_days.current.my-slick-slide {
  display: table-cell;
}

.doctors {
  padding: 80px 0 0px 0;
  margin-bottom: -70px;
}

.history {
  /*padding: 20px 0 0px;*/
}

.breadcrumbs {
  margin-top: 0;
}

.iframe-content {
  margin-bottom: 20px;
}

.iframe-content p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* my styles */
.h2-smaller h2 {
  font-size: 24px;
  margin-top: 10px;
}

/* my styles end */
/*-------------------Заголвок на главной странице----------*/
.title-main {
  color: #e40f7c !important;
  font-size: 20px !important;
}

.no-needed {
  display: none;
}

@media (max-width: 768px) {

  .fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
    width: 100vw !important;
    left: 0 !important;
    top: 100px !important;
    /* height: calc(100vh - 100px) !important; */
  }

  .fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened .fancybox-skin {
    width: 100% !important;
    height: 100% !important;
  }

  .fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened .fancybox-outer {
    max-width: 100% !important;
    height: 100% !important;
  }


  .fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened .fancybox-inner,
  .fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened .bookform-left {
    width: 100% !important;
    height: 100%;
  }


  .fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened .bookform-form.has-validation-callback {
    height: 100%;
    overflow-y: auto;
  }

  .fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened .bookform-form.has-validation-callback .row {
    width: calc(100% - 1px);
  }

}

@media screen and (max-width: 700px) {

  .time_ticket_row-head {
    display: none;
  }


  .time_ticket_row .day-block {
    position: relative;
    display: block;
    height: 20px;
    box-sizing: content-box;
  }

  .time_ticket_row .day-block:nth-of-type(2)::after {
    content: 'Пн.';
    position: absolute;
    display: block;
    top: 12px;
    left: 12px;
  }

  .time_ticket_row .day-block:nth-of-type(3)::after {
    content: 'Вт.';
    position: absolute;
    display: block;
    top: 12px;
    left: 12px;
  }

  .time_ticket_row .day-block:nth-of-type(4)::after {
    content: 'Ср.';
    position: absolute;
    display: block;
    top: 12px;
    left: 12px;
  }

  .time_ticket_row .day-block:nth-of-type(5)::after {
    content: 'Чт.';
    position: absolute;
    display: block;
    top: 12px;
    left: 12px;
  }

  .time_ticket_row .day-block:nth-of-type(6)::after {
    content: 'Пт.';
    position: absolute;
    display: block;
    top: 12px;
    left: 12px;
  }

  .time_ticket_row .day-block:nth-of-type(7)::after {
    content: 'Сб.';
    position: absolute;
    display: block;
    top: 12px;
    left: 12px;
  }

  .time_ticket_row .day-block:nth-of-type(8)::after {
    content: 'Вс.';
    position: absolute;
    display: block;
    top: 12px;
    left: 12px;
  }
}

.amenities-grid {
  margin-right: -30px;
}

.amenities-grid:after {
  content: '';
  display: block;
  clear: both;
}

.amenities-grid__tile {
  border: 1px solid #E4EDEE;
  float: left;
  width: 270px;
  height: 150px;
  text-align: center;
  margin: 0px 30px 50px 0;
}

.service-tile {
  font-weight: 600;
  font-size: 15px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 0 0;
}

.service-tile:before {
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto 17px;
  background-repeat: no-repeat;
  background-position: center;
}

.service-tile_icon1:before {
  background-image: url(../images/serviceIcon/general-price.png);
}

.service-tile_icon2:before {
  background-image: url(../images/serviceIcon/allergology-and-immunology.png);
}

.service-tile_icon3:before {
  background-image: url(../images/serviceIcon/gastroenterology.png);
}

.service-tile_icon4:before {
  background-image: url(../images/serviceIcon/gynecology.png);
}

.service-tile_icon5:before {
  background-image: url(../images/serviceIcon/dermatovenerology.png);
}

.service-tile_icon6:before {
  background-image: url(../images/serviceIcon/cardiology.png);
}

.service-tile_icon7:before {
  background-image: url(../images/serviceIcon/neurology.png);
}

.service-tile_icon8:before {
  background-image: url(../images/serviceIcon/lor.png);
}

.service-tile_icon9:before {
  background-image: url(../images/serviceIcon/ophthalmic.png);
}

.service-tile_icon10:before {
  background-image: url(../images/serviceIcon/pediatrics.png);
}

.service-tile_icon11:before {
  background-image: url(../images/serviceIcon/pulmonology.png);
}

.service-tile_icon12:before {
  background-image: url(../images/serviceIcon/rheumatology.png);
}

.service-tile_icon13:before {
  background-image: url(../images/serviceIcon/dentistry.png);
}

.service-tile_icon14:before {
  background-image: url(../images/serviceIcon/ultrasound-diagnosis.png);
}

.service-tile_icon15:before {
  background-image: url(../images/serviceIcon/therapy.png);
}

.service-tile_icon16:before {
  background-image: url(../images/serviceIcon/traumatology-and-orthopedics.png);
}

.service-tile_icon17:before {
  background-image: url(../images/serviceIcon/functional-diagnostics.png);
}

.service-tile_icon18:before {
  background-image: url(../images/serviceIcon/endocrinology.png);
}

.service-tile_icon19:before {
  background-image: url(../images/serviceIcon/endoscopy.png);
}

.zapis-btn_prev {
  position: absolute;
  top: 50%;
  left: 20px;
  cursor: pointer;
}

.zapis-btn_next {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(180deg);
  cursor: pointer;
}

@media (max-width: 768px) {
  .amenities-grid__tile {
    width: 100%;
    margin: 0 0 24px 0;
  }

  .amenities-grid {
    margin: 0 0 0 0;
  }

  .zapis-btn_prev {
    top: 56%;
  }

  .zapis-btn_next {
    top: 56%;
  }
}

input {
  border: 1px solid #F1F1F4;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 16px 24px;
  font-weight: 400;
  height: 56px;
  font-size: 16px;
  transition: all 0.3s ease 0s;
  border-color: #E40E7D;
}

input:hover,
input:active,
input:focus,
input:focus-visible,
input:target {
  border-color: #E40E7D;
}

textarea {
  border: 1px solid #E40E7D;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 16px 24px;
  font-weight: 400;
  font-size: 16px;
}

.btn-primary {
  background: #E40E7D;
  color: #ffffff;
  border: none;
  border-radius: 100px;
  transition: all 300ms;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #E40E7D;
  color: #E40E7D;
  border-radius: 100px;
}

.top-bar {
  font-size: 15px;
  color: #626262;
  line-height: 150%;
  padding: 24px 0;
  background-color: #f3f3f3;
}

.special-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #333333;
  flex: 0 1 225px;
}

.top-bar__container {
  display: flex;
  align-items: center;
}

.top-bar__special {
  flex: 0 1 23%;
}


.top-bar__adress {
  flex: 0 1 63%;
}

.top-bar__working {}

.top-bar__working span {
  font-weight: 500;
}

.top-bar__phones a {
  color: #333;
  display: block;
  font-weight: 500;
}

.header {
  padding: 16px 0 40px;
}

.header__container {
  display: flex;
  align-items: center;
}

.header-logo {
  height: 56px;
  flex: 0 1 246px;
  margin: 0 7% 0 0;
}

.header-logo img {
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
}

.header-search {
  position: relative;
  flex: 0 1 54%;
  margin: 0 16px 0 0;
}

.header-search__input {
  position: relative;
  padding-left: 64px;
  width: 100%;
  border-color: #E40E7D;

}

.header-search__img {
  position: absolute;
  top: 50%;
  left: 24px;
  z-index: 2;
  transform: translate(0px, -50%);
}

.header-search .btn {
  position: absolute;
  height: 100%;
  width: 180px;
  border-radius: 0px 100px 100px 0px;
  top: 0;
  right: 0;
}

.header-reception {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 500;
  height: 56px;
  flex: 0 1 225px;
  margin: 0 0 0 auto;
}

.top-menu {
  border: none;
  margin: 0;
  box-shadow: none;
}

.top-menu .navbar-nav li a {
  display: inline-flex;
  align-items: center;
  padding: 8px 0;
  width: auto;
  height: 52px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}

.top-menu .navbar-nav li a svg {
  width: 24px;
  height: 24px;
  margin: 0 0 0 8px;
}

.top-menu__container {
  display: flex;
  align-items: center;
}

.root-item {
  height: 52px;
}

.navbar-nav>li+li {
  margin-left: 32px;
}

@media (min-width: 992px) {

  #horizontal-multilevel-menu li.item-selected>a,
  #horizontal-multilevel-menu li.jshover>a,
  #horizontal-multilevel-menu li:hover>a {
    color: #E40E7D;
    background-color: transparent;
  }

  #horizontal-multilevel-menu li.item-selected>a>svg,
  #horizontal-multilevel-menu li.jshover>a>svg,
  #horizontal-multilevel-menu li:hover>a>svg {
    transform: rotate(-180deg);
    stroke: #E40E7D;
  }

  #horizontal-multilevel-menu li:hover>a.parent>svg {
    transform: rotate(-90deg);
  }
}

.has-dropdown--root>.dropdown-menu>li>a {
  height: 52px;
  padding: 0 16px;
}

.header-callback {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header-phone-link {
  display: inline-flex;
  align-items: center;
  color: #333;
  margin-left: auto;
  text-align: right;
  font-size: 18px;
}

.header-phone-link svg {
  width: 22px;
  height: 22px;
  margin: 0 8px 0 0;
}

.callback-popup {
  font-size: 18px;
  height: 43px;
  display: inline-flex;
  padding: 0 16px;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.attention-block {
  background: #dedede;
  color: #000;
  font-size: 16px;
  line-height: 150%;
  position: relative;
}

.attention-block a {
  color: #000;
  text-decoration: underline;
}

.attention-block__container {
  max-width: 84%;
  margin: 0 auto;
  text-align: center;
  padding: 28px 0;
}

.attention-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  color: #000;
  cursor: pointer;
}

.attention-close span {
  width: 100%;
  height: 1px;
  display: block;
  background: #000;
}

.attention-close span:first-child {
  transform: rotate(45deg) translate(8px, 7px);
}

.attention-close span:last-child {
  transform: rotate(-45deg) translate(-6px, 7px);
}

.doctor-appointment-popup {
  text-align: center;
  padding: 20px 0 0;
}

.doctor-appointment-title {
  font-size: 32px;
  color: #626262;
  margin: 0 0 16px;
}

.doctor-appointment-popup p {
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto 40px;
  line-height: 150%;
  color: #333333;
}

.doctor-appointment-popup form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.doctor-appointment-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 0 1 41%;
}

.doctor-appointment-right {
  flex: 0 1 41%;
}

.doctor-appointment-right textarea {
  resize: none;
  width: 100%;
  height: 100%;
}

.doctor-appointment-bottom {
  flex: 0 1 86%;
  display: flex;
  justify-content: space-between;
}

.doctor-appointment-bottom .btn {
  height: 56px;
  display: flex;
  flex: 0 1 184px;
  align-items: center;
  justify-content: center;
}

.doctor-appointment-popup .doctor-appointment-policy {
  margin: 0;
  text-align: left;
  flex: 0 1 640px;
}

.policy {
  font-size: 14px;
}

.policy a {
  color: #333333;
  text-decoration: underline;
}

.section-booking {
  position: relative;
  margin-top: -9px;
}

.section-booking .section-title {
  position: absolute;
  padding: 20px 50px;
  background: white;
  top: -74px;
  z-index: 1;
}

.section-booking .section-title::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 40px;
  width: 368px;
  height: 18px;
  background: url('../images/line.svg') center / cover no-repeat;
}

.bookform-form {
  padding: 40px;
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.08);
}

.bookform-form-top {
  display: flex;
  gap: 5%;
}

.bookform-attention {
  margin: 20px 0 20px;
}

.bookform-form-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.bookform-form-bottom .policy {
  margin: 0 60px 0 0;
  flex: 0 1 43%;
}

.bookform-form-bottom .btn {
  flex: 0 1 184px;
}

.bookform-form-column {
  flex: 0 1 33.333%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bookform-form-column span {
  color: #333333;
  font-weight: 500;
}

.booking-form-line {
  position: relative;
}

.booking-form-line input {
  width: 100%;
}

.datepicker-f {
  width: 100%;
  cursor: pointer;
  position: relative;
}

.booking-calendar:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 16px;
  right: 16px;
  background: url('../images/calendar.svg') center / cover no-repeat;
}

.table-condensed>thead>tr>th {
  padding: 5px;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.bootstrap-datetimepicker-widget table td.today:before {
  display: none;
}

.popup-confirm {
  width: 488px !important;
  height: 370px !important;
  padding: 64px 32px;
  text-align: center;
}

.popup-confirm h2 {
  color: #626262;
  font-size: 32px;
  margin: 30px 0 0;
}

.popup-confirm p {
  margin: 16px 0 0;
}

.popup-close {
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url('../images/close.svg') center / cover no-repeat;
}

@media (min-width: 1400px) {
  .container {
    width: 1335px
  }
}

/* section topslider */
.topslider {
  position: relative;
}

.topslider-slide {
  overflow: hidden;
}

.topslider-img {}

.topslider-img img {
  transition: all 0.3s ease 0s;
  width: 100%;
  min-height: 630px;
  object-fit: cover;
}

.topslider-content {
  position: absolute;
  top: 130px;
  z-index: 2;
}

.topslider-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 62px;
  max-width: 440px;
  margin: 0 0 24px;
  color: #626262;
  transition: all 0.5s ease 0s;
  opacity: 0;
  transform: translate(100%, 0px);
}

.topslider-text {
  font-size: 20px;
  line-height: 150%;
  max-width: 670px;
  margin: 0 0 32px;
  transition: all 0.5s ease 0.5s;
  opacity: 0;
  transform: translate(100%, 0px);
}

.topslider-button {
  width: 184px;
  height: 56px;
  left: 68px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 100px;
  color: #E40E7D;
  border: 1px solid #E40E7D;
  transition: all 0.5s ease 1s;
  opacity: 0;
  transform: translate(100%, 0px);
}

.swiper-slide-active .topslider-button,
.swiper-slide-active .topslider-text,
.swiper-slide-active .topslider-title {
  opacity: 1;
  transform: translate(0px, 0px);
}


.topslider-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
  transform: translateY(-50%);
}

.topslider-buttons .container {
  position: relative;
}

.topslider-next,
.topslider-prev {
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  margin-left: auto;
  z-index: 1;
}

.topslider-prev {
  margin-bottom: 24px;
  margin-top: 24px;
}

.topslider-prev::before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #E40E7D;
  border-left: none;
  border-bottom: none;
  left: 50%;
  top: 50%;
  transform: translate(-30%, -50%) rotate(-135deg);
}

.topslider-next {}

.topslider-next::before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #E40E7D;
  border-left: none;
  border-bottom: none;
  left: 50%;
  top: 50%;
  transform: translate(-60%, -50%) rotate(45deg);
}

.topslider-fraction {
  font-size: 20px;
  line-height: 150%;
  text-align: right;
  padding-right: 10px;
}

.topslider-pagination {
  position: absolute;
  bottom: -108px;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 10px;
  opacity: 1;
}

.swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 16px;
}

.swiper-pagination-bullet-active {
  background: #E40E7D;
  width: 12px;
  height: 12px;
}

#uhvb a {
  display: flex;
  align-items: center;
  color: #333333;
}

#uhvb a svg {
  width: 24px;
  height: 24px;
  fill: transparent;
  margin-right: 8px;
}

.callback-popup svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

