@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Breadcrumbs
# History-block
# Information-block
# Appointment
# Pagination
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.Breadcrumbs {
  margin-bottom: 45px; }
  @media (max-width: 767px) {
    .Breadcrumbs {
      margin-bottom: 15px; } }
  .Breadcrumbs__list {
    padding: 0;
    margin: 0; }
  .Breadcrumbs__item {
    position: relative;
    display: inline-block;
    padding-right: 10px; }
    .Breadcrumbs__item:before {
      display: none; }
    .Breadcrumbs__item:after {
      content: '/';
      position: absolute;
      top: 3px;
      right: -2px;
      font-size: 13px;
      color: #3F002A; }
    .Breadcrumbs__item:last-child {
      padding-right: 0; }
      .Breadcrumbs__item:last-child:after {
        display: none; }
    @media (max-width: 767px) {
      .Breadcrumbs__item {
        display: none; }
        .Breadcrumbs__item:first-child {
          display: inline-block;
          padding-left: 20px; }
        .Breadcrumbs__item:after {
          display: none; } }
  .Breadcrumbs__link {
    font-size: 13px;
    text-decoration: underline; }
    .Breadcrumbs__link--is-active {
      text-decoration: none; }
    @media (max-width: 767px) {
      .Breadcrumbs__link {
        color: #a76072;
        text-decoration: none; }
        .Breadcrumbs__link:before {
          content: '';
          position: absolute;
          top: 8px;
          left: 1px;
          width: 14px;
          height: 9px;
          background-image: url("/img/breadcrumbs-arrow.svg");
          background-repeat: no-repeat;
          background-size: cover; } }

/*--------------------------------------------------------------
# History-block
--------------------------------------------------------------*/
.History-block {
  margin-bottom: 80px;
  font-size: 0; }
  @media (max-width: 1199px) {
    .History-block {
      margin-bottom: 30px; } }
  .History-block__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #DBB3BD; }
    .History-block__header--xs {
      display: none; }
    .History-block__header-info {
      padding-top: 8px; }
      .History-block__header-info p {
        margin-bottom: 0; }
      .History-block__header-info .Name {
        font-size: 18px;
        font-weight: 700;
        color: #3F002A; }
      .History-block__header-info .Date {
        font-size: 14px;
        color: #A76072; }
      @media (max-width: 767px) {
        .History-block__header-info {
          padding-top: 4px; } }
    .History-block__header-button .Button {
      min-width: 165px;
      text-align: center; }
    @media (max-width: 767px) {
      .History-block__header {
        display: none; }
        .History-block__header--xs {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding-bottom: 6px;
          margin-bottom: 20px; } }
  .History-block__photo {
    display: inline-block;
    width: 260px;
    margin-right: 28px;
    vertical-align: top; }
    .History-block__photo-link {
      display: block;
      padding-bottom: 15px; }
      @media (max-width: 767px) {
        .History-block__photo-link {
          padding-bottom: 5px; } }
      .History-block__photo-link img {
        width: 100%; }
    @media (max-width: 1199px) {
      .History-block__photo {
        display: block;
        float: left;
        width: 163px; } }
    @media (max-width: 767px) {
      .History-block__photo {
        width: 110px;
        margin-right: 10px; } }
  .History-block__main {
    display: inline-block;
    width: calc(100% - 290px);
    vertical-align: top; }
    @media (max-width: 1199px) {
      .History-block__main {
        display: block;
        width: 100%; } }
  .History-block__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 25px;
    border-top: 1px solid #DBB3BD; }
    @media (max-width: 767px) {
      .History-block__footer {
        padding-top: 5px;
        border-top: 0; }
        .History-block__footer-button {
          display: none; } }

/*--------------------------------------------------------------
# Information-block
--------------------------------------------------------------*/
.Information-block__box {
  position: relative; }
  .Information-block__box--bg:before {
    content: '';
    z-index: -2;
    position: absolute;
    top: 60px;
    display: block;
    width: 490px;
    height: 490px;
    background-image: url(/img/ellipse_stories.svg); }
    @media (max-width: 767px) {
      .Information-block__box--bg:before {
        display: none; } }
  .Information-block__box--bg:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50px;
    background-repeat: no-repeat; }
  .Information-block__box--bg-right:before {
    right: 15px;
    top: 80px; }
    @media (max-width: 991px) {
      .Information-block__box--bg-right:before {
        right: -175px;
        top: 70px; } }
  .Information-block__box--bg-right:after {
    right: -60px;
    top: 110px;
    width: 442px;
    height: 492px;
    background-image: url("/img/information-block-box-bg-2.png"); }
    @media (max-width: 991px) {
      .Information-block__box--bg-right:after {
        right: -255px;
        opacity: .35; } }
    @media (max-width: 767px) {
      .Information-block__box--bg-right:after {
        display: none; } }
  .Information-block__box--bg-left:before {
    left: -20px; }
    @media (max-width: 991px) {
      .Information-block__box--bg-left:before {
        left: -70px; } }
  .Information-block__box--bg-left:after {
    left: -30px;
    width: 546px;
    height: 460px;
    background-image: url("/img/information-block-box-bg.png"); }
    @media (max-width: 991px) {
      .Information-block__box--bg-left:after {
        left: -100px;
        opacity: .35; } }
    @media (max-width: 767px) {
      .Information-block__box--bg-left:after {
        display: none; } }

.Information-block__title {
  text-align: center; }
  .Information-block__title h2 {
    margin-bottom: 90px; }
    @media (max-width: 767px) {
      .Information-block__title h2 {
        margin-bottom: 20px; } }

.Information-block__desc {
  margin-bottom: 27px; }
  .Information-block__desc-list--top-indent {
    margin-top: 50px; }
  .Information-block__desc--large-indent {
    margin-bottom: 90px; }
    @media (max-width: 991px) {
      .Information-block__desc--large-indent {
        margin-bottom: 70px; } }
    @media (max-width: 767px) {
      .Information-block__desc--large-indent {
        margin-bottom: 30px; } }
  .Information-block__desc p {
    font-size: 14px; }
  .Information-block__desc ul {
    padding-left: 15px; }
  .Information-block__desc li {
    margin-bottom: 10px;
    font-size: 14px; }
    .Information-block__desc li:last-child {
      margin-bottom: 0; }
  .Information-block__desc ol {
    list-style: none; }
    @media (max-width: 767px) {
      .Information-block__desc ol {
        padding-left: 30px; } }
    .Information-block__desc ol li {
      margin-bottom: 25px;
      font-size: 0;
      counter-increment: step-counter; }
      .Information-block__desc ol li p:last-child {
        margin-bottom: 0; }
      .Information-block__desc ol li:last-child {
        margin-bottom: 0; }
      .Information-block__desc ol li:before {
        content: counter(step-counter);
        font-size: 53px;
        line-height: 1.2;
        color: #EBD4DA; }
        @media (max-width: 767px) {
          .Information-block__desc ol li:before {
            font-size: 30px; } }

.Information-block__number-list-box {
  display: inline-block;
  padding-left: 22px;
  border-left: 1px solid #D8B9C0;
  vertical-align: top; }

.Information-block__text {
  margin-bottom: 58px; }
  .Information-block__text p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #3F002A; }
    .Information-block__text p:last-child {
      margin-bottom: 0; }
  @media (max-width: 1199px) {
    .Information-block__text {
      margin-bottom: 28px; } }

.Information-block__carousel {
  position: relative;
  margin-bottom: 65px; }
  @media (max-width: 1199px) {
    .Information-block__carousel {
      margin-bottom: 28px; } }
  @media (max-width: 767px) {
    .Information-block__carousel {
      margin-bottom: 20px; } }
  .Information-block__carousel:before {
    content: '';
    display: block;
    clear: both; }
  .Information-block__carousel-title {
    position: relative;
    padding-top: 5px;
    margin-bottom: 28px; }
    .Information-block__carousel-title p {
      margin-bottom: 0;
      font-size: 16px;
      font-weight: 700; }
    @media (max-width: 767px) {
      .Information-block__carousel-title {
        margin-bottom: 15px; } }
  .Information-block__carousel-item {
    width: 33.333%;
    margin: 0;
    margin-right: 10px; }
    .Information-block__carousel-item--four {
      width: 25%; }
    @media (max-width: 767px) {
      .Information-block__carousel-item {
        width: 100%; } }
  .Information-block__carousel-link {
    display: block; }
    .Information-block__carousel-link:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-size: 1px 1px;
      background-position: 50%;
      background-color: transparent;
      -webkit-transition: background .3s ease-out;
      transition: background .3s ease-out;
      cursor: pointer; }
    .Information-block__carousel-link:hover:before {
      background: url(/img/lupa.svg) 50% no-repeat rgba(0, 0, 0, 0.3);
      background-size: 40px 40px; }
  .Information-block__carousel-arrows {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 0; }
    @media (max-width: 1199px) {
      .Information-block__carousel-arrows {
        display: none; } }
  .Information-block__carousel-arrow {
    display: inline-block;
    width: 10px;
    height: 30px;
    vertical-align: top;
    cursor: pointer; }
    .Information-block__carousel-arrow-icon {
      display: block; }
      .Information-block__carousel-arrow-icon svg {
        width: 100%; }
    .Information-block__carousel-arrow--prev {
      margin-right: 40px; }
  .Information-block__carousel-pagination {
    display: none;
    margin-top: 30px;
    text-align: center; }
    @media (max-width: 1199px) {
      .Information-block__carousel-pagination {
        display: block; } }
    @media (max-width: 767px) {
      .Information-block__carousel-pagination {
        margin-top: 17px; } }

.Information-block__video {
  margin-bottom: 27px;
  cursor: pointer; }
  .Information-block__video-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 58%;
    overflow: hidden; }
    .Information-block__video-wrapper:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-position: 50%;
      background-color: transparent;
      opacity: .2;
      -webkit-transition: background .3s ease-out;
      transition: background .3s ease-out; }
    .Information-block__video-wrapper:hover:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-position: 50%;
      background-color: #000;
      opacity: .2; }
    .Information-block__video-wrapper--narrow {
      padding-bottom: 43.74%; }
      @media (max-width: 767px) {
        .Information-block__video-wrapper--narrow {
          padding-bottom: 86.20%; } }
    .Information-block__video-wrapper:before {
      z-index: 3;
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 68px;
      height: 68px;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 1;
      -webkit-transition: opacity .3s;
      transition: opacity .3s;
      background-image: url("/img/play-icon-white.svg");
      background-repeat: no-repeat;
      background-size: cover; }
    .Information-block__video-wrapper--increased-icon:before {
      width: 100px;
      height: 100px; }
    .Information-block__video-wrapper.is-active .Information-block__video-title,
    .Information-block__video-wrapper.is-active .Information-block__video-logo,
    .Information-block__video-wrapper.is-active .Information-block__video-substrate {
      opacity: 0;
      visibility: hidden; }
    .Information-block__video-wrapper.is-active.playing:before {
      background-image: url("/img/pause-white.svg");
      opacity: 0; }
    .Information-block__video-wrapper.is-active.playing:hover:before {
      opacity: 1; }
  .Information-block__video-substrate {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .Information-block__video-substrate--md {
      display: block; }
    .Information-block__video-substrate--xs {
      display: none; }
    @media (max-width: 767px) {
      .Information-block__video-substrate--md {
        display: none; }
      .Information-block__video-substrate--xs {
        display: block; } }
  .Information-block__video-title {
    z-index: 2;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    margin: 0;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .Information-block__video-title--pink {
      color: #3F002A; }
    @media (max-width: 767px) {
      .Information-block__video-title {
        display: none; } }
  .Information-block__video-logo {
    z-index: 2;
    position: absolute;
    bottom: 35px;
    left: 35px;
    display: block;
    width: 100%;
    max-width: 200px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    @media (max-width: 767px) {
      .Information-block__video-logo {
        bottom: 12px;
        left: 12px;
        width: 68px; } }
  .Information-block__video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .Information-block__video--large-indent {
    margin-bottom: 90px; }
    @media (max-width: 991px) {
      .Information-block__video--large-indent {
        margin-bottom: 70px; } }
    @media (max-width: 767px) {
      .Information-block__video--large-indent {
        margin-bottom: 30px; } }

.Information-block--bg {
  min-height: 565px; }
  .Information-block--bg-2 {
    min-height: 610px; }
    @media (max-width: 767px) {
      .Information-block--bg-2 {
        min-height: 0; } }
  @media (max-width: 767px) {
    .Information-block--bg {
      min-height: 0; } }

/*--------------------------------------------------------------
# Аppointment
--------------------------------------------------------------*/
.Аppointment {
  background: url(/img/bg-appointment.svg) top left repeat-x;
  background-size: cover;
  position: relative; }
  .Аppointment .container {
    position: relative; }
  @media (max-width: 991px) {
    .Аppointment .Wrapper {
      padding-bottom: 130px; } }
  @media (max-width: 767px) {
    .Аppointment .Wrapper {
      padding-bottom: 30px; } }
  .Аppointment__ornament {
    display: none;
    max-width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
    @media (max-width: 767px) {
      .Аppointment__ornament {
        display: block;
        max-width: 80px; } }
  .Аppointment__form {
    padding-top: 110px;
    z-index: 1; }
    @media (max-width: 767px) {
      .Аppointment__form {
        padding-top: 20px; } }
    .Аppointment__form form {
      max-width: 560px; }
    @media (max-width: 767px) {
      .Аppointment__form .Form__group {
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .Аppointment__form .Form__group--middle-indents {
        margin-top: 10px; } }
    .Аppointment__form .Form__notice {
      max-width: 450px; }
      @media (max-width: 991px) {
        .Аppointment__form .Form__notice {
          max-width: 400px; } }
    @media (max-width: 767px) {
      .Аppointment__form .Button {
        width: 100%; } }
  .Аppointment__image {
    position: absolute;
    top: 33px;
    right: -35px;
    z-index: 0; }
    @media (max-width: 991px) {
      .Аppointment__image {
        max-width: 565px;
        top: 80px;
        right: -70px; } }
    @media (max-width: 767px) {
      .Аppointment__image {
        display: none; } }

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
@media (max-width: 767px) {
  .Pagination {
    width: 100%; } }

@media (max-width: 767px) {
  .Pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.Pagination__item {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 4px;
  border-radius: 50%;
  text-align: center; }
  .Pagination__item.is-active {
    background-color: #A76072; }
    .Pagination__item.is-active .Pagination__link {
      color: #fff; }
  @media (max-width: 1199px) {
    .Pagination__item {
      width: 30px;
      margin: 0; }
      .Pagination__item.is-active {
        width: 40px; } }

.Pagination__link {
  display: block;
  font-size: 14px;
  line-height: 40px; }
  @media (max-width: 767px) {
    .Pagination__link {
      font-size: 16px; } }

/*# sourceMappingURL=history-page.css.map */

