.tree-top {
  display: flex;
  flex-direction: column-reverse; }
  .tree-top .tree-path {
    margin: 0;
    padding: 16px 0;
    padding-bottom: 18px;
    align-items: baseline; }
    @media (max-width: 760px) {
      .tree-top .tree-path {
        padding-bottom: 16px; } }
    .tree-top .tree-path a {
      font-size: 14px;
      line-height: 16px;
      color: #3D4543; }
      .tree-top .tree-path a:last-child {
        color: #646968; }
        .tree-top .tree-path a:last-child span {
          color: #646968;
          font-size: 14px;
          line-height: 16px; }
    .tree-top .tree-path span a {
      font-size: 14px;
      line-height: 16px;
      color: #3D4543; }
    .tree-top .tree-path span:last-child {
      font-size: 14px;
      line-height: 16px;
      color: #646968; }
      .tree-top .tree-path span:last-child a {
        color: #646968; }
    .tree-top .tree-path .separator {
      font-size: 14px;
      color: #646968;
      margin: 0 4px; }

.tree-title {
  word-break: break-word;
  margin-top: 36px;
  margin-bottom: 48px;
  color: #3D4543;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  text-transform: uppercase; }
  .tree-title--small-gap {
    margin-bottom: 16px !important; }
  .tree-title--small-all-gap {
    margin-top: 15px;
    margin-bottom: 33px; }
    @media (max-width: 760px) {
      .tree-title--small-all-gap {
        margin-bottom: 24px !important; } }
  .tree-title--md {
    max-width: 966px; }
  @media (max-width: 760px) {
    .tree-title {
      margin-top: 0;
      margin-bottom: 24px;
      font-size: 28px;
      line-height: 34px; } }
.tree-title--small {
  font-size: 32px;
  color: #3D4543;
    line-height: 140%;
    word-break: break-word;
    text-transform: uppercase;
}
@media (max-width: 760px) {
  .tree-title--small {
    margin-top: 0;
    font-size: 18px;
    line-height: 140%; } }
.wrapper {
  margin-bottom: 140px; }
  @media (max-width: 760px) {
    .wrapper {
      margin-bottom: 72px; } }

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 48px; }
  @media (max-width: 760px) {
    .pagination {
      gap: 4px; } }
  .pagination li a {
    width: 44px;
    height: 44px;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #646968; }
    .pagination li a:hover {
      background: #F6F6F6; }
  .pagination li.active a, .pagination li.active span {
    background: #3D4543;
    border-color: #3D4543;
    color: #fff;
    border-radius: 12px;
    font-weight: 400; }
  .pagination li span {
    padding: 0;
    border: unset;
    color: #fff;
    display: flex;
    width: 44px;
    height: 44px;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #646968; }

.page-standart__row:not(:last-child) {
  margin-bottom: 52px; }

.doctors-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px; }
  .doctors-nav__lists {
    height: 44px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px; }
    @media (max-width: 760px) {
      .doctors-nav__lists {
        height: auto;
        width: 100%;
        flex: 1 0 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px; } }
    .doctors-nav__lists .combo-box {
      width: 306px; }
      @media (max-width: 760px) {
        .doctors-nav__lists .combo-box {
          width: 100%;
          max-width: 576px; } }
  .doctors-nav__lists-item {
    width: 306px; }
    @media (max-width: 760px) {
      .doctors-nav__lists-item {
        width: 100%; } }
.swiper:not(.swiper-initialized) + .slider-control__arrows{
  opacity: 0 !important;
}
  .doctors-nav__slider {
    flex: 1;
    min-width: 0; }
  .doctors-nav__label {
    color: #3D4543;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 12px 11px;
    cursor: pointer;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    box-sizing: border-box; }
    .doctors-nav__label.active {
      color: #fff;
      background: #4BBAD5;
      border-color: #4BBAD5; }
  .doctors-nav__slider {
    position: relative; }
    .doctors-nav__slider .swiper-slide {
      width: auto; }
      .doctors-nav__slider .swiper-slide:not(:last-child) {
        margin-right: 8px; }
    .doctors-nav__slider .slider-control__arrows {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .doctors-nav__slider .slider-control__arrows .swiper-button-disabled {
        pointer-events: none;
        opacity: 0; }
    .doctors-nav__slider .slider-control__arrow-prev {
      left: -10px;
      top: 0;
      position: absolute;
      z-index: 2; }
    .doctors-nav__slider .slider-control__arrow-next {
      right: -10px;
      top: 0;
      position: absolute;
      z-index: 2; }

.doctors-wrapper {
  margin-top: 32px; }
  @media (max-width: 760px) {
    .doctors-wrapper {
      margin-top: 24px; } }

.doctors-item {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid #E8E8E8; }
  @media (max-width: 760px) {
    .doctors-item {
      padding: 24px 0; } }
  .doctors-item:first-child {
    border-top: 1px solid #E8E8E8; }
  .doctors-item:hover .doctors-item__image {
    transform: scale(1.1); }
  .doctors-item .medic-item__name {
    flex-direction: row;
    display: block; }
  .doctors-item__calendar {
    width: 418px;
    max-width: 418px;
    flex: 1 0 418px; }
    .doctors-item__calendar .schedule-slider {
      padding-left: 44px;
      padding-right: 44px;
      padding-top: 24px;
      padding-bottom: 24px; }
      @media (max-width: 760px) {
        .doctors-item__calendar .schedule-slider {
          padding-left: 6px;
          padding-right: 6px; }
          .doctors-item__calendar .schedule-slider .schedule-slider__arrow {
            display: none; }
          .doctors-item__calendar .schedule-slider .schedule-slider__inner-bottom {
            padding-top: 16px; } }
    .doctors-item__calendar .js-slider-schedule-show-hide .schedule-slider__inner-body {
      height: 280px; }
  .doctors-item__main {
    flex: 1;
    min-width: 0;
    display: grid;
    grid-template-columns: 306px 1fr;
    grid-template-rows: auto max-content;
    gap: 24px; }
  .doctors-item__picture {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    grid-column: 1/2;
    grid-row: 1/3; }
  .doctors-item__image {
    transition: 0.3s ease;
    transform-origin: 50% 0;
    display: flex;
    width: 100%;
    height: 367px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .doctors-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .doctors-item__main-top {
    grid-column: 2/3;
    grid-row: 1/2; }
  .doctors-item__main-bottom {
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    flex-direction: column; }
    .doctors-item__main-bottom .doctors-item__center-info {
      margin-top: auto;
      margin-bottom: 24px; }
    .doctors-item__main-bottom .medic-item__position {
      margin-top: 0; }
  .doctors-item__center-info-name {
    margin-bottom: 8px;
    color: #3D4543;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px; }
    @media (max-width: 760px) {
      .doctors-item__center-info-name {
        font-size: 14px;
        line-height: 16px; } }
  .doctors-item__center-info-place {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #646968; }
    @media (max-width: 760px) {
      .doctors-item__center-info-place {
        line-height: 20px; } }
  .doctors-item__center-info-place-icon {
    display: flex; }
    @media (max-width: 760px) {
      .doctors-item__center-info-place-icon {
        width: 16px;
        height: 16px; }
        .doctors-item__center-info-place-icon svg {
          width: 100%;
          height: 100%; } }
  .doctors-item__center-info-place-name {
    flex: 1;
    min-width: 0; }
  .doctors-item__action {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px; }

@media (max-width: 1200px) {
  .doctors-item__main {
    flex: 1;
    min-width: 0;
    display: grid;
    grid-template-columns: 260px 1fr;
    grid-template-rows: min-content min-content;
    gap: 12px 16px;
    grid-template-areas: "s1 s2" "s1 s3"; }
  .doctors-item__picture {
    overflow: hidden;
    grid-column: unset;
    grid-row: unset;
    grid-area: s1; }
  .doctors-item__main-top {
    grid-column: unset;
    grid-row: unset;
    grid-area: s2; }
  .doctors-item__main-bottom {
    grid-column: unset;
    grid-row: unset;
    grid-area: s3; } }
@media (max-width: 991px) {
  .doctors-item {
    flex-direction: column; }
    .doctors-item__main {
      flex: 1 0 100%;
      width: 100%;
      max-width: 100%;
      min-width: 0;
      display: grid;
      grid-template-columns: 260px 1fr;
      grid-template-rows: min-content min-content;
      gap: 12px 16px; } }
@media (max-width: 760px) {
  .doctors-item {
    flex-direction: column; }
    .doctors-item__main {
      grid-template-areas: unset; }
    .doctors-item__picture {
      grid-area: unset;
      grid-column: 1/2;
      grid-row: 1/2; }
    .doctors-item__main-top {
      grid-area: unset;
      grid-column: 2/3;
      grid-row: 1/2; }
    .doctors-item__main-bottom {
      grid-area: unset;
      grid-column: 1/3;
      grid-row: 3/3; }
    .doctors-item .medic-item__name {
      font-size: 20px;
      line-height: 26px;
      display: block; }
    .doctors-item .medic-item__properties {
      gap: 4px;
      flex-direction: column;
      justify-content: flex-start; }
    .doctors-item .medic-item__properties-item {
      display: flex;
      width: 100%;
      justify-content: flex-start; }
    .doctors-item .medic-item__descr {
      font-size: 14px;
      margin-bottom: 16px; }
    .doctors-item .medic-item__position {
      font-size: 14px; }
    .doctors-item__action {
      gap: 8px; }
    .doctors-item__action-item {
      width: 100%;
      flex: 1 0 100%;
      max-width: 100%; }
      .doctors-item__action-item .btn {
        width: 100%;
        display: flex;
        box-sizing: border-box; }
    .doctors-item__center-info {
      margin-bottom: 16px; }
    .doctors-item__main-top {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .doctors-item__main {
      grid-template-columns: 121px 1fr; }
    .doctors-item__image {
      height: 165px; }
    .doctors-item__calendar {
      width: 100%; }
      .doctors-item__calendar img {
        width: 100%; } }
.doctor-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 39px;
  position: relative;
  padding-right: 60px;
  margin-bottom: 140px; }
  @media (max-width: 991px) {
    .doctor-detail {
      margin-top: 0;
      padding-right: 0;
      margin-bottom: 72px; } }
  .doctor-detail__properties {
    margin-top: 0; }
  .doctor-detail__social {
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 991px) {
      .doctor-detail__social {
        position: static;
        flex-direction: row; } }
    @media (max-width: 760px) {
      .doctor-detail__social {
        padding-top: 8px;
        gap: 8px; } }
  .doctor-detail__picture {
    width: 416px;
    flex: 1 0 416px;
    max-width: 416px; }
    @media (max-width: 991px) {
      .doctor-detail__picture {
        width: 100%;
        flex: 1 0 100%;
        max-width: 100%; } }
  .doctor-detail__image {
    width: 100%;
    height: 609px;
    border-radius: 30px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .doctor-detail__image {
        position: relative;
        height: 0;
        padding-top: 114.8688%; } }
    .doctor-detail__image .doctor-photo {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
      @media (max-width: 991px) {
        .doctor-detail__image .doctor-photo {
          position: absolute;
          left: 0;
          top: 0; } }
  .doctor-detail__inform {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .doctor-detail__inform .doctors-item__center-info-name {
      margin-bottom: 4px; }
    @media (max-width: 760px) {
      .doctor-detail__inform .doctors-item__center-info {
        margin-bottom: 0; } }
  .doctor-detail__buttons {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: 635px; }
    @media (max-width: 1199px) {
      .doctor-detail__buttons {
        flex-direction: column; } }
    @media (max-width: 991px) {
      .doctor-detail__buttons {
        max-width: 100%; } }
  .doctor-detail__buttons-item {
    flex: 1;
    min-width: 0; }
    @media (max-width: 1199px) {
      .doctor-detail__buttons-item {
        width: 100%; } }
    .doctor-detail__buttons-item .btn {
      width: 100%;
      box-sizing: border-box; }

.doctor-discr {
  flex: 1;
  min-width: 0;
  max-width: 635px;
  display: flex;
  flex-direction: column;
  gap: 16px; }
  @media (max-width: 991px) {
    .doctor-discr {
      max-width: 100%; } }

.doctor-title {
  font-size: 38px;
  color: #3D4543;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 0; }
  .doctor-title span {
    font-weight: 700; }
.doctor-title b {
  font-weight: 700;
}
  @media (max-width: 760px) {
    .doctor-title {
      font-size: 28px;
      line-height: 34px; } }

.doctor-prof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px; }
  .doctor-prof__item {
    padding: 7px 12px;
    border-radius: 100px;
    border: 1px solid #4BBAD5; }
  .doctor-prof__item-text {
    font-size: 14px;
    line-height: 16px;
    color: #4BBAD5;
    font-weight: 400; }

.block-schedule__head {
  margin-bottom: 32px; }
.block-schedule__body img {
  width: 100%;
  object-fit: contain; }

.description-block__row:not(:last-child) {
  margin-bottom: 40px; }
  @media (max-width: 760px) {
    .description-block__row:not(:last-child) {
      margin-bottom: 32px; } }
.description-block__head:not(:last-child) {
  margin-bottom: 16px; }
.description-block__title {
  text-transform: uppercase;
  color: #3D4543;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  line-height: 26px; }
  @media (max-width: 760px) {
    .description-block__title {
      font-size: 20px; } }
.description-block__body {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #646968; }
  @media (max-width: 760px) {
    .description-block__body {
      font-size: 16px;
      line-height: 20px; } }
  .description-block__body ul li {
    bottom: 0;
    padding: 0;
    position: relative;
    padding-left: 26px; }
    .description-block__body ul li::before {
      content: "";
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: currentColor;
      position: absolute;
      left: 10px;
      top: 10px; }
.description-block__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  color: #646968; }
  @media (max-width: 760px) {
    .description-block__text {
      font-size: 16px;
      line-height: 20px; } }
  .description-block__text + * {
    margin-top: 16px; }

.card-video {
  position: relative;
  padding-top: 56.6%; }
.card-video .plyr, .card-video > div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; 
  top: 0;
}
  .card-video__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    @media (max-width: 760px) {
      .card-video__inner {
        border-radius: 12px;
        overflow: hidden; } }
    .card-video__inner iframe {
      pointer-events: none;
      width: 100%;
      height: 100%; }
  .card-video__slide {
    width: calc(33.332% - (24px - (24px / 3)) ); }
    @media (max-width: 991px) {
      .card-video__slide {
        width: 292px; } }
    .card-video__slide:not(:last-child) {
      margin-right: 24px; }
      @media (max-width: 760px) {
        .card-video__slide:not(:last-child) {
          margin-right: 8px; } }

.select2-drop-result {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding-top: 8px;
  padding-bottom: 8px; }
  .select2-drop-result .select2-drop-image {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    overflow: hidden; }
    .select2-drop-result .select2-drop-image img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .select2-drop-result .select2-drop-description {
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #3D4543;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    flex: 1;
    min-width: 0;
    overflow: hidden; }

.light-form {
  background: #F6F6F6;
  border-radius: 30px; }
  .light-form .control-label__text {
    color: #646968; }
  .light-form .input-checkbox {
    border: 1px solid #E8E8E8; }
  .light-form__row-descr {
    font-size: 16px;
    line-height: 22px;
    color: #646968; }
  .light-form__select + .select2-container {
    width: 100% !important; }
    .light-form__select + .select2-container.select2-container--open::before {
      content: "";
      width: 100%;
      height: 30px;
      box-sizing: border-box;
      position: absolute;
      left: 0;
      top: 0;
      border-left: 1px solid #E8E8E8;
      border-right: 1px solid #E8E8E8;
      background: #fff; }
    .light-form__select + .select2-container.select2-container--open.select2-container--below::before {
      top: unset;
      bottom: 0; }
    .light-form__select + .select2-container.select2-container--default .select2-selection--single {
      border: 1px solid #E8E8E8;
      border-radius: 100px;
      min-height: 44px;
      position: relative;
      z-index: 1; }
    .light-form__select + .select2-container.select2-container--default .select2-drop-result {
      padding-top: 6px; }
    .light-form__select + .select2-container.select2-container--default .select2-selection__arrow {
      background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L12 14L17 10' stroke='%233D4543' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
      width: 24px !important;
      height: 24px !important;
      top: 9px;
      right: 7px; }
      .light-form__select + .select2-container.select2-container--default .select2-selection__arrow b {
        display: none; }
  .light-form__aside {
    width: 373px;
    max-width: 373px;
    flex: 1 0 373px; }
    @media (max-width: 991px) {
      .light-form__aside {
        width: 100%;
        flex: 1 0 100%;
        max-width: 100%; } }
  .light-form__aside-info {
    width: 398px;
    max-width: 398px;
    flex: 1 0 398px; }
    @media (max-width: 991px) {
      .light-form__aside-info {
        width: 100%;
        flex: 1 0 100%;
        max-width: 100%; } }
  .light-form__aside-title {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 26px;
    color: #3D4543;
    margin-bottom: 24px; }
  .light-form__aside-descr {
    max-width: 327px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #646968; }
    @media (max-width: 576px) {
      .light-form__aside-descr {
        max-width: 100%; } }
  .light-form__head {
    padding: 24px;
    padding-left: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    .light-form__head--med-gap {
      padding-top: 32px;
      padding-bottom: 30px; }
    @media (max-width: 760px) {
      .light-form__head {
        padding: 16px; } }
  .light-form__title {
    color: #3D4543;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    flex: 1;
    min-width: 0;
    font-weight: 500;
    padding-top: 8px; }
    @media (max-width: 760px) {
      .light-form__title {
        padding-top: 0;
        font-size: 20px; } }
  .light-form__body {
    padding: 32px;
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 44px; }
    .light-form__body--once {
      padding: 24px; }
    .light-form__body--top-padding {
      padding-top: 32px; }
      @media (max-width: 991px) {
        .light-form__body--top-padding .light-form__content {
          border-top: unset; } }
    @media (max-width: 991px) {
      .light-form__body {
        gap: 0; } }
    @media (max-width: 760px) {
      .light-form__body {
        padding: 16px; } }
    @media (max-width: 760px) {
      .light-form__body--small-top-mobile {
        padding-top: 8px; } }
  .light-form__content {
    flex: 1;
    min-width: 0; }
    @media (max-width: 991px) {
      .light-form__content {
        width: 100%;
        flex: 1 0 100%;
        max-width: 100%;
        padding-top: 11px;
        margin-top: 12px;
        border-top: 1px solid #E8E8E8; } }
  .light-form__action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-end; }
    @media (max-width: 760px) {
      .light-form__action .btn {
        min-height: 44px;
        width: 100%;
        box-sizing: border-box; } }
  .light-form__action-left {
    flex: 1;
    min-width: 0; }
  .light-form__row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px; }
    .light-form__row--gap {
      gap: 12px 36px; }
    .light-form__row:not(:last-child) {
      margin-bottom: 12px; }
    .light-form__row--margin:not(:last-child) {
      margin-bottom: 24px; }
  .light-form__row-col {
    width: calc(50% - (36px / 2));
    max-width: calc(50% - (36px / 2));
    flex: 1 0 calc(50% - (36px / 2)); }
    @media (max-width: 760px) {
      .light-form__row-col {
        width: 100%;
        max-width: 100%;
        flex: 1 0 100%; } }
    .light-form__row-col .light-form__row-item:not(:last-child) {
      margin-bottom: 12px; }
  .light-form__row-item {
    flex: 1;
    min-width: 0; }
    .light-form__row-item--full {
      flex: 1 0 100%;
      width: 100%;
      max-width: 100%; }
    @media (max-width: 991px) {
      .light-form__row-item--full-mobile {
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%; } }

.social-alt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px; }
  .social-alt__link {
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: #F6F6F6; }

.reviews-slider {
  margin-top: 24px; }
  @media (max-width: 760px) {
    .reviews-slider {
      margin-top: 32px; } }

.card-reviews {
  padding: 24px;
  border-radius: 30px;
  background: #F6F6F6;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 416px;
  box-sizing: border-box;
  border: 1px solid #F6F6F6;
  transition: background 0.35s ease; }
  @media (max-width: 760px) {
    .card-reviews {
      padding: 16px;
      min-height: 351px; } }
  .card-reviews:hover {
    background: #fff; }
  .card-reviews__slide {
    width: calc(33.332% - (24px - (24px / 3)) ); }
    @media (max-width: 991px) {
      .card-reviews__slide {
        width: 343px; } }
    .card-reviews__slide:not(:last-child) {
      margin-right: 24px; }
    .card-reviews__slide .card-reviews {
      height: 100%; }
  .card-reviews__head {
    margin-bottom: 8px; }
  .card-reviews__date {
    margin-bottom: 8px;
    color: #646968;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; }
    @media (max-width: 760px) {
      .card-reviews__date {
        font-size: 14px;
        line-height: 16px; } }
  .card-reviews__name {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px; }
    @media (max-width: 760px) {
      .card-reviews__name {
        font-size: 20px; } }
  .card-reviews__body {
    padding-top: 8px;
    border-top: 1px solid #E8E8E8; }
    @media (max-width: 760px) {
      .card-reviews__body {
        padding-top: 12px; } }
  .card-reviews__about {
    font-weight: 500;
    margin-bottom: 12px;
    color: #646968;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px; }
  .card-reviews__person {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #E8E8E8; }
    @media (max-width: 760px) {
      .card-reviews__person {
        padding-bottom: 11px; } }
    .card-reviews__person .doctors-item__center-info-place-name {
      font-size: 14px;
      line-height: 16px; }
  .card-reviews__person-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden; }
    .card-reviews__person-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .card-reviews__person-content {
    flex: 1;
    min-width: 0; }
  .card-reviews__person-name {
    color: #3D4543;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 8px; }
  .card-reviews__body {
    flex: 1;
    min-height: 0; }
  .card-reviews__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding-top: 8px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media (max-width: 760px) {
      .card-reviews__text {
        padding-top: 12px;
        font-size: 14px;
        line-height: 16px; } }
  .card-reviews__footer {
    padding-top: 8px; }
  .card-reviews__link {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #3D4543;
    text-transform: uppercase; }
    @media (max-width: 760px) {
      .card-reviews__link {
        font-size: 12px;
        color: #646968; }
        .card-reviews__link svg path {
          stroke: #646968; } }
  .card-reviews__link-arrow {
    display: flex; }

.select-type {
  margin-bottom: 16px; }
  .select-type__head {
    margin-bottom: 24px; }
  .select-type__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    color: #3D4543;
    text-transform: uppercase; }
  .select-type__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-items: stretch;
    gap: 12px; }
  .select-type__item {
    flex: 1;
    min-width: 0; }
  .select-type__label {
    position: relative;
    display: flex;
    height: 100%; }
  .select-type__input {
    opacity: 0;
    position: absolute;
    width: 0.01em;
    height: 0.01em;
    visibility: hidden; }
  .select-type__block {
    display: flex;
    align-items: center;
    padding: 12px;
    background: #F6F6F6;
    border-radius: 12px;
    width: 100%;
    cursor: pointer; }
  .select-type__block-text {
    color: #3D4543;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px; }
  .select-type__input:checked + .select-type__block {
    background: #4BBAD5; }
    .select-type__input:checked + .select-type__block .select-type__block-text {
      color: #fff; }

.select-type-list {
  margin-bottom: 12px; }
  .select-type-list .win-medics-selected .select-type__label {
    pointer-events: none; }
  .select-type-list .win-medics-selected .select-type__block {
    pointer-events: none;
    padding: 0; }
  .select-type-list .win-medics-selected .select-type__block-text {
    font-weight: 400;
    font-weight: 14;
    line-height: 16px; }
  .select-type-list .win-medics-selected .select-type__input:checked + .select-type__block {
    background: #F6F6F6; }
    .select-type-list .win-medics-selected .select-type__input:checked + .select-type__block .select-type__block-text {
      color: #3D4543; }
  .select-type-list .win-medics-selected {
    padding-left: 12px !important; }
  .select-type-list .select-type__block {
    border-radius: 0; }

@media (max-width: 576px) {
  .banner--about {
    height: 252px;
    min-height: unset; } }

.grid-counter {
  margin-top: 24px; }
  @media (max-width: 760px) {
    .grid-counter {
      margin-top: 16px; } }
  @media (max-width: 760px) {
    .grid-counter--mobile-top {
      margin-top: 24px; } }
  .grid-counter__row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 24px; }
    @media (max-width: 760px) {
      .grid-counter__row {
        gap: 16px; } }
  .grid-counter__col {
    width: calc(16.666% - (24px - (24px / 6)) ); }
    @media (max-width: 1200px) {
      .grid-counter__col {
        width: calc(33.332% - (24px - (24px / 6)) ); } }
    @media (max-width: 760px) {
      .grid-counter__col {
        width: calc(50% - (16px - (16px / 2)) ); } }
    @media (min-width: 760.98px) {
      .grid-counter__col--4 {
        width: calc(25% - (24px - (24px / 4)) ); } }

@media (max-width: 991px) {
  .content-text:not(.is-active) .hide-for-mobile {
    display: none; } }
.content-text:not(.is-active) .hide-for {
  display: none; }
.content-text.is-active + .content-text__footer .content-text__footer-icon {
  transform: scaleY(-1); }
.content-text.is-active .content-text__footer-icon {
  transform: scaleY(-1); }
.content-text__iconed {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }
  .content-text__iconed:not(:last-child) {
    margin-bottom: 16px; }
.content-text__iconed-icon {
  width: 24px;
  height: 24px; }
  @media (max-width: 760px) {
    .content-text__iconed-icon {
      width: 100%;
      flex: 1 0 100%;
      max-width: 100%; } }
  .content-text__iconed-icon img {
    width: 24px;
    object-fit: contain; }
.content-text__iconed-text {
  flex: 1;
  min-width: 0; }
  @media (max-width: 760px) {
    .content-text__iconed-text {
      width: 100%;
      flex: 1 0 100%;
      max-width: 100%; } }
.content-text__descr {
  max-width: 560px;
  margin-bottom: 8px !important; }
  @media (min-width: 991.98px) {
    .content-text__descr {
      margin-bottom: 24px !important; } }
.content-text__footer {
  display: flex;
  justify-content: center;
  margin-top: 32px; }
  @media (min-width: 991.98px) {
    .content-text__footer {
      display: none; } }
.content-text__footer-link {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  color: #646968;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer; }
[data-toggle-about-body]:not(.is-active) .content-text__footer-text--hide {
  display: none;
}
[data-toggle-about-body].is-active .content-text__footer-text--show {
  display: none;
}
.header-nav-wrapper:before {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: -1;
}
.content-text__footer-icon {
  display: flex;
  position: relative; }
.content-text__row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }
  @media (max-width: 991px) {
    .content-text__row--gap-big {
      gap: 32px; } }
  .content-text__row:not(:last-child) {
    margin-bottom: 24px; }
.content-text__col {
  flex: 1;
  min-width: 0; }
  @media (max-width: 991px) {
    .content-text__col {
      flex: 1 0 100%;
      width: 100%;
      max-width: 100%; } }
.content-text__item {
  position: relative;
  min-height: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap; }
  .content-text__item--start {
    align-items: flex-start; }
  .content-text__item .about-us__image-link {
    height: auto;
    width: 100%;
    margin-top: 39px; }
    @media (max-width: 991px) {
      .content-text__item .about-us__image-link {
        height: calc((100vw - 72px) * .67);
        margin-top: 0; } }
    @media (max-width: 760px) {
      .content-text__item .about-us__image-link {
        height: calc(115.45vw - 32px ); } }
    @media (max-width: 760px) {
      .content-text__item .about-us__image-link--alt {
        height: calc(70.93vw - 32px ); } }
    .content-text__item .about-us__image-link img {
      position: absolute;
      display: flex;
      left: 0;
      top: 0; }
.content-text__num {
  font-size: 100px;
  font-weight: 700;
  color: #fff;
  text-shadow: -0.96px 0 #E8E8E8, 0 0.96px #E8E8E8, 0.96px 0 #E8E8E8, 0 -0.96px #E8E8E8;
  position: absolute;
  line-height: 0.8; }
  @media (max-width: 760px) {
    .content-text__num {
      font-size: 60px; } }
.content-text__item-content {
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  padding: 32px 40px;
  min-height: 100%;
  box-sizing: border-box;
  margin-top: 56px; }
  .content-text__item-content .content-text__footer-link {
    margin-left: 32px; }
    @media (min-width: 760.98px) {
      .content-text__item-content .content-text__footer-link {
        padding-top: 4px; } }
    @media (max-width: 760px) {
      .content-text__item-content .content-text__footer-link {
        margin-left: 0;
        margin: 0 auto;
        display: flex;
        justify-content: center; } }
  .content-text__item-content--gap-alt {
    padding: 32px; }
    @media (max-width: 760px) {
      .content-text__item-content--gap-alt {
        padding: 16px !important; } }
  @media (min-width: 760.98px) {
    .content-text__item-content--small-gap {
      padding-left: 32px;
      padding-right: 32px; } }
  @media (max-width: 760px) {
    .content-text__item-content {
      margin-top: 33px;
      padding: 32px 16px; } }
  .content-text__item-content > *:first-child {
    margin-top: 0; }
  .content-text__item-content > *:last-child {
    margin-bottom: 0; }

@media (max-width: 760px) {
  .medic-grid .medic-item__image {
    height: calc((111.66vw / 2) - 32px);
    margin-bottom: 8px; }
  .medic-grid .medic-item__name {
    font-size: 16px;
    line-height: 20px; }
  .medic-grid .medic-item__name-item {
    display: block; }
  .medic-grid .medic-item__descr {
    margin-top: 8px;
    font-size: 12px;
    line-height: 14px; } }
.medic-grid__row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }
  @media (max-width: 760px) {
    .medic-grid__row {
      gap: 16px; } }
.medic-grid__col {
  flex: 1 0 calc(25% - (24px - (24px / 4)) );
  max-width: calc(25% - (24px - (24px / 4)) );
  width: calc(25% - (24px - (24px / 4)) ); }
  @media (max-width: 991px) {
    .medic-grid__col {
      flex: 1 0 calc(50% - (24px - (24px / 2)) );
      max-width: calc(50% - (24px - (24px / 2)) );
      width: calc(50% - (24px - (24px / 2)) ); } }
  @media (max-width: 760px) {
    .medic-grid__col {
      flex: 1 0 calc(50% - (16px - (16px / 2)) );
      max-width: calc(50% - (16px - (16px / 2)) );
      width: calc(50% - (16px - (16px / 2)) ); } }

@media (max-width: 760px) {
  .table-flat {
    margin-top: 16px; } }
.table-flat__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 12px;
  background: #fff; }
  .table-flat__row:nth-child(even) {
    background: #F6F6F6; }
  @media (max-width: 760px) {
    .table-flat__row {
      flex-direction: column;
      padding: 16px; } }
  @media (max-width: 991px) {
    .table-flat__row--price {
      padding: 16px; }
      .table-flat__row--price .table-flat__item {
        padding: 0; }
      .table-flat__row--price .table-flat__item--fill {
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
        padding-bottom: 16px;
        border-bottom: 1px solid #E8E8E8; }
        .table-flat__row--price .table-flat__item--fill:first-child {
          flex: 1 0 100%;
          width: 100%;
          max-width: 100%; } }
  @media (max-width: 760px) {
    .table-flat__row--price {
      flex-direction: row; } }
.table-flat__inform {
  padding-left: 33px;
  padding-right: 17px;
  display: flex; }
  .table-flat__inform a {
    display: flex; }
  .table-flat__inform:not(.is-active) {
    opacity: 0;
    pointer-events: none; }
.table-flat__item {
  padding: 16px;
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
  min-height: 76px; }
  @media (max-width: 760px) {
    .table-flat__item {
      min-height: unset;
      padding: 0;
      flex: 1 0 100%;
      width: 100%;
      max-width: 100%; } }
  .table-flat__item:first-child {
    width: 264px;
    flex: 1 0 264px;
    max-width: 264px; }
    @media (max-width: 760px) {
      .table-flat__item:first-child {
        width: 100%;
        flex: 1 0 100%;
        max-width: 100%;
        margin-bottom: 8px; } }
  .table-flat__item--flex {
    flex-wrap: wrap;
    align-items: center; }
    .table-flat__item--flex .table-flat__text {
      flex: 1;
      min-width: 0; }
  .table-flat__item--fill {
    flex: 1;
    max-width: unset;
    min-width: 0;
    width: auto; }
    .table-flat__item--fill:first-child {
      flex: 1;
      max-width: unset;
      min-width: 0;
      width: auto; }
  .table-flat__item--price {
    width: 269px;
    flex: 1 0 269px;
    max-width: 269px;
    position: relative;
    display: flex;
    padding-left: 1px;
    padding-right: 1px;
    justify-content: center;
    box-sizing: border-box; }
    @media (max-width: 991px) {
      .table-flat__item--price {
        flex: 1;
        min-width: unset;
        max-width: unset;
        width: auto; } }
    .table-flat__item--price .table-flat__text {
      width: 100%; }
    .table-flat__item--price .card-action__price-new {
      font-size: 22px;
      line-height: 26px; }
      @media (max-width: 760px) {
        .table-flat__item--price .card-action__price-new {
          font-size: 20px; } }
    .table-flat__item--price .card-action__price-old {
      font-size: 18px; }
      @media (max-width: 760px) {
        .table-flat__item--price .card-action__price-old {
          font-size: 14px;
          line-height: 16px; } }
    .table-flat__item--price .card-action__price {
      justify-content: center; }
      @media (min-width: 991.98px) {
        .table-flat__item--price .card-action__price {
          flex-direction: row-reverse; } }
      @media (max-width: 991px) {
        .table-flat__item--price .card-action__price {
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start; } }
    .table-flat__item--price::after {
      content: "";
      width: 1px;
      height: calc(100% - 32px);
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      background: #E8E8E8; }
      @media (max-width: 991px) {
        .table-flat__item--price::after {
          display: none; } }
    .table-flat__item--price::before {
      content: "";
      width: 1px;
      height: calc(100% - 32px);
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      background: #E8E8E8; }
      @media (max-width: 991px) {
        .table-flat__item--price::before {
          display: none; } }
  .table-flat__item--action {
    width: 1px;
    flex: 1 0 165px;
    max-width: 165px; }
    @media (max-width: 991px) {
      .table-flat__item--action {
        width: auto;
        flex: 0 auto;
        max-width: unset;
        margin-left: auto; }
        .table-flat__item--action .btn {
          padding: 8px 12px;
          font-size: 13.4px;
          height: 32px;
          min-width: 124px;
          box-sizing: border-box; } }
.table-flat__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #646968; }
  @media (max-width: 760px) {
    .table-flat__text {
      line-height: 20px; } }
  .table-flat__text--bold {
    font-weight: 500; }
  .table-flat__text--big {
    font-size: 18px;
    line-height: 22px; }
  .table-flat__text b {
    font-weight: 500; }
  .table-flat__text a:not(.btn) {
    text-decoration: underline;
    color: #FF5F00; }

.card-sertif {
  position: relative; }
  .card-sertif__slide {
    width: calc(20% - (24px - (24px / 5)) ); }
    @media (max-width: 991px) {
      .card-sertif__slide {
        width: 223px;
        height: 316px; } }
    .card-sertif__slide:not(:last-child) {
      margin-right: 24px; }
      @media (max-width: 991px) {
        .card-sertif__slide:not(:last-child) {
          margin-right: 8px; } }
  .card-sertif__image {
    position: relative;
    display: flex;
    height: 335px;
    border-radius: 22px;
    overflow: hidden; }
    .card-sertif__image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
    .card-sertif__image::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.19);
      opacity: 0;
      transition: all 0.36s ease; }
    .card-sertif__image:hover .card-sertif__icon {
      opacity: 1; }
    .card-sertif__image:hover::before {
      opacity: 1; }
  .card-sertif__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 9px;
    background: #fff;
    opacity: 0;
    transition: all 0.36s ease; }

@media (min-width: 991px) {
  .center-item {
    margin-bottom: 8px; } }

.center-item:first-child {
  padding-top: 4px;
  border-top: unset; }
.center-item .doctors-item__main {
  display: flex;
  flex-wrap: wrap; }
.center-item .doctors-item__picture {
  width: 526px;
  max-width: 526px;
  flex: 1 0 526px;
  border-radius: 30px; }
  @media (max-width: 991px) {
    .center-item .doctors-item__picture {
      width: 100%;
      max-width: 100%;
      flex: 1 0 100%; } }
  .center-item .doctors-item__picture .doctors-item__image {
    height: 297px; }
    @media (max-width: 560px) {
      .center-item .doctors-item__picture .doctors-item__image {
        height: 248px; } }
.center-item .doctors-item__content-side {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column; }
  .center-item .doctors-item__content-side .doctors-item__main-bottom {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column; }
    .center-item .doctors-item__content-side .doctors-item__main-bottom .doctors-item__action {
      margin-top: auto;
      padding-top: 16px; }
.center-item .medic-item__name {
  color: #3D4543;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 24px; }
  @media (max-width: 760px) {
    .center-item .medic-item__name {
      font-size: 22px;
      line-height: 26px;
      margin-bottom: 8px; } }
.center-item .doctors-item__main-top {
  margin-bottom: 28px; }
  @media (max-width: 991px) {
    .center-item .doctors-item__main-top {
      margin-bottom: 16px; } }
.center-item .card-center__descr-name {
  color: #646968; }

.medcenters .center-item:not(:last-child) {
  margin-bottom: 0; }
.medcenters .card-center__descr-item:not(:last-child) {
  margin-bottom: 16px; }
@media(max-width: 760px) {
  .medcenters .card-center__descr-item:not(:last-child) {
    margin-bottom: 12px; } }
@media(max-width: 760px) {
  .medcenters .doctors-item {
    padding-top: 16px;
    padding-bottom: 32px; } }
.medcenter__top {
  display: flex;
  flex-direction: column;
  margin-bottom: 140px; }
  @media (max-width: 1200px) {
    .medcenter__top {
      margin-bottom: 72px; } }
  @media (max-width: 1200px) {
    .medcenter__top .card-center__descr-content--row {
      display: block; } }
.medcenter__top-info {
  margin-top: 16px; }
  @media (max-width: 1200px) {
    .medcenter__top-info {
      order: -1;
      margin-top: 0;
      margin-bottom: 24px; } }
.medcenter__top-slider {
  margin-top: 48px; }
  @media (max-width: 1200px) {
    .medcenter__top-slider {
      margin-top: 0;
      order: -1;
      margin-bottom: 32px; } }
.medcenter__top-counter {
  margin-top: 24px; }
  .medcenter__top-counter .grid-counter {
    margin-top: 0; }
  @media (max-width: 1200px) {
    .medcenter__top-counter {
      margin-top: 32px; } }

.card-medcentr {
  position: relative;
  padding-top: 45.6%;
  height: 0; }
  @media (max-width: 991px) {
    .card-medcentr {
      padding-top: 0;
      height: 250px; } }
  .card-medcentr__slide {
    height: auto;
    width: calc(50% - (24px - (24px / 2)) ); }
    @media (max-width: 991px) {
      .card-medcentr__slide {
        width: 326px; } }
    .card-medcentr__slide:not(:last-child) {
      margin-right: 24px; }
      @media (max-width: 991px) {
        .card-medcentr__slide:not(:last-child) {
          margin-right: 8px; } }
      .card-medcentr__slide:not(:last-child) .card-center {
        height: 100%; }
  .card-medcentr__image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 30px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .card-medcentr__image {
        border-radius: 20px; } }
    .card-medcentr__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.contacts-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px; }
  .contacts-grid .card-center__descr-item:not(:last-child) {
    margin-bottom: 25px; }
    @media (max-width: 768px) {
      .contacts-grid .card-center__descr-item:not(:last-child) {
        margin-bottom: 16px; } }
  .contacts-grid__info {
    width: calc(25% - (25px / 3));
    flex: 1 0 calc(25% - (25px / 3));
    max-width: calc(25% - (25px / 3)); }
    @media (max-width: 991px) {
      .contacts-grid__info {
        width: calc(33.332% - (25px / 2));
        flex: 1 0 calc(33.332% - (25px / 2));
        max-width: calc(33.332% - (25px / 2)); } }
    @media (max-width: 768px) {
      .contacts-grid__info {
        width: 100%;
        flex: 1 0 100%;
        max-width: 100%;
        padding-bottom: 17px; } }
  .contacts-grid__info-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    height: 100%; }
  .contacts-grid__info-aciton {
    margin-top: auto;
    width: 100%; }
    .contacts-grid__info-aciton .btn {
      display: flex;
      width: 100%;
      box-sizing: border-box; }
  .contacts-grid__map {
    flex: 1;
    min-width: 0; }
    @media (max-width: 768px) {
      .contacts-grid__map {
        width: 100%;
        flex: 1 0 100%;
        max-width: 100%; } }
  .contacts-grid__map-inner {
    border-radius: 30px;
    overflow: hidden;
    height: 367px; }
    @media (max-width: 768px) {
      .contacts-grid__map-inner {
        height: 355px; } }
    .contacts-grid__map-inner > * {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover; }
  .contacts-grid__tour {
    width: calc(33.333% - (25px / 3));
    flex: 1 0 calc(33.333% - (25px / 3));
    max-width: calc(33.333% - (25px / 3)); }
    @media (max-width: 991px) {
      .contacts-grid__tour {
        width: 100%;
        flex: 1 0 100%;
        max-width: 100%; } }
  .contacts-grid__tour-inner {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    height: 367px; }
    @media (max-width: 768px) {
      .contacts-grid__tour-inner {
        height: auto;
        padding-top: 79.8834%; } }
    .contacts-grid__tour-inner img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media (max-width: 768px) {
        .contacts-grid__tour-inner img {
          position: absolute;
          left: 0;
          top: 0; } }
  .contacts-grid__tour-btn {
    position: absolute;
    left: 12px;
    bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #4BBAD5;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 20px;
    transition: background 0.35s ease;
    z-index: 1; }
    .contacts-grid__tour-btn:hover {
      background: #68D2F3; }
  .contacts-grid__tour-btn-icon {
    display: flex; }

@media (max-width: 760px) {
  .news-single {
    margin-top: 8px; } }
.news-single__head {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px; }
  @media (max-width: 760px) {
    .news-single__head {
      margin-bottom: 24px; } }
.news-single__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px; }
.news-single__tag-link {
  font-size: 14px;
  font-weight: 500;
  color: #FF5F00;
  line-height: 1;
  padding: 8px 12px;
  border: 1px solid #E8E8E8;
  border-radius: 100px;
  display: flex; }
.news-single__date {
  font-size: 18px;
  line-height: 22px;
  color: #646968; }
.news-single__author-small {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  line-height: 22px;
  color: #646968; }
.news-single__author-small-text {
  font-weight: 500; }
.news-single__image {
  margin-bottom: 64px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  height: 466px;
  display: flex; }
.news-single__image picture {
  width: 100%;
}
  @media (max-width: 760px) {
    .news-single__image {
      height: 0;
      padding-top: 82.22%;
      margin-bottom: 48px; } }
  .news-single__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media (max-width: 760px) {
      .news-single__image img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; } }
.news-single__body-inner {
  max-width: 902px;
  margin: 0 auto; }
  .news-single__body-inner:not(:last-child) {
    margin-bottom: 24px; }
.news-single__footer {
  margin-top: 72px; }

.persons-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8px; }
  .persons-grid__item {
    width: calc(50% - (8px / 2));
    flex: 1 0 calc(50% - (8px / 2));
    max-width: calc(50% - (8px / 2));
    display: flex; }
    @media (max-width: 760px) {
      .persons-grid__item {
        width: 100%;
        flex: 1 0 100%;
        max-width: 100%; } }
  .persons-grid__link {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    border-radius: 30px;
    background: #F6F6F6;
    padding: 24px; }
    @media (max-width: 760px) {
      .persons-grid__link {
        padding: 16px; } }
  .persons-grid__image {
    display: flex;
    flex-wrap: wrap;
    width: 60px;
    height: 60px;
    overflow: hidden; }
    .persons-grid__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .persons-grid__content {
    flex: 1;
    min-width: 0; }
  .persons-grid__text {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: #3D4543;
    margin-bottom: 4px;
    text-transform: uppercase; }
    @media (max-width: 760px) {
      .persons-grid__text {
        font-size: 14px;
        line-height: 18px; } }
  .persons-grid__val {
    font-size: 18px;
    line-height: 22px;
    color: #646968; }

.comments {
  margin-top: 36px; }
  @media (max-width: 760px) {
    .comments {
      margin-top: 0; } }

.reviews-nav {
  margin-bottom: 24px; }

.reviews-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 991px) {
    .reviews-grid {
      grid-template-columns: repeat(2, 1fr); } }
  .reviews-grid__item--full {
    grid-column: 1/4;
  }
  @media (max-width: 991px) {
    .reviews-grid__item--full {
      grid-column: 1/3;
    } 
    }
  @media (max-width: 760px) {
    .reviews-grid {
      gap: 16px;
      display: flex;
      flex-direction: column;
      grid-template-columns: 100%; } }
  .reviews-grid__item .card-reviews {
    min-height: 418px;
    box-sizing: border-box; }
    @media (max-width: 760px) {
      .reviews-grid__item .card-reviews {
        min-height: 351px; }
        .reviews-grid__item .card-reviews .card-reviews__person {
          margin-bottom: 12px; }
        .reviews-grid__item .card-reviews .card-reviews__text {
          line-height: 18px;
          padding-top: 0; } }
  .reviews-grid__item:nth-child(even) .card-reviews {
    background: transparent; }
    .reviews-grid__item:nth-child(even) .card-reviews:hover {
      background: #F6F6F6; }

.reviews-video-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 1200px) {
    .reviews-video-grid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 991px) {
    .reviews-video-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 760px) {
    .reviews-video-grid {
      gap: 18px 15px;
      grid-template-columns: repeat(2, 1fr); } }

.video-review {
  position: relative;
  cursor: pointer; }
  .video-review .card-reviews__text {
    padding-top: 0; }
  .video-review .card-reviews__body {
    padding-top: 0;
    border: unset; }
  @media (max-width: 760px) {
    .video-review .card-reviews__name {
      font-size: 16px;
      line-height: 20px;
      text-transform: unset;
      align-items: center; }
    .video-review .card-reviews__name-icon {
      display: flex; }
    .video-review .card-reviews__date {
      margin-bottom: 4px; } }
  .video-review__image {
    margin-bottom: 16px;
    position: relative;
    border-radius: 30px;
    height: 0;
    padding-top: 167.32%;
    overflow: hidden; }
    @media (max-width: 760px) {
      .video-review__image {
        padding-top: 122.56%;
        border-radius: 20px;
        margin-bottom: 8px; } }
    .video-review__image::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.2);
      z-index: 2; }
  .video-review__picture {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    object-fit: cover;
    left: 0;
    top: 0; }
  .video-review__arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%); }
    .video-review__arrow svg {
      width: 100%;
      height: 100%; }
    @media (max-width: 760px) {
      .video-review__arrow {
        width: 56px;
        height: 56px; } }

.services {
  margin-top: 36px; }
  @media (max-width: 760px) {
    .services {
      margin-top: 0; } }

@media (max-width: 760px) {
  [data-toggle-slider-cards]:not(.is-active) .swiper-slide {
    display: none; }
    [data-toggle-slider-cards]:not(.is-active) .swiper-slide:nth-child(1), [data-toggle-slider-cards]:not(.is-active) .swiper-slide:nth-child(2), [data-toggle-slider-cards]:not(.is-active) .swiper-slide:nth-child(3), [data-toggle-slider-cards]:not(.is-active) .swiper-slide:nth-child(4) {
      display: flex; }
  [data-toggle-slider-cards] .swiper-slide {
    width: calc(50% - (15px / 2));
    flex: 1 0 calc(50% - (15px / 2));
    max-width: calc(50% - (15px / 2)); }
  [data-toggle-slider-cards] .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 15px;
    transform: unset !important; } }

@media (min-width: 760.98px) {
  .slider-on-mobile .swiper-wrapper {
    transform: unset !important;
    display: flex;
    flex-wrap: wrap;
    gap: 24px; } }

.card-flat-info {
  padding: 24px;
  background: #F6F6F6;
  border-radius: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column; }
  @media (max-width: 760px) {
    .card-flat-info {
      padding: 16px; } }
  .card-flat-info__slide {
    width: 306px;
    height: auto; }
    .card-flat-info__slide:not(:last-child) {
      margin-right: 16px; }
    @media (min-width: 760.98px) {
      .card-flat-info__slide {
        width: calc(50% - (24px - (24px / 2)) );
        height: auto; }
        .card-flat-info__slide:not(:last-child) {
          margin-right: 0px; } }
    @media (min-width: 1200.98px) {
      .card-flat-info__slide {
        width: calc(25% - (24px - (24px / 4)) ); } }
    .card-flat-info__slide .card-flat-info {
      height: 100%; }
  .card-flat-info__image {
    display: flex;
    justify-content: center; }
    .card-flat-info__image img {
      max-width: 60px;
      max-height: 60px;
      object-fit: contain; }
  .card-flat-info__title {
    text-align: center;
    color: #646968;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 24px; }
    @media (max-width: 760px) {
      .card-flat-info__title {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: -0.5px; } }
  .card-flat-info__descr {
    font-size: 14px;
    line-height: 16px;
    color: #646968;
    text-align: center;
    margin-top: 16px; }
  .card-flat-info__action {
    padding-top: 24px;
    margin-top: auto; }
    .card-flat-info__action .btn {
      width: 100%;
      box-sizing: border-box; }

.big-flat-cards__row:not(:last-child) {
  margin-bottom: 16px; }
.big-flat-cards__item {
  padding: 32px;
  border-radius: 30px;
  background: #F6F6F6; }
  @media (max-width: 760px) {
    .big-flat-cards__item {
      padding: 16px;
      border-radius: 12px; } }
.big-flat-cards__title {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #3D4543;
  text-transform: uppercase;
  font-weight: 500; }
  .big-flat-cards__title h3 {
    margin: 0 !important;
    color: inherit;
    line-height: inherit;
    font-size: inherit; }
  @media (max-width: 760px) {
    .big-flat-cards__title {
      font-size: 14px;
      line-height: 18px; } }
.big-flat-cards__descr {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #646968;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 902px; }
  @media (max-width: 760px) {
    .big-flat-cards__descr {
      margin-top: 8px;
      line-height: 20px; } }
.big-flat-cards__bread {
  margin: 16px 0; }
  @media (max-width: 760px) {
    .big-flat-cards__bread {
      margin: 8px 0; } }
.big-flat-cards__bread-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #3D4543; }
  .big-flat-cards__bread-item a {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #3D4543;
    text-decoration: none; }
.big-flat-cards__separator {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #3D4543; }

@media (min-width: 760.98px) {
  .price .table-flat__item {
    padding-top: 24px;
    padding-bottom: 24px; }
    .price .table-flat__item:first-child {
      padding-left: 24px; }
    .price .table-flat__item:last-child {
      padding-right: 24px; } }
@media (max-width: 760px) {
  .price .accordion__title {
    font-size: 14px;
    line-height: 18px; } }
@media (max-width: 760px) {
  .price .accordion__head {
    padding: 8px;
    border-radius: 12px; } }
.price .accordion__icon-image {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 760px) {
    .price .accordion__icon-image {
      width: 24px;
      height: 24px; } }
.price .search-2 {
  padding-top: 8px; }
  @media (max-width: 760px) {
    .price .search-2 {
      padding-top: 16px; } }

.form-one-input {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #CCCCCC;
  padding: 6px 16px;
  padding-right: 16px;
  padding-right: 8px;
  border-radius: 1000px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px; }
  @media (max-width: 760px) {
    .form-one-input {
      padding: 6px;
      padding-left: 16px;
      height: 46px;
      display: flex;
      align-items: center;
      box-sizing: border-box; }
      .form-one-input .btn {
        padding: 0;
        width: 32px;
        height: 32px;
        display: flex;
        border-radius: 50%; }
        .form-one-input .btn .btn__icon {
          display: flex; } }
  .form-one-input::after {
    display: none; }
  .form-one-input__icon {
    display: flex;
    align-items: center; }
  .form-one-input__input {
    flex: 1;
    min-width: 0;
    background: transparent;
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
    height: 24px;
    width: 100%;
    border: unset;
    font-size: 16px;
    line-height: 22px;
    color: #3D4543; }
    @media (max-width: 760px) {
      .form-one-input__input {
        font-size: 16px;
        line-height: 20px;
        height: 20px;
        position: relative;
        top: -1px; } }
    .form-one-input__input::placeholder {
      opacity: 1;
      color: #646968; }

.search-result {
  margin-bottom: 24px; }

.page-404 {
  padding-top: 28px;
  padding-bottom: 85px;
  position: relative; }
  @media (max-width: 760px) {
    .page-404 {
      padding-top: 72px;
      padding-bottom: 72px; } }
  .page-404__content {
    position: relative;
    z-index: 1; }
    @media (max-width: 991px) {
      .page-404__content {
        max-width: calc(100% - 260px); } }
    @media (max-width: 760px) {
      .page-404__content {
        max-width: 100%;
        width: 100%; } }
  .page-404__bg {
    position: absolute;
    bottom: -3px;
    right: 168px; }
    @media (max-width: 991px) {
      .page-404__bg {
        right: -11px;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        padding-top: 26px;
        box-sizing: border-box; }
        .page-404__bg img {
          object-fit: contain;
          object-position: bottom;
          max-height: 100%; } }
    @media (max-width: 991px) and (max-width: 760px) {
      .page-404__bg img {
        width: 159px; } }

  .page-404__number {
    font-size: 252px;
    font-weight: 400;
    line-height: 347.07px;
    color: #4BBAD5;
    margin-bottom: 17px; }
    @media (max-width: 991px) {
      .page-404__number {
        font-size: 99px;
        line-height: 1.35; } }
    @media (max-width: 760px) {
      .page-404__number {
        margin-bottom: 19px; } }
  .page-404__title {
    color: #3D4543;
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    max-width: 650px; }
    @media (max-width: 991px) {
      .page-404__title {
        font-size: 20px;
        line-height: 26px; } }
    @media (max-width: 760px) {
      .page-404__title {
        max-width: 205px; } }
  .page-404__descr {
    max-width: 550px;
    color: #646968;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 32px; }
    @media (max-width: 991px) {
      .page-404__descr {
        font-size: 14px;
        line-height: 16px; } }
    @media (max-width: 760px) {
      .page-404__descr {
        margin-top: 16px;
        max-width: 178px; } }
  .page-404__action {
    margin-top: 48px; }
    @media (max-width: 760px) {
      .page-404__action {
        margin-top: 30px; }
        .page-404__action .btn {
          width: 100%;
          box-sizing: border-box; } }

.search-result-page {
  max-width: 948px;
  margin: 0 auto; }

.search-count {
  margin-top: 12px;
  margin-bottom: 32px;
  color: #646968;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px; }

.search-empty {
  width: 100%;
  padding: 24px;
  border-radius: 30px;
  background: #F6F6F6;
  box-sizing: border-box; }
  .search-empty__title {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #3D4543;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-weight: 500; }
  .search-empty__descr {
    margin: 0 auto;
    max-width: 406px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #646968; }
  .search-empty__icon {
    display: flex;
    justify-content: center;
    margin-top: 16px; }

.news-articles{
  margin-top: 32px;
}

.news-articles .news-articles-conteiner{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
  margin-bottom: 0;
}
.news-articles .news-articles-conteiner .news-articles-separator{
  margin: 24px 0 0;
  background: rgb(195, 195, 195);
  height: 1px;
}
.news-articles .card-news__date{
  color: rgb(158, 160, 159);
  font-family: 'Gotham Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: unset;
  margin-top: 16px;
}
.news-articles{
  display: flex;
  flex-direction: column;
}
.news-articles .nav-pages{
  margin-bottom: 140px;
}
.nav-pages .nav-pages-back,
.nav-pages .nav-pages-forward{
  padding: 10px;
}
.nav-pages .nav-pages-back{
  transform: rotate(180deg);
}
.pagination li a{
  min-width: 44px !important;
  width: auto !important;
  padding-left: 4px;
  padding-right: 4px;
}
.shares{
  margin: 32px 0 140px;
}
.shares .shares-conteiner{
  margin-bottom: 72px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.share{
  margin-top: 25px;
}
.share .share-top .share-top-photo{
  float: unset;
  width: 100%;
  margin-right: unset;
  margin-bottom: 56px;
}
.shares-photo-wrapper{
  padding-top: 393px;
}
.shares-photo-wrapper .shares-photo{
  background-size: cover;
  border-radius: 30px;

}
.shares-photo-wrapper .shares-photo:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgb(25, 35, 42), rgba(25, 35, 42, 0.72) 56.801%, rgba(25, 35, 42, 0) 96.5%);
  z-index: 1;
  border-radius: 30px;
  width: 544px;
}
.share-top-info{
  position: absolute;
  z-index: 1;
  top: 62px;
  bottom: 62px;
  left: 52px;
  max-width: 575px;
}
.share-top-info h1{
  color: rgb(255, 255, 255);
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 12px;
}
.share-top-info-subtitle{
  color: rgb(232, 232, 232);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 24px;
}
.share .share-top-info-price{
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  margin-bottom: 32px;
}
.share .share-top-info-price .card-action__price-new{
  color: rgb(255, 95, 0);
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}
.share .share-top-info-price .card-action__price-old{
  color: rgb(195, 195, 195);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.share-top-info .shares-time{
  position: unset;
  background: unset;
}
.share-top-info .shares-time .shares-time-center{
  display: flex;
  align-items: center;
  gap: 16px;
}
.share-top-info .shares-time .shares-time-center div{
  box-sizing: border-box;
  border: 1px solid rgb(232, 232, 232);
  border-radius: 12px;
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  padding: 16px 8px;
  min-width: 68px;
  height: 68px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.share-top-info .shares-time .shares-time-center div span{
  color: rgb(61, 69, 67);
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}
.share-top-info .shares-time .shares-time-center div span+span{
  font-size: 12px;
  line-height: 14px;
}
.shares-time-hours:after,
.shares-time-minutes:after{
  position: absolute;
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8.000000' height='24.000000' viewBox='0 0 8 24' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdesc%3e Created with Pixso. %3c/desc%3e%3cdefs/%3e%3ccircle id='Ellipse 1210' cx='4.000000' cy='4.000000' r='4.000000' fill='%23FFFFFF' fill-opacity='1.000000'/%3e%3ccircle id='Ellipse 1210' cx='4.000000' cy='4.000000' r='3.500000' stroke='%23E8E8E8' stroke-opacity='1.000000' stroke-width='1.000000'/%3e%3ccircle id='Ellipse 1211' cx='4.000000' cy='20.000000' r='4.000000' fill='%23FFFFFF' fill-opacity='1.000000'/%3e%3ccircle id='Ellipse 1211' cx='4.000000' cy='20.000000' r='3.500000' stroke='%23E8E8E8' stroke-opacity='1.000000' stroke-width='1.000000'/%3e%3c/svg%3e ");
  right: -12px;
  top: 50%;
  transform: translate(0, -50%);
  width: 8px;
  height: 24px;
}
.share .share-top .share-top-dis,
.share .share-prog,
.share .share-progress,
.share .share-adress{
  float: unset;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 854px;
  margin: 0 auto;
}
.share .share-top .share-top-dis,
.share .share-prog,
.share .share-adress{
  margin-bottom: 56px;
}
.share h2{
  color: rgb(61, 69, 67);
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  margin: 0
}
.share .share-top .share-top-dis h3{
  color: rgb(100, 105, 104);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
.share-top-but-price{
  display: flex;
  align-items: center;
  gap: 40px;
}
.share-top-but-price .share-top-price{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0 !important;
}
.share-top-but-price .card-action__price-new{
  color: rgb(255, 95, 0);
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
}
.share-top-but-price .card-action__price- old{
  color: rgb(158, 160, 159);
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}
.share .share-top .share-top-dis .share-top-but-wrapper .share-top-but-1{ 
  border-radius: 100px;
  background: rgb(75, 186, 213);
  border: unset;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 2px 4px 2px 22.49px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.share-prog ul{
  display: flex;
  flex-direction: column;
  list-style: initial !important;
  padding-left: 20px;
}
.share-prog ul li, .share-prog ul li p {
  float: unset;
  width: 100%; 
  color: rgb(100, 105, 104);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  display: list-item;
}
.share-prog ul li p{
  background-image: unset;
  padding: 0;
}
.share-adress__list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.share-adress__item{
  border-radius: 8px;
  background: rgb(247, 247, 247);
  padding: 16px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgb(61, 69, 67);
  font-family: 'Gotham Pro', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.share-progress .progress-conteiner{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px 16px;
}
.share-progress .progress-topic{
  border-radius: 20px;
  background: rgb(247, 247, 247);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100% !important;
  float: unset;
  height: auto;
  box-sizing: border-box;
}
.share-progress .progress-topic .progress-discr-title{
  color: rgb(255, 95, 0);
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
}
.share-progress .progress-topic .progress-discr-text{
  color: rgb(61, 69, 67);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.share .slider-control{
  margin-bottom: 50px;
}
.share .js-slider-comments .slider-control{
  margin-bottom: 24px;
}
.share .js-slider-comments .slider-control__action{
  display: flex;
  align-items: center;
  gap: 16px;
}
.share-comments-soc{
  border-radius: 8px;
  background: rgb(247, 247, 247);
  padding: 6px;
}
.share .js-slider-cards-med{
  margin-top: 140px;
}
.online{
  margin: 0 0 140px;
}
.online-sector-wrapper{
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.online-sector{
  border-radius: 30px;
  background: rgb(247, 247, 247);
  padding: 24px;
  border: 1px solid rgb(232, 232, 232);
  min-height: 458px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.online-sector:nth-child(even){
  background: #fff;
}
.online-sector-new {
  padding: 78px 24px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.online-sector-new-info{
  flex: 1;
  display: flex;
  flex-direction: column;
}
.online-sector-title{
  color: rgb(61, 69, 67);
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 24px;
}
.online-sector-text{
  color: rgb(100, 105, 104);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.online-sector-new-count{
  margin-top: auto;
  display: flex;
  justify-content: center;
  gap: 4px;
}
.online-sector-new-count p{
  color: rgb(100, 105, 104);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.online-sector-new-count span{
  color: rgb(255, 95, 0);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.online-sector-new-btn{
  border-radius: 100px;
  background: rgb(61, 69, 67);
  padding: 17px 4px 17px 24px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  height: 44px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid rgb(61, 69, 67);
}
.online-sector-new-btn:after{
  content: '';
  background-color: rgb(255, 255, 255);
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='36.000000' height='36.000000' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdesc%3e Created with Pixso. %3c/desc%3e%3cdefs%3e%3cclipPath id='clip9_19462'%3e%3crect id='Huge-icon/arrows/outline/arrow-right' width='24.000002' height='23.999998' transform='matrix(-4.37114e-08 -1 -1 4.37114e-08 30 30)' fill='white' fill-opacity='0'/%3e%3c/clipPath%3e%3c/defs%3e%3crect id='Frame 703' rx='18.000000' width='36.000000' height='36.000004' fill='%23FFFFFF' fill-opacity='1.000000'/%3e%3cg clip-path='url(%23clip9_19462)'%3e%3cpath id='Vector 190' d='M19.49 21.46L19.46 21.46C19.17 21.76 19.17 22.23 19.46 22.53C19.76 22.82 20.23 22.82 20.53 22.53L20.53 22.5L19.49 21.46ZM20.53 13.49L20.53 13.46C20.23 13.17 19.76 13.17 19.46 13.46C19.17 13.76 19.17 14.23 19.46 14.53L19.49 14.53L20.53 13.49ZM12.01 17.27L12 17.25C11.58 17.25 11.25 17.58 11.25 18C11.25 18.42 11.58 18.75 12 18.75L12.01 18.73L12.01 17.27Z' fill='%23FF5F00' fill-opacity='1.000000' fill-rule='nonzero'/%3e%3cpath id='Vector 190' d='M20 22L24 18L20 14M24 18L12 18' stroke='%23FF5F00' stroke-opacity='1.000000' stroke-width='1.500000' stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e ");
  top: 3px;
  position: absolute;
  right: 4px;
  border-radius: 50%;
}
.online-sector-new-btn:hover{
  background: #fff;
  color: rgb(61, 69, 67);
}
@media (max-width: 767px) {
  .online-sector-new {
    padding: 16px;
    padding-top: 32px;
    min-height: unset;
  }
  .online-sector-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #3D4543;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  .online-sector-text {
    font-size: 14px;
    line-height: 16px;
  }
  .online-sector-new-count {
    margin-top: 32px;
  }
  .online-sector-new {
    gap: 8px;
  }
  .online-sector-new-count p {
    line-height: 20px !important;
  }
  .online-sector-new-count span {
    line-height: 20px !important;
  }
}
.online-sector-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.online-sector-marker{
  background: rgb(255, 255, 255);
  border-radius: 100px;
  padding: 8px 12px;
  color: rgb(255, 95, 0);
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.online-sector:nth-child(even) .online-sector-marker{
  background: rgb(247, 247, 247);
}
.online-sector-time{
  color: rgb(100, 105, 104);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 767px) {
  .online-sector-time {
    font-size: 14px;
    line-height: 22px;
  }
}
.online-sector-dis .online-sector-title{
  margin-bottom: 16px;
}
.online-sector-dis .online-sector-text{
  padding-top: 12px;
  border-top: 1px solid rgb(232, 232, 232);
  margin-bottom: 8px;
  max-height: 132px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.popup .online-sector-dis .online-sector-text {
  overflow: unset;
  text-overflow: unset;
  -webkit-line-clamp:  unset;
  -webkit-box-orient: unset;
  display: block;
  max-height: unset;
}
.online-sector-name{
  color: rgb(100, 105, 104);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.online-sector-question{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.online-sector-dis{
  flex: 1;
  margin-bottom: 16px;
  min-height: unset;
}
.online-sector-answer-text {
  font-size: 16px;
  line-height: 24px;
  color: #646968;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .online-sector-answer-text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .online-sector-dis {
    margin-bottom: 0;
  }
}
.online-sector-question .card-reviews__person{
  padding: 8px 0;
  border-bottom: 1px solid rgb(232, 232, 232);
  border-top: 1px solid rgb(232, 232, 232);
  box-sizing: border-box;
  margin-bottom: 24px;
}
.online-sector-read{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: rgb(61, 69, 67);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}
.online-sector-read.wait{
  color: rgb(158, 160, 159);
}
.combo-box .list-medics ul::-webkit-scrollbar{
  background-color: unset !important;
}
.progress-conteiner:after{
  display: none;
}
@media (max-width: 1200px){
  .online-sector-wrapper{
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px){
  .news-articles .news-articles-conteiner,
  .shares .shares-conteiner{
    grid-template-columns: 1fr 1fr;
  }
  .online-sector-wrapper{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .news-articles .news-articles-conteiner,
  .shares .shares-conteiner{
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .card-news__content{
    margin-top: 16px;
  }
  .card-news__descr{
    margin-top: 8px;
  }
  .news-articles .card-news__date{
    margin-top: 12px;
  }
  .news-articles .news-articles-conteiner .news-articles-separator{
    display: none;
  }
  .shares{
    margin: 24px 0 72px;
  }
  .shares .shares-conteiner{
    margin-bottom: 48px;
  }
  .shares .shares-conteiner:after{
    display: none;
  }
  .shares .nav-pages{
    margin-bottom: 0;
  }
  .share-top-but-price{
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .share-top-but-wrapper{
    width: 100%;
  }
  .share .share-top .share-top-dis .share-top-but-wrapper .share-top-but-1{
    width: 100%;
    margin-right: unset;
    justify-content: space-between;
    float: unset;
    box-sizing: border-box;
    height: 44px;
  }
  .share .share-top .share-top-dis{
    margin-bottom: 68px;
  }
  .share .share-prog,
  .share .share-adress{
    gap: 24px;
    margin-bottom: 40px;
  }
  .share-adress__list{
    grid-template-columns: 1fr;
  }
  .share-progress .progress-conteiner{
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .share-progress .progress-topic{
    margin: 0;
  }
  .share-progress .progress-topic .progress-discr-title{
    font-size: 28px;
    line-height: 30px;
  }
  .share-progress .progress-topic .progress-discr-text{
    font-size: 16px;
    line-height: 20px;
  }
  .share .js-slider-cards-med{
    margin-top: 72px;
  }
  .shares-photo-wrapper .shares-photo:before{
    border-radius: 0px 0px 30px 30px;
    background: linear-gradient(0deg, rgb(25, 35, 42), rgba(25, 35, 42, 0.72) 56.801%, rgba(25, 35, 42, 0) 96.5%);
    height: 343px;
    top: unset;
    bottom: 0;
    width: 100%;
  }
  .shares-photo-wrapper{
    padding-top: 524px;
  }
  .share-top-info{
    bottom: 16px;
    left: 14px;
    top: unset;
    right: 13px;
  }
  .share-top-info h1{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
    margin-left: 10px;
  }
  .share-top-info-subtitle{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
    margin-left: 10px;
  }
  .share .share-top-info-price{
    margin-bottom: 57px;
    margin-left: 10px;
  }
  .share-top-info .shares-time{
    padding-left: 0;
  }
  .share .share-top-info-price .card-action__price-new{
    font-size: 20px;
    line-height: 26px;
  }
  .share .share-top-info-price .card-action__price-old{
    font-size: 16px;
    line-height: 20px;
  }
  .share-top-info .shares-time .shares-time-center{
    gap: 12px;
  }
  .shares-time-hours:after, .shares-time-minutes:after{
    right: -11px;
  }
  .share .share-top-but-price .card-action__price-new{
    font-size: 28px;
    line-height: 34px;
  }
  .share .share-top-but-price .card-action__price-old{
    font-size: 22px;
    line-height: 24px;
  }
  .share .share-top .share-top-dis .share-top-price{
    gap: 16px;
  }
}
@media (max-width: 730px) {
  .news-articles {
    width: 100%;
  }
  .online{
    width: 100%;
  }
  .news-articles{
    margin: 24px 0 72px;
  }
  .share{
    margin: 25px 0 0;
  }
}
@media (max-width: 415px) {
  .news-articles-wrapper {
    width: 100%;
  }
  .news-articles .nav-pages{
    margin: 0;
  }
}
.grecaptcha-badge { 
  visibility: hidden !important;
}
.mfp-wrap {
  z-index: 2050;
}
.mfp-bg {
  z-index: 2000;
}
.main-logo {
  max-width: 203px;
}
.main-logo img {
  object-fit: contain;
  max-width: 100%;
}
/*# sourceMappingURL=update-content-pages.css.map */
ul.lang_nav {
  justify-content: center;
}

/*  */
/* .select2-container.select2-container--open {
  z-index: 170;
} */
 @media (max-width: 991px) {
  [data-toggle-about-target]:not(.is-active) > *{
    display: none;
  }
 }

[data-toggle-about-target]:not(.is-active) > *:nth-child(1),
[data-toggle-about-target]:not(.is-active) > *:nth-child(2) {

  display: block;
}
[data-toggle-about-target]:not(.is-active) > *:nth-child(3) {
  display: flex;
}
[data-toggle-about-target]:not(.is-active) [data-toggle-about-link] {
  display: flex;
}
[data-toggle-about-link] .content-text__footer-text--two {
  display: none;
}
[data-toggle-about-link].is-active .content-text__footer-text--two {
  display: flex;
}
[data-toggle-about-link].is-active .content-text__footer-text--one {
  display: none;
}
[data-toggle-about-link].is-active .content-text__footer-icon {
  transform: scaleY(-1);
}
.fancybox__container {
  z-index: 2500 !important;
}
.border-none {
  border: unset !important;
}
.nav-pages .disabled {
  display: block;
}
@media (max-width: 760px) {
  .footer__col--subscribe .footer__block-title {
    font-size: 20px;
    line-height: 26px;
  }
  .doctor-detail .doctor-title {
    font-weight: 700;
  }
  .header-nav-wrapper__item--first {
    width: 100%;
  }
  .grecaptcha-badge { 
    visibility: hidden !important;
  }
}

.service-desc-top {
  font-family: 'Gotham Pro', sans-serif;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .header + .header-drop-search__bg + .container {
    padding-top: 63px;
  }
  .search-block__enter .select2-container {
    height: 48px;
  }
  .card-action {
    min-height: 242px;
  }
  .footer__logo .main-logo {
    max-width: 238px;
  }
}
@media (max-width: 760px) {
  .doctors-item__center-info-place {
    line-height: 16px;
    font-size: 14px;
  }
}
.card-reviews__text--all {
  display: flex;
  display: flex;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  text-overflow: unset;
  overflow: unset;
}

.banner--about .banner__bg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: 0 9%;
}
@media (min-width: 1200.98px) {
  .banner {
    min-height: 369px;
  }
  
}
.popup__inner .online-sector-time {
  padding-right: 48px;
}


.link-iconed__icon {
  display: flex;
}
@media (min-width: 991px) {
  .parent-menu {
    padding-left: 20px;
  }
}
.schedule-slider__slide-item {
  cursor: pointer;
}

.schedule-slider__slide-item.is-active .schedule-slider__slide-link {
  pointer-events: none;
  border-color: #4BBAD5;
  background: #4BBAD5;
  color: #fff; }


.text-content-big .block-form__title,
.text-content-big .block-form__content {
  width: 100%;
  flex: 1 0 100%;
  max-width: 100%;
}

.text-content-big .btn {
  color: #fff;
  text-decoration: none;
}
.text-content-big .section {
	margin-top: 40px;
	margin-bottom: 40px;
}
.persons-grid__image {
  border-radius: 50%;
}

@media (min-width: 760.98px) {
  .card-flat-info__slide.card-flat-info__slide--desktop:not(:last-child) {
    margin-right: 16px;
  }
}

