

/* 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/desc-block.css?16614063244926*/
.desc-block__center {
  text-align: center; }

.desc-block {
  overflow: hidden;
  font-size: 18px;
  line-height: 27px; }
  @media only screen and (max-width: 600px) {
    .desc-block {
      overflow: visible; } }
  .desc-block img {
    display: block;
    max-width: 100%; }
  @media only screen and (max-width: 600px) {
    .desc-block {
      font-size: 16px;
      line-height: 19px; } }
  @media only screen and (min-width: 601px) {
    .desc-block p {
      margin: 30px 0 0; } }

@media only screen and (min-width: 961px) {
  .desc-block__in_flex {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -35px; } }

@media only screen and (min-width: 961px) {
  .desc-block__column {
    padding: 0 35px; } }

.desc-block__title {
  font-weight: 500;
  font-size: 30px;
  line-height: 39px;
  margin: 0 0 25px; }
  @media only screen and (max-width: 600px) {
    .desc-block__title {
      font-size: 20px;
      line-height: 23px;
      margin: 0 0 16px; } }

.desc-block__subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 38px; }
  @media only screen and (max-width: 600px) {
    .desc-block__subtitle {
      font-size: 16px;
      line-height: 19px;
      margin: 0 0 16px; } }

@media only screen and (min-width: 961px) {
  .desc-block__column_pict {
    width: 54%; } }

@media only screen and (max-width: 960px) and (min-width: 601px) {
  .desc-block__column_pict {
    width: 100%;
    padding-bottom: 35px; }
    .desc-block__column_pict img {
      margin: 0 auto; } }

@media only screen and (max-width: 600px) {
  .desc-block__column_pict {
    margin: 0 -20px 30px; }
    .desc-block__column_pict img {
      width: 100%; } }

@media only screen and (min-width: 601px) {
  .desk-block__pict_right + .desc-block__column_desc {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; } }

@media only screen and (min-width: 961px) {
  .desc-block__column_desc {
    width: 46%; } }

.desc-block__column_desc .button {
  width: 199px;
  margin-top: 40px; }
  @media only screen and (max-width: 600px) {
    .desc-block__column_desc .button {
      margin-top: 20px; } }

.desc-block__desc > *:last-child {
  margin-bottom: 0; }

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

@media only screen and (min-width: 961px) {
  .desc-block__column_fluid {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    max-width: 970px; } }

.desc-block__in_flex_columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.desc-block__btn-wrap .button {
  width: 199px;
  margin: 50px  auto 0; }
  @media only screen and (max-width: 600px) {
    .desc-block__btn-wrap .button {
      margin-top: 25px; } }

@media only screen and (min-width: 961px) {
  .desk-block__pict_mt {
    margin-top: 35px; } }

.desc-block_small {
  max-width: 970px;
  margin: 0 auto; }

.desc-block__in_float-pict .desc-block__column {
  width: auto;
  padding: 0; }
  .desc-block__in_float-pict .desc-block__column.desc-block__column_pict img {
    display: block;
    margin: 0 auto; }
  @media only screen and (min-width: 601px) {
    .desc-block__in_float-pict .desc-block__column.desc-block__column_pict {
      float: left;
      padding-right: 40px;
      padding-bottom: 10px; }
      .desc-block__in_float-pict .desc-block__column.desc-block__column_pict.desk-block__pict_right {
        float: right;
        padding: 0 0 10px 40px; } }

.desc-block__in_flex-align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .desc-block__in_flex-align-start .desc-block__desc p:first-child {
    margin-top: 0; }

.desc-block__hidden .desc-block__desc p:first-child {
  margin-top: 0; }

.desc-block__hidden .desc-block__in {
  max-height: 208px;
  overflow: hidden; }

.desc-block__hidden.is-open .desc-block__in {
  max-height: none; }

.desc-block__btn {
  text-align: center;
  margin-top: 60px; }
  @media only screen and (max-width: 600px) {
    .desc-block__btn {
      margin-top: 30px; } }

@media only screen and (max-width: 600px) {
  .land-section_desc-block .desc-block__in {
    padding: 0 20px;
    margin: 0 -20px; } }

.desc-block__btn .button-more__icon-up {
  display: none; }

.desc-block__btn .is-active .button-more__icon-down {
  display: none; }

.desc-block__btn .is-active .button-more__icon-up {
  display: inline-block; }

