.header__phone.phone.not_around_clock::after{
  display: none;
}
.header__phone.phone.not_around_clock{
  padding-right: 12px;
}

.content-entry {
    width: 100%;
}

.program-filials-show-more {
    position: relative;
    color: #00b2ac;
    cursor: pointer;
    border-bottom: 1px dashed #00b2ac;
    margin-left: 26px;
    margin-top: 6px;
    font-size: 14px;
    line-height: 1;
}

.program-filials-show-more:hover {
    color: #005e5e;
    border-color: #005e5e;
}

.program-filials-show-more:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 3px;
    border: 3px solid transparent;
    border-top: 3px solid #00abaa;
}

.program-filials-show-more--hide:after {
    border: 3px solid transparent;
    border-bottom: 3px solid #00abaa;
    top: 8px;
    margin-top: -1px;
}

.program-filials-more-clinics .tag-point:first-child {
    margin-top: 6px !important;
}

@media screen and (max-width: 767px) {
    .content-entry {
        padding-top: 20px;
    }
    .filters .content-entry {
        padding-top: 0;
    }
    .content-entry h1,
    .content-entry h2,
    .content-entry h3,
    .content-entry h4,
    .content-entry h5,
    .content-entry h6 {
        margin-top: 0;
    }
}

.checkup-text_gray {
  text-align: center;
  color: #797979;
  font-size: 15px; }

.mobile__to_cabinet-user {
    margin-bottom: 28px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 0 0 0 38px;
    background: url(/local/templates/medsi/img/user-ico_white.svg) left center no-repeat;
    background-size: contain;
}
  @media (min-width: 706px) {
    .checkup-text_gray {
      font-size: 22px; } }

@media (max-width: 706px) {
  .checkup-text_mobile-left {
    text-align: left; } }

@media (max-width: 706px) {
  .checkup-text_mobile-left.center-a {
    text-align: center; } }

.checkup-btn_big {
  height: 47px;
  font-size: 22px;
  padding: 10px 54px; }

.checkup-button-big {
  height: 47px;
  font-size: 25px;
  padding: 11px 43px; }
  @media (max-width: 700px) {
    .checkup-button-big {
      padding: 15.5px 102px;
      font-size: 16px; } }

.checkup-btn-wrapper .btn {
  height: 48px;
  line-height: 48px;
  padding: 0 64px; }

.checkup-why-action-btn {
  height: 49px;
  padding: 15px 69px; }

.checkup-detail-wrapper h3 {
  text-align: center;
  font-size: 45px;
  font-weight: 100;
  color: #232323;
  margin-top: 58px;
  margin-bottom: 61px; }
  @media (max-width: 35.4375em) {
    .checkup-detail-wrapper h3 {
      font-size: 25px;
      margin-top: 56px;
      margin-bottom: 37px; } }

.slick-initialized .slick-slide {
  outline: none; }

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

