

/* Start:/v1/css/video-block.css?16614063249461*/
.land-section_video-block {
  overflow: hidden; }
  @media only screen and (min-width: 601px) {
    .land-section_video-block .land-section__subtitle {
      margin-bottom: 36px; } }
  @media only screen and (max-width: 600px) {
    .land-section_video-block {
      padding-bottom: 0;
      background: #F5F5F5; } }

.video-block__carousel {
  position: relative;
  position: absolute;
  opacity: 0; }
  @media only screen and (max-width: 600px) {
    .video-block__carousel {
      margin-left: -20px;
      margin-right: -20px;
      margin-top: 18px; } }
  @media only screen and (min-width: 601px) {
    .video-block__carousel.video-block__carousel_insufficiently {
      margin-left: -15px;
      margin-right: -15px; }
      .video-block__carousel.video-block__carousel_insufficiently .video-block__itm {
        padding-left: 15px;
        padding-right: 15px; } }
  .video-block__carousel:after, .video-block__carousel:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(255, 255, 255, 0.7); }
  .video-block__carousel:after {
    left: 100%; }
  .video-block__carousel:before {
    right: 100%; }
  .video-block__carousel.slick-initialized {
    position: relative;
    opacity: 1; }
  .video-block__carousel * {
    outline: none !important; }
  .video-block__carousel .slick-active {
    opacity: 1; }
  .video-block__carousel .slick-list {
    overflow: visible; }
    @media only screen and (max-width: 600px) {
      .video-block__carousel .slick-list {
        padding-bottom: 97px; } }
  .video-block__carousel .slick-dots {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 49;
    bottom: 42px;
    padding: 0 77px;
    font-size: 0;
    line-height: 0;
    text-align: center; }
    .video-block__carousel .slick-dots li {
      display: inline-block;
      vertical-align: top; }
      .video-block__carousel .slick-dots li button {
        width: 7px;
        height: 7px;
        margin: 0 5px;
        padding: 0;
        border: none;
        border-radius: 100%; }
      .video-block__carousel .slick-dots li.slick-active button {
        background: #F56CA8; }
  .video-block__carousel .slick-arrow {
    display: block !important;
    position: absolute;
    bottom: 55px;
    width: 57px;
    height: 57px;
    background: #FFCAE1;
    border: 1px solid #FFF2F8;
    -webkit-box-shadow: 0px 0px 20px rgba(255, 94, 164, 0.3);
            box-shadow: 0px 0px 20px rgba(255, 94, 164, 0.3);
    padding: 0;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 51; }
    @media only screen and (max-width: 600px) {
      .video-block__carousel .slick-arrow {
        bottom: 20px;
        top: auto !important;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }
    .video-block__carousel .slick-arrow:hover {
      background: #FDAACE;
      border: 1px solid #FFD3E6;
      -webkit-box-shadow: 0px 0px 20px rgba(245, 108, 168, 0.7);
              box-shadow: 0px 0px 20px rgba(245, 108, 168, 0.7); }
    .video-block__carousel .slick-arrow svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 12px;
      height: 23px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      fill: #FFF; }
    .video-block__carousel .slick-arrow.slick-prev {
      left: -28.5px; }
      @media only screen and (max-width: 600px) {
        .video-block__carousel .slick-arrow.slick-prev {
          left: 20px; } }
    .video-block__carousel .slick-arrow.slick-next {
      right: -28.5px; }
      @media only screen and (max-width: 600px) {
        .video-block__carousel .slick-arrow.slick-next {
          right: 20px; } }
  .video-block__carousel .video-block__lnk {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; }

.video-block__itm, .video-block__itm_one {
  padding: 0 7px;
  cursor: pointer; }
  @media only screen and (max-width: 600px) {
    .video-block__itm,.video-block__itm_one {
      padding: 0; } }

.video-block__box {
  position: relative; }
  .video-block__box img {
    display: block;
    width: 100%; }

.video-block__pict {
  position: relative; }
  @media only screen and (min-width: 601px) {
    .video-block__pict {
      margin: 0 0 30px; } }

.video-block__ttl {
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 15px; }

.video-block__txt {
  font-size: 16px;
  line-height: 21px;
  color: #9A9A9A; }

.video-block__play {
  position: absolute;
  width: 17%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.video-block__time {
  width: 68px;
  height: 28px;
  font-size: 16px;
  line-height: 24px;
  padding: 2px;
  text-align: center;
  color: #FFF;
  position: absolute;
  right: 5px;
  bottom: 5px;
  background: #000; }

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 35px;
  visibility: hidden;
  opacity: 0;
  z-index: -1000; }
  @media only screen and (max-width: 600px) {
    .video-popup {
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .video-popup.is-open {
    z-index: 100000;
    opacity: 1;
    visibility: visible; }

.video-popup__close {
  position: absolute;
  right: -33px;
  top: -33px; }
  .video-popup__close svg {
    display: block; }
  @media only screen and (max-width: 600px) {
    .video-popup__close {
      position: fixed;
      top: 5px;
      right: 5px; } }

.video-popup__overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed; }
  @media only screen and (max-width: 600px) {
    .video-popup__overlay {
      background: #2E2E2E; } }

.video-popup__inner {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  max-height: 100vh; }
  @media only screen and (min-width: 601px) {
    .video-popup__inner {
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      top: 50%;
      position: relative;
      z-index: 5; } }

.video-popup__slider__box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.video-popup__slider {
  position: relative;
  z-index: 5; }
  .video-popup__slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 57px;
    height: 57px;
    border: 1px solid #FFB0D2;
    background: #FFF;
    padding: 0;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    @media only screen and (max-width: 600px) {
      .video-popup__slider .slick-arrow {
        display: none !important; } }
    .video-popup__slider .slick-arrow:hover {
      -webkit-box-shadow: 0px 0px 20px rgba(246, 108, 168, 0.3);
              box-shadow: 0px 0px 20px rgba(246, 108, 168, 0.3);
      border-color: #FFF; }
    .video-popup__slider .slick-arrow svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 12px;
      height: 23px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .video-popup__slider .slick-arrow.slick-prev {
      left: -30px; }
    .video-popup__slider .slick-arrow.slick-next {
      right: -30px;
      margin-left: 13px; }

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

.video-popup__carousel {
  z-index: 51; }
  @media only screen and (max-width: 600px) {
    .video-popup__carousel {
      position: absolute;
      visibility: hidden;
      z-index: -1000; } }
  .video-popup__carousel.video-popup__carousel_notrf .slick-track {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important; }

.video-popup__slider__itm {
  display: block !important; }

.video-popup__carousel__itm {
  position: relative;
  display: block !important;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative; }
  .video-popup__carousel__itm img {
    display: block;
    width: 100%; }
  .video-popup__carousel__itm:hover {
    z-index: 5;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }

.video-popup__carousel__time {
  background: #000;
  color: #FFF;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  width: 31px;
  height: 14px;
  position: absolute;
  bottom: 4px;
  right: 10px; }

@media only screen and (max-width: 600px) {
  .video-popup + .feedback-container {
    margin-top: 0; } }

/* End */


/* Start:/v1/css/main-banner-new.css?16614063246141*/
.land-section_main-banner-new {
  height: 800px;
  padding-bottom: 0; }
  @media only screen and (min-width: 961px) {
    .land-section_main-banner-new {
      padding-top: 139px;
      margin-top: -139px; } }
  @media only screen and (max-width: 960px) {
    .land-section_main-banner-new {
      height: 500px;
      padding: 0; } }
  .land-section_main-banner-new .container {
    height: 100%; }
  @media only screen and (max-width: 960px) {
    .land-section_main-banner-new.land-section_main-banner-new_mb-pt {
      height: 565px; }
      .land-section_main-banner-new.land-section_main-banner-new_mb-pt .main-banner-new {
        padding-top: 65px; } }
  @media only screen and (max-width: 600px) {
    .land-section_main-banner-new.land-section_main-banner-new_mb-pt .main-banner-new {
      padding-top: 95px; } }

.main-banner-new {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  @media only screen and (max-width: 600px) {
    .main-banner-new {
      display: block;
      padding-top: 30px; } }

.main-banner-new_rigth-desc {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media only screen and (max-width: 600px) {
    .main-banner-new_rigth-desc {
      text-align: center; } }

.main-banner-new_center-desc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

@media only screen and (min-width: 601px) {
  .main-banner-new__column {
    max-width: 43%;
    position: relative;
    z-index: 5; } }

@media only screen and (max-width: 600px) {
  .main-banner-new__column {
    text-align: center; } }

.main-banner-new__picts {
  position: absolute;
  bottom: 0;
  width: 57%;
  left: 0; }
  @media only screen and (max-width: 600px) {
    .main-banner-new__picts {
      width: 100%; } }

@media only screen and (min-width: 601px) {
  .main-banner-new__picts_center {
    opacity: 0.5;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }

.main-banner-new__title {
  font-weight: bold;
  font-size: 46px;
  line-height: 54px;
  color: #2E2E2E;
  margin-bottom: 55px; }
  @media only screen and (max-width: 960px) {
    .main-banner-new__title {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 20px; } }

.main-banner-new__txt {
  font-size: 20px;
  line-height: 36px;
  color: #2E2E2E; }
  @media only screen and (max-width: 960px) {
    .main-banner-new__txt {
      font-size: 14px;
      line-height: 16px; } }

.main-banner-new__btn {
  white-space: nowrap;
  margin-top: 50px; }

@media only screen and (max-width: 960px) and (min-width: 601px) {
  .main-banner-new__btn {
    min-width: 427px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }
  .main-banner-new__btn .button {
    width: 199px;
    display: inline-block;
    vertical-align: top; }
    @media only screen and (min-width: 601px) {
      .main-banner-new__btn .button {
        margin-left: 10px;
        margin-right: 10px; } }
  @media only screen and (max-width: 600px) {
    .main-banner-new__btn {
      position: absolute;
      text-align: center;
      width: 100%;
      bottom: 30px;
      left: 0; }
      .main-banner-new__btn .button {
        display: block;
        margin: 10px auto 0; } }

.main-banner-new__slider {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  width: 139.5%; }
  .main-banner-new__slider img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }

@media only screen and (max-width: 600px) {
  .main-banner-new__picts_left .main-banner-new__slider {
    left: 0;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0); } }

.main-banner-new__picts_right {
  right: 9%;
  left: auto; }
  @media only screen and (max-width: 600px) {
    .main-banner-new__picts_right .main-banner-new__slider {
      left: auto;
      right: 0;
      -webkit-transform: translate(0);
          -ms-transform: translate(0);
              transform: translate(0); } }

.main-banner-new__item {
  display: block !important; }

.main-banner__btn-video__icon {
  display: block;
  height: 112px;
  width: 112px;
  margin: 0 auto 33px; }
  @media only screen and (max-width: 600px) {
    .main-banner__btn-video__icon {
      margin-bottom: 15px;
      width: 82px;
      height: 82px; } }
  .main-banner__btn-video__icon svg {
    display: block;
    height: 100%;
    width: 100%; }

.main-banner-new__btn-video {
  position: absolute;
  text-decoration: none;
  color: inherit;
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  top: 32%;
  left: 0; }
  @media only screen and (max-width: 600px) {
    .main-banner-new__btn-video {
      font-size: 14px;
      line-height: 16px;
      top: 221px; } }
  .main-banner-new__btn-video:hover {
    color: #F08BB7; }
    .main-banner-new__btn-video:hover .main-banner__btn-video__icon svg circle {
      stroke: currentColor; }
    .main-banner-new__btn-video:hover .main-banner__btn-video__icon svg path {
      fill: currentColor; }

.main-banner-new__btn-video_right {
  right: 0;
  left: auto; }

@media only screen and (max-width: 600px) {
  .main-banner-new__desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } 
  .main-banner-new__desc__in{width: 100%;}
}
.main-banner-new__btn .button {width: 100%}
.main-banner-new__btn .button__text {position: relative;
  top: 36%;}
/* End */


/* Start:/v1/css/doctors-block.css?169442716213647*/
.doctors-block__list .slick-slide:not(.slick-active) {
    height: 0 !important;
}

.land-section_doctors-block {
  padding-bottom: 45px; }
  @media only screen and (max-width: 600px) {
    .land-section_doctors-block {
      padding-bottom: 15px; } }
  @media only screen and (max-width: 600px) {
    .land-section_doctors-block .land-section__title {
      margin-bottom: 13px; } }
  .land-section_doctors-block .land-section__subtitle {
    margin-bottom: 26px; }
  .land-section_doctors-block .land-section__desc {
    margin-bottom: 39px; }
    @media only screen and (max-width: 600px) {
      .land-section_doctors-block .land-section__desc {
        margin-bottom: 0; } }

@media only screen and (min-width: 961px) {
  .doctor-selection__block {
    -webkit-flex-basis: 310px;
        -ms-flex-preferred-size: 310px;
            flex-basis: 310px;
    margin-left: 22px; }
    .doctor-selection__block:first-child {
      margin-left: 0; }
  .doctor-selection__block.doctor-selection__button--details.--doctorsPageButton {
    -webkit-flex-basis: 175px;
        -ms-flex-preferred-size: 175px;
            flex-basis: 175px; } }

.doctors-block .doctor-selection__input {
  background: #F8F8F8;
  border-color: #9A9A9A;
  color: #2E2E2E; }
  @media only screen and (min-width: 601px) {
    .doctors-block .doctor-selection__input {
      font-size: 16px; } }
  .doctors-block .doctor-selection__input::-moz-placeholder {
    color: #9A9A9A;
    opacity: 1; }
  .doctors-block .doctor-selection__input:-ms-input-placeholder {
    color: #9A9A9A; }
  .doctors-block .doctor-selection__input::-webkit-input-placeholder {
    color: #9A9A9A; }

.doctors-block .custom_select {
  border-color: #9A9A9A; }

.doctors-block .custom_select .custom_select_value {
  background: #F8F8F8;
  border-color: #9A9A9A;
  color: #9A9A9A;
  text-align: left; }
  @media only screen and (min-width: 601px) {
    .doctors-block .custom_select .custom_select_value {
      font-size: 16px; } }

.doctors-block .custom_select_icon__dropdown svg path {
  fill: #9A9A9A; }

.doctors-block .custom_select_selects_wrap {
  border-color: #9A9A9A; }

.doctors-block .custom_select_icon svg path,
.doctors-block .doctor-selection__icon svg path {
  fill: #2E2E2E; }

@media only screen and (max-width: 600px) {
  .doctors-block {
    margin-top: 7px; }
    .doctors-block .doctor-selection__input {
      background: #F8F8F8;
      border-color: #9A9A9A;
      color: #2E2E2E; }
      .doctors-block .doctor-selection__input::-moz-placeholder {
        color: #9A9A9A;
        opacity: 1; }
      .doctors-block .doctor-selection__input:-ms-input-placeholder {
        color: #9A9A9A; }
      .doctors-block .doctor-selection__input::-webkit-input-placeholder {
        color: #9A9A9A; }
    .doctors-block .custom_select {
      border-color: #9A9A9A; }
    .doctors-block .custom_select .custom_select_value {
      background: #F8F8F8;
      border-color: #9A9A9A;
      color: #9A9A9A;
      text-align: left; }
    .doctors-block .custom_select_icon__dropdown svg path {
      fill: #9A9A9A; }
    .doctors-block .custom_select_selects_wrap {
      border-color: #9A9A9A; }
    .doctors-block .custom_select_icon svg path,
    .doctors-block .doctor-selection__icon svg path {
      fill: #2E2E2E; }
    .doctors-block .doctor-selection__block.doctor-selection__button--details .button {
      margin: 41px auto 0;
      display: block;
      width: 175px;
      background: -webkit-gradient(linear, left top, right top, from(#F56CA8), to(#F08BB7));
      background: -o-linear-gradient(left, #F56CA8 0%, #F08BB7 100%);
      background: linear-gradient(90deg, #F56CA8 0%, #F08BB7 100%); } }

.doctors-block__title {
  text-align: center;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  margin-bottom: 49px;
  color: #F08BB7; }
  @media only screen and (max-width: 600px) {
    .doctors-block__title {
      font-size: 24px;
      line-height: 28px;
      margin: 0 0 24px; } }

.blueBg.filter_doctor_list {
  background: -webkit-gradient(linear, left top, right top, from(#A7C9E4), to(#C7E2F5));
  background: -o-linear-gradient(left, #A7C9E4 0%, #C7E2F5 100%);
  background: linear-gradient(90deg, #A7C9E4 0%, #C7E2F5 100%);
  border-radius: 21px;
  color: #FFF; }

@media only screen and (min-width: 961px) {
  .doctor-selection__selects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (min-width: 601px) {
  .doctor-selection__selects {
    margin-bottom: 45px; } }

@media only screen and (max-width: 600px) {
  .doctor-selection__selects {
    padding: 0px 0px 10px 0px; } }

.doctors-block__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  margin-bottom: 49px;
  color: #F571AA;
  text-align: center; }

.doctors-block__list {
  margin: 0 -15px;
  opacity: 0;
  visibility: hidden; }
  .doctors-block__list.slick-initialized {
    opacity: 1;
    visibility: visible;
    position: relative; }
  @media only screen and (max-width: 600px) {
    .doctors-block__list {
      margin: 0 -20px; } }
  @media only screen and (min-width: 601px) {
    .doctors-block__list .slick-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      min-width: 100%; }
    .doctors-block__list .slick-track {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .doctors-block__list .slick-track .slick-slide {
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .doctors-block__list .slick-track .slick-slide > div {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%; } }
  .doctors-block__list .slick-arrow {
    display: block !important;
    position: absolute;
    width: 57px;
    height: 57px;
    background: #FFCAE1;
    border: 1px solid #FFF2F8;
    -webkit-box-shadow: 0px 0px 20px rgba(255, 94, 164, 0.3);
            box-shadow: 0px 0px 20px rgba(255, 94, 164, 0.3);
    padding: 0;
    border-radius: 100%;
    cursor: pointer;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 51; }
    @media only screen and (max-width: 600px) {
      .doctors-block__list .slick-arrow {
        top: 316px;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }
    .doctors-block__list .slick-arrow:hover {
      background: #FDAACE;
      border: 1px solid #FFD3E6;
      -webkit-box-shadow: 0px 0px 20px rgba(245, 108, 168, 0.7);
              box-shadow: 0px 0px 20px rgba(245, 108, 168, 0.7); }
    .doctors-block__list .slick-arrow svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 12px;
      height: 23px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      fill: #FFF; }
    .doctors-block__list .slick-arrow.slick-prev {
      left: -22px; }

@media only screen and (max-width: 1170px) and (min-width: 601px) {
  .doctors-block__list .slick-arrow.slick-prev {
    left: 5px; } }
      @media only screen and (max-width: 600px) {
        .doctors-block__list .slick-arrow.slick-prev {
          left: 5px; } }
    .doctors-block__list .slick-arrow.slick-next {
      right: -22px; }

@media only screen and (max-width: 1170px) and (min-width: 601px) {
  .doctors-block__list .slick-arrow.slick-next {
    right: 5px; } }
      @media only screen and (max-width: 600px) {
        .doctors-block__list .slick-arrow.slick-next {
          right: 5px; } }

.doctors-block__itm {
  padding: 20px 15px;
  width: 100%; }
  @media only screen and (max-width: 960px) {
    .doctors-block__itm {
      width: 33.33333%; } }
  @media only screen and (min-width: 601px) {
    .doctors-block__itm {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; } }
  @media only screen and (max-width: 600px) {
    .doctors-block__itm {
      width: 100%;
      padding: 20px 35px; } }

.doctor-box {
  width: 100%;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 0 14px 14px;
  margin-top: 148px;
  position: relative; }
  .doctor-box:hover {
    -webkit-box-shadow: 0px 0px 30px rgba(249, 89, 159, 0.3);
            box-shadow: 0px 0px 30px rgba(249, 89, 159, 0.3); }
  .doctor-box .button {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    margin: 0 0 23px; }
    .doctor-box .button:after {
      border: 1px solid #F56CA8; }
    .doctor-box .button:before {
      background-color: #F56CA8; }

.doctor-box__pict {
  margin-bottom: 23px;
  border: 1px solid #FFF;
  border-radius: 100%;
  margin-top: 0; }
  .doctor-box__pict img {
    display: block;
    width: 100%;
    margin-top: -148px;
    border-radius: 100%; }
    @media only screen and (max-width: 600px) {
      .doctor-box__pict img {
        margin-top: -125px; } }

.doctor-box__rating {
  margin: 27px 0 15px;
  text-align: center;
  font-weight: 500; }

.doctor-box__rating__star {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  margin-right: 7px;
  top: 3px; }
  .doctor-box__rating__star svg {
    display: inline-block;
    vertical-align: top; }

.doctor-box__rating__star__in {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 0; }

.doctor-box__reviews {
  display: inline-block;
  vertical-align: top; }
  .doctor-box__reviews a {
    color: #96B4E8;
    text-decoration: none; }
    .doctor-box__reviews a:hover {
      text-decoration: underline; }

.doctor-box__name {
  font-size: 20px;
  line-height: 30px;
  text-align: center; }

.doctor-box__post {
  font-size: 16px;
  line-height: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #F56CA8;
  text-align: center;
  min-height: 71px; }

.doctor-box__experience {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #000000;
  min-height: 36px; }

.doctor-box__place {
  border-top: 1px solid #2E2E2E;
  margin-top: 18px;
  padding-top: 18px;
  text-align: center; }
  .doctor-box__place span {
    display: inline;
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    line-height: 24px; }
    .doctor-box__place span svg {
      position: absolute;
      top: 0;
      left: 0; }

.doctors-block__more {
  font-weight: 500;
  font-size: 24px;
  line-height: 37px;
  text-align: center;
  padding: 62px 0; }
  @media only screen and (max-width: 600px) {
    .doctors-block__more {
      font-size: 18px;
      line-height: 27px;
      padding: 10px 0 25px; } }
  .doctors-block__more a {
    display: inline-block;
    position: relative;
    padding-left: 52px;
    text-transform: uppercase;
    color: inherit;
    text-decoration: none; }
    .doctors-block__more a:hover {
      color: #F571AA; }
    .doctors-block__more a svg {
      position: absolute;
      left: 0;
      top: 0;
      fill: currentColor; }

.doctor-box__lnk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media only screen and (min-width: 1171px) {
  .doctors-block__itm_two .doctor-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
    .doctors-block__itm_two .doctor-box .doctor-box__column {
      width: 50%;
      padding: 27px 20px;
      position: relative; }
      .doctors-block__itm_two .doctor-box .doctor-box__column:first-child {
        padding-bottom: 62px; }
      .doctors-block__itm_two .doctor-box .doctor-box__column .doctor-box__pict {
        margin-bottom: 15px;
        max-width: 240px; }
        .doctors-block__itm_two .doctor-box .doctor-box__column .doctor-box__pict img {
          margin-top: -90px; }
      .doctors-block__itm_two .doctor-box .doctor-box__column .doctor-box__place {
        border: none;
        margin: 15px 0;
        padding: 0;
        display: none; }
      .doctors-block__itm_two .doctor-box .doctor-box__column .doctor-box__rating {
        margin-top: 0; }
      .doctors-block__itm_two .doctor-box .doctor-box__column .button {
        margin-bottom: 0;
        position: absolute;
        bottom: 20px; }
      .doctors-block__itm_two .doctor-box .doctor-box__column:first-child {
        padding: 0 20px 62px; }
        .doctors-block__itm_two .doctor-box .doctor-box__column:first-child .doctor-box__place {
          display: block; } }

@media only screen and (max-width: 1170px) {
  .doctors-block__itm_two .doctor-box .doctor-box__column:first-child .doctor-box__place {
    display: none; } }

/* End */


/* Start:/v1/css/program-block.css?16614063243921*/
.land-section_program {
  overflow: hidden; }
  .land-section_program .land-section__subtitle {
    margin-bottom: 41px; }
    @media only screen and (max-width: 600px) {
      .land-section_program .land-section__subtitle {
        margin-bottom: 34px; } }

@media only screen and (max-width: 600px) {
  .program-block {
    margin-top: 36px; } }

@media only screen and (max-width: 960px) {
  .program-block .mCustomScrollBox {
    overflow: visible; } }

.program-block .mCSB_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.program-block .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: auto;
  top: -21px;
  height: 6px;
  padding: 0 10px; }
  @media only screen and (max-width: 960px) {
    .program-block .mCSB_scrollTools.mCSB_scrollTools_horizontal {
      padding: 0 13.5px; } }
  @media only screen and (max-width: 600px) {
    .program-block .mCSB_scrollTools.mCSB_scrollTools_horizontal {
      padding: 0 10px; } }
  .program-block .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerContainer {
    position: relative;
    height: 100%; }
  .program-block .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger_bar {
    height: 100%;
    margin: 0;
    background: #D4E2FF;
    border-radius: 3px; }
  .program-block .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    margin: 0;
    height: 100%;
    background: #FFFFFF;
    border-radius: 3px;
    opacity: 1; }

.program-block__btn-wrap {
  margin-top: 50px; }

.program-block__btn {
  width: 250px;
  margin: 0 auto;
  display: block; }

.program-block__wrap {
  margin: 0 -13.5px; }
  @media only screen and (max-width: 600px) {
    .program-block__wrap {
      margin: 0 -10px; } }

@media only screen and (min-width: 961px) {
  .program-block__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.program-block__list_five .program-block__itm {
  width: 20%; }

.program-block__itm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 0 13.5px; }
  @media only screen and (max-width: 960px) {
    .program-block__itm {
      max-width: 230px;
      min-width: 230px} }
  @media only screen and (max-width: 600px) {
    .program-block__itm {
      padding: 0 10px;
      min-width: 190px;
      max-width: 190px; } }

.program-block__box {
  width: 100%;
  background: #FFF;
  border-radius: 5px;
  -webkit-box-shadow: 0px -8px 40px #F2F2F2;
          box-shadow: 0px -8px 40px #F2F2F2;
  padding: 45px 15px 21px;
  text-align: center; }
  @media only screen and (min-width: 601px) {
    .program-block__box {
      min-height: 268px; } }
  @media only screen and (max-width: 600px) {
    .program-block__box {
      padding: 33px 5px 10px; } }

.program-block__icon {
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 31px; }
  .program-block__icon svg {
    max-height: 70px; }
  @media only screen and (max-width: 600px) {
    .program-block__icon {
      height: 43px;
      margin: 0 0 19px; }
      .program-block__icon svg {
        max-height: 43px; } }

.program-block__txt {
  font-size: 16px;
  line-height: 24px; }
  @media only screen and (max-width: 600px) {
    .program-block__txt {
      font-size: 14px;
      line-height: 21px; } }

/* End */


/* Start:/v1/css/feedback-block.css?16614063245583*/
.land-section_feedback {
  padding-bottom: 45px; }
  @media only screen and (max-width: 600px) {
    .land-section_feedback {
      padding-bottom: 15px; } }
  .land-section_feedback .land-section__subtitle {
    margin-bottom: 13px; }
  .land-section_feedback .land-section__desc {
    margin-bottom: 24px; }
    @media only screen and (max-width: 600px) {
      .land-section_feedback .land-section__desc {
        margin-bottom: 3px; } }

.feedback-block .slick-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%; }

.feedback-block .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .feedback-block .slick-track .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto; }
    .feedback-block .slick-track .slick-slide > div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      .feedback-block .slick-track .slick-slide > div > div {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%; }

.feedback-block__carousel {
  margin: 0 -15px;
  opacity: 0;
  visibility: hidden;
  position: absolute; }
  @media only screen and (max-width: 600px) {
    .feedback-block__carousel {
      margin: 0 -20px; } }
  .feedback-block__carousel.slick-initialized {
    opacity: 1;
    visibility: visible;
    position: relative; }
  .feedback-block__carousel .slick-arrow {
    display: block !important;
    position: absolute;
    bottom: 55px;
    width: 57px;
    height: 57px;
    background: #FFCAE1;
    border: 1px solid #FFF2F8;
    -webkit-box-shadow: 0px 0px 20px rgba(255, 94, 164, 0.3);
            box-shadow: 0px 0px 20px rgba(255, 94, 164, 0.3);
    padding: 0;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 51; }
    .feedback-block__carousel .slick-arrow:hover {
      background: #FDAACE;
      border: 1px solid #FFD3E6;
      -webkit-box-shadow: 0px 0px 20px rgba(245, 108, 168, 0.7);
              box-shadow: 0px 0px 20px rgba(245, 108, 168, 0.7); }
    .feedback-block__carousel .slick-arrow svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 12px;
      height: 23px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      fill: #FFF; }
    .feedback-block__carousel .slick-arrow.slick-prev {
      left: -22px; }

@media only screen and (max-width: 1170px) and (min-width: 601px) {
  .feedback-block__carousel .slick-arrow.slick-prev {
    left: 5px; } }
      @media only screen and (max-width: 600px) {
        .feedback-block__carousel .slick-arrow.slick-prev {
          left: 5px; } }
    .feedback-block__carousel .slick-arrow.slick-next {
      right: -22px; }

@media only screen and (max-width: 1170px) and (min-width: 601px) {
  .feedback-block__carousel .slick-arrow.slick-next {
    right: 5px; } }
      @media only screen and (max-width: 600px) {
        .feedback-block__carousel .slick-arrow.slick-next {
          right: 5px; } }

.feedback-block__item {
  padding: 15px; }
  @media only screen and (max-width: 600px) {
    .feedback-block__item {
      padding: 15px 30px; } }

.feedback-block__lnk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.feedback-block__box {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08); }
  .feedback-block__box:hover {
    -webkit-box-shadow: 0px 0px 30px rgba(249, 89, 159, 0.3);
            box-shadow: 0px 0px 30px rgba(249, 89, 159, 0.3); }
    .feedback-block__box:hover .button {
      color: #FFF; }
    .feedback-block__box:hover .button:after {
      opacity: 0;
      -webkit-transform: scale3d(0.8, 0.8, 1);
              transform: scale3d(0.8, 0.8, 1); }
    .feedback-block__box:hover .button:before {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1); }

.feedback-block__pict img {
  display: block;
  width: 100%; }

.feedback-block__desc {
  padding: 25px 17px 100px;
  font-size: 16px;
  line-height: 24px; }

.feedback-block__ttl {
  font-weight: bold;
  margin-bottom: 7px; }

.feedback-block__btn-wrap {
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 100%;
  padding: 0 17px; }

@media only screen and (min-width: 961px) {
  .feedback-block__item_two .feedback-block__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .feedback-block__item_two .feedback-block__box .feedback-block__pict {
      width: 47.4%;
      max-width: 47.4%;
      min-width: 47.4%; }
      .feedback-block__item_two .feedback-block__box .feedback-block__pict img {
        border-radius: 10px 0 0 0;
        min-height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .feedback-block__item_two .feedback-block__box .feedback-block__desc {
      position: relative;
      padding: 45px 27px 113px; } }

/* End */


/* Start:/v1/css/gallery-block.css?16614063249625*/
@media only screen and (max-width: 600px) {
  .land-section_gallery-block .land-section__title {
    margin-bottom: 15px; } }

.land-section_gallery-block .slick-list {
  overflow: visible; }

.land-section_gallery-block .land-section__subtitle {
  margin-bottom: 26px; }
  @media only screen and (max-width: 600px) {
    .land-section_gallery-block .land-section__subtitle {
      margin-bottom: 15px; } }

.land-section_gallery-block .land-section__desc {
  margin-bottom: 39px; }
  @media only screen and (max-width: 600px) {
    .land-section_gallery-block .land-section__desc {
      margin-bottom: 23px; } }

.gallery-block .slick-arrow {
  display: block !important;
  position: absolute;
  width: 57px;
  height: 57px;
  background: #FFCAE1;
  border: 1px solid #FFF2F8;
  -webkit-box-shadow: 0px 0px 20px rgba(255, 94, 164, 0.3);
          box-shadow: 0px 0px 20px rgba(255, 94, 164, 0.3);
  padding: 0;
  border-radius: 100%;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 51; }
  .gallery-block .slick-arrow:hover {
    background: #FDAACE;
    border: 1px solid #FFD3E6;
    -webkit-box-shadow: 0px 0px 20px rgba(245, 108, 168, 0.7);
            box-shadow: 0px 0px 20px rgba(245, 108, 168, 0.7); }
  .gallery-block .slick-arrow svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 23px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    fill: #FFF; }
  .gallery-block .slick-arrow.slick-prev {
    left: -22px; }

@media only screen and (max-width: 1170px) and (min-width: 601px) {
  .gallery-block .slick-arrow.slick-prev {
    left: 5px; } }
    @media only screen and (max-width: 600px) {
      .gallery-block .slick-arrow.slick-prev {
        left: 20px;
        top: auto; } }
  .gallery-block .slick-arrow.slick-next {
    right: -22px; }

@media only screen and (max-width: 1170px) and (min-width: 601px) {
  .gallery-block .slick-arrow.slick-next {
    right: 5px; } }
    @media only screen and (max-width: 600px) {
      .gallery-block .slick-arrow.slick-next {
        right: 20px;
        top: auto; } }

.gallery-block .slick-dots {
  position: absolute;
  width: 100%;
  padding: 0 77px;
  left: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
  font-size: 0;
  line-height: 0; }
  .gallery-block .slick-dots li {
    display: inline-block;
    vertical-align: top; }
    .gallery-block .slick-dots li button {
      width: 7px;
      height: 7px;
      margin: 0 5px;
      text-indent: -999px;
      padding: 0;
      border: none;
      border-radius: 100%; }
    .gallery-block .slick-dots li.slick-active button {
      background: #F56CA8; }

.gallery-block__carousel {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin: 0 -15px; }
  .gallery-block__carousel:after, .gallery-block__carousel:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(255, 255, 255, 0.7); }
  .gallery-block__carousel:after {
    left: 100%;
    margin-left: 15px; }
  .gallery-block__carousel:before {
    right: 100%;
    margin-right: 15px; }
  .gallery-block__carousel.slick-initialized {
    opacity: 1;
    visibility: visible;
    position: relative; }
  @media only screen and (max-width: 600px) {
    .gallery-block__carousel {
      margin: 0 -20px; } }

.gallery-block__itm {
  padding: 0  15px;
  width: 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  @media only screen and (max-width: 960px) {
    .gallery-block__itm {
      width: 50%; } }
  @media only screen and (max-width: 600px) {
    .gallery-block__itm {
      width: 100%;
      padding: 0; } }

.gallery-block__box {
  position: relative;
  width: 100%;
  color: inherit;
  text-decoration: none; }
  .gallery-block__box:hover {
    z-index: 100; }
    .gallery-block__box:hover .gallery-block__pict img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .gallery-block__box .button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 177px; }
    @media only screen and (max-width: 600px) {
      .gallery-block__box .button {
        display: none; } }
  .gallery-block__box:hover .button.whiteBg {
    background-color: transparent;
    color: #FFF; }
  .gallery-block__box:hover .button.whiteBg:before,
  .gallery-block__box:hover .button.whiteBg:after {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    background: #F56CA8; }

@media only screen and (max-width: 600px) {
  .gallery-block__desc {
    padding: 0 20px; } }

.gallery-block__lnk {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%; }

.gallery-block__pict img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  width: 100%; }

.gallery-block__desc {
  padding: 30px 0 0; }
  @media only screen and (max-width: 600px) {
    .gallery-block__desc {
      padding: 54px 15px 0; } }

.gallery-block__ttl {
  font-size: 18px;
  line-height: 23px;
  max-height: 66px;
  overflow: hidden; }

.gallery-block__txt {
  color: #9A9A9A;
  font-size: 16px;
  line-height: 21px;
  max-height: 66px;
  overflow: hidden;
  margin-top: 30px; }
  @media only screen and (max-width: 600px) {
    .gallery-block__txt {
      margin-top: 15px; } }

.popup-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10000;
  opacity: 0;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .popup-gallery.is-open {
    z-index: 100000;
    opacity: 1;
    visibility: visible; }

.popup-gallery__overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7); }
  @media only screen and (max-width: 600px) {
    .popup-gallery__overlay {
      background: #2E2E2E; } }

.popup-gallery__body {
  max-height: 100vh;
  padding: 5vh 0;
  position: relative;
  width: 1230px;
  padding: 0 30px;
  max-width: 100%; }
  @media only screen and (max-width: 600px) {
    .popup-gallery__body {
      padding: 0;
      position: static; }
      .popup-gallery__body .slick-arrow {
        display: none !important; } }
  .popup-gallery__body .slick-arrow {
    display: block !important;
    position: absolute;
    width: 57px;
    height: 57px;
    background: #FFF;
    border: 1px solid #FFF;
    padding: 0;
    border-radius: 100%;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    z-index: 51; }
    .popup-gallery__body .slick-arrow:hover {
      border: 1px solid #FFD3E6;
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
      .popup-gallery__body .slick-arrow:hover svg {
        fill: #F56CA8; }
    .popup-gallery__body .slick-arrow svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 12px;
      height: 23px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      fill: #F56CA8; }
    .popup-gallery__body .slick-arrow.slick-prev {
      left: -22px; }

@media only screen and (max-width: 1170px) and (min-width: 601px) {
  .popup-gallery__body .slick-arrow.slick-prev {
    left: 5px; } }
      @media only screen and (max-width: 600px) {
        .popup-gallery__body .slick-arrow.slick-prev {
          display: none !important; } }
    .popup-gallery__body .slick-arrow.slick-next {
      right: -22px; }

@media only screen and (max-width: 1170px) and (min-width: 601px) {
  .popup-gallery__body .slick-arrow.slick-next {
    right: 5px; } }
      @media only screen and (max-width: 600px) {
        .popup-gallery__body .slick-arrow.slick-next {
          display: none !important; } }
  .popup-gallery__body .popup-gallery__close {
    left: 100%;
    bottom: 100%;
    display: block;
    position: absolute;
    margin-left: -30px; }
    .popup-gallery__body .popup-gallery__close svg {
      fill: #FFF; }
    @media only screen and (max-width: 1170px) {
      .popup-gallery__body .popup-gallery__close {
        left: 20px;
        top: 20px;
        margin-left: 0; } }
    @media only screen and (max-width: 600px) {
      .popup-gallery__body .popup-gallery__close {
        left: auto;
        right: 20px;
        top: 24px; } }
  .popup-gallery__body img {
    max-height: 90vh;
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%; }

/* End */


/* Start:/v1/css/inst-block.css?16614063243021*/
.land-section_inst-block {
  z-index: 90;
  overflow: visible; }
  .land-section_inst-block .land-section__title {
    font-weight: 500; }
    @media only screen and (max-width: 600px) {
      .land-section_inst-block .land-section__title {
        margin-bottom: 14px;
        font-size: 40px;
        line-height: 47px; } }
  .land-section_inst-block .land-section__subtitle {
    margin-bottom: 26px; }
  .land-section_inst-block .land-section__desc {
    margin-bottom: 39px; }
    @media only screen and (max-width: 600px) {
      .land-section_inst-block .land-section__desc {
        margin-bottom: 0; } }

.inst-block_carousel {
  opacity: 0;
  visibility: hidden;
  position: absolute; }
  @media only screen and (max-width: 600px) {
    .inst-block_carousel {
      padding: 0;
      margin-left: -20px;
      margin-right: -20px; } }
  .inst-block_carousel.slick-initialized {
    opacity: 1;
    visibility: visible;
    position: relative; }
  .inst-block_carousel .slick-arrow {
    display: block !important;
    position: absolute;
    bottom: 55px;
    width: 57px;
    height: 57px;
    background: #FFCAE1;
    border: 1px solid #FFF2F8;
    -webkit-box-shadow: 0px 0px 20px rgba(255, 94, 164, 0.3);
            box-shadow: 0px 0px 20px rgba(255, 94, 164, 0.3);
    padding: 0;
    border-radius: 100%;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 51; }
    .inst-block_carousel .slick-arrow:hover {
      background: #FDAACE;
      border: 1px solid #FFD3E6;
      -webkit-box-shadow: 0px 0px 20px rgba(245, 108, 168, 0.7);
              box-shadow: 0px 0px 20px rgba(245, 108, 168, 0.7); }
    .inst-block_carousel .slick-arrow svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 12px;
      height: 23px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      fill: #FFF; }
    .inst-block_carousel .slick-arrow.slick-prev {
      left: -28.5px; }

@media only screen and (max-width: 1170px) and (min-width: 601px) {
  .inst-block_carousel .slick-arrow.slick-prev {
    left: 5px; } }
      @media only screen and (max-width: 600px) {
        .inst-block_carousel .slick-arrow.slick-prev {
          left: 5px; } }
    .inst-block_carousel .slick-arrow.slick-next {
      right: -28.5px; }

@media only screen and (max-width: 1170px) and (min-width: 601px) {
  .inst-block_carousel .slick-arrow.slick-next {
    right: 5px; } }
      @media only screen and (max-width: 600px) {
        .inst-block_carousel .slick-arrow.slick-next {
          right: 5px; } }

@media only screen and (max-width: 600px) {
  .inst-block_itm {
    padding-left: 40px;
    padding-right: 40px; } }

.inst-block_itm img {
  display: block;
  max-width: 100%; }

/* End */


/* Start:/upload/iblock/8b6/h198mqpmn36iqak78fqvkzkssgg3t9n0/style.css?16969576622769*/
.button.button--mod203249 {
    width: 300px;
}

#vb_nav .desc-block__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 132px;
       -moz-column-gap: 132px;
            column-gap: 132px;
	row-gap: 12px;
}

#vb_nav .desc-block__title {
	color: #f178b6;
	margin-bottom: 32px;
	text-align: left;
}

#vb_nav a {
	-webkit-box-flex: 0;
	    -ms-flex: 0 calc(50% - 132px);
	        flex: 0 calc(50% - 132px);
	border-bottom: 1px solid #000;
    padding-bottom: 12px;
    text-decoration: none;
	position: relative;
    -webkit-transition: color .35s ease;
    transition: color .35s ease;
}

#vb_nav a:hover {
	color: #f178b6;
}

#vb_nav a:after {
	content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3e%3cpath stroke='%23F178B6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.667' d='m8 8 16 16m0 0V13.333M24 24H13.333'/%3e%3c/svg%3e");
	position: absolute;
	right: 0;
	top: 0;
}

#vb_table .desc-block__title {
	color: #f178b6;
	margin-bottom: 32px;
	text-align: left;
	max-width: 543px;
	position: absolute;
}

#vb_table .desc-block {
	padding: 55px 60px;
    margin-left: -60px;
    margin-right: -60px;
	border-radius: 32px;
	border: 2px solid #f178b6;
}

#vb_table table {
	width: 100%;
}

#vb_table table img {
    display: inline-block;
}

#vb_table tr:not(:last-child):not(:first-child) {
	border-bottom: 2px solid #F2F2F2;
}

#vb_table td:nth-child(3) {
	width: 30px;
}

#vb_table td:nth-child(2),
#vb_table td:nth-child(4) {
	width: 23%;
	background: #FAFAFA;
    padding: 12px;
    text-align: center;
}

#vb_table tr:first-child td:nth-child(2),
#vb_table tr:first-child td:nth-child(4) {
	border-radius: 12px 12px 0px 0px;
	padding: 26px 35px;
	text-transform: uppercase;
	font-size: 20px;
}

#vb_table small {
	color: #828282;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

@media screen and (max-width: 992px) {
	#vb_nav .desc-block__desc {
		gap: 0;
	}
	
	#vb_nav a {
		-webkit-box-flex: 100%;
		    -ms-flex: 100%;
		        flex: 100%;
	}
	
	#vb_nav a:not(:last-child) {
		margin-bottom: 4px;
	}

	#vb_table .desc-block__title {
		position: relative;
		max-width: 100%;
	}
	
	#vb_table td:nth-child(1) {
		padding: 4px 0;
	}
	
	#vb_table td:nth-child(3) {
		width: 15px;
	}
	
	#vb_table tr:first-child td:nth-child(2), #vb_table tr:first-child td:nth-child(4) {
		padding: 9px 0;
		font-size: 10px;
		word-break: break-all;
	}
	
	#vb_table small {
		display: block;
		margin-top: 18px;
	}
}

/* End */


/* Start:/local/templates/medok_2020/components/bitrix/news.list/lpn_patient_stories_slider/style.css?17176101912861*/
.history-pacients__carousel .slick-list {
    overflow: visible;
}

.events-container__carousel .slick-arrow,.history-pacients .slick-arrow {
    bottom: 55px;
    height: 57px;
    background: #FFCAE1;
    cursor: pointer;
    position: absolute
}

.history-pacients * {
    outline: 0!important;
}

.history-pacients .slick-arrow {
    display: block!important;
    width: 57px;
    border: 1px solid #FFF2F8;
    -webkit-box-shadow: 0 0 20px rgba(255,94,164,.3);
    box-shadow: 0 0 20px rgba(255,94,164,.3);
    padding: 0;
    border-radius: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 51
}

.history-pacients .slick-arrow:hover {
    background: #FDAACE;
    border: 1px solid #FFD3E6;
    -webkit-box-shadow: 0 0 20px rgba(245,108,168,.7);
    box-shadow: 0 0 20px rgba(245,108,168,.7)
}

.history-pacients .slick-arrow svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 23px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    fill: #FFF
}

.history-pacients .slick-arrow.slick-prev {
    left: -22px
}

@media only screen and (max-width: 1199px) and (min-width:768px) {
    .history-pacients .slick-arrow.slick-prev {
        left:5px
    }
}

@media only screen and (max-width: 767px) {
    .history-pacients__carousel {
        margin:0 -20px
    }

    .history-pacients .slick-arrow.slick-prev {
        right: 50%;
        margin: 0 10px 0 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto;
        left: auto;
        bottom: 26px
    }
}

.history-pacients .slick-arrow.slick-next {
    right: -22px
}

@media only screen and (max-width: 1199px) and (min-width:768px) {
    .history-pacients .slick-arrow.slick-next {
        right:5px
    }
}

.history-pacients__item {
    padding: 0 15px 50px;
    opacity: .3;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    height: auto
}

@media only screen and (max-width: 767px) {
    .history-pacients .slick-arrow.slick-next {
        left:50%;
        right: auto;
        margin: 0 0 0 10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto;
        bottom: 26px
    }

    .history-pacients__item {
        padding: 0 20px 100px
    }

    .history-pacients__item .pacient-preview__box {
        margin: 0 auto
    }
}

.history-pacients__item.slick-active {
    opacity: 1
}

.history-pacients__btn .button {
    display: block;
    margin: 0 auto;
    width: 280px
}
/* End */


/* Start:/v4b/css/patient-history.css?166140635520560*/
.actions-container{padding:50px 0 35px}.actions-container__title{font-size:40px;line-height:52px;text-align:center;color:#2E2E2E;margin:0 0 40px}@media only screen and (max-width:767px){.actions-container{padding:30px 0;background:#F6F6F6}.actions-container__title{font-size:24px;line-height:31px;margin:0 0 20px}.gallery-block .slick-list{overflow:hidden}}.actions-container__carousel{margin:0 -15px;opacity:0;visibility:hidden;position:absolute}.actions-container__carousel.slick-initialized{opacity:1;visibility:visible;position:relative}.actions-container__carousel .slick-track{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.actions-container__carousel .slick-track .slick-slide{height:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.actions-container__carousel .slick-track .slick-slide>div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.actions-container__carousel .slick-arrow{display:block!important;position:absolute;bottom:55px;width:57px;height:57px;background:#FFCAE1;border:1px solid #FFF2F8;-webkit-box-shadow:0 0 20px rgba(255,94,164,.3);box-shadow:0 0 20px rgba(255,94,164,.3);padding:0;border-radius:100%;cursor:pointer;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;z-index:51}.actions-container__carousel .slick-arrow:hover{background:#FDAACE;border:1px solid #FFD3E6;-webkit-box-shadow:0 0 20px rgba(245,108,168,.7);box-shadow:0 0 20px rgba(245,108,168,.7)}.actions-container__carousel .slick-arrow svg{position:absolute;top:50%;left:50%;width:12px;height:23px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);fill:#FFF}.actions-container__carousel .slick-arrow.slick-prev{left:-22px}.actions-container__carousel .slick-arrow.slick-next{right:-22px}@media only screen and (max-width:1199px) and (min-width:768px){.actions-container__carousel .slick-arrow.slick-prev{left:5px}.actions-container__carousel .slick-arrow.slick-next{right:5px}}@media only screen and (max-width:767px){.actions-container__carousel{margin:0 -20px}.actions-container__carousel .slick-arrow.slick-prev{left:20px;top:auto;bottom:244px}.actions-container__carousel .slick-arrow.slick-next{right:20px;top:auto;bottom:244px}}.actions-container__carousel .slick-dots{position:absolute;width:100%;padding:0 77px;left:0;margin:17px 0 0;list-style-type:none;text-align:center;font-size:0;line-height:0}.actions-container__carousel .slick-dots li{display:inline-block;vertical-align:top}.actions-container__carousel .slick-dots li button{width:7px;height:7px;margin:0 5px;text-indent:-999px;padding:0;background:#9A9A9A;border:none;border-radius:100%}.actions-container__carousel .slick-dots li.slick-active button{background:#F56CA8}.actions-container__itm{padding:0 15px 15px;display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;height:auto}.action-preview{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.action-preview img{display:block;width:100%}@media only screen and (min-width:768px){.action-preview{border-radius:10px;-webkit-box-shadow:0 4px 30px rgba(0,0,0,.05);box-shadow:0 4px 30px rgba(0,0,0,.05)}.action-preview:hover{-webkit-box-shadow:0 0 30px rgba(249,89,159,.5);box-shadow:0 0 30px rgba(249,89,159,.5)}.action-preview:hover .action-preview__ttl{color:#F56CA8}}.action-preview__in{width:100%}.action-preview__lnk{position:absolute;top:0;left:0;width:100%;height:100%}.action-preview__pict{width:100%}@media only screen and (max-width:767px){.actions-container__itm{padding:0}.action-preview{text-align:center}.action-preview__pict{width:auto}}.action-preview__desc{width:100%;padding:25px 30px 96px}.action-preview__desc.action-preview__desc_pb-45{padding-bottom:35px}.action-preview__ttl{font-size:18px;line-height:23px;margin:0 0 27px;max-height:72px;overflow:hidden}.action-preview__txt{max-height:88px;overflow:hidden;font-size:16px;line-height:21px;color:#9A9A9A}@media only screen and (max-width:767px){.action-preview__desc{padding:54px 20px 77px;text-align:left}.action-preview__desc.action-preview__desc_pb-45{padding-bottom:0}.action-preview__txt{max-height:66px;overflow:hidden}}.action-preview__price{position:absolute;width:100%;left:0;bottom:0;padding:30px}@media only screen and (max-width:767px){.action-preview__price{padding:0 15px}}.action-preview__price__left{float:left}.action-preview__price__right{float:right;font-size:12px;line-height:29px;text-align:right}.action-preview__price__sale{background:#90CA87;border-radius:10px;font-weight:500;font-size:20px;line-height:23px;color:#FFF;display:inline-block;padding:2px 5px}.action-preview__price__old{font-size:18px;line-height:21px;color:#A0A0A0}.action-preview__price__old span{text-decoration:line-through}.action-preview__price__old span.rub,.pacient-card:hover .pacient-card__more span,.pacient-card__clinic a:hover,.pacient-card__doctor a:hover,.pacient-card__more,.pacient-preview__clinik:hover,.pacient-preview__doctor:hover,.pacient-card__doctor span{text-decoration:none;text-decoration-line: none!important;}@media only screen and (max-width:767px){.action-preview__price__old{display:block;float:none;text-align:left;line-height:28px}.action-preview__price__new{display:block;float:none;text-align:center}}.action-preview__price__new{color:#F56CA8;font-weight:500;font-size:28px;line-height:33px;white-space:nowrap}.action-preview__price__new .rub{color:#A0A0A0}@media only screen and (min-width:992px){.actions-container__carousel_insufficiently .action-preview__in{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.actions-container__carousel_insufficiently .action-preview__in .action-preview__pict{width:42%;max-width:42%;min-width:42%}.actions-container__carousel_insufficiently .action-preview__in .action-preview__pict img{border-radius:10px 0 0;min-height:100%;-o-object-fit:cover;object-fit:cover}.actions-container__carousel_insufficiently .action-preview__in .action-preview__desc{position:relative;padding:45px 27px 146px}.actions-container__carousel_insufficiently .action-preview__in .action-preview__desc.action-preview__desc_pb-45{padding-bottom:35px}.actions-container__carousel_insufficiently .action-preview__in .action-preview__price{padding:0 27px 45px}}.actions-container__carousel_one .action-preview{max-width:830px;margin:0 auto}@media only screen and (min-width:992px){.actions-container__carousel_one .action-preview .action-preview__pict{width:56.5%;max-width:56.5%;min-width:56.5%}}.history-cards-container{padding:50px 0;overflow:hidden}.history-cards-container__title{font-size:40px;line-height:52px;text-align:center;color:#2E2E2E;margin:0 0 25px}@media only screen and (max-width:767px){.history-cards-container{padding:30px 0}.history-cards-container__title{margin:0 0 5px;font-size:24px;line-height:31px}}.history-cards-container__btn{margin-top:25px}@media only screen and (max-width:767px){.history-cards-container__btn{margin-top:43px}}.history-cards-container__btn .button{width:280px;margin:0 auto}.history-cards-container_gray{background:#F6F6F6}.history-cards-container_offset_btm{padding-bottom:100px}@media only screen and (max-width:767px){.history-cards-container_gray{background:#FFF}.history-cards-container_offset_btm{padding-bottom:50px}}.pacient-list.pacient-list_carousel{overflow:visible;padding:0}@media only screen and (min-width:768px){.pacient-list.pacient-list_carousel.slick-initialized .slick-list{overflow:visible;max-width:100%}.pacient-list.pacient-list_carousel.slick-initialized .slick-list .slick-slide{-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;opacity:.3}.pacient-list.pacient-list_carousel.slick-initialized .slick-list .slick-slide.slick-active{opacity:1}}.pacient-list.pacient-list_carousel *{outline:0!important}@media only screen and (max-width:767px){.pacient-list.pacient-list_carousel{padding-bottom:0}.pacient-list.pacient-list_carousel .pacient-list__item .pacient-card__btm{bottom:30px}.pacient-list.pacient-list_carousel .pacient-card{padding-bottom:107px}}.pacient-list.pacient-list_carousel .slick-arrow{display:block!important;position:absolute;bottom:55px;width:57px;height:57px;background:#FFCAE1;border:1px solid #FFF2F8;-webkit-box-shadow:0 0 20px rgba(255,94,164,.3);box-shadow:0 0 20px rgba(255,94,164,.3);padding:0;border-radius:100%;cursor:pointer;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;z-index:51}@media only screen and (max-width:767px){.pacient-list.pacient-list_carousel .slick-arrow{top:100%;margin-top:-15px}}.pacient-list.pacient-list_carousel .slick-arrow:hover{background:#FDAACE;border:1px solid #FFD3E6;-webkit-box-shadow:0 0 20px rgba(245,108,168,.7);box-shadow:0 0 20px rgba(245,108,168,.7)}.pacient-list.pacient-list_carousel .slick-arrow svg{position:absolute;top:50%;left:50%;width:12px;height:23px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);fill:#FFF}.pacient-list.pacient-list_carousel .slick-arrow.slick-prev{left:-12px}@media only screen and (max-width:1199px) and (min-width:768px){.pacient-list.pacient-list_carousel .slick-arrow.slick-prev{left:5px}}@media only screen and (max-width:767px){.pacient-list.pacient-list_carousel .slick-arrow.slick-prev{right:50%;left:auto;margin-right:7.5px}}.pacient-list.pacient-list_carousel .slick-arrow.slick-next{right:-12px}@media only screen and (max-width:1199px) and (min-width:768px){.pacient-list.pacient-list_carousel .slick-arrow.slick-next{right:5px}}@media only screen and (max-width:767px){.pacient-list.pacient-list_carousel .slick-arrow.slick-next{left:50%;right:auto;margin-left:7.5px}}.history-detail{overflow:hidden}.history-detail__top{background:#F6F6F6;padding:50px 0}@media only screen and (min-width:992px){.history-detail__top-info{margin-right:403px}}.history-detail__title{font-weight:500;font-size:40px;line-height:52px;margin:0 0 33px;color:#000}@media only screen and (max-width:767px){.history-detail__title{font-size:24px;margin:0 0 25px;line-height:28px;text-align:center;color:#2E2E2E}}.history-detail__author{font-size:20px;line-height:23px}.history-detail__author span{color:#797979}@media only screen and (max-width:991px){.history-detail__top{padding:30px 0 50px}.history-detail__author,.history-detail__title{text-align:center}}.history-detail__desc{padding:60px 0 100px}.history-detail__description{position:relative;padding-left:34px;font-size:20px;line-height:40px}.history-detail__description img{display:block}.history-detail__description img[align]{clear:both}@media only screen and (max-width:991px){.history-detail__desc{padding-top:0}.history-detail__description img{margin:30px auto;float:none!important;max-width:100%}}.history-detail__description img[align=right]{clear:both}.history-detail__description img[align=left]{clear:both}@media only screen and (min-width:992px){.history-detail__description img[align=right]{margin:0 0 60px 70px}.history-detail__description img[align=left]{margin:0 70px 60px 0}}.history-detail__description>:last-child{margin-bottom:0}.history-detail__description p{margin:60px 0}@media only screen and (max-width:767px){.history-detail__desc{padding-bottom:50px}.history-detail__description{padding:50px 0 0;font-size:16px;line-height:29px}.history-detail__description p{margin:30px 0}}.history-detail__description blockquote{margin:60px 0 60px 15px;font-size:30px;line-height:54px;color:#2E2E2E;max-width:900px}@media only screen and (min-width:768px){.history-detail__description blockquote.history-detail__blockquote-offset-left{margin-left:-34px}}.history-detail__description blockquote span{display:inline;background:#EEEBFA}.history-detail__description .icon-quote{position:absolute;top:0;left:0;width:20px;height:17px}@media only screen and (max-width:767px){.history-detail__description blockquote{font-size:20px;line-height:36px;color:#2E2E2E;margin:0}.history-detail__description{font-size:16px;line-height:29px}.history-detail__description .icon-quote{left:0;top:19px}}.history-detail__description .icon-quote+*{margin-top:0}@media only screen and (min-width:992px){.history-detail__description_txt-column p{margin-right:403px}}@media only screen and (max-width:991px){.pacient-preview{margin:0 -20px;padding:40px 20px 30px;background:#F6F6F6}}.pacient-preview_static{padding-top:65px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}@media only screen and (max-width:991px){.pacient-preview_static{margin:0;padding:65px 0 0;background:0 0}}.pacient-preview__box{width:339px;float:right;margin:-175px 0 60px 58px;background:#FFF;-webkit-box-shadow:0 10px 50px rgba(0,0,0,.15);box-shadow:0 10px 50px rgba(0,0,0,.15);border-radius:10px;padding:115px 50px 30px;position:relative;z-index:5}@media only screen and (max-width:991px){.pacient-preview__box{max-width:300px;margin:0 auto;float:none;width:100%;-webkit-box-shadow:0 0 30px rgba(0,0,0,.15);box-shadow:0 0 30px rgba(0,0,0,.15)}}@media only screen and (max-width:767px){.pacient-preview__box{padding:115px 30px 30px;-webkit-box-shadow:0 0 30px rgba(0,0,0,.15);box-shadow:0 0 30px rgba(0,0,0,.15)}}.pacient-preview__box_static{float:none;margin:0;padding:110px 50px 78px}.pacient-preview__box_static .pacient-preview__ava{-webkit-transform:translate(-50%,-65px);-ms-transform:translate(-50%,-65px);transform:translate(-50%,-65px)}@media only screen and (max-width:991px){.pacient-preview__box_static{float:none;margin:0;padding:110px 50px 78px}}@media only screen and (max-width:767px){.pacient-preview__box_static{padding:110px 30px 78px}}.pacient-preview__username{font-weight:700;font-size:16px;line-height:24px;text-align:center}.pacient-preview__desc{margin:25px 0;font-size:16px;line-height:24px}.pacient-preview__more{color:#F56CA8}.pacient-preview__video-btn{position:absolute;bottom:0;width:100%;background:#F08BB7;border-radius:0 0 10px 10px;font-weight:500;font-size:14px;line-height:48px;text-align:center;color:#FFF;left:0}.pacient-preview__video-btn svg{width:30px;height:30px;margin-right:10px}.pacient-preview__ava{width:150px;height:150px;position:absolute;left:50%;top:0;border-radius:100%;overflow:hidden;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#F1F1F1}.pacient-preview__ava svg,.pacient-preview__video-play{-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.pacient-preview__ava svg{position:absolute;margin:auto;left:50%;top:50%;transform:translate(-50%,-50%)}.pacient-preview__ava img{display:block;width:100%}.pacient-preview__info a{position:relative;z-index:5}.pacient-preview__itm{padding-top:25px;font-size:16px;line-height:21px}.pacient-preview__itm:first-child{padding-top:0}.pacient-preview__ttl{font-size:16px;line-height:19px;color:#9A9A9A;margin:0 0 15px}.pacient-preview__clinik,.pacient-preview__doctor{display:inline-block;padding-left:25px;position:relative;color:#2E2E2E}.pacient-preview__clinik svg,.pacient-preview__doctor svg{position:absolute;top:0;left:0}.pacient-preview__video{margin-left:-15px;margin-right:-15px;position:relative;display:block}.pacient-preview__video img{display:block;max-width:100%}.pacient-preview__video-play{position:absolute;width:46px;top:50%;left:50%;transform:translate(-50%,-50%)}.pacient-preview__video-play svg{display:block;margin:0 auto;width:100%}.pacient-preview__video-time{width:60px;height:26px;font-size:16px;line-height:24px;padding:2px;text-align:center;color:#FFF;position:absolute;right:5px;bottom:5px;background:#000}.patient-history_gray,.section_gray-bg{background:#F6F6F6}.patient-history{color:#2E2E2E}.patient-history__title{font-size:48px;line-height:62px;margin:0 0 50px}@media only screen and (max-width:767px){.patient-history__title{font-size:30px;line-height:30px;margin:0 0 30px}}.patient-history__button .button{width:260px;margin:0 auto}.patient-history__list-wrap{padding-bottom:50px}@media only screen and (min-width:768px){.patient-history__list-wrap{padding-bottom:100px}}.pacient-list{padding:25px 0}@media only screen and (min-width:768px){.pacient-list{margin:0 -25px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.pacient-list__item{padding:25px;width:50%}}@media only screen and (max-width:991px) and (min-width:768px){.pacient-list__item{width:100%}}@media only screen and (min-width:992px){.pacient-list__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}@media only screen and (max-width:767px){.pacient-list{margin:0 -20px;padding:15px 0}.pacient-list__item{padding:15px 20px}}.pacient-card{position:relative;padding:30px 44px 36px;background:#FFF;-webkit-box-shadow:0 0 20px rgba(0,0,0,.08);box-shadow:0 0 20px rgba(0,0,0,.08);border-radius:10px;width:100%}.pacient-card__top{min-height:137px}.pacient-card__user{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.pacient-card__ava{width:100px;height:100px;min-width:100px;background:#F1F1F1;border-radius:100px;position:relative;overflow:hidden}@media only screen and (max-width:767px){.pacient-card{padding:20px 20px 77px}.pacient-card__top{text-align:center}.pacient-card__user{text-align:center;display:block}.pacient-card__ava{margin:0 auto}}.pacient-card__ava img{display:block;width:100%}.pacient-card__ava svg{position:absolute;margin:auto;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.pacient-card__user-data{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;padding:20px 0 20px 25px}.pacient-card__name{font-size:16px;line-height:19px;color:#9A9A9A}.pacient-card__ttl{font-weight:500;font-size:22px;line-height:24px;color:#2E2E2E;margin-top:20px;margin-bottom:10px}@media only screen and (max-width:767px){.pacient-card__user-data{padding:20px 0 35px}.pacient-card__ttl{margin:15px 0 0}}.pacient-card__desc{padding-left:40px;position:relative;font-size:16px;line-height:24px;color:#626262;margin:0 0 30px}.pacient-card__desc svg{position:absolute;top:0;left:0}.pacient-card__doctor{margin-top:12px}.pacient-card__clinic a,.pacient-card__doctor a,.pacient-card__doctor span {display:inline-block;position:relative;padding-left:40px;padding-right:100px;font-size:16px;line-height:21px;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#9A9A9A;z-index:5}@media only screen and (max-width:767px){.pacient-card__clinic a,.pacient-card__doctor a{padding-right:0}}.pacient-card__clinic a svg,.pacient-card__doctor a svg,.pacient-card__doctor span svg{position:absolute;top:0;left:0}.pacient-card__video{background:#F08BB7;border-radius:0 10px;padding:16px 15px 16px 56px;font-weight:500;font-size:14px;line-height:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#FFF;position:absolute;right:0;top:0}@media only screen and (max-width:767px){.pacient-card__video{left:0;bottom:0;width:50%;top:auto;right:0;padding-right:0;padding-left:45px}}.pacient-card__video svg{position:absolute;left:15px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:30px;height:30px}.pacient-card__more{position:absolute;bottom:36px;right:45px;color:#F08BB7;font-size:16px;line-height:19px}.pacient-card__more span{margin-right:10px;text-decoration:underline}@media only screen and (max-width:767px){.pacient-card__video svg{left:8px}.pacient-card__more{position:absolute;left:50%;width:50%;line-height:48px;bottom:0;padding-left:19px}.pacient-card__btm{position:absolute;bottom:0;left:0;width:100%}}.pacient-card__lnk-abs{position:absolute;width:100%;height:100%;top:0;left:0}
/* End */


/* Start:/v5/css/modificators.css?166140632342866*/
[class$='_visible'],[class*='_visible'],html body [class$='_hiden'],html body [class*='_hiden ']{display:none}html body [class$='_m-0'],html body [class*='_m-0 ']{margin:0}html body [class$='_pt-0'],html body [class*='_pt-0 ']{padding-top:0}html body [class$='_pb-0'],html body [class*='_pb-0 ']{padding-bottom:0}html body [class$='_pt-1'],html body [class*='_pt-1 ']{padding-top:1px}html body [class$='_pb-1'],html body [class*='_pb-1 ']{padding-bottom:1px}html body [class$='_pt-2'],html body [class*='_pt-2 ']{padding-top:2px}html body [class$='_pb-2'],html body [class*='_pb-2 ']{padding-bottom:2px}html body [class$='_pt-3'],html body [class*='_pt-3 ']{padding-top:3px}html body [class$='_pb-3'],html body [class*='_pb-3 ']{padding-bottom:3px}html body [class$='_pt-4'],html body [class*='_pt-4 ']{padding-top:4px}html body [class$='_pb-4'],html body [class*='_pb-4 ']{padding-bottom:4px}html body [class$='_pt-5'],html body [class*='_pt-5 ']{padding-top:5px}html body [class$='_pb-5'],html body [class*='_pb-5 ']{padding-bottom:5px}html body [class$='_pt-10'],html body [class*='_pt-10 ']{padding-top:10px}html body [class$='_pb-10'],html body [class*='_pb-10 ']{padding-bottom:10px}html body [class$='_pt-15'],html body [class*='_pt-15 ']{padding-top:15px}html body [class$='_pb-15'],html body [class*='_pb-15 ']{padding-bottom:15px}html body [class$='_pt-20'],html body [class*='_pt-20 ']{padding-top:20px}html body [class$='_pb-20'],html body [class*='_pb-20 ']{padding-bottom:20px}html body [class$='_pt-30'],html body [class*='_pt-30 ']{padding-top:30px}html body [class$='_pb-30'],html body [class*='_pb-30 ']{padding-bottom:30px}html body [class$='_pt-40'],html body [class*='_pt-40 ']{padding-top:40px}html body [class$='_pb-40'],html body [class*='_pb-40 ']{padding-bottom:40px}html body [class$='_pt-45'],html body [class*='_pt-45 ']{padding-top:45px}html body [class$='_pb-45'],html body [class*='_pb-45 ']{padding-bottom:45px}html body [class$='_pt-50'],html body [class*='_pt-50 ']{padding-top:50px}html body [class$='_pb-50'],html body [class*='_pb-50 ']{padding-bottom:50px}html body [class$='_pt-55'],html body [class*='_pt-55 ']{padding-top:55px}html body [class$='_pb-55'],html body [class*='_pb-55 ']{padding-bottom:55px}html body [class$='_pt-60'],html body [class*='_pt-60 ']{padding-top:60px}html body [class$='_pb-60'],html body [class*='_pb-60 ']{padding-bottom:60px}html body [class$='_pt-70'],html body [class*='_pt-70 ']{padding-top:70px}html body [class$='_pb-70'],html body [class*='_pb-70 ']{padding-bottom:70px}html body [class$='_pt-75'],html body [class*='_pt-75 ']{padding-top:75px}html body [class$='_pb-75'],html body [class*='_pb-75 ']{padding-bottom:75px}html body [class$='_pt-80'],html body [class*='_pt-80 ']{padding-top:80px}html body [class$='_pb-80'],html body [class*='_pb-80 ']{padding-bottom:80px}html body [class$='_pt-100'],html body [class*='_pt-100 ']{padding-top:100px}html body [class$='_pb-100'],html body [class*='_pb-100 ']{padding-bottom:100px}html body [class$='_pt-120'],html body [class*='_pt-120 ']{padding-top:120px}html body [class$='_pb-120'],html body [class*='_pb-120 ']{padding-bottom:120px}html body [class$='_mt-0'],html body [class*='_mt-0 ']{margin-top:0}html body [class$='_mb-0'],html body [class*='_mb-0 ']{margin-bottom:0}html body [class$='_mt-1'],html body [class*='_mt-1 ']{margin-top:1px}html body [class$='_mb-1'],html body [class*='_mb-1 ']{margin-bottom:1px}html body [class$='_mt-2'],html body [class*='_mt-2 ']{margin-top:2px}html body [class$='_mb-2'],html body [class*='_mb-2 ']{margin-bottom:2px}html body [class$='_mt-3'],html body [class*='_mt-3 ']{margin-top:3px}html body [class$='_mb-3'],html body [class*='_mb-3 ']{margin-bottom:3px}html body [class$='_mt-4'],html body [class*='_mt-4 ']{margin-top:4px}html body [class$='_mb-4'],html body [class*='_mb-4 ']{margin-bottom:4px}html body [class$='_mt-5'],html body [class*='_mt-5 ']{margin-top:5px}html body [class$='_mb-5'],html body [class*='_mb-5 ']{margin-bottom:5px}html body [class$='_mt-10'],html body [class*='_mt-10 ']{margin-top:10px}html body [class$='_mb-10'],html body [class*='_mb-10 ']{margin-bottom:10px}html body [class$='_mt-15'],html body [class*='_mt-15 ']{margin-top:15px}html body [class$='_mb-15'],html body [class*='_mb-15 ']{margin-bottom:15px}html body [class$='_mt-20'],html body [class*='_mt-20 ']{margin-top:20px}html body [class$='_mb-20'],html body [class*='_mb-20 ']{margin-bottom:20px}html body [class$='_mt-25'],html body [class*='_mt-25 ']{margin-top:25px}html body [class$='_mb-25'],html body [class*='_mb-25 ']{margin-bottom:25px}html body [class$='_mt-30'],html body [class*='_mt-30 ']{margin-top:30px}html body [class$='_mb-30'],html body [class*='_mb-30 ']{margin-bottom:30px}html body [class$='_mt-35'],html body [class*='_mt-35 ']{margin-top:35px}html body [class$='_mb-35'],html body [class*='_mb-35 ']{margin-bottom:35px}html body [class$='_mt-34'],html body [class*='_mt-34 ']{margin-top:34px}html body [class$='_mb-34'],html body [class*='_mb-34 ']{margin-bottom:34px}html body [class$='_mt-40'],html body [class*='_mt-40 ']{margin-top:40px}html body [class$='_mb-40'],html body [class*='_mb-40 ']{margin-bottom:40px}html body [class$='_mt-50'],html body [class*='_mt-50 ']{margin-top:50px}html body [class$='_mb-50'],html body [class*='_mb-50 ']{margin-bottom:50px}html body [class$='_mt-60'],html body [class*='_mt-60 ']{margin-top:60px}html body [class$='_mb-60'],html body [class*='_mb-60 ']{margin-bottom:60px}html body [class$='_mt-120'],html body [class*='_mt-120 ']{margin-top:120px}html body [class$='_mb-120'],html body [class*='_mb-120 ']{margin-bottom:120px}html body [class$='_visible'],html body [class*='_visible ']{display:block}html body [class$='_fw-normal'],html body [class*='_fw-normal ']{font-weight:400}@media only screen and (max-width:479px){html body [class$='_m-0_xxs'],html body [class*='_m-0_xxs ']{margin:0}html body [class$='_pt-0_xxs'],html body [class*='_pt-0_xxs ']{padding-top:0}html body [class$='_pb-0_xxs'],html body [class*='_pb-0_xxs ']{padding-bottom:0}html body [class$='_pt-1_xxs'],html body [class*='_pt-1_xxs ']{padding-top:1px}html body [class$='_pb-1_xxs'],html body [class*='_pb-1_xxs ']{padding-bottom:1px}html body [class$='_pt-2_xxs'],html body [class*='_pt-2_xxs ']{padding-top:2px}html body [class$='_pb-2_xxs'],html body [class*='_pb-2_xxs ']{padding-bottom:2px}html body [class$='_pt-3_xxs'],html body [class*='_pt-3_xxs ']{padding-top:3px}html body [class$='_pb-3_xxs'],html body [class*='_pb-3_xxs ']{padding-bottom:3px}html body [class$='_pt-4_xxs'],html body [class*='_pt-4_xxs ']{padding-top:4px}html body [class$='_pb-4_xxs'],html body [class*='_pb-4_xxs ']{padding-bottom:4px}html body [class$='_pt-5_xxs'],html body [class*='_pt-5_xxs ']{padding-top:5px}html body [class$='_pb-5_xxs'],html body [class*='_pb-5_xxs ']{padding-bottom:5px}html body [class$='_pt-10_xxs'],html body [class*='_pt-10_xxs ']{padding-top:10px}html body [class$='_pb-10_xxs'],html body [class*='_pb-10_xxs ']{padding-bottom:10px}html body [class$='_pt-15_xxs'],html body [class*='_pt-15_xxs ']{padding-top:15px}html body [class$='_pb-15_xxs'],html body [class*='_pb-15_xxs ']{padding-bottom:15px}html body [class$='_pt-20_xxs'],html body [class*='_pt-20_xxs ']{padding-top:20px}html body [class$='_pb-20_xxs'],html body [class*='_pb-20_xxs ']{padding-bottom:20px}html body [class$='_pt-30_xxs'],html body [class*='_pt-30_xxs ']{padding-top:30px}html body [class$='_pb-30_xxs'],html body [class*='_pb-30_xxs ']{padding-bottom:30px}html body [class$='_pt-40_xxs'],html body [class*='_pt-40_xxs ']{padding-top:40px}html body [class$='_pb-40_xxs'],html body [class*='_pb-40_xxs ']{padding-bottom:40px}html body [class$='_pt-45_xxs'],html body [class*='_pt-45_xxs ']{padding-top:45px}html body [class$='_pb-45_xxs'],html body [class*='_pb-45_xxs ']{padding-bottom:45px}html body [class$='_pt-50_xxs'],html body [class*='_pt-50_xxs ']{padding-top:50px}html body [class$='_pb-50_xxs'],html body [class*='_pb-50_xxs ']{padding-bottom:50px}html body [class$='_pt-55_xxs'],html body [class*='_pt-55_xxs ']{padding-top:55px}html body [class$='_pb-55_xxs'],html body [class*='_pb-55_xxs ']{padding-bottom:55px}html body [class$='_pt-60_xxs'],html body [class*='_pt-60_xxs ']{padding-top:60px}html body [class$='_pb-60_xxs'],html body [class*='_pb-60_xxs ']{padding-bottom:60px}html body [class$='_pt-70_xxs'],html body [class*='_pt-70_xxs ']{padding-top:70px}html body [class$='_pb-70_xxs'],html body [class*='_pb-70_xxs ']{padding-bottom:70px}html body [class$='_pt-75_xxs'],html body [class*='_pt-75_xxs ']{padding-top:75px}html body [class$='_pb-75_xxs'],html body [class*='_pb-75_xxs ']{padding-bottom:75px}html body [class$='_pt-80_xxs'],html body [class*='_pt-80_xxs ']{padding-top:80px}html body [class$='_pb-80_xxs'],html body [class*='_pb-80_xxs ']{padding-bottom:80px}html body [class$='_pt-100_xxs'],html body [class*='_pt-100_xxs ']{padding-top:100px}html body [class$='_pb-100_xxs'],html body [class*='_pb-100_xxs ']{padding-bottom:100px}html body [class$='_pt-120_xxs'],html body [class*='_pt-120_xxs ']{padding-top:120px}html body [class$='_pb-120_xxs'],html body [class*='_pb-120_xxs ']{padding-bottom:120px}html body [class$='_mt-0_xxs'],html body [class*='_mt-0_xxs ']{margin-top:0}html body [class$='_mb-0_xxs'],html body [class*='_mb-0_xxs ']{margin-bottom:0}html body [class$='_mt-1_xxs'],html body [class*='_mt-1_xxs ']{margin-top:1px}html body [class$='_mb-1_xxs'],html body [class*='_mb-1_xxs ']{margin-bottom:1px}html body [class$='_mt-2_xxs'],html body [class*='_mt-2_xxs ']{margin-top:2px}html body [class$='_mb-2_xxs'],html body [class*='_mb-2_xxs ']{margin-bottom:2px}html body [class$='_mt-3_xxs'],html body [class*='_mt-3_xxs ']{margin-top:3px}html body [class$='_mb-3_xxs'],html body [class*='_mb-3_xxs ']{margin-bottom:3px}html body [class$='_mt-4_xxs'],html body [class*='_mt-4_xxs ']{margin-top:4px}html body [class$='_mb-4_xxs'],html body [class*='_mb-4_xxs ']{margin-bottom:4px}html body [class$='_mt-5_xxs'],html body [class*='_mt-5_xxs ']{margin-top:5px}html body [class$='_mb-5_xxs'],html body [class*='_mb-5_xxs ']{margin-bottom:5px}html body [class$='_mt-10_xxs'],html body [class*='_mt-10_xxs ']{margin-top:10px}html body [class$='_mb-10_xxs'],html body [class*='_mb-10_xxs ']{margin-bottom:10px}html body [class$='_mt-15_xxs'],html body [class*='_mt-15_xxs ']{margin-top:15px}html body [class$='_mb-15_xxs'],html body [class*='_mb-15_xxs ']{margin-bottom:15px}html body [class$='_mt-20_xxs'],html body [class*='_mt-20_xxs ']{margin-top:20px}html body [class$='_mb-20_xxs'],html body [class*='_mb-20_xxs ']{margin-bottom:20px}html body [class$='_mt-25_xxs'],html body [class*='_mt-25_xxs ']{margin-top:25px}html body [class$='_mb-25_xxs'],html body [class*='_mb-25_xxs ']{margin-bottom:25px}html body [class$='_mt-30_xxs'],html body [class*='_mt-30_xxs ']{margin-top:30px}html body [class$='_mb-30_xxs'],html body [class*='_mb-30_xxs ']{margin-bottom:30px}html body [class$='_mt-35_xxs'],html body [class*='_mt-35_xxs ']{margin-top:35px}html body [class$='_mb-35_xxs'],html body [class*='_mb-35_xxs ']{margin-bottom:35px}html body [class$='_mt-34_xxs'],html body [class*='_mt-34_xxs ']{margin-top:34px}html body [class$='_mb-34_xxs'],html body [class*='_mb-34_xxs ']{margin-bottom:34px}html body [class$='_mt-40_xxs'],html body [class*='_mt-40_xxs ']{margin-top:40px}html body [class$='_mb-40_xxs'],html body [class*='_mb-40_xxs ']{margin-bottom:40px}html body [class$='_mt-50_xxs'],html body [class*='_mt-50_xxs ']{margin-top:50px}html body [class$='_mb-50_xxs'],html body [class*='_mb-50_xxs ']{margin-bottom:50px}html body [class$='_mt-60_xxs'],html body [class*='_mt-60_xxs ']{margin-top:60px}html body [class$='_mb-60_xxs'],html body [class*='_mb-60_xxs ']{margin-bottom:60px}html body [class$='_mt-120_xxs'],html body [class*='_mt-120_xxs ']{margin-top:120px}html body [class$='_mb-120_xxs'],html body [class*='_mb-120_xxs ']{margin-bottom:120px}html body [class$='_hiden_xxs'],html body [class*='_hiden_xxs ']{display:none}html body [class$='_visible_xxs'],html body [class*='_visible_xxs ']{display:block}html body [class$='_fw-normal_xxs'],html body [class*='_fw-normal_xxs ']{font-weight:400}html body [class$='_bg-pink_xxs'],html body [class*='_bg-pink_xxs ']{background:#F1E9F2}}@media only screen and (min-width:480px) and (max-width:767px){html body [class$='_m-0_xs'],html body [class*='_m-0_xs ']{margin:0}html body [class$='_pt-0_xs'],html body [class*='_pt-0_xs ']{padding-top:0}html body [class$='_pb-0_xs'],html body [class*='_pb-0_xs ']{padding-bottom:0}html body [class$='_pt-1_xs'],html body [class*='_pt-1_xs ']{padding-top:1px}html body [class$='_pb-1_xs'],html body [class*='_pb-1_xs ']{padding-bottom:1px}html body [class$='_pt-2_xs'],html body [class*='_pt-2_xs ']{padding-top:2px}html body [class$='_pb-2_xs'],html body [class*='_pb-2_xs ']{padding-bottom:2px}html body [class$='_pt-3_xs'],html body [class*='_pt-3_xs ']{padding-top:3px}html body [class$='_pb-3_xs'],html body [class*='_pb-3_xs ']{padding-bottom:3px}html body [class$='_pt-4_xs'],html body [class*='_pt-4_xs ']{padding-top:4px}html body [class$='_pb-4_xs'],html body [class*='_pb-4_xs ']{padding-bottom:4px}html body [class$='_pt-5_xs'],html body [class*='_pt-5_xs ']{padding-top:5px}html body [class$='_pb-5_xs'],html body [class*='_pb-5_xs ']{padding-bottom:5px}html body [class$='_pt-10_xs'],html body [class*='_pt-10_xs ']{padding-top:10px}html body [class$='_pb-10_xs'],html body [class*='_pb-10_xs ']{padding-bottom:10px}html body [class$='_pt-15_xs'],html body [class*='_pt-15_xs ']{padding-top:15px}html body [class$='_pb-15_xs'],html body [class*='_pb-15_xs ']{padding-bottom:15px}html body [class$='_pt-20_xs'],html body [class*='_pt-20_xs ']{padding-top:20px}html body [class$='_pb-20_xs'],html body [class*='_pb-20_xs ']{padding-bottom:20px}html body [class$='_pt-30_xs'],html body [class*='_pt-30_xs ']{padding-top:30px}html body [class$='_pb-30_xs'],html body [class*='_pb-30_xs ']{padding-bottom:30px}html body [class$='_pt-40_xs'],html body [class*='_pt-40_xs ']{padding-top:40px}html body [class$='_pb-40_xs'],html body [class*='_pb-40_xs ']{padding-bottom:40px}html body [class$='_pt-45_xs'],html body [class*='_pt-45_xs ']{padding-top:45px}html body [class$='_pb-45_xs'],html body [class*='_pb-45_xs ']{padding-bottom:45px}html body [class$='_pt-50_xs'],html body [class*='_pt-50_xs ']{padding-top:50px}html body [class$='_pb-50_xs'],html body [class*='_pb-50_xs ']{padding-bottom:50px}html body [class$='_pt-55_xs'],html body [class*='_pt-55_xs ']{padding-top:55px}html body [class$='_pb-55_xs'],html body [class*='_pb-55_xs ']{padding-bottom:55px}html body [class$='_pt-60_xs'],html body [class*='_pt-60_xs ']{padding-top:60px}html body [class$='_pb-60_xs'],html body [class*='_pb-60_xs ']{padding-bottom:60px}html body [class$='_pt-70_xs'],html body [class*='_pt-70_xs ']{padding-top:70px}html body [class$='_pb-70_xs'],html body [class*='_pb-70_xs ']{padding-bottom:70px}html body [class$='_pt-75_xs'],html body [class*='_pt-75_xs ']{padding-top:75px}html body [class$='_pb-75_xs'],html body [class*='_pb-75_xs ']{padding-bottom:75px}html body [class$='_pt-80_xs'],html body [class*='_pt-80_xs ']{padding-top:80px}html body [class$='_pb-80_xs'],html body [class*='_pb-80_xs ']{padding-bottom:80px}html body [class$='_pt-100_xs'],html body [class*='_pt-100_xs ']{padding-top:100px}html body [class$='_pb-100_xs'],html body [class*='_pb-100_xs ']{padding-bottom:100px}html body [class$='_pt-120_xs'],html body [class*='_pt-120_xs ']{padding-top:120px}html body [class$='_pb-120_xs'],html body [class*='_pb-120_xs ']{padding-bottom:120px}html body [class$='_mt-0_xs'],html body [class*='_mt-0_xs ']{margin-top:0}html body [class$='_mb-0_xs'],html body [class*='_mb-0_xs ']{margin-bottom:0}html body [class$='_mt-1_xs'],html body [class*='_mt-1_xs ']{margin-top:1px}html body [class$='_mb-1_xs'],html body [class*='_mb-1_xs ']{margin-bottom:1px}html body [class$='_mt-2_xs'],html body [class*='_mt-2_xs ']{margin-top:2px}html body [class$='_mb-2_xs'],html body [class*='_mb-2_xs ']{margin-bottom:2px}html body [class$='_mt-3_xs'],html body [class*='_mt-3_xs ']{margin-top:3px}html body [class$='_mb-3_xs'],html body [class*='_mb-3_xs ']{margin-bottom:3px}html body [class$='_mt-4_xs'],html body [class*='_mt-4_xs ']{margin-top:4px}html body [class$='_mb-4_xs'],html body [class*='_mb-4_xs ']{margin-bottom:4px}html body [class$='_mt-5_xs'],html body [class*='_mt-5_xs ']{margin-top:5px}html body [class$='_mb-5_xs'],html body [class*='_mb-5_xs ']{margin-bottom:5px}html body [class$='_mt-10_xs'],html body [class*='_mt-10_xs ']{margin-top:10px}html body [class$='_mb-10_xs'],html body [class*='_mb-10_xs ']{margin-bottom:10px}html body [class$='_mt-15_xs'],html body [class*='_mt-15_xs ']{margin-top:15px}html body [class$='_mb-15_xs'],html body [class*='_mb-15_xs ']{margin-bottom:15px}html body [class$='_mt-20_xs'],html body [class*='_mt-20_xs ']{margin-top:20px}html body [class$='_mb-20_xs'],html body [class*='_mb-20_xs ']{margin-bottom:20px}html body [class$='_mt-25_xs'],html body [class*='_mt-25_xs ']{margin-top:25px}html body [class$='_mb-25_xs'],html body [class*='_mb-25_xs ']{margin-bottom:25px}html body [class$='_mt-30_xs'],html body [class*='_mt-30_xs ']{margin-top:30px}html body [class$='_mb-30_xs'],html body [class*='_mb-30_xs ']{margin-bottom:30px}html body [class$='_mt-35_xs'],html body [class*='_mt-35_xs ']{margin-top:35px}html body [class$='_mb-35_xs'],html body [class*='_mb-35_xs ']{margin-bottom:35px}html body [class$='_mt-34_xs'],html body [class*='_mt-34_xs ']{margin-top:34px}html body [class$='_mb-34_xs'],html body [class*='_mb-34_xs ']{margin-bottom:34px}html body [class$='_mt-40_xs'],html body [class*='_mt-40_xs ']{margin-top:40px}html body [class$='_mb-40_xs'],html body [class*='_mb-40_xs ']{margin-bottom:40px}html body [class$='_mt-50_xs'],html body [class*='_mt-50_xs ']{margin-top:50px}html body [class$='_mb-50_xs'],html body [class*='_mb-50_xs ']{margin-bottom:50px}html body [class$='_mt-60_xs'],html body [class*='_mt-60_xs ']{margin-top:60px}html body [class$='_mb-60_xs'],html body [class*='_mb-60_xs ']{margin-bottom:60px}html body [class$='_mt-120_xs'],html body [class*='_mt-120_xs ']{margin-top:120px}html body [class$='_mb-120_xs'],html body [class*='_mb-120_xs ']{margin-bottom:120px}html body [class$='_hiden_xs'],html body [class*='_hiden_xs ']{display:none}html body [class$='_visible_xs'],html body [class*='_visible_xs ']{display:block}html body [class$='_fw-normal_xs'],html body [class*='_fw-normal_xs ']{font-weight:400}html body [class$='_bg-pink_xs'],html body [class*='_bg-pink_xs ']{background:#F1E9F2}}@media only screen and (min-width:768px) and (max-width:991px){html body [class$='_m-0_sm'],html body [class*='_m-0_sm ']{margin:0}html body [class$='_pt-0_sm'],html body [class*='_pt-0_sm ']{padding-top:0}html body [class$='_pb-0_sm'],html body [class*='_pb-0_sm ']{padding-bottom:0}html body [class$='_pt-1_sm'],html body [class*='_pt-1_sm ']{padding-top:1px}html body [class$='_pb-1_sm'],html body [class*='_pb-1_sm ']{padding-bottom:1px}html body [class$='_pt-2_sm'],html body [class*='_pt-2_sm ']{padding-top:2px}html body [class$='_pb-2_sm'],html body [class*='_pb-2_sm ']{padding-bottom:2px}html body [class$='_pt-3_sm'],html body [class*='_pt-3_sm ']{padding-top:3px}html body [class$='_pb-3_sm'],html body [class*='_pb-3_sm ']{padding-bottom:3px}html body [class$='_pt-4_sm'],html body [class*='_pt-4_sm ']{padding-top:4px}html body [class$='_pb-4_sm'],html body [class*='_pb-4_sm ']{padding-bottom:4px}html body [class$='_pt-5_sm'],html body [class*='_pt-5_sm ']{padding-top:5px}html body [class$='_pb-5_sm'],html body [class*='_pb-5_sm ']{padding-bottom:5px}html body [class$='_pt-10_sm'],html body [class*='_pt-10_sm ']{padding-top:10px}html body [class$='_pb-10_sm'],html body [class*='_pb-10_sm ']{padding-bottom:10px}html body [class$='_pt-15_sm'],html body [class*='_pt-15_sm ']{padding-top:15px}html body [class$='_pb-15_sm'],html body [class*='_pb-15_sm ']{padding-bottom:15px}html body [class$='_pt-20_sm'],html body [class*='_pt-20_sm ']{padding-top:20px}html body [class$='_pb-20_sm'],html body [class*='_pb-20_sm ']{padding-bottom:20px}html body [class$='_pt-30_sm'],html body [class*='_pt-30_sm ']{padding-top:30px}html body [class$='_pb-30_sm'],html body [class*='_pb-30_sm ']{padding-bottom:30px}html body [class$='_pt-40_sm'],html body [class*='_pt-40_sm ']{padding-top:40px}html body [class$='_pb-40_sm'],html body [class*='_pb-40_sm ']{padding-bottom:40px}html body [class$='_pt-45_sm'],html body [class*='_pt-45_sm ']{padding-top:45px}html body [class$='_pb-45_sm'],html body [class*='_pb-45_sm ']{padding-bottom:45px}html body [class$='_pt-50_sm'],html body [class*='_pt-50_sm ']{padding-top:50px}html body [class$='_pb-50_sm'],html body [class*='_pb-50_sm ']{padding-bottom:50px}html body [class$='_pt-55_sm'],html body [class*='_pt-55_sm ']{padding-top:55px}html body [class$='_pb-55_sm'],html body [class*='_pb-55_sm ']{padding-bottom:55px}html body [class$='_pt-60_sm'],html body [class*='_pt-60_sm ']{padding-top:60px}html body [class$='_pb-60_sm'],html body [class*='_pb-60_sm ']{padding-bottom:60px}html body [class$='_pt-70_sm'],html body [class*='_pt-70_sm ']{padding-top:70px}html body [class$='_pb-70_sm'],html body [class*='_pb-70_sm ']{padding-bottom:70px}html body [class$='_pt-75_sm'],html body [class*='_pt-75_sm ']{padding-top:75px}html body [class$='_pb-75_sm'],html body [class*='_pb-75_sm ']{padding-bottom:75px}html body [class$='_pt-80_sm'],html body [class*='_pt-80_sm ']{padding-top:80px}html body [class$='_pb-80_sm'],html body [class*='_pb-80_sm ']{padding-bottom:80px}html body [class$='_pt-100_sm'],html body [class*='_pt-100_sm ']{padding-top:100px}html body [class$='_pb-100_sm'],html body [class*='_pb-100_sm ']{padding-bottom:100px}html body [class$='_pt-120_sm'],html body [class*='_pt-120_sm ']{padding-top:120px}html body [class$='_pb-120_sm'],html body [class*='_pb-120_sm ']{padding-bottom:120px}html body [class$='_mt-0_sm'],html body [class*='_mt-0_sm ']{margin-top:0}html body [class$='_mb-0_sm'],html body [class*='_mb-0_sm ']{margin-bottom:0}html body [class$='_mt-1_sm'],html body [class*='_mt-1_sm ']{margin-top:1px}html body [class$='_mb-1_sm'],html body [class*='_mb-1_sm ']{margin-bottom:1px}html body [class$='_mt-2_sm'],html body [class*='_mt-2_sm ']{margin-top:2px}html body [class$='_mb-2_sm'],html body [class*='_mb-2_sm ']{margin-bottom:2px}html body [class$='_mt-3_sm'],html body [class*='_mt-3_sm ']{margin-top:3px}html body [class$='_mb-3_sm'],html body [class*='_mb-3_sm ']{margin-bottom:3px}html body [class$='_mt-4_sm'],html body [class*='_mt-4_sm ']{margin-top:4px}html body [class$='_mb-4_sm'],html body [class*='_mb-4_sm ']{margin-bottom:4px}html body [class$='_mt-5_sm'],html body [class*='_mt-5_sm ']{margin-top:5px}html body [class$='_mb-5_sm'],html body [class*='_mb-5_sm ']{margin-bottom:5px}html body [class$='_mt-10_sm'],html body [class*='_mt-10_sm ']{margin-top:10px}html body [class$='_mb-10_sm'],html body [class*='_mb-10_sm ']{margin-bottom:10px}html body [class$='_mt-15_sm'],html body [class*='_mt-15_sm ']{margin-top:15px}html body [class$='_mb-15_sm'],html body [class*='_mb-15_sm ']{margin-bottom:15px}html body [class$='_mt-20_sm'],html body [class*='_mt-20_sm ']{margin-top:20px}html body [class$='_mb-20_sm'],html body [class*='_mb-20_sm ']{margin-bottom:20px}html body [class$='_mt-25_sm'],html body [class*='_mt-25_sm ']{margin-top:25px}html body [class$='_mb-25_sm'],html body [class*='_mb-25_sm ']{margin-bottom:25px}html body [class$='_mt-30_sm'],html body [class*='_mt-30_sm ']{margin-top:30px}html body [class$='_mb-30_sm'],html body [class*='_mb-30_sm ']{margin-bottom:30px}html body [class$='_mt-35_sm'],html body [class*='_mt-35_sm ']{margin-top:35px}html body [class$='_mb-35_sm'],html body [class*='_mb-35_sm ']{margin-bottom:35px}html body [class$='_mt-34_sm'],html body [class*='_mt-34_sm ']{margin-top:34px}html body [class$='_mb-34_sm'],html body [class*='_mb-34_sm ']{margin-bottom:34px}html body [class$='_mt-40_sm'],html body [class*='_mt-40_sm ']{margin-top:40px}html body [class$='_mb-40_sm'],html body [class*='_mb-40_sm ']{margin-bottom:40px}html body [class$='_mt-50_sm'],html body [class*='_mt-50_sm ']{margin-top:50px}html body [class$='_mb-50_sm'],html body [class*='_mb-50_sm ']{margin-bottom:50px}html body [class$='_mt-60_sm'],html body [class*='_mt-60_sm ']{margin-top:60px}html body [class$='_mb-60_sm'],html body [class*='_mb-60_sm ']{margin-bottom:60px}html body [class$='_mt-120_sm'],html body [class*='_mt-120_sm ']{margin-top:120px}html body [class$='_mb-120_sm'],html body [class*='_mb-120_sm ']{margin-bottom:120px}html body [class$='_hiden_sm'],html body [class*='_hiden_sm ']{display:none}html body [class$='_visible_sm'],html body [class*='_visible_sm ']{display:block}html body [class$='_fw-normal_sm'],html body [class*='_fw-normal_sm ']{font-weight:400}html body [class$='_bg-pink_sm'],html body [class*='_bg-pink_sm ']{background:#F1E9F2}}@media only screen and (min-width:992px) and (max-width:1199px){html body [class$='_m-0_md'],html body [class*='_m-0_md ']{margin:0}html body [class$='_pt-0_md'],html body [class*='_pt-0_md ']{padding-top:0}html body [class$='_pb-0_md'],html body [class*='_pb-0_md ']{padding-bottom:0}html body [class$='_pt-1_md'],html body [class*='_pt-1_md ']{padding-top:1px}html body [class$='_pb-1_md'],html body [class*='_pb-1_md ']{padding-bottom:1px}html body [class$='_pt-2_md'],html body [class*='_pt-2_md ']{padding-top:2px}html body [class$='_pb-2_md'],html body [class*='_pb-2_md ']{padding-bottom:2px}html body [class$='_pt-3_md'],html body [class*='_pt-3_md ']{padding-top:3px}html body [class$='_pb-3_md'],html body [class*='_pb-3_md ']{padding-bottom:3px}html body [class$='_pt-4_md'],html body [class*='_pt-4_md ']{padding-top:4px}html body [class$='_pb-4_md'],html body [class*='_pb-4_md ']{padding-bottom:4px}html body [class$='_pt-5_md'],html body [class*='_pt-5_md ']{padding-top:5px}html body [class$='_pb-5_md'],html body [class*='_pb-5_md ']{padding-bottom:5px}html body [class$='_pt-10_md'],html body [class*='_pt-10_md ']{padding-top:10px}html body [class$='_pb-10_md'],html body [class*='_pb-10_md ']{padding-bottom:10px}html body [class$='_pt-15_md'],html body [class*='_pt-15_md ']{padding-top:15px}html body [class$='_pb-15_md'],html body [class*='_pb-15_md ']{padding-bottom:15px}html body [class$='_pt-20_md'],html body [class*='_pt-20_md ']{padding-top:20px}html body [class$='_pb-20_md'],html body [class*='_pb-20_md ']{padding-bottom:20px}html body [class$='_pt-30_md'],html body [class*='_pt-30_md ']{padding-top:30px}html body [class$='_pb-30_md'],html body [class*='_pb-30_md ']{padding-bottom:30px}html body [class$='_pt-40_md'],html body [class*='_pt-40_md ']{padding-top:40px}html body [class$='_pb-40_md'],html body [class*='_pb-40_md ']{padding-bottom:40px}html body [class$='_pt-45_md'],html body [class*='_pt-45_md ']{padding-top:45px}html body [class$='_pb-45_md'],html body [class*='_pb-45_md ']{padding-bottom:45px}html body [class$='_pt-50_md'],html body [class*='_pt-50_md ']{padding-top:50px}html body [class$='_pb-50_md'],html body [class*='_pb-50_md ']{padding-bottom:50px}html body [class$='_pt-55_md'],html body [class*='_pt-55_md ']{padding-top:55px}html body [class$='_pb-55_md'],html body [class*='_pb-55_md ']{padding-bottom:55px}html body [class$='_pt-60_md'],html body [class*='_pt-60_md ']{padding-top:60px}html body [class$='_pb-60_md'],html body [class*='_pb-60_md ']{padding-bottom:60px}html body [class$='_pt-70_md'],html body [class*='_pt-70_md ']{padding-top:70px}html body [class$='_pb-70_md'],html body [class*='_pb-70_md ']{padding-bottom:70px}html body [class$='_pt-75_md'],html body [class*='_pt-75_md ']{padding-top:75px}html body [class$='_pb-75_md'],html body [class*='_pb-75_md ']{padding-bottom:75px}html body [class$='_pt-80_md'],html body [class*='_pt-80_md ']{padding-top:80px}html body [class$='_pb-80_md'],html body [class*='_pb-80_md ']{padding-bottom:80px}html body [class$='_pt-100_md'],html body [class*='_pt-100_md ']{padding-top:100px}html body [class$='_pb-100_md'],html body [class*='_pb-100_md ']{padding-bottom:100px}html body [class$='_pt-120_md'],html body [class*='_pt-120_md ']{padding-top:120px}html body [class$='_pb-120_md'],html body [class*='_pb-120_md ']{padding-bottom:120px}html body [class$='_mt-0_md'],html body [class*='_mt-0_md ']{margin-top:0}html body [class$='_mb-0_md'],html body [class*='_mb-0_md ']{margin-bottom:0}html body [class$='_mt-1_md'],html body [class*='_mt-1_md ']{margin-top:1px}html body [class$='_mb-1_md'],html body [class*='_mb-1_md ']{margin-bottom:1px}html body [class$='_mt-2_md'],html body [class*='_mt-2_md ']{margin-top:2px}html body [class$='_mb-2_md'],html body [class*='_mb-2_md ']{margin-bottom:2px}html body [class$='_mt-3_md'],html body [class*='_mt-3_md ']{margin-top:3px}html body [class$='_mb-3_md'],html body [class*='_mb-3_md ']{margin-bottom:3px}html body [class$='_mt-4_md'],html body [class*='_mt-4_md ']{margin-top:4px}html body [class$='_mb-4_md'],html body [class*='_mb-4_md ']{margin-bottom:4px}html body [class$='_mt-5_md'],html body [class*='_mt-5_md ']{margin-top:5px}html body [class$='_mb-5_md'],html body [class*='_mb-5_md ']{margin-bottom:5px}html body [class$='_mt-10_md'],html body [class*='_mt-10_md ']{margin-top:10px}html body [class$='_mb-10_md'],html body [class*='_mb-10_md ']{margin-bottom:10px}html body [class$='_mt-15_md'],html body [class*='_mt-15_md ']{margin-top:15px}html body [class$='_mb-15_md'],html body [class*='_mb-15_md ']{margin-bottom:15px}html body [class$='_mt-20_md'],html body [class*='_mt-20_md ']{margin-top:20px}html body [class$='_mb-20_md'],html body [class*='_mb-20_md ']{margin-bottom:20px}html body [class$='_mt-25_md'],html body [class*='_mt-25_md ']{margin-top:25px}html body [class$='_mb-25_md'],html body [class*='_mb-25_md ']{margin-bottom:25px}html body [class$='_mt-30_md'],html body [class*='_mt-30_md ']{margin-top:30px}html body [class$='_mb-30_md'],html body [class*='_mb-30_md ']{margin-bottom:30px}html body [class$='_mt-35_md'],html body [class*='_mt-35_md ']{margin-top:35px}html body [class$='_mb-35_md'],html body [class*='_mb-35_md ']{margin-bottom:35px}html body [class$='_mt-34_md'],html body [class*='_mt-34_md ']{margin-top:34px}html body [class$='_mb-34_md'],html body [class*='_mb-34_md ']{margin-bottom:34px}html body [class$='_mt-40_md'],html body [class*='_mt-40_md ']{margin-top:40px}html body [class$='_mb-40_md'],html body [class*='_mb-40_md ']{margin-bottom:40px}html body [class$='_mt-50_md'],html body [class*='_mt-50_md ']{margin-top:50px}html body [class$='_mb-50_md'],html body [class*='_mb-50_md ']{margin-bottom:50px}html body [class$='_mt-60_md'],html body [class*='_mt-60_md ']{margin-top:60px}html body [class$='_mb-60_md'],html body [class*='_mb-60_md ']{margin-bottom:60px}html body [class$='_mt-120_md'],html body [class*='_mt-120_md ']{margin-top:120px}html body [class$='_mb-120_md'],html body [class*='_mb-120_md ']{margin-bottom:120px}html body [class$='_hiden_md'],html body [class*='_hiden_md ']{display:none}html body [class$='_visible_md'],html body [class*='_visible_md ']{display:block}html body [class$='_fw-normal_md'],html body [class*='_fw-normal_md ']{font-weight:400}html body [class$='_bg-pink_md'],html body [class*='_bg-pink_md ']{background:#F1E9F2}}@media only screen and (min-width:1200px){html body [class$='_m-0_lg'],html body [class*='_m-0_lg ']{margin:0}html body [class$='_pt-0_lg'],html body [class*='_pt-0_lg ']{padding-top:0}html body [class$='_pb-0_lg'],html body [class*='_pb-0_lg ']{padding-bottom:0}html body [class$='_pt-1_lg'],html body [class*='_pt-1_lg ']{padding-top:1px}html body [class$='_pb-1_lg'],html body [class*='_pb-1_lg ']{padding-bottom:1px}html body [class$='_pt-2_lg'],html body [class*='_pt-2_lg ']{padding-top:2px}html body [class$='_pb-2_lg'],html body [class*='_pb-2_lg ']{padding-bottom:2px}html body [class$='_pt-3_lg'],html body [class*='_pt-3_lg ']{padding-top:3px}html body [class$='_pb-3_lg'],html body [class*='_pb-3_lg ']{padding-bottom:3px}html body [class$='_pt-4_lg'],html body [class*='_pt-4_lg ']{padding-top:4px}html body [class$='_pb-4_lg'],html body [class*='_pb-4_lg ']{padding-bottom:4px}html body [class$='_pt-5_lg'],html body [class*='_pt-5_lg ']{padding-top:5px}html body [class$='_pb-5_lg'],html body [class*='_pb-5_lg ']{padding-bottom:5px}html body [class$='_pt-10_lg'],html body [class*='_pt-10_lg ']{padding-top:10px}html body [class$='_pb-10_lg'],html body [class*='_pb-10_lg ']{padding-bottom:10px}html body [class$='_pt-15_lg'],html body [class*='_pt-15_lg ']{padding-top:15px}html body [class$='_pb-15_lg'],html body [class*='_pb-15_lg ']{padding-bottom:15px}html body [class$='_pt-20_lg'],html body [class*='_pt-20_lg ']{padding-top:20px}html body [class$='_pb-20_lg'],html body [class*='_pb-20_lg ']{padding-bottom:20px}html body [class$='_pt-30_lg'],html body [class*='_pt-30_lg ']{padding-top:30px}html body [class$='_pb-30_lg'],html body [class*='_pb-30_lg ']{padding-bottom:30px}html body [class$='_pt-40_lg'],html body [class*='_pt-40_lg ']{padding-top:40px}html body [class$='_pb-40_lg'],html body [class*='_pb-40_lg ']{padding-bottom:40px}html body [class$='_pt-45_lg'],html body [class*='_pt-45_lg ']{padding-top:45px}html body [class$='_pb-45_lg'],html body [class*='_pb-45_lg ']{padding-bottom:45px}html body [class$='_pt-50_lg'],html body [class*='_pt-50_lg ']{padding-top:50px}html body [class$='_pb-50_lg'],html body [class*='_pb-50_lg ']{padding-bottom:50px}html body [class$='_pt-55_lg'],html body [class*='_pt-55_lg ']{padding-top:55px}html body [class$='_pb-55_lg'],html body [class*='_pb-55_lg ']{padding-bottom:55px}html body [class$='_pt-60_lg'],html body [class*='_pt-60_lg ']{padding-top:60px}html body [class$='_pb-60_lg'],html body [class*='_pb-60_lg ']{padding-bottom:60px}html body [class$='_pt-70_lg'],html body [class*='_pt-70_lg ']{padding-top:70px}html body [class$='_pb-70_lg'],html body [class*='_pb-70_lg ']{padding-bottom:70px}html body [class$='_pt-75_lg'],html body [class*='_pt-75_lg ']{padding-top:75px}html body [class$='_pb-75_lg'],html body [class*='_pb-75_lg ']{padding-bottom:75px}html body [class$='_pt-80_lg'],html body [class*='_pt-80_lg ']{padding-top:80px}html body [class$='_pb-80_lg'],html body [class*='_pb-80_lg ']{padding-bottom:80px}html body [class$='_pt-100_lg'],html body [class*='_pt-100_lg ']{padding-top:100px}html body [class$='_pb-100_lg'],html body [class*='_pb-100_lg ']{padding-bottom:100px}html body [class$='_pt-120_lg'],html body [class*='_pt-120_lg ']{padding-top:120px}html body [class$='_pb-120_lg'],html body [class*='_pb-120_lg ']{padding-bottom:120px}html body [class$='_mt-0_lg'],html body [class*='_mt-0_lg ']{margin-top:0}html body [class$='_mb-0_lg'],html body [class*='_mb-0_lg ']{margin-bottom:0}html body [class$='_mt-1_lg'],html body [class*='_mt-1_lg ']{margin-top:1px}html body [class$='_mb-1_lg'],html body [class*='_mb-1_lg ']{margin-bottom:1px}html body [class$='_mt-2_lg'],html body [class*='_mt-2_lg ']{margin-top:2px}html body [class$='_mb-2_lg'],html body [class*='_mb-2_lg ']{margin-bottom:2px}html body [class$='_mt-3_lg'],html body [class*='_mt-3_lg ']{margin-top:3px}html body [class$='_mb-3_lg'],html body [class*='_mb-3_lg ']{margin-bottom:3px}html body [class$='_mt-4_lg'],html body [class*='_mt-4_lg ']{margin-top:4px}html body [class$='_mb-4_lg'],html body [class*='_mb-4_lg ']{margin-bottom:4px}html body [class$='_mt-5_lg'],html body [class*='_mt-5_lg ']{margin-top:5px}html body [class$='_mb-5_lg'],html body [class*='_mb-5_lg ']{margin-bottom:5px}html body [class$='_mt-10_lg'],html body [class*='_mt-10_lg ']{margin-top:10px}html body [class$='_mb-10_lg'],html body [class*='_mb-10_lg ']{margin-bottom:10px}html body [class$='_mt-15_lg'],html body [class*='_mt-15_lg ']{margin-top:15px}html body [class$='_mb-15_lg'],html body [class*='_mb-15_lg ']{margin-bottom:15px}html body [class$='_mt-20_lg'],html body [class*='_mt-20_lg ']{margin-top:20px}html body [class$='_mb-20_lg'],html body [class*='_mb-20_lg ']{margin-bottom:20px}html body [class$='_mt-25_lg'],html body [class*='_mt-25_lg ']{margin-top:25px}html body [class$='_mb-25_lg'],html body [class*='_mb-25_lg ']{margin-bottom:25px}html body [class$='_mt-30_lg'],html body [class*='_mt-30_lg ']{margin-top:30px}html body [class$='_mb-30_lg'],html body [class*='_mb-30_lg ']{margin-bottom:30px}html body [class$='_mt-35_lg'],html body [class*='_mt-35_lg ']{margin-top:35px}html body [class$='_mb-35_lg'],html body [class*='_mb-35_lg ']{margin-bottom:35px}html body [class$='_mt-34_lg'],html body [class*='_mt-34_lg ']{margin-top:34px}html body [class$='_mb-34_lg'],html body [class*='_mb-34_lg ']{margin-bottom:34px}html body [class$='_mt-40_lg'],html body [class*='_mt-40_lg ']{margin-top:40px}html body [class$='_mb-40_lg'],html body [class*='_mb-40_lg ']{margin-bottom:40px}html body [class$='_mt-50_lg'],html body [class*='_mt-50_lg ']{margin-top:50px}html body [class$='_mb-50_lg'],html body [class*='_mb-50_lg ']{margin-bottom:50px}html body [class$='_mt-60_lg'],html body [class*='_mt-60_lg ']{margin-top:60px}html body [class$='_mb-60_lg'],html body [class*='_mb-60_lg ']{margin-bottom:60px}html body [class$='_mt-120_lg'],html body [class*='_mt-120_lg ']{margin-top:120px}html body [class$='_mb-120_lg'],html body [class*='_mb-120_lg ']{margin-bottom:120px}html body [class$='_hiden_lg'],html body [class*='_hiden_lg ']{display:none}html body [class$='_visible_lg'],html body [class*='_visible_lg ']{display:block}html body [class$='_fw-normal_lg'],html body [class*='_fw-normal_lg ']{font-weight:400}html body [class$='_bg-pink_lg'],html body [class*='_bg-pink_lg ']{background:#F1E9F2}}.button-more,html body [class$='_medium'],html body [class*='_medium ']{font-weight:500}html body [class$='_bg-pink'],html body [class*='_bg-pink ']{background:#F1E9F2}html body [class$='_bg-pink-light'],html body [class*='_bg-pink-light ']{background:#FDD9E2}html body [class$='_bg-gray'],html body [class*='_bg-gray ']{background:#F5F5F5}html body [class$='_text-center'],html body [class*='_text-center ']{text-align:center}html body [class$='_text-gray'],html body [class*='_text-gray ']{color:#9A9A9A}html body [class$='_text-pink'],html body [class*='_text-pink ']{color:#F56CA8}html body [class$='_lnk-abs'],html body [class*='_lnk-abs ']{position:absolute;top:0;left:0;width:100%;height:100%}@media only screen and (max-width:479px){html body [class$='_bg-pink-light_xxs'],html body [class*='_bg-pink-light_xxs ']{background:#FDD9E2}html body [class$='_bg-gray_xxs'],html body [class*='_bg-gray_xxs ']{background:#F5F5F5}html body [class$='_medium_xxs'],html body [class*='_medium_xxs ']{font-weight:500}html body [class$='_text-center_xxs'],html body [class*='_text-center_xxs ']{text-align:center}html body [class$='_text-gray_xxs'],html body [class*='_text-gray_xxs ']{color:#9A9A9A}html body [class$='_text-pink_xxs'],html body [class*='_text-pink_xxs ']{color:#F56CA8}html body [class$='_lnk-abs_xxs'],html body [class*='_lnk-abs_xxs ']{position:absolute;top:0;left:0;width:100%;height:100%}}@media only screen and (min-width:480px) and (max-width:767px){html body [class$='_bg-pink-light_xs'],html body [class*='_bg-pink-light_xs ']{background:#FDD9E2}html body [class$='_bg-gray_xs'],html body [class*='_bg-gray_xs ']{background:#F5F5F5}html body [class$='_medium_xs'],html body [class*='_medium_xs ']{font-weight:500}html body [class$='_text-center_xs'],html body [class*='_text-center_xs ']{text-align:center}html body [class$='_text-gray_xs'],html body [class*='_text-gray_xs ']{color:#9A9A9A}html body [class$='_text-pink_xs'],html body [class*='_text-pink_xs ']{color:#F56CA8}html body [class$='_lnk-abs_xs'],html body [class*='_lnk-abs_xs ']{position:absolute;top:0;left:0;width:100%;height:100%}}@media only screen and (min-width:768px) and (max-width:991px){html body [class$='_bg-pink-light_sm'],html body [class*='_bg-pink-light_sm ']{background:#FDD9E2}html body [class$='_bg-gray_sm'],html body [class*='_bg-gray_sm ']{background:#F5F5F5}html body [class$='_medium_sm'],html body [class*='_medium_sm ']{font-weight:500}html body [class$='_text-center_sm'],html body [class*='_text-center_sm ']{text-align:center}html body [class$='_text-gray_sm'],html body [class*='_text-gray_sm ']{color:#9A9A9A}html body [class$='_text-pink_sm'],html body [class*='_text-pink_sm ']{color:#F56CA8}html body [class$='_lnk-abs_sm'],html body [class*='_lnk-abs_sm ']{position:absolute;top:0;left:0;width:100%;height:100%}}@media only screen and (min-width:992px) and (max-width:1199px){html body [class$='_bg-pink-light_md'],html body [class*='_bg-pink-light_md ']{background:#FDD9E2}html body [class$='_bg-gray_md'],html body [class*='_bg-gray_md ']{background:#F5F5F5}html body [class$='_medium_md'],html body [class*='_medium_md ']{font-weight:500}html body [class$='_text-center_md'],html body [class*='_text-center_md ']{text-align:center}html body [class$='_text-gray_md'],html body [class*='_text-gray_md ']{color:#9A9A9A}html body [class$='_text-pink_md'],html body [class*='_text-pink_md ']{color:#F56CA8}html body [class$='_lnk-abs_md'],html body [class*='_lnk-abs_md ']{position:absolute;top:0;left:0;width:100%;height:100%}}@media only screen and (min-width:1200px){html body [class$='_bg-pink-light_lg'],html body [class*='_bg-pink-light_lg ']{background:#FDD9E2}html body [class$='_bg-gray_lg'],html body [class*='_bg-gray_lg ']{background:#F5F5F5}html body [class$='_medium_lg'],html body [class*='_medium_lg ']{font-weight:500}html body [class$='_text-center_lg'],html body [class*='_text-center_lg ']{text-align:center}html body [class$='_text-gray_lg'],html body [class*='_text-gray_lg ']{color:#9A9A9A}html body [class$='_text-pink_lg'],html body [class*='_text-pink_lg ']{color:#F56CA8}html body [class$='_lnk-abs_lg'],html body [class*='_lnk-abs_lg ']{position:absolute;top:0;left:0;width:100%;height:100%}}.button-more{display:inline-block;color:#2E2E2E;letter-spacing:.1em;font-size:24px;line-height:37px;text-transform:uppercase;text-decoration:none;padding-left:52px;position:relative}.button-more_center{margin-left:auto;margin-right:auto}.button-more .button-more__icon-up,.button-more.is-active .button-more__icon-down{display:none}.button-more.is-active .button-more__icon-up{display:inline-block}.button-more svg{width:27px;height:27px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:0}@media only screen and (max-width:767px){.button-more{font-size:18px;line-height:27px;padding-left:35px}.button-more svg{width:21px;height:21px}}
/* End */
/* /v1/css/video-block.css?16614063249461 */
/* /v1/css/main-banner-new.css?16614063246141 */
/* /v1/css/doctors-block.css?169442716213647 */
/* /v1/css/program-block.css?16614063243921 */
/* /v1/css/feedback-block.css?16614063245583 */
/* /v1/css/gallery-block.css?16614063249625 */
/* /v1/css/inst-block.css?16614063243021 */
/* /upload/iblock/8b6/h198mqpmn36iqak78fqvkzkssgg3t9n0/style.css?16969576622769 */
/* /local/templates/medok_2020/components/bitrix/news.list/lpn_patient_stories_slider/style.css?17176101912861 */
/* /v4b/css/patient-history.css?166140635520560 */
/* /v5/css/modificators.css?166140632342866 */