/* 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/our-program.css?168560757210652*/
.our-program__gifts__itm:after,.our-program__gifts__itm:before,.our-program__services__itm:after,.our-program__services__itm:before,.our-program__services_more:after{content:''}@media only screen and (max-width:600px){.land-section_our-program .land-section__title{margin-bottom:13px}}.land-section_our-program .land-section__subtitle{margin-bottom:26px}@media only screen and (max-width:600px){.land-section_our-program .land-section__subtitle{margin-bottom:15px}}.land-section_our-program .land-section__desc{margin-bottom:77px}@media only screen and (max-width:600px){.land-section_our-program .land-section__desc{margin-bottom:109px}}.our-program__btn{text-align:center}.our-program__list{margin:0 -15px}@media only screen and (max-width:600px){.our-program__list{margin:0 -20px}}.our-program__itm{padding:0 15px;margin-bottom:60px}@media only screen and (min-width:601px){.our-program__list{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;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}.our-program__itm{width:50%}}@media only screen and (min-width:961px){.our-program__itm{width:25%}}@media only screen and (max-width:600px){.our-program__itm{margin-bottom:30px;padding:0}.our-program__itm+.our-program__itm{margin-top:88px}}.our-program__box{padding:15px 27px 40px;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}@media only screen and (max-width:960px){.our-program__box{padding:5px 20px 36px}}.our-program__pict{height:123px;margin-bottom:20px;position:relative}.our-program__pict img{display:block;margin:0 auto;max-width:100%;max-height:177px;position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);bottom:0}.our-program__title{margin:0 0 22px;font-size:24px;line-height:27px;font-weight:500}.our-program__desc{font-size:16px;line-height:21px;color:#9A9A9A}.our-program__services-wrap{overflow:hidden;position:relative;max-height:653px;margin:0 -27px;padding:0 27px}@media only screen and (max-width:960px){.our-program__services-wrap{margin:0 -20px;padding:0 20px}}.our-program__services{padding:21px 0 50px}@media only screen and (max-width:600px){.our-program__pict{height:100px}.our-program__services-wrap{height:auto}.our-program__services{padding-bottom:22px}}.our-program__services_more{background:#FFF;position:absolute;cursor:pointer;bottom:0;left:0;height:49px;width:100%;z-index:1}.our-program__services_more.is-active:after{display:none}.our-program__services_more.is-active svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.our-program__services_more:after{position:absolute;bottom:38px;left:0;height:44px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.5)),color-stop(70.17%,#FFF));background:-o-linear-gradient(top,rgba(255,255,255,.5) 0,#FFF 70.17%);background:linear-gradient(180deg,rgba(255,255,255,.5) 0,#FFF 70.17%);width:100%}.our-program__services_more svg{display:block;margin:0 auto;position:relative;z-index:5}.our-program__gifts__itm,.our-program__services__itm{line-height:24px;border-top:.5px solid #F0F0F0;z-index:1}.our-program__services__itm{font-size:16px;position:relative;padding:4px 0 4px 15px}.our-program__services__itm:first-child{border:none}.our-program__services__itm:hover:before{opacity:1}.our-program__services__itm:before{width:100%;padding:0 27px;left:-27px;background:#F6F9FF;z-index:-1;top:0;position:absolute;height:100%;-webkit-box-sizing:content-box;box-sizing:content-box;opacity:0;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}@media only screen and (max-width:960px){.our-program__services__itm:before{padding:0 20px}}.our-program__services__itm:after{width:3px;height:3px;background:#2E2E2E;position:absolute;top:13px;left:0;border-radius:100%}.our-program__prices{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;padding-bottom:2px}.our-program__prices__old{font-size:18px;line-height:23px;color:#A0A0A0;max-width:83px;width:83px}.our-program__prices__old__line{display:inline-block;text-decoration:line-through}.our-program__prices__new{font-weight:500;font-size:20px;line-height:23px;color:#F56CA8;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;white-space:nowrap}.our-program__prices__sale{text-align:right;font-weight:300;font-size:12px;line-height:14px;max-width:105px;width:105px;padding-right:29px;position:relative}.our-program__prices__span{display:inline-block;font-weight:500;font-size:18px;line-height:23px;padding:0 5px;background:#90CA87;border-radius:10px;color:#FFF}.our-program__prices__question{width:22px;height:22px;bottom:2px;right:0;position:absolute}.our-program__prices__question svg{display:block;width:100%;height:100%}.our-program__gifts__top{margin:0 -27px 9px;padding:9px 27px;font-weight:700;font-size:20px;line-height:36px;position:relative;cursor:pointer}@media only screen and (max-width:960px){.our-program__gifts__top{margin:0 -20px 9px;padding:9px 20px;font-size:18px}}.our-program__gifts__top.is-active .our-program__arrow svg{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.our-program__arrow{top:50%;right:16px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);position:absolute}.our-program__gifts__sum{display:inline-block;color:#F56CA8;font-size:24px}.our-program__gifts_dropdown{display:none;padding-top:12px}.our-program__gifts__itm{font-size:16px;position:relative;padding:4px 0 4px 15px}.our-program__gifts__itm:first-child{border:none}.our-program__gifts__itm:hover:before{opacity:1}.our-program__gifts__itm:before{width:100%;padding:0 27px;left:-27px;background:#F6F9FF;z-index:-1;top:0;position:absolute;height:100%;-webkit-box-sizing:content-box;box-sizing:content-box;opacity:0;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}@media only screen and (max-width:960px){.our-program__gifts__itm:before{padding:0 20px}}.our-program__gifts__itm:after{width:3px;height:3px;background:#2E2E2E;position:absolute;top:13px;left:0;border-radius:100%}.our-program__gifts__sale{color:#90CA87}.our-program__sum{margin-top:31px;font-size:16px;line-height:19px;color:#A0A0A0;margin-bottom:17px}.our-program__sum__old{font-size:18px;line-height:21px;color:#A0A0A0;display:inline-block}.our-program__sum__old__line{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.our-program__sum__new{font-size:28px;line-height:33px;color:#F56CA8;display:inline-block;font-weight:500;margin-left:5px}@media only screen and (max-width:600px){.our-program__sum__new{font-size:26px}}.our-program__footnote{font-size:14px;line-height:16px;color:#A0A0A0}.our-program__footnote b{font-weight:500}.our-program__dop{font-size:18px;line-height:20px;margin-bottom:25px;padding:10px 0}.our-program___btn .button{display:block;max-width:238px;margin:16px auto 0}.our-program___settings{margin-top:25px;text-align:center;font-size:0;line-height:0}.our-program___settings__btn{display:inline-block;vertical-align:top;margin:0 15px;font-size:14px;line-height:16px;text-decoration:none;color:inherit}.our-program___settings__btn__icon{display:block;margin:0 auto 8px;width:60px;height:60px}.our-program___settings__btn__icon svg{display:block;width:100%;height:100%}@media only screen and (min-width:961px){.our-program__itm_fluid{width:100%;margin-bottom:40px}.our-program__itm_fluid:last-child,.our-program__itm_fluid:last-child .our-program__box{margin-bottom:0}.our-program__itm_fluid .our-program__box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0}.our-program__itm_fluid .our-program__box .our-program__col{width:33.33333%}.our-program__itm_fluid .our-program__box .our-program__col.our-program__col_first{padding:48px 18px 15px 56px}.our-program__itm_fluid .our-program__box .our-program__col.our-program__col_first .our-program__pict{height:177px}.our-program__itm_fluid .our-program__box .our-program__col.our-program__col_middle{padding:15px 18px 15px 27px;position:relative}.our-program__itm_fluid .our-program__box .our-program__col.our-program__col_middle:after{content:'';right:0;top:15px;height:-webkit-calc(100% - 30px);height:calc(100% - 30px);border-right:1px solid #EDEDED;position:absolute}.our-program__itm_fluid .our-program__box .our-program__col.our-program__col_middle .our-program__services-wrap{margin:0;max-height:512px}.our-program__itm_fluid .our-program__box .our-program__col.our-program__col_last{padding:37px 15px 15px 32px}.our-program__itm_fluid .our-program__gifts .our-program__gifts__top{margin-left:-32px;margin-right:-16px}}@media only screen and (max-width:1170px) and (min-width:961px){.our-program__itm_fluid .our-program__box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0;margin-bottom:0}.our-program__itm_fluid .our-program__box .our-program__col.our-program__col_middle{width:40%}.our-program__itm_fluid .our-program__box .our-program__col.our-program__col_first,.our-program__itm_fluid .our-program__box .our-program__col.our-program__col_last{width:30%}}.our-program__itm_nomargin{margin-top:0!important;margin-bottom:0!important}@media only screen and (min-width:961px){.our-program__list_two .our-program__itm{width:41.7%}.our-program__list_columns+.our-program__btn{margin-top:80px}}.our-program__box_not-services .our-program__desc{margin-bottom:25px}.our-program__itm:not(.our-program__itm_fluid){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.our-program__itm:not(.our-program__itm_fluid) .our-program__box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.our-program__itm:not(.our-program__itm_fluid) .our-program__box .our-program__col.our-program__col_last{margin-top:auto}
.our-program__itm .our-program__box .our-program__services-wrap {height: auto} .land-section_our-program > div {margin:0 50px 0 50px;} .our-program__itm.out-program__itm-highlight .our-program__box {box-shadow: 0 0 30px rgb(249 89 159 / 30%)}
/* End */


/* Start:/v4b/css/programs.css?169442899052040*/
.our-program__title,.proposal-container__title{font-size:40px;line-height:52px}.events-container__box:before,.our-program__gifts__itm:after,.our-program__gifts__itm:before,.our-program__services__itm:after,.our-program__services__itm:before,.our-program__services_more:after{content:''}.our-program{color:#2E2E2E}.our-program__title{margin:0 0 26px;text-align:center;display:block;}@media only screen and (max-width:767px){.our-program__title{font-size:30px;line-height:39px;text-align:left;margin:0 0 30px}}.our-program__subtitle{font-size:20px;line-height:30px;text-align:center}@media only screen and (max-width:767px){.our-program__subtitle{font-size:18px;line-height:27px;color:#2E2E2E;text-align:left}}.our-program__descript{font-size:18px;line-height:27px;text-align:center;color:#9A9A9A;max-width:971px;margin:26px auto 77px}@media only screen and (max-width:767px){.our-program__descript{margin:30px auto 67px;text-align:left;font-size:16px;line-height:19px}}.our-program__btn{text-align:center}.our-program__list{margin:0 -15px}.our-program__itm{padding:0 15px}@media only screen and (min-width:768px){.our-program__list{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;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}.our-program__itm{width:50%}}@media only screen and (min-width:992px){.our-program__itm{width:33.33333%}}@media only screen and (max-width:767px){.our-program__list{margin:0 -20px}.our-program__itm{margin-bottom:67px;padding:0}.our-program__itm+.our-program__itm{margin-top:57px}}.our-program__box{padding:15px 27px 40px;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}@media only screen and (max-width:991px){.our-program__box{padding:5px 20px 36px}}.our-program__pict{height:123px;margin-bottom:20px;position:relative}.our-program__pict img{display:block;margin:0 auto;max-width:100%;max-height:177px;position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);bottom:0}.our-program__ttl{margin:0 0 25px;font-size:24px;line-height:27px;font-weight:500}.our-program__desc{font-size:18px;line-height:27px}.our-program__services-wrap{overflow:hidden;position:relative;height:653px;max-height:653px;margin:0 -27px;padding:0 27px}@media only screen and (max-width:991px){.our-program__services-wrap{margin:0 -20px;padding:0 20px}}.our-program__services{padding:21px 0 50px}@media only screen and (max-width:767px){.our-program__desc{font-size:16px;line-height:29px}.our-program__services-wrap{height:auto}.our-program__services{padding-bottom:22px}}.our-program__services_more{background:#FFF;position:absolute;cursor:pointer;bottom:0;height:49px;width:100%;z-index:1}.our-program__services_more.is-active:after{display:none}.our-program__services_more.is-active svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.our-program__services_more:after{position:absolute;bottom:38px;left:0;height:44px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.5)),color-stop(70.17%,#FFF));background:-o-linear-gradient(top,rgba(255,255,255,.5) 0,#FFF 70.17%);background:linear-gradient(180deg,rgba(255,255,255,.5) 0,#FFF 70.17%);width:100%}.our-program__services_more svg{display:block;margin:0 auto;position:relative;z-index:5}.our-program__gifts__itm,.our-program__services__itm{line-height:24px;border-top:.5px solid #F0F0F0;z-index:1}.our-program__services__itm{font-size:16px;position:relative;padding:4px 0 4px 15px}.our-program__services__itm:first-child{border:none}.our-program__services__itm:hover:before{opacity:1}.our-program__services__itm:before{width:100%;padding:0 27px;left:-27px;background:#F6F9FF;z-index:-1;top:0;position:absolute;height:100%;-webkit-box-sizing:content-box;box-sizing:content-box;opacity:0;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}@media only screen and (max-width:991px){.our-program__services__itm:before{padding:0 20px}}.our-program__services__itm:after{width:3px;height:3px;background:#2E2E2E;position:absolute;top:13px;left:0;border-radius:100%}.our-program__prices{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;padding-bottom:2px}.our-program__prices__old{font-size:18px;line-height:23px;color:#A0A0A0;max-width:83px;width:83px}.our-program__prices__old__line{display:inline-block;text-decoration:line-through}.our-program__prices__new{font-weight:500;font-size:20px;line-height:23px;color:#F56CA8;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;white-space:nowrap}.our-program__prices__sale{text-align:right;font-weight:300;font-size:12px;line-height:14px;max-width:105px;width:105px;padding-right:29px;position:relative}.our-program__prices__span{display:inline-block;font-weight:500;font-size:18px;line-height:23px;padding:0 5px;background:#90CA87;border-radius:10px;color:#FFF}.our-program__prices__question{width:22px;height:22px;bottom:2px;right:0;position:absolute}.our-program__prices__question svg{display:block;width:100%;height:100%}.our-program__gifts__top{background:#F8F8F8;margin:0 -27px 9px;padding:9px 27px;font-weight:700;font-size:20px;line-height:36px;position:relative;cursor:pointer}@media only screen and (max-width:991px){.our-program__gifts__top{margin:0 -20px 9px;padding:9px 20px;font-size:18px}}.our-program__gifts__top.is-active .our-program__arrow svg{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.our-program__arrow{top:50%;right:16px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);position:absolute}.our-program__gifts__sum{display:inline-block;color:#F56CA8;font-size:24px}.our-program__gifts_dropdown{display:none;padding-top:12px}.our-program__gifts__itm{font-size:16px;position:relative;padding:4px 0 4px 15px}.our-program__gifts__itm:first-child{border:none}.our-program__gifts__itm:hover:before{opacity:1}.our-program__gifts__itm:before{width:100%;padding:0 27px;left:-27px;background:#F6F9FF;z-index:-1;top:0;position:absolute;height:100%;-webkit-box-sizing:content-box;box-sizing:content-box;opacity:0;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}@media only screen and (max-width:991px){.our-program__gifts__itm:before{padding:0 20px}}.our-program__gifts__itm:after{width:3px;height:3px;background:#2E2E2E;position:absolute;top:13px;left:0;border-radius:100%}.our-program__gifts__sale{color:#90CA87}.our-program__sum{margin-top:31px;font-size:16px;line-height:19px;color:#A0A0A0;margin-bottom:17px}.our-program__sum__old{font-size:18px;line-height:21px;color:#A0A0A0;display:inline-block}.our-program__sum__old__line{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.our-program__sum__new{font-size:28px;line-height:33px;color:#F56CA8;display:inline-block;font-weight:500;margin-left:5px}@media only screen and (max-width:767px){.our-program__sum__new{font-size:26px}}.our-program__footnote{font-size:14px;line-height:16px;color:#A0A0A0}.our-program__footnote b{font-weight:500}.our-program__dop{font-size:18px;line-height:20px;margin-bottom:25px;padding:10px 0}.our-program___btn .button{display:block;max-width:238px;margin:16px auto 0}.our-program___settings{margin-top:25px;text-align:center;font-size:0;line-height:0}.our-program___settings__btn{display:inline-block;vertical-align:top;margin:0 15px;font-size:14px;line-height:16px;text-decoration:none;color:inherit}.our-program___settings__btn__icon{display:block;margin:0 auto 8px;width:60px;height:60px}.our-program___settings__btn__icon svg{display:block;width:100%;height:100%}@media only screen and (min-width:992px){.our-program__itm_fluid{width:100%;margin-bottom:40px}.our-program__itm_fluid:last-child,.our-program__itm_fluid:last-child .our-program__box{margin-bottom:0}.our-program__itm_fluid .our-program__box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0}.our-program__itm_fluid .our-program__box .our-program__col{width:33.33333%}.our-program__itm_fluid .our-program__box .our-program__col.our-program__col_first{padding:48px 18px 15px 56px}.our-program__itm_fluid .our-program__box .our-program__col.our-program__col_first .our-program__pict{height:177px}.our-program__itm_fluid .our-program__box .our-program__col.our-program__col_middle{padding:15px 18px 15px 27px;position:relative}.our-program__itm_fluid .our-program__box .our-program__col.our-program__col_middle:after{content:'';right:0;top:15px;height:-webkit-calc(100% - 30px);height:calc(100% - 30px);border-right:1px solid #EDEDED;position:absolute}.our-program__itm_fluid .our-program__box .our-program__col.our-program__col_middle .our-program__services-wrap{margin:0;max-height:512px}.our-program__itm_fluid .our-program__box .our-program__col.our-program__col_last{padding:37px 15px 15px 32px}.our-program__itm_fluid .our-program__gifts .our-program__gifts__top{margin-left:-32px;margin-right:-16px}}@media only screen and (max-width:1199px) and (min-width:992px){.our-program__itm_fluid .our-program__box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0;margin-bottom:0}.our-program__itm_fluid .our-program__box .our-program__col.our-program__col_middle{width:40%}.our-program__itm_fluid .our-program__box .our-program__col.our-program__col_first,.our-program__itm_fluid .our-program__box .our-program__col.our-program__col_last{width:30%}}.our-program__itm_nomargin{margin-top:0!important;margin-bottom:0!important}@media only screen and (min-width:992px){.our-program__list_two .our-program__itm{width:41.7%}.our-program__list_columns+.our-program__btn{margin-top:80px}}.our-program__box_not-services .our-program__desc{margin-bottom:25px}.our-program__btn-all{margin-top:50px}@media only screen and (max-width:767px){.our-program__btn-all{margin-top:30px}}.our-program__btn-all .button{width:265px;margin:0 auto}.proposal-container{padding:100px 0 50px}@media only screen and (max-width:767px){.proposal-container{padding:30px 0 10px}.proposal-container__title{font-size:24px;line-height:31px}}.proposal-container__btn .button{width:275px;margin:0 auto}.recommendations-container{padding:50px 0 35px;color:#2E2E2E}.recommendations-container__title{font-size:40px;line-height:52px}@media only screen and (max-width:767px){.recommendations-container{padding:30px 0}.recommendations-container__title{font-size:30px;line-height:39px}}.recommendations-container__subtitle{font-size:20px;line-height:30px;margin:0 0 40px}@media only screen and (max-width:767px){.recommendations-container__subtitle{font-size:18px;line-height:27px;margin:0 0 30px}}.recommendations-container__desc{font-size:18px;line-height:27px;color:#9A9A9A;margin:0 0 35px}@media only screen and (max-width:991px) and (min-width:768px){.recommendations-container__desc{margin:0 0 20px}}.recommendations-list__btn{display:none;text-align:center}@media only screen and (max-width:767px){.recommendations-container__desc{font-size:16px;line-height:29px;margin:0 0 15px}.recommendations-list__btn{display:block;margin-top:-10px}.recommendations-list{margin:0 -20px}.recommendations-list:not(.is-open) .recommendations-list__item:first-child .recommendations-list__column:first-child .recommendations-list__block{display:block}.recommendations-list:not(.is-open) .recommendations-list__block{display:none}}@media only screen and (min-width:992px){.recommendations-list__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 -15px;padding:15px 0}.recommendations-list__item:nth-child(even) .recommendations-list__column:not(.recommendations-list__column_long) .recommendations-list__block:nth-child(odd) .recommendations-list__pict-wrap,.recommendations-list__item:nth-child(even) .recommendations-list__column_long{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.recommendations-list__item:nth-child(even) .recommendations-list__column:not(.recommendations-list__column_long) .recommendations-list__block:nth-child(even) .recommendations-list__pict-wrap{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}}@media only screen and (max-width:991px) and (min-width:768px){.recommendations-list__item:nth-child(even) .recommendations-list__block:not(.recommendations-list__block_long):nth-child(odd) .recommendations-list__pict-wrap{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.recommendations-list__item:nth-child(even) .recommendations-list__block:not(.recommendations-list__block_long):nth-child(even) .recommendations-list__pict-wrap{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.recommendations-list__item:nth-child(even) .recommendations-list__block_long .recommendations-list__pict-wrap{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}}@media only screen and (min-width:992px) and (min-width:992px){.recommendations-list__column:not(.recommendations-list__column_long) .recommendations-list__block+.recommendations-list__block{margin-top:30px}}@media only screen and (min-width:992px){.recommendations-list__column{padding:0 15px;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;width:65.83%;max-width:65.83%}.recommendations-list__column_long{width:34.17%;max-width:34.17%}.recommendations-list__column_long .recommendations-list__pict-wrap{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}}@media only screen and (min-width:768px){.recommendations-list__block{border:1.5px solid #E0CBD4;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}}@media only screen and (min-width:992px){.recommendations-list__block:not(.recommendations-list__block_long):nth-child(odd) .recommendations-list__pict-wrap{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.recommendations-list__block_long{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.recommendations-list__block_long .recommendations-list__desc,.recommendations-list__block_long .recommendations-list__pict-wrap{width:100%}.recommendations-list__block_long .recommendations-list__pict-wrap{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}}@media only screen and (max-width:991px) and (min-width:768px){.recommendations-list__block{margin:30px 0}.recommendations-list__block:nth-child(even) .recommendations-list__pict-wrap{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}}@media only screen and (min-width:768px){.recommendations-list__pict-wrap{width:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background-position:center center;background-repeat:no-repeat;background-size:cover}.recommendations-list__pict-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}.recommendations-list__pict-wrap img{display:block;width:100%}.recommendations-list__desc{padding:25px}@media only screen and (max-width:1199px){.recommendations-list__desc{padding:15px}}@media only screen and (min-width:768px){.recommendations-list__pict-wrap img{display:none}.recommendations-list__desc{width:50%}}.recommendations-list__ttl{font-size:18px;line-height:27px;margin:0 0 25px;font-weight:700}@media only screen and (max-width:767px){.recommendations-list__pict-wrap{background:0 0!important}.recommendations-list__desc{padding:20px 20px 40px}.recommendations-list__ttl{margin:0 0 20px}}.recommendations-list__txt{font-size:16px;line-height:150%}.comparison-container{padding:50px 0 0;color:#2E2E2E}.comparison-container__title{font-size:40px;line-height:52px;margin:0 0 28px}@media only screen and (max-width:767px){.comparison-container{padding:30px 0}.comparison-container__title{font-size:30px;line-height:39px}}.comparison-container__subtitle{font-size:20px;line-height:30px;margin:0 0 40px}@media only screen and (max-width:767px){.comparison-container__subtitle{font-size:18px;line-height:27px;margin:0 0 30px}}.comparison-container__desc{font-size:18px;line-height:27px;color:#9A9A9A;margin:0 0 50px}@media only screen and (max-width:767px){.comparison-container__desc{font-size:16px;line-height:29px;margin:0}.comparison-block .mCSB_container{border-bottom:1px solid #FFF}}.comparison-block{color:#2E2E2E;overflow:hidden;max-width:100%}.comparison-block__wrap{margin:0 -15px}@media only screen and (max-width:991px){.comparison-block__wrap{margin:0 -20px;position:relative}.comparison-block__wrap:after{position:absolute;height:100%;width:100%;bottom:64px;left:0;content:'';background:0 0}}.comparison-block__wrap .mCustomScrollBox.mCSB_horizontal{-ms-touch-action:pan-y pinch-zoom;touch-action:pan-y pinch-zoom}.comparison-block.wrap-scroll{max-width:100vh}.comparison-block .mCS_no_scrollbar .comparison-block__row{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.comparison-block__row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.comparison-block__col{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media only screen and (min-width:992px){.comparison-block__row{-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: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}.comparison-block__col{width:32.42%;padding:0 15px}.comparison-block__col:first-child{width:35.16%}}@media only screen and (max-width:991px){.comparison-block__col{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:10px;width:280px;min-width:280px;max-width:280px}}.comparison-block__box{background:#FFF;-webkit-box-shadow:0 0 30px rgba(0,0,0,.15);box-shadow:0 0 30px rgba(0,0,0,.15);border-radius:10px;padding:33px 20px 30px;width:100%}@media only screen and (max-width:991px){.comparison-block__box{padding:30px 20px 20px;width:100%}}.comparison-block__box_medok{-webkit-box-shadow:0 0 30px rgba(245,108,168,.3);box-shadow:0 0 30px rgba(245,108,168,.3);border-radius:10px}@media only screen and (min-width:992px){.comparison-block__box_medok{padding:37px 20px 59px}}.comparison-block__box_medok .comparison-block__item:nth-child(1) .comparison-block__icon{color:#FFAED1}.comparison-block__box_medok .comparison-block__item:nth-child(2) .comparison-block__icon{color:#F08BB7}.comparison-block__box_medok .comparison-block__item:nth-child(3) .comparison-block__icon{color:#FC88BB}.comparison-block__box_medok .comparison-block__item:nth-child(4) .comparison-block__icon{color:#F56CA8}.comparison-block__box_medok .comparison-block__item:nth-child(5) .comparison-block__icon{color:#FE5FA5}.comparison-block__logo{margin:0 0 31px}.comparison-block__logo svg{max-width:100%;display:block;margin:0 auto}@media only screen and (max-width:991px){.comparison-block__box_medok{padding-top:27px}.comparison-block__logo svg{width:144px;height:48px}.comparison-block__logo{margin:0 0 20px}}.comparison-block__title{font-weight:500;font-size:24px;line-height:31px;margin:0 0 31px;text-align:center}@media only screen and (max-width:991px){.comparison-block__title{font-size:18px;line-height:23px;margin:0 0 20px;min-height:46px}}.comparison-block__desc{font-size:18px;line-height:32px;text-align:center;margin:0 0 14px}@media only screen and (max-width:991px){.comparison-block__desc{font-size:14px;line-height:21px;margin:0}}.comparison-block__item{border-top:1px solid #DEDEDE;margin:0 10px}.comparison-block__item:first-child{border-top:none}@media only screen and (max-width:991px){.comparison-block__item{margin:0}}@media only screen and (min-width:992px){.comparison-block__box_medok .comparison-block__item-in{padding:0 40px 0 96px}.comparison-block__box_medok .comparison-block__icon{left:40px}.comparison-block__box_medok .comparison-block__item.is-active .comparison-block__item-in{background:#D6F2D7}.comparison-block__box_medok .comparison-block__item.is-active .icon-heart{-webkit-animation:iconScale 1.5s linear infinite;animation:iconScale 1.5s linear infinite}.comparison-block__item.is-active,.comparison-block__item.is-active+.comparison-block__item{border-top-color:transparent}.comparison-block__item.is-active .comparison-block__item-in{background:#F0F0F0}.comparison-block .mCSB_container,.comparison-block .mCustomScrollBox{overflow:visible}}.comparison-block__item-in{position:relative;margin:0 -30px;padding:0 30px 0 85px}.comparison-block__icon{width:30px;height:30px;position:absolute;left:30px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media only screen and (max-width:991px){.comparison-block__item-in{margin:0 -20px;padding:0 20px 0 60px}.comparison-block__icon{width:20px;height:20px}}.comparison-block__icon svg{position:absolute;top:50%;left:50%;margin:-15px 0 0 -15px;fill:currentColor}.comparison-block__txt{font-size:18px;line-height:27px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:80px;padding-top:1px;padding-bottom:1px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.choice-programs__list,.program-description__row{display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-direction:normal}@media only screen and (max-width:1199px) and (min-width:992px){.comparison-block__txt{font-size:16px;line-height:20px}}@media only screen and (max-width:991px){.comparison-block__icon svg{width:20px;height:20px;margin:-10px 0 0 -10px}.comparison-block__txt{min-height:70px;font-size:14px;line-height:21px;padding:0}}.comparison-block__scroll{max-width:100%}.comparison-block .mCSB_container{padding:70px 0 50px}@media only screen and (max-width:991px){.comparison-block .mCSB_container{padding:50px 10px 64px}}.comparison-block .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;height:10px}.comparison-block .mCSB_scrollTools .mCSB_draggerContainer{margin:0 20px}.comparison-block .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail{height:10px;margin:0;background:#ECD9E1;border-radius:5px}.comparison-block .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger{opacity:1!important}.comparison-block .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar{opacity:1!important;margin:0;height:10px;background:#F08BB7;border-radius:5px}@-webkit-keyframes iconScale{0%{-webkit-transform:scale(1.2);transform:scale(1.2)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes iconScale{0%{-webkit-transform:scale(1.2);transform:scale(1.2)}50%{-webkit-transform:scale(1);transform:scale(1)}}.program-description{color:#2E2E2E;position:relative}@media only screen and (min-width:768px){.program-description:before{position:absolute;content:'';top:0;left:0;width:50%;height:100%;background:#F2DCE2}.program-description__col{width:50%}}.program-description__row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;position:relative}.program-description__col:first-child{padding:100px 60px 52px 0}@media only screen and (max-width:767px){.comparison-block .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:24px}.program-description__col:first-child{margin:0 -20px;padding:30px 20px 0;background:#F2DCE2}}@media only screen and (max-width:991px) and (min-width:768px){.program-description__col:first-child{padding-right:25px}}.program-description__col:last-child{position:relative}@media only screen and (min-width:768px){.program-description__col:last-child:after{content:'';position:absolute;width:100%;height:100px;bottom:0;background:-webkit-gradient(linear,left top,left bottom,from(#FFF),color-stop(47.4%,#FFF),color-stop(82.29%,rgba(255,255,255,.9)),to(rgba(255,255,255,0)));background:-o-linear-gradient(top,#FFF 0,#FFF 47.4%,rgba(255,255,255,.9) 82.29%,rgba(255,255,255,0) 100%);background:linear-gradient(180deg,#FFF 0,#FFF 47.4%,rgba(255,255,255,.9) 82.29%,rgba(255,255,255,0) 100%);-webkit-transform:matrix(1,0,0,-1,0,0);-ms-transform:matrix(1,0,0,-1,0,0);transform:matrix(1,0,0,-1,0,0)}.program-description__indicators-wrap{min-height:500px;max-height:982px;height:100%}}.program-description__btn{display:none}.program-description__pict{display:block;margin:0 auto;max-width:100%}.program-description__title{font-size:40px;line-height:52px;margin:0 0 34px}@media only screen and (max-width:767px){.program-description__col:last-child{padding:16px 0 50px}.program-description__btn{display:block;text-align:center}.program-description__title{font-size:30px;line-height:39px;margin:0 0 30px}}.program-description__subtitle{font-weight:500;font-size:20px;line-height:36px;margin:0 0 34px}@media only screen and (max-width:767px){.program-description__subtitle{font-size:18px;line-height:27px;margin:0 0 27px}}.program-description .mCSB_container{padding:100px 0}.program-description__desc{font-size:18px;line-height:32px;margin:0 0 25px}.program-description__indicators-wrap{position:relative}.program-description__indicators-wrap.is-open .program-description__item{display:block}.program-description__indicators{max-height:100%}.program-description .mCSB_outside+.mCSB_scrollTools{visibility:hidden}.program-description__item{position:relative;padding:0 0 47px 170px;font-size:16px;line-height:29px}@media only screen and (max-width:991px) and (min-width:768px){.program-description__item{padding:0 0 47px 70px}}@media only screen and (min-width:768px){.program-description__item{display:block!important}}@media only screen and (max-width:767px){.program-description__desc{font-size:16px;line-height:29px;margin:0}.program-description__item{padding:66px 0 40px;display:none}.program-description__item:nth-child(1),.program-description__item:nth-child(2),.program-description__item:nth-child(3){display:block}}.program-description__icon{position:absolute;top:-31px;left:90px}@media only screen and (max-width:991px) and (min-width:768px){.program-description__icon{left:15px;top:-15px}.program-description__icon svg{width:38px;height:46px;display:block}}.why-block{color:#2E2E2E;padding:10px 0 30px}.why-block *{outline:0!important}.why-block__title{font-size:40px;line-height:52px;text-align:center;margin:0 0 33px}@media only screen and (max-width:767px){.program-description__icon{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.program-description__icon svg{width:38px;height:46px;display:block}.why-block__title{margin:0 0 17px;font-weight:500;font-size:24px;line-height:28px}.why-block__ttl{text-align:center}}.why-block__top{position:relative}.why-block__arrow-next,.why-block__arrow-prev{position:absolute;border:none;padding:0;background:0 0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-top:-12px}@media only screen and (min-width:768px){.why-block__arrow-next,.why-block__arrow-prev{display:none}}.why-block__arrow-next svg path,.why-block__arrow-prev svg path{fill:#F08BB7}.why-block__arrow-next{left:50%;margin-left:65px}.why-block__arrow-prev{right:50%;margin-right:65px}.why-block__top-carousel{margin:0 -15px;position:absolute;visibility:hidden;opacity:0}.why-block__top-carousel.slick-initialized{visibility:visible;opacity:1;position:relative}@media only screen and (max-width:991px){.why-block__top-carousel{margin:0 -20px}}.why-block__top-item{padding:15px 15px 29px;position:relative}@media only screen and (min-width:992px){.why-block__top-item:before{content:'';top:50%;width:100%;left:50%;height:4px;background:url(/v4b/css/../images/dotted.png) repeat-x;position:absolute;margin-top:-14px}}.why-block__top-item:last-child:before{display:none}@media only screen and (max-width:991px){.why-block__top-item{width:150px;padding:15px 15px 27px}.why-block .slick-current .why-block__top-icon{background:-o-linear-gradient(331.17deg,#F56CA8 -5.53%,#F37BAF -5.53%,#F08BB7 115.93%);background:linear-gradient(118.83deg,#F56CA8 -5.53%,#F37BAF -5.53%,#F08BB7 115.93%);-webkit-box-shadow:0 10px 20px rgba(240,139,183,.5);box-shadow:0 10px 20px rgba(240,139,183,.5);-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.why-block .slick-current .why-block__top-icon svg *{fill:#FFF}}.why-block__top-icon{width:137px;height:137px;border-radius:100%;background:#F3F3F3;position:relative;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;margin:0 auto}.why-block__top-icon svg{position:absolute;margin:auto;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (min-width:992px){.why-block__top-icon:hover{background:-o-linear-gradient(331.17deg,#F56CA8 -5.53%,#F37BAF -5.53%,#F08BB7 115.93%);background:linear-gradient(118.83deg,#F56CA8 -5.53%,#F37BAF -5.53%,#F08BB7 115.93%);-webkit-box-shadow:0 10px 20px rgba(240,139,183,.5);box-shadow:0 10px 20px rgba(240,139,183,.5)}.why-block__top-icon:hover svg *{fill:#FFF}}.why-block__btm-carousel{margin:0 -15px;position:absolute;visibility:hidden;opacity:0}.why-block__btm-carousel.slick-initialized{visibility:visible;opacity:1;position:relative}.why-block__btm-item{padding:15px 15px 0}@media only screen and (max-width:991px){.why-block__top-icon{width:120px;height:120px;-webkit-transform:scale(.81);-ms-transform:scale(.81);transform:scale(.81)}.why-block__btm-item{padding:0 15px}}.why-block__ttl{font-weight:500;font-size:18px;line-height:27px;margin:0 0 25px}.why-block__desc{font-size:16px;line-height:29px}.choice-programs{padding:30px 0 85px}.choice-programs__title{font-size:40px;line-height:52px;text-align:center;margin:0 0 45px}@media only screen and (max-width:767px){.choice-programs{padding:25px 0 0}.choice-programs__title{margin:0 0 30px;font-weight:500;font-size:24px;line-height:28px}}.choice-programs__list{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -15px}.choice-programs__item{padding:15px;width:50%}.choice-programs__item img{width:100%}@media only screen and (max-width:767px){.choice-programs__list{margin:0 -20px}.choice-programs__item{width:100%;padding:0}.choice-programs__item .button{margin:0 auto}}.choice-programs__item .button{width:180px;display:block}.choice-programs__box{position:relative}.choice-programs__pict-desc{display:block}@media only screen and (max-width:767px){.choice-programs__pict-desc{display:none}}.choice-programs__pict-mob{display:block}@media only screen and (min-width:768px){.choice-programs__pict-mob{display:none}}.choice-programs__desc{position:absolute;top:77px;width:100%;padding:0 70px;left:0}@media only screen and (max-width:991px){.choice-programs__desc{bottom:0;top:auto;padding:30px}}@media only screen and (max-width:767px){.choice-programs__desc{top:auto;bottom:0;padding:30px;text-align:center}}.events-container__carousel .slick-arrow,.history-pacients .slick-arrow{bottom:55px;height:57px;background:#FFCAE1;cursor:pointer;position:absolute}.choice-programs__ttl{font-weight:500;font-size:30px;line-height:39px;margin:0 0 30px}@media only screen and (max-width:991px){.choice-programs__ttl{font-size:24px;line-height:31px;margin:0 0 25px}.call-me-block{text-align:center}}.history-pacients{padding:50px 0;overflow:hidden}.history-pacients__title{font-size:40px;line-height:52px;text-align:center;margin:0 0 45px}@media only screen and (max-width:767px){.history-pacients{padding:30px 0}.history-pacients__title{margin:0 0 30px;font-weight:500;font-size:24px;line-height:28px}}.history-pacients__carousel-wrap{max-width:1077px;margin:0 auto}.history-pacients__carousel{margin:0 -15px}.history-pacients__carousel .slick-list{overflow:visible}.history-pacients__carousel .slick-list .slick-track{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.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}.section-call-me-block{padding:50px 0 60px}.section-call-me-block__title{font-size:40px;line-height:52px;text-align:center;color:#F56CA8}.call-me-block{margin-top:34px}@media only screen and (max-width:767px){.section-call-me-block{padding:30px 0}.section-call-me-block__title{font-weight:500;font-size:24px;line-height:28px}.call-me-block{margin-top:31px}}@media only screen and (max-width:991px){.call-me-block__btn{margin:0 auto}}.call-me-block__phone a{color:inherit;text-decoration:none;font-weight:700;font-size:36px;line-height:46px}@media only screen and (max-width:767px){.call-me-block__phone a{font-size:24px;line-height:31px}}.call-me-block_btn-callback{margin:0 43px}@media only screen and (max-width:991px){.call-me-block_btn-callback{margin:20px auto}}.call-me-block__line-title{color:#F56CA8}@media only screen and (min-width:992px){.call-me-block{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;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.call-me-block__line-title{font-size:28px;line-height:36px;margin-right:50px}}@media only screen and (max-width:1199px) and (min-width:992px){.call-me-block__line-title{font-size:20px;margin-right:25px}}@media only screen and (max-width:991px){.call-me-block__line-title{font-size:40px;line-height:52px;margin-bottom:26px;text-align:center;overflow:hidden}}@media only screen and (max-width:767px){.call-me-block__line-title{font-size:24px;line-height:28px;margin-bottom:20px}}@media only screen and (min-width:992px){.call-me-block__line-title+.call-me-block__phone a{font-size:36px;line-height:43px}}@media only screen and (max-width:1199px) and (min-width:992px){.call-me-block__line-title+.call-me-block__phone a{font-size:20px}}@media only screen and (min-width:768px){.call-me-block__btn{width:275px}.call-me-block__line-title_f40{font-size:40px;line-height:43px}.call-me-block__f36{font-size:36px;line-height:43px}}.inst-container{padding:50px 0 100px}.inst-container__title{font-size:40px;line-height:52px;text-align:center;margin:0 0 50px}@media only screen and (max-width:767px){.inst-container{padding:10px 0 30px}.inst-container__title{font-weight:500;font-size:24px;line-height:28px;margin:0 0 30px}}.inst-container__btn{margin-top:50px}@media only screen and (max-width:767px){.inst-container__btn{margin:30px 0 0}}.inst-container__btn .button{display:block;margin:0 auto;width:200px}.events-container{padding:100px 0 50px}.events-container__title{font-size:40px;line-height:52px;text-align:center;margin:0 0 62px}@media only screen and (max-width:767px){.events-container{padding:30px 0 20px}.events-container__title{font-size:24px;line-height:28px;margin:0 0 30px}}.events-container__carousel{margin:0 -15px}.events-container__carousel .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}.events-container__carousel .slick-arrow svg,.webinars-container__play{-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.events-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)}.events-container__carousel .slick-arrow svg{position:absolute;top:50%;left:50%;width:12px;height:23px;transform:translate(-50%,-50%);fill:#FFF}.events-container__carousel .slick-arrow.slick-prev{left:-22px}@media only screen and (max-width:1199px) and (min-width:768px){.events-container__carousel .slick-arrow.slick-prev{left:5px}}@media only screen and (max-width:767px){.events-container__carousel .slick-arrow.slick-prev{right:50%;margin:0 10px 0 0;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);top:auto;left:auto;bottom:0}}.events-container__carousel .slick-arrow.slick-next{right:-22px}@media only screen and (max-width:1199px) and (min-width:768px){.events-container__carousel .slick-arrow.slick-next{right:5px}}.events-container__carousel *{outline:0!important}.events-container__item{padding:0 15px}@media only screen and (max-width:767px){.events-container__carousel .slick-arrow.slick-next{left:50%;right:auto;margin:0 0 0 10px;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);top:auto;bottom:0}.events-container__item{display:none}.events-container__item:first-child{display:block}}.events-container__btm{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.events-container__btm .events-container__date{position:static;margin-right:auto}.events-container__box{position:relative;font-size:14px;line-height:16px}.events-container__box:hover .events-container__more span{text-decoration:none}.events-container__box_big{margin-bottom:26px}.events-container__box:before{width:100%;height:100%;top:0;left:0;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(.01%,rgba(0,0,0,0)),to(rgba(0,0,0,.3)));background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) .01%,rgba(0,0,0,.3) 100%);background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) .01%,rgba(0,0,0,.3) 100%);position:absolute}.events-container__pict{width:100%;display:block}@media only screen and (max-width:991px){.events-container__pict_desk{display:none!important}}@media only screen and (min-width:992px){.events-container__pict_mob{display:none!important}}.events-container__desc{position:absolute;bottom:0;left:0;width:100%;color:#FFF;padding:0 30px 40px}.events-container__labels{position:absolute;top:20px;right:30px}@media only screen and (max-width:767px){.events-container__box_big{margin-bottom:15px}.events-container__desc{padding:0 20px 40px}.events-container__labels{right:20px}}.events-container__labels span{color:#FFF;display:inline-block;vertical-align:top;margin:0 0 5px 5px;background:#F56CA8;padding:0 7px;font-size:14px;line-height:25px;white-space:normal}.events-container__ttl{font-weight:500;font-size:24px;line-height:31px;margin:0 0 20px}.events-container__txt+.events-container__place{margin:23px 0}@media only screen and (max-width:767px){.events-container__txt+.events-container__place{margin:15px 0}.events-container__date{position:absolute;bottom:40px;left:20px;font-size:12px;line-height:14px}}@media only screen and (min-width:768px){.events-container__info{margin:40px 0}.events-container__date+.events-container__place{margin-left:20px}}.events-container__txt{font-weight:500;font-size:18px;line-height:27px;max-width:353px}.events-container__place{display:inline-block;padding-left:26px;position:relative}@media only screen and (max-width:767px){.events-container__txt{font-size:16px;line-height:24px}.events-container__place{margin:15px 0}}.events-container__place svg{position:absolute;top:-3px;left:0;width:15px;height:20px}.events-container__more{color:inherit;text-decoration:none;font-weight:500;font-size:16px;line-height:19px}.events-container__more span{text-decoration:underline;margin-right:5px}.events-container__btn{margin-top:50px}@media only screen and (max-width:767px){.events-container__more{float:right;font-size:12px;line-height:14px}.events-container__btn{margin-top:30px}}.events-container__btn .button{display:block;margin:0 auto;width:250px}.webinars-container{padding:50px 0;color:#2E2E2E}.webinars-container__title{font-size:40px;line-height:52px;text-align:center;margin:0 0 50px}@media only screen and (max-width:767px){.webinars-container{padding:20px 0}.webinars-container__title{font-size:24px;line-height:28px;margin:0 0 30px}}.webinars-container__btn{margin-top:50px}@media only screen and (max-width:767px){.webinars-container__btn{margin-top:30px}}.webinars-container__btn .button{display:block;margin:0 auto;width:250px}.webinars-container__list{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;margin:0 -15px}@media only screen and (max-width:991px){.webinars-container__list{display:block}}.webinars-container__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 15px;width:33.33333%}@media only screen and (max-width:991px){.webinars-container__item{display:none;width:100%}.webinars-container__item:first-child{display:block}}.webinars-container__box{position:relative;width:100%;background:#FFF;-webkit-box-shadow:0 0 30px rgba(0,0,0,.15);box-shadow:0 0 30px rgba(0,0,0,.15);border-radius:10px}@media only screen and (min-width:768px){.webinars-container__box{padding-bottom:215px}}.webinars-container__video{position:relative;margin:0}.webinars-container__video img{display:block;width:100%}.webinars-container__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:63px;height:63px}@media only screen and (max-width:767px){.webinars-container__play{width:58px;height:58px}}.webinars-container__play svg{display:block;width:100%;height:100%}.webinars-container__time{width:82px;height:36px;background:#16110D;color:#FFF;text-align:center;position:absolute;right:6px;bottom:6px;font-size:16px;line-height:24;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}.webinars-container__translation{background:#F08BB7;font-weight:500;font-size:16px;line-height:48px;text-align:center;color:#FFF;width:100%;height:48px}.webinars-container__translation svg{width:30px;height:30px;margin-right:10px}.webinars-container__translation_online{background:#7FD2AA}.webinars-container__translation_online svg path[fill="#F04C95"]{fill:#1BB58F}.webinars-container__desc{width:100%;padding:30px}@media only screen and (max-width:767px){.webinars-container__desc{padding:30px 20px}}.webinars-container__ttl{font-size:18px;line-height:27px;font-weight:700;margin:0 0 25px}.webinars-container__txt{font-size:16px;line-height:24px}.webinars-container__btm{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;font-size:16px;line-height:21px;width:100%;padding:0 30px 30px;position:absolute;bottom:0;left:0}@media only screen and (max-width:767px){.webinars-container__btm{padding:0 20px 30px;position:relative}}.webinars-container__btm-itm{position:relative;padding-left:30px;margin:0 0 25px}.webinars-container__btm-itm svg{width:20px;height:20px;position:absolute;left:0;top:-3px}.webinars-container__box-btn{margin-top:30px}.webinars-container__box-btn .button{width:241px;margin:0 auto;display:block}.question-anons{color:#2E2E2E;padding:50px 0}.question-anons__title{font-size:40px;line-height:52px;text-align:center;margin:0 0 50px}@media only screen and (max-width:767px){.question-anons{padding:20px 0 10px}.question-anons__title{font-size:24px;line-height:28px;margin:0 0 30px}}.question-anons__btn{margin-top:10px}@media only screen and (max-width:767px){.question-anons__btn{margin-top:0}}.question-anons__btn .button{display:block;margin:0 auto;width:250px}.question-anons__item{padding:40px 0;border-top:1px solid #DEDEDE}.question-anons__item:first-child{padding-top:0;border:none}.question-anons__ttl{font-weight:500;font-size:20px;line-height:36px;margin:0 0 25px}@media only screen and (max-width:767px){.question-anons__item{padding:30px 0}.question-anons__ttl{font-size:18px;line-height:27px}}.question-anons__txt{font-size:18px;line-height:32px;color:#7B7B7B;margin:0 0 24px}@media only screen and (max-width:767px){.question-anons__txt{font-size:16px;line-height:29px}}.question-anons__btm{font-size:14px;line-height:16px}.question-anons__more{color:#F08BB7;text-decoration:none;-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}@media only screen and (min-width:768px){.question-anons__btm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:16px;line-height:19px}.question-anons__more{margin-right:53px}}.question-anons__more:hover span{text-decoration:none}.question-anons__more span{margin-right:10px;text-decoration:underline}.question-anons__theme{color:#797979}.question-anons__theme a{color:inherit}.question-anons__theme a:hover{text-decoration:none}.content__desc{font-size:18px;line-height:32px;color:#2E2E2E}@media only screen and (max-width:767px){.question-anons__theme{display:block;margin:0 0 20px}.content__desc{font-size:16px;line-height:29px}}.program-info{background:url(/v4b/css/../images/program-info.jpg) center center no-repeat;background-size:cover;color:#2E2E2E}@media only screen and (min-width:992px){.program-info__columns{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;margin:0 -20px}.program-info__column{padding:0 20px;width:100%}.program-info__column_big{width:59%}.program-info__column_smal{width:41%;padding-top:35px;max-width:440px;margin-right:auto}.program-info__column_order-0{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}}@media only screen and (max-width:991px) and (min-width:768px){.program-info__column_smal{padding-top:30px}}.program-info__pict img{display:block;width:100%;border-radius:100%}@media only screen and (min-width:768px){.program-info__advantages{max-width:675px;margin:0 auto}.program-info__advantages-in{position:relative;padding-bottom:100%}.program-info__pict{width:51%;border-radius:100%;position:absolute;margin:auto;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:53%}.program-info__list-next,.program-info__list-prev{display:none}}@media only screen and (max-width:767px){.program-info__pict{max-width:300px;margin:30px auto 0}.program-info__list-wrap{position:relative}}.program-info__list-next,.program-info__list-prev{position:absolute;border:none;padding:0;background:0 0;top:55px}.program-info__list-next{left:50%;margin-left:72px}.program-info__list-prev{right:50%;margin-right:72px}@media only screen and (min-width:768px){.program-info__list{width:100%;height:100%;top:0;left:0;position:absolute}.program-info__item{width:95px;height:95px;position:absolute;left:50%;top:100%;opacity:0}}@media only screen and (max-width:767px){.program-info__list{margin:0 -20px}.program-info__item{width:160px}}.program-info__item-icon .icon-border{display:block;width:100%;height:100%}@media only screen and (min-width:768px){.program-info__item-in{width:100%;height:100%}.program-info__item-icon{width:100%;height:100%;position:absolute;margin:auto;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.program-info__icon{width:100%;height:100%}}@media only screen and (max-width:767px){.program-info__item-icon{-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}}.program-info__icon{position:relative}.program-info__icon .icon{position:absolute;margin:auto;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width:767px){.program-info__icon{width:120px;height:120px;margin:0 auto;position:relative}}.program-info__txt{text-align:center;font-weight:500}@media only screen and (min-width:768px){.program-info__txt{font-size:14px;line-height:21px;position:absolute;top:100%;left:50%;margin-top:10px;width:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);text-align:center}}@media only screen and (max-width:767px){.program-info__txt{opacity:0;margin-top:26px;font-size:18px;line-height:27px;color:#2E2E2E;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}}.program-info .slick-active .program-info__item-icon{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.program-info .slick-active .program-info__txt{opacity:1}.program-info__title{font-size:40px;line-height:50px;margin:0 0 40px}@media only screen and (max-width:767px){.program-info__title{margin:0 0 30px;font-size:30px;line-height:39px}}.program-info__subtitle{font-weight:500;font-size:18px;line-height:27px;margin:0 0 40px}@media only screen and (max-width:767px){.program-info__subtitle{margin:0 0 30px;font-size:18px;line-height:27px}}.program-info__desc{font-size:18px;line-height:32px}@media only screen and (max-width:767px){.program-info__desc{font-size:16px;line-height:29px;margin:0 0 30px}}.program-info__desc p{margin:40px 0 0}@media only screen and (max-width:767px){.program-info__desc p{margin:30px 0 0}}.program-description__item.second_title{font-size: 40px;line-height: 52px;margin: 0 0 34px;font-weight: 700;}
/* 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:/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/desc-block.css?16614063244926 */
/* /v1/css/program-block.css?16614063243921 */
/* /v1/css/our-program.css?168560757210652 */
/* /v4b/css/programs.css?169442899052040 */
/* /v1/css/doctors-block.css?169442716213647 */
/* /v5/css/modificators.css?166140632342866 */