.blue-back {
  background-color: #ECF6F8; }
  .blue-back [data-label]:before {
    color: black !important; }

.one-third {
  width: 31%; }

.check-up-block {
  padding-top: 72px;
  padding-bottom: 66px; }
  .check-up-block__benefits-after {
    font-size: 22px;
    color: #797979; }

.check-up-block .block-title {
  font-weight: 200;
  font-size: 45px;
  line-height: 1.1;
  margin-bottom: 45px;
  color: #232323; }
@media screen and (max-width: 1023px) {
    .fsn-program-composition-composition-detail .check-up-block {
        padding-top: 0;
    }
}
  @media (width: 568px) {
    .check-up-block .block-title-new {
      padding: 0 90px; } }

.check-up-block .block-title span {
  font-weight: 600; }

.features-list .check-feature {
  padding-top: 10px; }

.more-blocks {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 99px; }

.more-blocks .adult-block,
.more-blocks .child-block {
  width: 49%;
  border: 2px solid #1CACAD;
  background-color: #1CACAD;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 81px; }

.more-blocks .adult-block img,
.more-blocks .child-block img {
  max-width: 100%;
  visibility: hidden; }

.more-blocks .adult-block:hover,
.more-blocks .child-block:hover {
  border: 2px solid #FBD640;
  background-color: #FBD640; }

.more-blocks .adult-block:before,
.more-blocks .child-block:before {
  content: attr(data-text);
  text-align: center;
  background-color: #1CACAD;
  display: inline-block;
  width: calc(100% + 4px);
  height: 61px;
  line-height: 61px;
  color: #fff;
  font-weight: 600;
  font-size: 21px;
  position: absolute;
  left: -2px;
  top: -61px; }

.more-blocks .adult-block:hover:before,
.more-blocks .child-block:hover:before {
  background-color: #FBD640;
  color: #000; }

.more-blocks .adult-block {
  background-image: url("/local/templates/.default/bundle/build/img/hero-adult.jpg"); }

.more-blocks .child-block {
  background-image: url("/local/templates/.default/bundle/build/img/hero-child.jpg"); }

.check-feature__tooltip_top {
  display: none;
  width: 190px;
  padding: 14px 20px;
  background: #ecf6f8;
  font-size: 13px;
  position: absolute;
  top: 30px;
  right: -220px;
  z-index: 1; }
  .check-feature__tooltip_top:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-right: 16px solid #ECF6F8;
    left: -23px; }

.check-feature__tooltip_bottom {
  display: none; }

.check-feature__image-container {
  margin: 0 auto;
  position: relative;
  width: min-content; }
  .check-feature__image-container:hover .check-feature__tooltip_top {
    display: block; }

@media (max-width: 599px) {
  .check-feature .check-feature__tooltip_top, .check-feature .check-feature__tooltip_top:hover {
    display: none !important; }
  .check-feature .check-feature__tooltip_bottom {
    display: none;
    font-size: 13px;
    background: #ECF6F8;
    padding: 14px 20px; } }

.check-feature__text-under-title {
  color: #797979;
  font-weight: 600; }

.check-features {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap; }

.check-features .hideable {
  display: none; }

.check-features.iconed-features {
  padding-top: 0;
  margin-top: 40px;
  position: relative;
  padding-bottom: 64px;
  margin-bottom: 52px; }

.check-features.bordered-features:before {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #D4DADA;
  content: ''; }

.check-feature .check-feature__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #232323;
  margin-bottom: 20px;
  margin-top: 17px; }
  @media (max-width: 47.9375em) {
    .check-feature .check-feature__title {
      min-height: 0; } }

@media (max-width: 47.9375em) {
  .check-feature__botblock {
    padding-left: 25px; } }

.check-feature {
  position: relative; }

.check-feature ul {
  margin: 15px 0;
  display: block;
  margin-top: 0;
  margin-bottom: 1.5em;
  list-style: url("/local/templates/.default/bundle/build/img/list.png") outside;
  padding-left: 13px; }
  .check-feature ul li {
    color: #797979; }

.check-feature__content {
  position: relative;
  padding-left: 90px;
  margin-bottom: 43px;
  font-weight: 300;
  line-height: 1.2;
  font-size: 14pt; }

.check-feature__content:before {
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 73px;
  height: 73px;
  position: absolute;
  left: 0;
  top: 0%; }

.checkup-top-banner {
  height: 435px;
  background-image: url("/local/templates/.default/bundle/build/img/top-banner.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 48px; }

.banner-title {
  width: 679px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 45px; }

.checkup-top-banner ul {
  margin: 15px 0;
  display: block;
  margin-top: 0;
  margin-bottom: 1.5em;
  padding-left: 35px; }
  .checkup-top-banner ul li {
    list-style-type: none;
    overflow: visible;
    position: relative;
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 20px; }
    .checkup-top-banner ul li:before {
      content: "";
      background-image: url("/local/templates/.default/bundle/build/img/li.png");
      background-repeat: no-repeat;
      display: block;
      width: 22px;
      height: 22px;
      position: absolute;
      left: -35px; }

.slider-description {
  display: none;
  margin-bottom: 30px;
  position: relative; }
  .slider-description div {
    padding-top: 15px;
    padding-bottom: 15px; }

.slider-description:before {
  content: '';
  width: 15px;
  height: 100%;
  left: -15px;
  top: 0;
  position: absolute; }

.slider-description:after {
  content: '';
  width: 15px;
  height: 100%;
  right: -15px;
  top: 0;
  position: absolute; }

.desktop-slider .one-half {
  width: 33% !important; }

.desktop-slider .one-third {
  width: 31% !important; }

.tooltip-title {
  position: relative; }

.tooltip-title:before {
  visibility: hidden;
  content: attr(data-tooltip);
  width: 190px;
  position: absolute;
  top: 30px;
  right: -80px;
  padding: 24px;
  font-weight: 300;
  font-size: 13px;
  z-index: 1; }

.tooltip-title.left-tooltip:before {
  left: -104px;
  right: auto; }

.tooltip-title.blue-tooltip:before {
  background-color: #ECF6F8; }

.tooltip-title.white-tooltip:before {
  background-color: #fff; }

.tooltip-title:after {
  visibility: hidden;
  content: '';
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  right: 110px;
  top: 50px; }

.tooltip-title.left-tooltip:after {
  right: auto;
  left: 86px; }

.tooltip-title.blue-tooltip:after {
  border-right: 16px solid #ECF6F8; }

.tooltip-title.blue-tooltip.left-tooltip:after {
  border-left: 16px solid #ECF6F8;
  border-right: 0; }

.tooltip-title.white-tooltip:after {
  border-right: 16px solid #fff; }

.tooltip-title.white-tooltip.left-tooltip:after {
  border-left: 16px solid #fff;
  border-right: 0; }

.check-feature__title.tooltip-title[data-tooltip]:hover:before {
  visibility: visible; }

.check-feature__title.tooltip-title[data-tooltip]:hover:after {
  visibility: visible; }

.sea-back {
  background-color: #1DB3AC;
  color: #fff; }
  .sea-back .request-form label {
    color: #fff; }

.sea-back .block-title {
  color: #fff; }

.request-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -34px; }
  .request-form__block {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 34px; }
    .request-form__block label {
      margin-bottom: 9px;
      font-weight: 600;
      font-size: 14px;
      color: #000; }
      .request-form__block label span {
        margin-right: 1ex;
        font-style: italic;
        font-weight: 400; }

.request-form [data-label] {
  position: relative; }

.request-form [data-label]:before {
  content: attr(data-label);
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  color: #fff; }

.request-form .header__phone.phone:before {
  top: -44px; }

.request-form.invert-form [data-label]:before {
  color: #000; }

@media (max-width: 47.9375em) {
  #calltoaction_bottom .request-form__block label {
    font-size: 18px;
    margin-bottom: 11px; }
  #calltoaction_bottom .request-form__block .btn {
    height: 45px;
    line-height: 45px;
    padding: 0 47px; }
  #calltoaction_bottom .request-form__block .inputs-wrapper {
    width: 245px; }
    #calltoaction_bottom .request-form__block .inputs-wrapper input {
      margin-left: 0;
      margin-right: 0; }
  #calltoaction_bottom .request-form .header__phone.phone {
    font-size: 28px;
    height: 55px;
    line-height: 55px;
    padding: 0 55px 0 13px; }
    #calltoaction_bottom .request-form .header__phone.phone:after {
      background-size: cover;
      right: 9px;
      top: 18px;
      margin-top: -11px;
      width: 43px;
      height: 43px; }
    #calltoaction_bottom .request-form .header__phone.phone span {
      font-size: 17px;
      margin-bottom: 0;
      font-weight: 400; } }

.content-entry .check-steps {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  margin-top: 182px;
  margin-bottom: 90px;
  padding: 0; }
  @media (max-width: 400px) {
      .content-entry .check-steps {
      margin-bottom: 56px; } }
.content-entry .check-steps li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 300;
    color: #232323;
    width: 177px;
    padding-left: 5px;
    padding-right: 5px; }
.content-entry .check-steps li:before {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -112px;
      width: 99px;
      height: 99px; }
.content-entry .check-steps li:not(:last-child):after {
      content: '';
      background-image: url("/local/templates/.default/bundle/build/img/check-step-arr.png");
      background-position: right center;
      width: 77px;
      height: 19px;
      position: absolute;
      right: -66px;
      top: -70px; }
.content-entry .check-steps .step1:before {
    background-image: url("/local/templates/.default/bundle/build/img/check-step1.png"); }
.content-entry .check-steps .step2:before {
    background-image: url("/local/templates/.default/bundle/build/img/check-step2.png"); }
.content-entry .check-steps .step3:before {
    background-image: url("/local/templates/.default/bundle/build/img/check-step3.png"); }
.content-entry .check-steps .step4:before {
    background-image: url("/local/templates/.default/bundle/build/img/check-step4.png"); }
.content-entry .check-steps .step5:before {
    background-image: url("/local/templates/.default/bundle/build/img/check-step5.png"); }
  @media (max-width: 63.9375em) and (min-width: 35.5em) {
      .content-entry  .check-steps {
      margin-bottom: -20px; } }

.reasons-block {
  color: #232323; }

.reasons-list {
  margin-top: 52px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .reasons-list_text-right {
    margin-top: 20px; }
    .reasons-list_text-right .reason-item {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; }
      .reasons-list_text-right .reason-item__image {
        min-width: 70px;
        max-width: 70px;
        height: 70px; }
      .reasons-list_text-right .reason-item__description {
        display: block !important;
        text-align: left; }
  .reasons-list .slick-list {
    height: auto !important; }
  .reasons-list .slick-arrow.slick-prev, .reasons-list .slick-arrow.slick-next {
    top: 16%; }
  @media (max-width: 706px) {
    .reasons-list .slick-arrow.slick-next {
      right: -29px; } }
  @media (max-width: 500px) {
    .reasons-list .slick-arrow.slick-next {
      top: 12.5%;
      right: -25px; } }
  @media (max-width: 706px) {
    .reasons-list .slick-arrow.slick-prev {
      left: -29px; } }
  @media (max-width: 500px) {
    .reasons-list .slick-arrow.slick-prev {
      top: 12.5%;
      left: -25px; } }

.reasons-list .slick-slide > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center; }

.reason-item {
  margin-bottom: 63px;
  width: 33%; }

.reason-item__image {
  width: 109px;
  height: 109px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 16px; }
  @media (max-width: 706px) {
    .reason-item__image {
      margin-bottom: 0; } }

.reason-item__title {
  font-weight: 600;
  color: #232323;
  margin-bottom: 19px; }
  @media (max-width: 600px) {
    .reason-item__title {
      margin-top: 19px; } }

.programs-select {
  width: 100%;
  margin-bottom: 35px; }
  @media (max-width: 600px) {
    .programs-select {
      margin-bottom: 20px; } }
  .programs-select.w300 {
    max-width: 300px; }
  .programs-select-form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%; }
    @media screen and (max-width: 702px) {
      .programs-select-form {
        flex-wrap: wrap; } }
    .programs-select-form > .select2 {
      max-width: 490px;
      margin-right: 20px; }
      @media (max-width: 600px) {
        .programs-select-form > .select2 {
          max-width: 290px; } }
      .programs-select-form > .select2:first-child {
        max-width: 400px; }
      @media (max-width: 600px) {
        .programs-select-form > .select2 {
          width: 100% !important;
          margin-bottom: 20px;
          margin-right: 0; } }

.reason-item__description {
  font-weight: 300;
  line-height: 22px;
  color: #232323;
  padding: 0 15px; }

.price-badge-checkup {
  padding-left: 24px;
  padding-right: 5px !important;
  border-radius: 12px 0 0 12px;
  background: #fdd81f; }
  .price-badge-checkup .pb-co:before {
    border-radius: 12px; }

.checkup-slider .slick-arrow {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 1;
  text-indent: -9999px;
  border: 0;
  background: url("/local/templates/.default/bundle/build/img/sprite.png") no-repeat;
  cursor: pointer;
  outline: none;
  top: 50%;
  margin-top: -25px;
}

.checkup-slider .slick-prev {
  left: -10px;
  background-position: -70px -74px; }

.checkup-slider .slick-prev:hover {
  background-position: -249px -74px; }

.checkup-slider .slick-next {
  right: -10px;
  background-position: -133px -74px; }

.checkup-slider .slick-next:hover {
  background-position: -309px -74px; }

.bottom-banner-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 74px;
  padding-top: 63px;
  border-top: 1px solid #CBCBCB; }

.bottom-banner-block .img-wrap {
  width: 68%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain; }

.bottom-banner-block .img-wrap img {
  visibility: hidden;
  max-width: 100%; }

.bottom-banner-block .text-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 32%;
  padding-left: 20px; }

.text-wrap__title {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 18px; }

.text-wrap__address {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 18px;
  margin-top: 30px; }

.text-wrap__contacts .btn {
  margin-top: 33px; }

.today-reception {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-color: #1BB2AB;
  border-radius: 10px 10px 10px 0;
  position: absolute;
  left: 0;
  bottom: 15px;
  padding-left: 12px;
  padding-right: 12px; }

.doctors-filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 570px; }

.doctors-filter .select-wrap {
  width: 48%;
  margin-bottom: 40px; }

.checkup-list-posttitle {
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff; }

.author-info {
  position: absolute;
  left: 73%;
  top: 163px;
  color: #232323;
  width: 207px; }

.author-phrase {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 37px; }

.author-name {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 15px; }

.author-post {
  font-size: 12px; }

.btn-transparent {
  background-color: transparent;
  border: 1px solid #fff; }

.doctors-block .doctors {
  margin-bottom: 0; }

.check-up-form-block {
  padding-top: 55px;
  padding-bottom: 65px;
}

.check-up-form-block .block-title {
  margin-bottom: 40px;
  font-size: 45px;
  font-weight: 100; }

.main-banner__title {
  padding-top: 58px;
  margin-bottom: 29px;
  font-weight: bold;
  font-size: 40px;
  color: #000; }

.main-banner__description {
  font-size: 25px;
  font-weight: 100;
  line-height: 1.3;
  color: #000; }

.slide-lists {
  background-color: #FBF6F0;
  width: 100%;
  position: relative;
  display: none; }

.slide-lists .item-list-inner {
  padding-bottom: 28px;
  padding-top: 37px;
  padding-left: 47px;
  padding-right: 47px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }

.slide-lists .item-list-inner ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: url("/local/templates/.default/bundle/build/img/list.png") outside;
  column-count: 4;
}
.slide-lists .item-list-inner ul:not(:last-child) {
  margin-bottom: 10px;
}
.slide-lists .item-list-inner ul li {
    padding-left: 10px;
    text-align: left;
    margin-left: 12px;
    line-height: 1.4;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.slide-lists .item-list-inner ul li:not(:last-child) {
    margin-bottom: 7px;
}

@media screen and (max-width: 1023px) {
  .slide-lists .item-list-inner ul {
    column-count: 3;
  }
}
@media screen and (max-width: 640px) {
  .slide-lists .item-list-inner ul {
    column-count: 2;
  }
}
@media screen and (max-width: 567px) {
  .slide-lists .item-list-inner ul {
    column-count: 1;
  }
}

.gray_p {
  color: #797979; }

.small_p {
  font-size: 15px; }

.checkup-services-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }

.checkup-services-column {
  width: 48%; }

.root .checkup-container.reviews-container h3 {
  display: none; }

.additional-options {
  font-size: 25px;
  font-weight: 300;
  margin-top: 43px;
  margin-bottom: 34px; }

@media (max-width: 79.99em) {
  .request-form input {
    margin-left: 10px;
    margin-right: 10px; }
    .content-entry .check-steps li:not(:last-child):after {
    right: -47px; } }

.checkup-list-banner_desktop {
  display: none; }
  @media (min-width: 1024px) {
    .checkup-list-banner_desktop {
      display: block; } }

.checkup-list-banner_mobile {
  display: none; }
  @media (max-width: 1023px) {
    .checkup-list-banner_mobile {
      display: block; } }
  @media (max-width: 567px) {
    .checkup-list-banner_mobile .container {
      position: absolute;
      top: 40px; }
    .checkup-list-banner_mobile.open-page {
      background-position-x: 87% !important;
      background-position-y: 100% !important;
      background-size: auto !important;
      height: 547px !important;
      position: relative !important; } }

.doc_carousel .slick-slide {
  height: 0;
  min-height: 0 !important; }
  .doc_carousel .slick-slide.slick-active {
    height: auto; }

.check-features .one-third {
  width: 33%;
  padding-right: 10px; }

@media (max-width: 63.99em) {
  .check-features .one-third {
    width: 45%; }
  .check-features.iconed-features {
    margin-top: 0;
    padding-top: 0; }
  .tooltip-title:before,
  .tooltip-title:after {
    display: none; }
    .content-entry .check-steps li:not(:last-child):after {
    right: -16px;
    width: 32px; }
  .author-info {
    top: 86px; } }

@media (max-width: 47.99em) {
  .check-features.iconed-features {
    padding-bottom: 0; }
  .checkup-top-banner {
    height: 509px;
    background-image: url("/local/templates/.default/bundle/build/img/top-back.png"), url("/local/templates/.default/bundle/build/img/top-banner.jpg");
    background-color: #EBEBEE;
    background-position: 50% 0, 85% 116%;
    background-repeat: no-repeat;
    background-size: 100% 68%, auto 54%;
    padding-top: 41px;
    padding-bottom: 185px; } }
  @media (max-width: 47.99em) and (max-width: 767px) {
    .checkup-top-banner {
      height: 387px; } }

@media (max-width: 767px) {
    .checkup-top-banner .container {
      padding-left: 14px;
      padding-right: 14px; }
    .checkup-top-banner ul li {
      font-size: 15px;
      line-height: 16px;
      margin-bottom: 13px; }
      .checkup-top-banner ul li:before {
        top: -2px; }
  .banner-title {
    font-size: 21px;
    line-height: 26px;
    width: auto;
    margin-bottom: 20px; }
  .banner-title + ul li {
    font-size: 15px; }
  .banner-title br {
    display: none; }
  .bottom-banner-block {
    padding-top: 45px; }
  .bottom-banner-block .img-wrap {
    width: 100%; }
  .bottom-banner-block .text-wrap {
    width: 100%;
    padding-left: 0; }
  .text-wrap__title {
    margin-top: 15px; }
    .content-entry .check-steps {
    flex-direction: column;
    align-items: center;
    margin-top: 162px; }
    .content-entry .check-steps li {
    line-height: 17px;
    margin-bottom: 0; }
    .content-entry .check-steps li:not(:last-child) {
    margin-bottom: 210px; }
    .content-entry .check-steps li:not(:last-child):after {
    right: 50%;
    top: auto;
    bottom: -59px;
    width: 67px;
    transform: translateX(50%) rotate(90deg); }
  .request-form {
    flex-direction: column;
    align-items: center; }
    .request-form__block:first-child {
      margin-bottom: 10px; }
    .request-form__block .inputs-wrapper {
      margin-top: 22px; }
      .request-form__block .inputs-wrapper input:first-child {
        margin-bottom: 20px; }
    .request-form__block label span {
      width: 100%;
      display: inline-block; }
  .reason-item {
    width: 48%; }
  .reasons-block p br {
    display: none; }
  .checkup-slider .slick-arrow,
  .checkup-slider .slick-arrow:hover,
  .doc_carousel .slick-arrow,
  .doc_carousel .slick-arrow:hover {
    background-position: center;
    width: 50px;
    height: 50px; }
  .checkup-slider .slick-prev,
  .doc_carousel .slick-prev, .doctors .checkup-slider .slick-prev,
  .doctors .doc_carousel .slick-prev {
    background-image: url("/local/templates/.default/bundle/build/img/arr.png");
    background-position: center;
    z-index: 1; }
  .checkup-slider .slick-next,
  .doc_carousel .slick-next, .doctors .checkup-slider .slick-next, .doctors
  .doc_carousel .slick-next {
    background-image: url("/local/templates/.default/bundle/build/img/arr.png");
    background-position: center;
    z-index: 1;
    transform: rotate(180deg); }
  .main-banner__title {
    font-size: 21px;
    padding-top: 34px;
    margin-bottom: 20px; }
  .main-banner__description {
    font-size: 16px;
    font-weight: 400; }
  .main-banner__description br {
    display: none; }
  .checkup-services-column {
    width: 100%; } }

@media (max-width: 320px) {
  .more-blocks .adult-block,
  .more-blocks .child-block {
    width: 50%; } }

@media (max-width: 500px) {
  .more-blocks .adult-block,
  .more-blocks .child-block {
    width: 100%; }
  .more-blocks .child-block {
    margin-bottom: 0; } }

@media (min-width: 500px) and (max-width: 600px) {
  .more-blocks {
    margin-top: 60px; } }

@media (max-width: 37.49em) {
  .check-up-block .block-title {
    font-weight: 200;
    font-size: 25px;
    line-height: 1.1;
    width: 100%; }
  .more-blocks .adult-block:before, .more-blocks .child-block:before {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    top: -42px;
    padding-top: 13px;
    padding-bottom: 12px;
    line-height: normal;
    height: 40px; }
  .check-up-block {
      padding-top: 45px;
    padding-bottom: 40px; }
  .check-features {
    display: block; }
  .check-features.iconed-features {
    padding-bottom: 20px;
    margin-bottom: 0; }
  .check-feature__content {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    min-height: 73px; }
  .check-features .one-third,
  .check-features .one-half {
    width: 100%;
    padding-right: inherit; }
  .slider-description {
    display: block; }
  .check-features.bordered-features:before {
    left: -9999px; }
  .doctors-filter {
    width: 100%; }
  .check-up-form-block {
    padding-top: 44px; }
  .check-up-form-block .block-title {
    font-size: 20px; }

  .child-slider .slick-list {
    overflow: hidden; } }
.request-form .inputs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 35.4375em) {
  .request-form .inputs-wrapper {
    display: flex;
    flex-direction: column; }
  .request-form .btn {
    background-color: #fdd615;
    color: #2f353d; }
    .request-form .btn:hover, .request-form .btn:focus {
      background-color: #fee361;
      color: #2f353d; }
    .request-form .btn:active {
      background-color: #fdc115; } }

@media (max-width: 31.1875em) {
  .text-wrap__contacts .btn {
    width: 100%; }
  .doctors-filter .select-wrap {
    width: 100%;
    margin-bottom: 20px; }
  .programs-select {
    width: 100%; }
  .slide-lists .item-list-inner ul {
    width: 100%; } }

@media (max-width: 767px) {
  .reason-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px; }
    .reason-item:last-child {
        margin-bottom: 0;
    }
    .reason-item__title {
      font-weight: 300; }
    .reason-item__description {
      display: none; } }

@media (max-width: 706px) {
  .checkup-slider .reason-item__title {
    font-weight: 600;
    width: 100%;
  }
}

.famous_block {
  width: 100%;
  overflow: hidden; }
  @media (max-width: 33.125em) {
    .famous_block .success_slider__nav {
      top: 15%;
      width: 100%; }
      .famous_block .success_slider__nav .slick-prev {
        margin-left: -6px; }
      .famous_block .success_slider__nav .slick-next {
        margin-right: -6px; } }

.famous_name {
  font-size: 21px;
  font-weight: bold;
  margin-top: 13px;
  width: 95%; }

@media (max-width: 600px) {
  .more-blocks .adult-block, .more-blocks .child-block {
    margin-bottom: 40px; } }

@media (max-width: 567px) {
  .famous_name {
    margin-top: 13px; }
  .more-blocks {
    margin-top: 71px; }
  .more-blocks .adult-block, .more-blocks .child-block {
    margin-bottom: 55px; } }

.famous_quote {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 12px;
  width: 95%; }

@media (max-width: 567px) {
  .famous_quote {
    margin-bottom: 6px; } }

.famous_text_visible, .famous_text_hidden {
  text-align: left;
  padding-right: 30px;
  font-family: 'MyriadProLight';
  font-size: 15px;
  color: #abadb3;
  line-height: 1.4;
  letter-spacing: 0.7px; }
  @media (max-width: 600px) {
    .famous_text_visible, .famous_text_hidden {
      font-size: 9pt;
      line-height: 1.75; } }

.famous_photo {
  margin-top: 14px;
  height: 235px;
  width: 220px;
  overflow: hidden; }

.checkup-famous .slick-list:after {
  position: absolute;
  right: -1px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: white;
  content: ''; }

.famous_photo img {
  width: 100%; }

@media (max-width: 567px) {
  .famous_photo {
    margin-top: 12px; } }

.famous .readmore__link {
  margin-top: 19px; }

.famous .js-overflow-text {
  max-height: 0; }

.js-overflow-text {
  max-height: 70px;
  overflow: hidden; }

.js-overflow-text.show {
  max-height: 100%; }

.readmore__link {
  cursor: pointer;
  color: #00abaa;
  border-bottom: 1px dotted #00abaa;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  outline: none; }

.readmore__link.show:after {
  border: 3px solid transparent;
  border-bottom: 3px solid #00abaa;
  top: 8px; }

.readmore__link:hover {
  border-bottom-color: transparent; }

.readmore__link:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 12px;
  border: 3px solid transparent;
  border-top: 3px solid #00abaa; }

.checkup-famous {
  margin-bottom: 90px; }

.checkup-popup__title {
  font-weight: bold;
  font-size: 26px;
  margin-top: 26px;
  margin-bottom: 28px; }

.checkup-popup__aftertitle {
  font-size: 23px;
  margin-bottom: 26px; }

.new_button {
  width: 220px;
  font-weight: 600;
  font-size: 14pt; }

.new_blue_button {
  width: 195px; }

@media (max-width: 600px) {
  .history_patient .famous_text {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 568px) and (max-width: 1023px) {
  .history_patient .check-up-block {
    padding-top: 52px; } }

.fsn-program-composition-composition-detail .block-title {
  margin-bottom: 32px; }

@media (max-width: 702px) {
  .blue-back .check-up-block .programs-select {
    max-width: 100%; }
    .blue-back .check-up-block .programs-select form {
      padding: 0 20px; }
      .blue-back .check-up-block .programs-select form .select2 {
        width: 100%;
        max-width: 100%;
        margin: 0;
        margin-bottom: 20px; }
}

@media screen and (max-width: 1023px) {
    .container-map .content-entry .sect-name {
        margin-top: 0;
    }
}

.reasons-block:not(.check-up-block) {
    padding-top: 0;
  padding-bottom: 72px; }
  .reasons-block .checkup-why-action-btn {
    margin-top: 10px;
    font-size: 25px;
    padding: 12px 37px; }
  @media screen and (max-width: 767px) {
      .reasons-block {
          padding-bottom: 30px;
      }
  }
    @media (max-width: 600px) {
      .reasons-block .checkup-why-action-btn {
        max-width: 340px; } }

.micro-form {
  display: none; }

@media (max-width: 63.9375em) {
  .micro-form {
    display: block;
    padding-top: 27px;
    padding-bottom: 23px; }
    .micro-form-block {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      text-align: center; }
      .micro-form-block__item {
        width: 50%; }
        .micro-form-block__item > span {
          font-size: 17px;
          line-height: 24px;
          font-weight: 400; }
          .micro-form-block__item > span i {
            font-weight: 100; }
        .micro-form-block__item .all_time {
          font-size: 15px; }
        .micro-form-block__item .btn {
          width: 228px;
          height: 47px;
          color: #000; }
        .micro-form-block__item .header__phone.phone {
          width: 269px;
          height: 47px;
          line-height: 47px;
          font-size: 31px;
          padding-right: 56px;
          padding-left: 5px; }
          .micro-form-block__item .header__phone.phone:after {
            width: 45px;
            height: 45px;
            background-size: contain;
            margin-top: -15px; }
          .micro-form-block__item .header__phone.phone span {
            font-weight: 700;
            font-size: 20px;
            line-height: 44px; } }

@media (max-width: 47.9375em) {
  .history_patient.container {
    padding-left: 30px;
    padding-right: 30px; }
    .history_patient.container .famous_block {
      overflow: initial; }
    .history_patient.container .success_slider__nav {
      top: 102px;
      width: calc(100% + 60px);
      left: -30px;
      right: auto;
      justify-content: space-between;
      bottom: auto; }
      .history_patient.container .success_slider__nav .success_slider__count {
        display: none; }
    .history_patient.container .slick-prev,
    .history_patient.container .slick-next {
      background-image: url("/local/templates/.default/bundle/build/img/arr2.png");
      background-position: center; }
      .history_patient.container .slick-prev:hover,
      .history_patient.container .slick-next:hover {
        background-image: url("/local/templates/.default/bundle/build/img/arr-hover2.png");
        background-position: center; }
    .history_patient.container .famous_photo {
      width: 249px;
      height: 235px;
      float: none;
      margin-bottom: 13px; }
    .history_patient.container .famous_text {
      margin-left: 0;
      padding-left: 6px;
      padding-right: 6px; }
    .history_patient.container .famous_text_visible, .history_patient.container .famous_text_hidden {
      font-size: 14px;
      line-height: 21px;
      color: #848484; }
    .history_patient.container .famous_quote {
      font-size: 15px;
      font-weight: 400; }
    .history_patient.container .readmore__link {
      margin-top: 7px; } }

@media (max-width: 35.4375em) {
  .micro-form {
    display: none; }
    .micro-form ~ .check-up-block {
      display: block; }
  .history_patient.container {
    padding-left: 0;
    padding-right: 0; }
    .history_patient.container .success_slider__nav {
      width: 100%;
      left: 0; }
    .history_patient.container .famous_photo {
      width: 320px;
      height: 235px; }
    .history_patient.container .famous_text {
      padding-left: 30px;
      padding-right: 30px; }
    .history_patient.container .famous_name {
      font-size: 18px;
      color: #1e1e1e;
      line-height: 1.1; }
    .history_patient.container .famous_quote {
      margin-bottom: 8px; }
    .history_patient.container .famous_text_visible, .history_patient.container .famous_text_hidden {
      padding-right: 0; }
    .history_patient.container .readmore__link {
      font-size: 18px;
      margin-top: 0; } }

.fsn-call-to-action-popup.zoom-anim-dialog h2 {
  font-family: HelveticaNeue !important; }

.wr_map .map-block.adaptiv {
  padding-top: 0 !important; }

@media screen and (max-width: 1023px) and (min-width: 319px) {
  .wr_map .info-point.adaptiv {
    left: 50%; } }


#map-toggler {
    line-height: 1;
}

@media (width: 1024px) {
    .content-entry ul.check-steps {
    margin-bottom: 50px; } }

@media (min-width: 1025px) {
  .check-up-block.reasons-block .checkup-text_gray.checkup-text_mobile-left {
    line-height: 1.2; } }

@media (max-width: 400px) {
  .profile-programs {
    margin-top: 20px; } }

@media (max-width: 600px) {
  .check-up-block.text-center.reasons-block .block-title {
    margin-bottom: 15px; } }

@media (max-width: 600px) {
  .reasons-block .checkup-why-action-btn {
    max-width: 340px;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center; } }

@media (width: 568px) {
  .check-feature__botblock .check-feature__title {
    text-align: center; }
  .check-feature__botblock ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .check-feature__botblock ul > li {
      width: 50%; } }

.slick-next {
  outline: none; }

@media (max-width: 767px) {
  .reasons-list.checkup-slider .slick-arrow.slick-next {
    background: url(/local/templates/.default/bundle/build/img/gr-arrow-left.svg) no-repeat center;
    background-size: 60%; }
  .reasons-list.checkup-slider .slick-arrow.slick-prev {
    background: url(/local/templates/.default/bundle/build/img/gr-arrow-left.svg) no-repeat center;
    background-size: 60%; } }

@media (max-width: 600px) {
  .actionsprograms .reason-item__image {
    margin-left: 100px;
    margin-right: 20px; } }

@media (max-width: 500px) {
  .actionsprograms .reason-item__image {
    margin-left: 20px; }
  .actionsprograms .reason-item {
    flex-wrap: nowrap; }
    .actionsprograms .reason-item__title {
      text-align: left; } }

@media (max-width: 600px) {
  .reasons-list.checkup-slider .reason-item__image {
    margin: 0 auto; } }

@media (max-width: 400px) {
  #bx-panel {
    display: none !important; } }

/*@media (max-width: 600px) {
  .info-point.active.adaptiv {
    height: 100% !important;
    overflow-y: scroll !important; }
  }*/

#map-toggler {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    padding-top: 12px;
}

@media (width: 768px) {
  .clinics-doctors-filter .filter-right, .clinics-doctors-filter .filter-left {
    width: 240px;
    max-width: 240px; } }

@media (max-width: 400px) {
  .check-up-block.text-center.reasons-block .checkup-text_gray.checkup-text_mobile-left.center-a .checkup-button-big {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center; } }
.actions-filter {
  bottom: -70px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 45px; }

.filters.filter-programs {
  padding-top: 0; }

.filter-actions .actions-filter {
  margin-top: 22px; }

.one-third {
  width: 26%; }

.filter-programs,
.filter-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative; }

.filter-programs .select2-selection__placeholder {
  color: #444 !important; }

.filter-programs:after,
.filter-actions:after {
  content: none; }

.actions-form-line .toggle__item {
   height: auto !important;
   line-height: 1 !important;
}

.actions-form-line .toggle__item label {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 16px 0;
}

.bx-ios .actions-form-line .toggle__item label {
   padding: 17px 0 14px;
}

#action-ajax-container {
    min-height: 100px;
    padding-bottom: 55px;
    position: relative;
    z-index: 1;
}
#action-ajax-container .preloader {
    margin-top: 40px;
}

.actions-form-line .toggle__item input[type="radio"] {
  position: absolute;
  left: -9999px;
  opacity: 0;
  visibility: hidden; }

.programs-actions {
  padding-top: 20px;
  position: absolute;
  right: 0;
  bottom: 0; }

.tag-point {
  margin-bottom: 0; }

.ai-left {
  position: relative;
  min-height: 181px; }

.ai-left img {
  margin-bottom: 0; }

.actions-item {
  position: relative;
  border-top: 0; }

.actions-item:after {
  display: none; }

.actions-item:not(:first-child):before {
  position: absolute;
  left: 0;
  top: 40px;
  border-top: 1px solid #e4eff1;
  width: 74%;
  content: ''; }

.filter-reset {
  margin-right: 10px; }

.actions-wrap .actions-item .ai-title {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  display: block;
}

.actions-page .actions-wrap .actions-item .ai-title {
  margin-bottom: 7px; }

.active-untill {
  font-weight: bold; }

.actions-page .active-untill {
  margin-bottom: 7px; }

.ai-right p,
.ai-right ul {
  text-align: left; }

.ai-right {
  max-height: 96px;
  overflow: hidden; }

.actions-page .ai-right {
  max-height: 121px; }

.actions-page .actions-wrap .actions-item .ai-title {
  line-height: 1; }

.actions-page .actions-item .ai-title.mobile-title {
  display: none; }

.actions-page .content .content-entry p {
  line-height: 1.19; }

.actions-page {
  padding-top: 25px; }

.actions-page .actions-item {
  padding-top: 40px;
  margin-top: 56px; }

.actions-page .actions-item.mt0 {
  margin-top: 0; }

.actions-page .actions-item:first-child {
  margin-top: 0; }

.actions-page .actions-item:not(:first-child):before {
  top: 0;
  width: 100%; }

.filter-right.programs {
  padding-top: 0; }

.actions-item:not(:first-child):before {
  position: absolute;
  left: 0;
  top: 40px;
  border-top: 1px solid #e4eff1;
  width: 74%;
  content: ''; }

.ai-left .ai-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 11px;
  display: inline-block; }

.actionsprograms .breadcrumbs {
    display: none;
}
.actionsprograms h1 {
    margin-top: 10px;
}
.actionsprograms .sidebar {
  display: none;
}
.root-header-old.root-actions-main .inner_main {
    min-height: calc(100vh - 540px);
}
.filter-col {
  width: 30%; }

.filter-col:last-child {
  margin-top: 0; }

.action-filials {
  position: absolute;
  bottom: 0;
  left: calc(100% + 41px);
  width: 100%;
  max-width: 200px; }

.actions-page .action-filials {
  left: calc(100% + 31px); }

.btn-big {
  width: 100%; }

@media (min-width: 64em) {
  .programs-page .actions-item .desktop-title {
    display: none; }
  .programs-page .actions-item .mobile-title {
    display: block; } }

.actions-page .actions-item .ai-title.mobile-title {
  color: #000;
  font-size: 20px; }

.programs-list-page .actions-item {
  padding-bottom: 55px; }
.programs-list-page .actions-item:last-child {
    padding-bottom: 0; }
  .programs-list-page .actions-item:not(:first-child):before {
    top: 0; }
  .programs-list-page .actions-item .desktop-title {
    display: block; }
  .programs-list-page .actions-item .mobile-title {
    display: none; }

.programs-list-page .program-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .programs-list-page .program-wrap .ai-left {
    min-height: 0; }
    .programs-list-page .program-wrap .ai-left .image-wrapper {
      min-height: 0; }
  .programs-list-page .program-wrap .ai-right {
    margin-left: 0;
    max-height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .programs-list-page .program-wrap .ai-right p, .programs-list-page .program-wrap .ai-right ul {
      margin-top: 0; }
.programs-list-page .program-wrap .program-filials-actions {
    display: flex;
    align-items: flex-end;
    padding-top: 10px;
}
.programs-list-page .program-wrap .action-filials {
    position: static;
    max-width: none;
    width: auto;
    flex: 1 1;
    padding-right: 20px;
}
.programs-list-page .program-wrap .action-filials .tag-point {
    width: 100%;
    margin-top: 6px;
}
.programs-list-page .program-wrap .programs-actions {
    position: static;
    padding-top: 0;
    display: flex;
    align-items: flex-start;
}
    .programs-list-page .program-wrap .programs-actions.mobile-actions {
      display: none; }
    .programs-list-page .program-wrap .programs-actions .btn-buy {
      margin-bottom: 0; }

.programs-list-page + .catalog {
  margin-bottom: 20px; }

.show-hidden_block {
  width: 33%; }

@media (max-width: 63.99em) {
  .programs-page .actions-item .desktop-title {
    display: none; }
  .programs-page .actions-item .mobile-title {
    display: block; }
  .show-hidden_block {
    width: 50%; }
  .filter-col {
    width: 45%; }
  .filter-col:last-child {
    margin-top: 0; }
  .programs-actions {
    position: static; }
  .actions-page .programs-actions {
    position: absolute; }
  .action-filials {
    position: static;
    width: auto;
    max-width: 100%; }
  .actions-item:not(:first-child):before {
    width: 100%; }
  .programs-list-page .program-wrap .program-filials-actions {
    flex-wrap: wrap;
    text-align: left; }
  .programs-list-page .program-wrap .action-filials {
    width: 100%;
    padding-right: 0;
    flex: auto;
    margin-bottom: 20px; }
  .programs-list-page .program-wrap .programs-actions {
    width: 100%; }
    .programs-list-page .program-wrap .programs-actions .btn-buy {
      margin-right: 10px; }
    .programs-list-page .program-wrap .programs-actions .btn {
      margin-bottom: 10px;
      font-family: Arial; } }

@media (max-width: 47.99em) {
  .filter-programs.filter-actions .filter-left,
  .filter-programs.filter-actions .filter-right {
    width: 45%; }
  .filter-programs:not(.filter-actions) {
    flex-direction: row; }
  .filter-submit {
    margin-right: 10px; }
  .mobile-hideable {
    display: none; }
  .content-entry h1 {
    font-size: 32px;
  }
  .actions-filter a {
    margin-right: 10px !important; } }

@media (max-width: 37.5em) {
  .actions-page .actions-item .ai-title {
    display: none; }
  .actions-page .actions-item .ai-title.mobile-title {
    display: block;
    margin-bottom: 0.8125em;
    margin-top: 0; }
  p.active-untill {
    color: #000;
    margin-bottom: 15px; }
  .ai-right {
    text-align: center; }
  .programs-actions {
    text-align: center; }
  .actions-page .programs-actions {
    position: static; }
  .programs-actions .btn-buy {
    margin-right: 0; }
  .filter-programs.filter-actions .filter-left,
  .filter-programs.filter-actions .filter-right {
    width: 100%; }
  .actions-item {
    border: none; }
  .filter-col {
    width: 100%;
    margin-top: 0; }
  .actions-filter {
    flex-direction: row-reverse; }
  .actions-filter a,
  .actions-filter input {
    margin-right: 0; }
  .ai-left img {
    margin-bottom: 20px; }
  .action-filials {
    position: static;
    width: auto;
    max-width: 100%;
    margin-bottom: 10px; }
  .programs-actions {
    position: static; }
  .programs-actions .btn-buy {
    font-weight: bold; }
  .actions-item:not(:first-child):before {
    border: none; }
  .actions-page .actions-item {
    margin-top: 0;
    padding-top: 0; }
  .content .content-entry p {
    padding-right: 0; }
  .programs-list-page .program-wrap .programs-actions .btn-buy {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 24px; }
  .programs-list-page .program-wrap .ai-left {
    margin-right: 0; }
  .programs-list-page .program-wrap .ai-right {
    flex: auto;
    flex-direction: column-reverse; }
    .programs-list-page .program-wrap .ai-right .program-text {
      text-align: left; }
  .programs-list-page .program-wrap .programs-actions {
    display: none; }
    .programs-list-page .program-wrap .programs-actions.mobile-actions {
      display: block;
      margin-top: 20px; } }

@media (max-width: 27.99em) {
  .show-hidden_block {
    width: 70%; }
  .programs-list-page .program-wrap .programs-actions .btn {
    min-width: 182px; }
  .programs-list-page .program-wrap .programs-actions .btn-buy {
    margin-bottom: 10px;
    padding: 14px 27px;
    line-height: 24px;
    margin-right: 0; } }

.check-features.hideable {
  display: none; }

.doctors-page .breadcrumbs {
  display: none; }

.doctors-page .sidebar {
  display: none; }

.doctors-page .inner_main {
  margin-right: 0; }

.search-input {
  border-radius: 40px;
  border: 2px solid #BDBDBD;
  color: #19b9b4;
  background-image: url("/local/templates/.default/bundle/build/img/search.png");
  font-size: 22px;
  font-weight: 600;
  height: 50px;
  background-position: 95% center;
  width: 100%;
  background-size: 28px 28px;
  background-repeat: no-repeat;
  padding-right: 42px;
  padding-left: 22px;
  outline: none;
  margin-bottom: 5px; }

.filter-doctors .filter-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.filter-doctors .filter-row-col {
  width: 30%; }

.filter-doctors .toggle__item--active {
  background-color: #14756F;
  box-shadow: 0 0 0 1px #14756F; }

.filter-doctors .toggle {
  border: 2px solid #C1C1C1; }

.filter-doctors .actions-filter {
  margin-top: 55px;
  text-align: right; }

.filter-doctors .actions-filter a {
  margin-right: 0; }

.filter-doctors .extended-line {
  display: none; }

.filter-doctors .search-extended-btn {
  width: 100%; }

.doc_block__name {
  color: #000;
  min-height: 3em;
  display: inline-block; }

.doc_block__name:hover {
  color: #14756F;
  text-decoration: underline; }

.doc_block__role,
.doc_block__role2 {
  color: #000;
  font-size: 14px; }

.doctor-detail .detail_info h2 {
  margin-bottom: 46px; }

.doctor-detail-slider {
  margin-bottom: 30px; }

.doctor-detail-slider .examples-item {
  padding-left: 15px;
  padding-right: 15px; }

.doctor-detail-slider img {
  margin: 0 auto;
  width: 100%; }

.doctor-detail-slider .examples-item__text {
  margin-top: 20px; }

.doctor-detail h2,
.doctor-detail h3 {
  font-weight: 400;
  margin-left: 0; }

.doctor-detail .doctor-detail-slider .slick-arrow {
  top: 125px; }

.sea-back {
  background-color: #1BADAC; }

.doctor-detail .doctor-quote {
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between; }

.doctor-detail .doctor-quote__text {
  flex-grow: 1;
  margin-top: 25px;
  margin-bottom: 9px;
  font-size: 18px;
}
  @media (min-width: 64em) {
    .doctor-detail .doctor-quote__text {
      margin-left: 30px; } }

.doctor-detail .doctor-quote__img {
  max-width: 250px;
  max-height: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.doctor-detail .doctor-quote__img img {
  max-width: 100%;
  max-height: 250px;
}

.doctor-detail .doc_carousel.light-arrs-carousel .slick-arrow {
  top: 192px; }

.doctor-detail .request-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px dotted #D8D8D8;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 25px;
  padding-top: 52px; }

.doctor-detail .doctor-form.mobile-request-form {
  display: none; }

.doctor-detail .doctor-form .request-form {
  margin-top: 0;
  padding-top: 22px;
  padding-bottom: 14px; }

.request-form [data-label] {
  position: relative; }

.doctor-detail .request-form [data-label]:before {
  content: attr(data-label);
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  color: #000;
  text-align: center; }

.doctor-detail .request-form .inputs-wrapper[data-label]:before {
  top: -26px; }

.request-form input {
  width: 215px;
  height: 40px;
  border-radius: 4px;
  outline: none;
  border: 1px solid #B8C5C4;
  padding-left: 20px;
  padding-right: 20px;
  color: #939496;
  font-size: 13px;
  font-weight: 600;
  margin-left: 12px;
  margin-right: 12px;
    margin-bottom: 2px;
  align-items: center; }

.doctor-detail .request-form input {
  margin-left: 10px;
  margin-right: 10px; }

.request-form .btn {
  height: 46px;
  padding: 11px 36px;
  }

@media screen and (max-width: 1023px) {
    .request-form input {
        margin-bottom: 3px;
    }
}
@media screen and (max-width: 767px) {
    .request-form input {
        margin-bottom: 0;
    }
}

.doctor-detail .doctor-detail-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.doctor-detail .doctor-detail-col {
  width: calc(100% - 319px); }

.doctor-detail .doctor-detail-col.doctor-detail-photo-col {
  width: 304px; }

.doctor-detail__rank {
  background-repeat: no-repeat;
  background-size: 45px 46px;
  background-position: left center;
  padding-left: 56px;
  min-height: 46px;
  display: flex;
  align-items: center;
  margin-bottom: 5px; }

.doctor-detail__img {
  width: 295px;
  height: 349px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  margin-bottom: 30px; }

.doctor-detail .block-title {
  font-weight: 600;
  font-size: 24px;
  margin-left: 42px;
  margin-bottom: 10px; }

.doctor-detail__dataitem {
  margin-bottom: 28px; }

.doctor-detail .dk-review__button-group .btn {
  width: 230px;
  margin-bottom: 15px; }

.doctor-detail.doctor-quote-wrapper {
  margin-bottom: 58px; }

@media screen and (max-width: 767px) {
    .doctor-detail.doctor-quote-wrapper {
        margin-bottom: 40px;
    }
}

.btn-white,
.btn-white:hover {
  background-color: transparent;
  border: 2px solid #A6A6A6;
  color: #5c5c5c;
  line-height: 10px; }

.doctor-form-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }

.doctor-form__item {
  width: 50%; }

.doctor-form__label {
  color: #000;
  font-size: 19px;
  margin-bottom: 13px;
  font-weight: 600;
  font-style: normal;
  width: 100%; }

.doctor-form__label span {
  font-style: italic;
  font-size: 15px;
  font-weight: normal; }

.doctor-detail .price-badge {
  background-color: transparent;
  color: #19bab5;
  border-bottom: 1px solid #19bab5;
  padding: 0;
  border-radius: 0;
  margin-right: 0; }

.doctor-detail .table-cell {
  border-left: 0;
  border-bottom: 0; }

.doctor-detail .table-row-price:hover {
  background-color: transparent; }

.doctor-detail .table-cell:last-child {
  border-right: 0;
  padding-right: 0; }

.table-row-price.dropdown-row .price-cell--name span {
  cursor: pointer;
  color: #62ada9;
  position: relative;
  display: inline-block;
  width: 100%; }

.table-row-price.dropdown-row .price-cell--name span:before {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/local/templates/.default/bundle/build/img/sprite.png");
  width: 22px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: -15px -137px; }

.table-row-price.dropdown-row.opened .price-cell--name span:before {
  background-position: -15px -161px; }

.table-row-price.dropdown-row .hidden-price-cell-text {
  height: 0;
  overflow: hidden;
  margin-top: 10px; }

.table-row-price.dropdown-row.opened .hidden-price-cell-text {
  height: auto; }

.doctor-form__mobile {
  display: none; }

.doctor-detail .mobile-visible {
  display: none; }

.doctor-detail__data {
  flex: 1; }

.light-arrs-carousel .slick-next {
  transform: rotate(180deg) translateY(50%) !important; }

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

.light-arrs-carousel .slick-arrow {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 90;
  text-indent: -9999px;
  border: 0;
  background: url("/local/templates/.default/bundle/build/img/sprite.png") no-repeat;
  cursor: pointer;
  outline: none;
  top: 50%;
  margin-top: -50px; }

.light-arrs-carousel .slick-next {
  background-image: url("/local/templates/.default/bundle/build/img/arr.png");
  background-position: center;
  transform: rotate(180deg) translateY(50%);
  right: -15px;
  top: 50%;
  margin-top: 0; }

.light-arrs-carousel .slick-next:hover {
  background-image: url("/local/templates/.default/bundle/build/img/arr-hover.png");
  background-position: center; }

.light-arrs-carousel .slick-prev {
  background-image: url("/local/templates/.default/bundle/build/img/arr.png");
  background-position: center;
  left: -15px;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%); }

.light-arrs-carousel .slick-prev:hover {
  background-image: url("/local/templates/.default/bundle/build/img/arr-hover.png");
  background-position: center; }

@media (max-width: 79.9375em) {
  .doctor-detail .doc_carousel.light-arrs-carousel .slick-arrow {
    top: 168px; }
  .doctor-detail .doctor-detail-slider .slick-arrow {
    top: 108px; } }

@media (max-width: 63.99em) {
  .filter-doctors .filter-row-col {
    width: 48%; }
  .filter-doctors .actions-filter {
    margin-top: 0; }
  .doctor-detail .desktop-visible {
    display: none; }
  .doctor-detail .mobile-visible {
    display: block; }
  .doctor-detail .doctor-form.mobile-request-form {
    display: block; }
  .doctor-detail .doctor-form.mobile-request-form .request-form {
    padding-left: 1px;
    padding-right: 1px; }
  .doctor-detail .doc_carousel.light-arrs-carousel .slick-arrow {
    top: 122px; }
  .doctor-detail .doctor-detail-slider .slick-arrow {
    top: 78px; }
  .doctor-detail .doctor-detail-col,
  .doctor-detail .doctor-detail-col.doctor-detail-photo-col {
    width: 100%; }
  .doctor-detail .doctor-detail-col.doctor-detail-photo-col {
    display: flex;
    flex-direction: row-reverse; }
  .doctor-detail .dk-review__button-group_mobile {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 35px; } }

@media (max-width: 47.99em) {
  .doctor-detail .doc_carousel.light-arrs-carousel .slick-arrow {
    top: 182px; }
  .doctor-detail .doctor-detail-slider .slick-arrow {
    top: 40%; }
  .doctor-detail__img {
    width: 225px;
    height: 268px; }
  .doctor-detail .block-title,
  .doctor-detail h3 {
    font-weight: 700;
    font-size: 22px;
    margin-left: 0; } }

@media (max-width: 37.5em) {
  .filter-doctors .filter-row-col {
    width: 100%; }
  .filter-doctors .reverse-filter-row {
    flex-direction: column-reverse; } }

@media (max-width: 35.4375em) {
  .doctor-form__item {
    width: 100%; }
  .doctor-form__desktop {
    display: none; }
  .doctor-form__mobile {
    display: flex; }
  .doctor-detail .doctor-detail-col.doctor-detail-photo-col {
    flex-direction: column;
    flex-wrap: wrap; }
  .doctor-detail__img {
    width: 100%;
    height: auto;
    padding-top: 84%; }
  .doctor-detail .price-table {
    margin: 0; } }

@media (max-width: 31.1875em) {
  .doc_block__name {
    min-height: 0; }
  .doctor-detail .table-cell {
    padding-left: 0; }
  .doctor-detail .price-title {
    padding: 0 30px;
    margin: 0 -30px;
    width: auto;
    display: block; }
  .doctor-detail .price-cell--name {
    display: block; } }
@media (min-width: 31.26em) {
  .clinics-doctors-filter {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 15px; }
    .clinics-doctors-filter .filter-line {
      margin-bottom: 0; }
    .clinics-doctors-filter__reset {
      margin-left: auto; }
      .clinics-doctors-filter__reset button {
        margin-left: 20px; }
    .clinics-doctors-filter .or {
      display: block;
      font-style: italic;
      align-self: center;
      margin: 0 20px; } }

.clinics-doctors-filter .filter-left {
  max-width: 265px; }

.clinics-doctors-filter .filter-right {
  max-width: 265px;
  float: left; }

.clinics-doctors-filter__reset {
  float: right; }
  .clinics-doctors-filter__reset button {
    display: block;
    font-size: 14px;
    font-family: HelveticaNeue;
    font-weight: 300;
    padding: 0 50px; }

@media (max-width: 47.99em) {
  .clinics-doctors-filter .filter-left,
  .clinics-doctors-filter .filter-right {
    max-width: 100%;
    width: 48%;
    margin: 0; }
  .clinics-doctors-filter .filter-right {
    float: right; }
  .clinics-doctors-filter__reset {
    float: inherit; } }

@media (max-width: 31.25em) {
  .clinics-doctors-filter .filter-left,
  .clinics-doctors-filter .filter-right {
    width: 100%; }
  .clinics-doctors-filter .filter-line {
    margin-bottom: 10px; }
  .clinics-doctors-filter .or {
    font-style: italic;
    padding-left: 21px;
    margin-bottom: 10px;
    display: block; }
  .clinics-doctors-filter__reset button {
    margin: 0 auto;
    width: 100%; } }

.doc_carousel .doc_block__name {
  min-height: auto; }

.doc_carousel .dk-rating__wrapper_type_doctors {
  margin-bottom: 0; }

.doc_carousel .dk-rating__wrapper_type_doctors .dk-rating {
  margin-bottom: 10px; }

.doc_carousel .slick-next {
  right: -25px;
  background-position: -133px -74px; }

.doc_carousel .slick-prev {
  left: -25px;
  background-position: -70px -74px; }

.doc_carousel .slick-arrow {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 90;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  outline: none;
  /* top: 20%; */
  top: 110px; }

.doc_carousel .doc_block__overlay .btn {
  padding: 0 36px;
  line-height: 42px;
  font-family: Helvetica, arial; }

@media (min-width: 31.26em) {
  .clinics-doctors-filter .or {
    display: block;
    font-style: italic;
    align-self: center;
    margin: 0 20px; } }

.root-program .container-cta + .container-cta {
    display: none;
}

.checkup-services-row > .btn {
  margin: 0 auto 10px;
}
.fsn-program-composition-composition-detail .btn.btn-yellow:after {
  background-image: url(/local/templates/medsi/img/arr-black-down.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  width: 14px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px; }

.fsn-program-composition-composition-detail__text-after {
  border-top: 1px solid #e1e1e1;
  margin-top: 10px;
  padding-top: 20px;
  font-size: 14px;
  color: #797979; }
  @media (max-width: 47.9375em) {
    .fsn-program-composition-composition-detail__text-after {
      text-align: left; } }

@media (max-width: 580px) {
  .fsn-program-composition-composition-detail .block-title {
    margin-bottom: 5px; }

  .fsn-program-composition-composition-detail .select2 {
    margin: 0 auto;
    margin-top: 20px;
    max-width: 100%; }
  .fsn-program-composition-composition-detail__subtitle {
    font-size: 15px;
    color: #797979;
    margin-bottom: 15px; } }
.fsn-program-clinic-kdc {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .fsn-program-clinic-kdc__address {
    margin-top: auto;
    font-weight: bold;
    margin-bottom: 10px; }
  @media (max-width: 1023px) {
    .fsn-program-clinic-kdc {
      flex-wrap: wrap; }
      .fsn-program-clinic-kdc__image {
        width: 100%;
        margin-bottom: 15px; }
      .fsn-program-clinic-kdc__header {
        margin-bottom: 15px; }
      .fsn-program-clinic-kdc__address {
        margin-top: 30px; }
      .fsn-program-clinic-kdc__phone {
        margin-top: 20px; }
      .fsn-program-clinic-kdc__btn-call {
        width: 100%; }
        .fsn-program-clinic-kdc__btn-call a {
          width: 100%; } }
  @media screen and (width: 768px) {
    .fsn-program-clinic-kdc__btn-call, .fsn-program-clinic-kdc__btn-call a {
      width: auto; } }
  @media (max-width: 767px) {
    .fsn-program-clinic-kdc__address {
      margin-top: 30px; } }
  .fsn-program-clinic-kdc__image {
    margin-right: 25px;
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 706px) {
      .fsn-program-clinic-kdc__image {
        margin-right: 0; } }
    @media (min-width: 1024px) {
        .programs-list-page .actions-item .desktop-title {
            min-height: 50px;
        }
        .programs-list-page .actions-item .program-text {
            min-height: 75px;
        }
        .programs-list-page .program-wrap .action-filials .tag-point:first-child {
            margin-top: 27px;
        }
      .fsn-program-clinic-kdc__image {
        min-width: 660px; } }
    @media (min-width: 1300px) {
      .fsn-program-clinic-kdc__image {
        min-width: 760px; } }
    .fsn-program-clinic-kdc__image img {
      width: 100%;
      visibility: hidden; }
  .fsn-program-clinic-kdc__right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
  .fsn-program-clinic-kdc__header {
    font-weight: 600;
    font-family: HelveticaNeue;
    font-size: 19px;
    line-height: 23px;
    color: #232323;
    margin-bottom: 14px; }
  .fsn-program-clinic-kdc__description {
    font-size: 15px;
    line-height: 19px;
    font-weight: 300; }
  .fsn-program-clinic-kdc__btn-call {
    margin-top: 30px; }
    @media (max-width: 706px) {
      .fsn-program-clinic-kdc__btn-call {
        text-align: center; } }
    @media (max-width: 706px) {
      .fsn-program-clinic-kdc__btn-call a {
        width: 286px; } }
@charset "UTF-8";
/* Стили в этом файле ни в коем случае не изменяются, можно только добавлять новые и использовать те, что есть. */
.m_mb20 {
  margin-bottom: 20px; }

.m_mb30 {
  margin-bottom: 30px; }

.m_mb14 {
  margin-bottom: 14px; }

.m_mb7 {
  margin-bottom: 7px; }

.program-doctors h3 {
  font-size: 45px;
  font-weight: lighter;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
    .program-doctors h3 {
        margin-top: 30px;
    }
}

.calltoaction + .calltoaction {
    display: none;
}

@media screen and (max-width: 767px) {
    .detail_action-map {
        padding-bottom: 20px;
    }
}
/*# sourceMappingURL=style_228.css.map*/
