@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Breadcrumbs
# Appointment
# List-map
# Map
# Contacts-block
# Interiors
# List-services
# Tab
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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; } }

/*--------------------------------------------------------------
# А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; } }

/*--------------------------------------------------------------
# List-map
--------------------------------------------------------------*/
.List-map__item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EBDBDF; }
  .List-map__item.is-active .List-map__map-box {
    max-height: 900px; }
  .List-map__item:first-child {
    padding-top: 0; }
  @media (max-width: 991px) {
    .List-map__item {
      padding-bottom: 18px; } }

.List-map__info {
  position: relative;
  padding-left: 40px; }
  .List-map__info .Title {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #3F002A; }
    .List-map__info .Title:before {
      content: '';
      position: absolute;
      top: -1px;
      left: 0;
      display: block;
      width: 30px;
      height: 30px;
      background-image: url("/img/metro-8.svg");
      background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .List-map__info .Title {
        min-height: 36px;
        padding-left: 40px;
        margin-bottom: 10px;
        font-size: 16px; } }
  .List-map__info .Subtitle {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 400;
    color: #3F002A; }
    @media (max-width: 767px) {
      .List-map__info .Subtitle {
        margin-bottom: 4px;
        font-size: 14px; } }
  .List-map__info .Info {
    margin-bottom: 0;
    font-size: 14px;
    color: #A76072; }
  @media (max-width: 767px) {
    .List-map__info {
      padding-left: 0;
      margin-bottom: 15px; } }

.List-map__button {
  padding-top: 10px;
  font-size: 0;
  text-align: right; }
  .List-map__button .Button {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    text-align: center; }
    .List-map__button .Button--map {
      margin-right: 10px; }
    @media (max-width: 991px) {
      .List-map__button .Button--small {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 767px) {
      .List-map__button .Button--small {
        padding-left: 65px;
        padding-right: 65px; } }
  @media (max-width: 767px) {
    .List-map__button {
      text-align: left; } }

.List-map__map-box {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s; }

.List-map__map-item {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  margin-top: 33px; }
  @media (max-width: 991px) {
    .List-map__map-item {
      margin-top: 25px; } }
  @media (max-width: 767px) {
    .List-map__map-item {
      height: 300px;
      margin-top: 10px; } }

@media (max-width: 767px) {
  .List-map--bg {
    background-image: url("/img/list-map-bg.png");
    background-repeat: repeat-x; }
  .List-map .Main__title-box {
    padding-top: 28px;
    margin-bottom: 10px; } }

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.Map {
  height: 100%; }
  .Map__address-block {
    position: relative;
    padding: 47px 40px;
    z-index: 1;
    background-color: #A76072;
    color: #fff; }
    @media (max-width: 991px) {
      .Map__address-block {
        padding: 47px 0; } }
    @media (max-width: 767px) {
      .Map__address-block {
        padding: 30px 15px; } }
    .Map__address-block:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 0;
      background-image: url(/img/ornament-map.svg);
      background-repeat: no-repeat;
      background-size: 185px 654px; }
  .Map__header {
    margin-bottom: 5px;
    padding-left: 50px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .Map__header {
        padding-left: 0; } }
  .Map__address-item {
    margin-top: 26px; }
    .Map__address-item .col-10 {
      padding-left: 0; }
  .Map__line-icon {
    display: inline-block;
    margin-left: 50px; }
    @media (max-width: 767px) {
      .Map__line-icon {
        margin-left: 0; } }
  @media (max-width: 767px) {
    .Map__metro-block {
      display: none; } }
  .Map__metro-icon svg {
    fill: #D2AAB3; }
  .Map__text {
    border-left: 1px solid #D2AAB3;
    padding-left: 15px; }
    @media (max-width: 767px) {
      .Map__text {
        padding-left: 0;
        border: none; } }
    .Map__text p {
      margin-bottom: 0;
      font-size: 14px;
      line-height: 24px; }
  .Map__metro-name {
    font-weight: 700; }
  .Map__address-box {
    padding: 0; }

.Map-block {
  margin-bottom: 80px; }
  .Map-block--small-indent {
    margin-bottom: 50px; }
  .Map-block__widget {
    display: block;
    width: 100%;
    height: 530px; }
    @media (max-width: 991px) {
      .Map-block__widget {
        height: 400px; } }
    @media (max-width: 767px) {
      .Map-block__widget {
        height: 440px; } }
  @media (max-width: 767px) {
    .Map-block {
      margin-bottom: 0; }
      .Map-block .container {
        padding: 0; } }

/*--------------------------------------------------------------
# Contacts-block
--------------------------------------------------------------*/
.Contacts-block {
  margin-bottom: 75px; }
  @media (max-width: 991px) {
    .Contacts-block--md-no-indent {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .Contacts-block {
      margin-bottom: 0; } }
  .Contacts-block__box--border {
    padding: 53px 40px 55px;
    border-top: 1px solid #EBDBDF;
    border-bottom: 1px solid #EBDBDF; }
  .Contacts-block__box--border-bottom {
    padding-bottom: 50px;
    border-bottom: 1px solid #EBDBDF; }
    @media (max-width: 767px) {
      .Contacts-block__box--border-bottom {
        padding-bottom: 0; } }
  .Contacts-block__box--substrate {
    height: 300px;
    background-image: url("/img/contacts-block-bg.png");
    background-repeat: no-repeat;
    background-position: top right; }
  @media (max-width: 991px) {
    .Contacts-block__box--border {
      padding-left: 30px;
      padding-right: 30px; }
    .Contacts-block__box--md-border-hiden {
      border-bottom: 0; } }
  @media (max-width: 767px) {
    .Contacts-block__box--border {
      padding: 18px 0 12px;
      border: 0; }
    .Contacts-block__box--substrate {
      height: auto;
      background: none; } }
  .Contacts-block__term-list {
    margin-bottom: 35px; }
    .Contacts-block__term-list:last-child {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .Contacts-block__term-list {
        margin-bottom: 14px; }
        .Contacts-block__term-list:last-child {
          margin-bottom: 14px; } }
  .Contacts-block__info {
    max-width: 660px;
    font-size: 0; }
    .Contacts-block__info--tablet {
      display: none;
      margin: 0 !important; }
    @media (max-width: 991px) {
      .Contacts-block__info {
        max-width: 100%; }
        .Contacts-block__info--desk {
          display: none; }
        .Contacts-block__info--tablet {
          display: block; } }
    @media (max-width: 767px) {
      .Contacts-block__info {
        padding-top: 18px; } }
    .Contacts-block__info-part {
      display: inline-block;
      width: 50%;
      padding: 0 20px;
      vertical-align: top; }
      @media (max-width: 767px) {
        .Contacts-block__info-part {
          width: 100%;
          padding: 0; } }
      .Contacts-block__info-part--1of3 {
        width: 33.333%; }
        @media (max-width: 991px) {
          .Contacts-block__info-part--1of3 {
            width: 50%; } }
        @media (max-width: 767px) {
          .Contacts-block__info-part--1of3 {
            width: 100%; } }
    .Contacts-block__info-term {
      position: relative;
      padding-bottom: 33px;
      margin-bottom: 0;
      font-size: 18px;
      font-weight: 700;
      color: #3F002A; }
      .Contacts-block__info-term:before {
        content: '';
        position: absolute;
        bottom: 15px;
        left: 0;
        width: 42px;
        height: 1px;
        background-color: #DBB3BD; }
      @media (max-width: 991px) {
        .Contacts-block__info-term {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .Contacts-block__info-term {
          padding-bottom: 0;
          font-size: 16px; }
          .Contacts-block__info-term--metro {
            padding-bottom: 9px; }
          .Contacts-block__info-term:before {
            display: none; } }
    .Contacts-block__info-determ {
      padding: 0;
      margin: 0; }
      .Contacts-block__info-determ--metro {
        margin-bottom: 14px; }
        .Contacts-block__info-determ--metro:last-child {
          margin-bottom: 0; }
        .Contacts-block__info-determ--metro .Contacts-block__info-text {
          position: relative;
          display: block;
          padding-left: 35px; }
          .Contacts-block__info-determ--metro .Contacts-block__info-text:before {
            content: '';
            position: absolute;
            top: -3px;
            left: 0;
            display: block;
            width: 25px;
            height: 25px;
            background-image: url(/img/metro-8.svg);
            background-repeat: no-repeat; }
    .Contacts-block__info-text {
      padding: 0;
      font-size: 14px;
      font-weight: 400;
      color: #3F002A; }
    .Contacts-block__info--full-width {
      max-width: none;
      margin: 0 -20px; }

/*--------------------------------------------------------------
# Interiors
--------------------------------------------------------------*/
.Interiors--bottom-indent {
  padding-bottom: 85px; }
  @media (max-width: 991px) {
    .Interiors--bottom-indent {
      padding-bottom: 55px; } }
  @media (max-width: 767px) {
    .Interiors--bottom-indent {
      padding-bottom: 0; } }

.Interiors .container--increased {
  max-width: 1430px; }

.Interiors__slider {
  position: relative;
  padding-top: 60px; }
  .Interiors__slider--no-top-indent {
    padding-top: 0; }
  @media (max-width: 767px) {
    .Interiors__slider {
      padding-top: 0; } }

.Interiors__items-wrapper {
  padding: 0 0 70px; }
  .Interiors__items-wrapper--no-indent {
    padding: 0; }
  @media (max-width: 991px) {
    .Interiors__items-wrapper {
      padding: 0 0 70px; } }
  @media (max-width: 767px) {
    .Interiors__items-wrapper {
      padding: 0 0 50px; }
      .Interiors__items-wrapper--no-indent {
        padding-top: 0; } }

.Interiors__item {
  display: inline-block;
  position: relative;
  width: 33.333%;
  text-align: center;
  z-index: 1;
  cursor: pointer; }
  .Interiors__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.65);
    z-index: 2; }
  .Interiors__item:before {
    background-size: 1px 1px;
    background-position: 50%;
    -webkit-transition: background .3s ease-out;
    transition: background .3s ease-out;
    cursor: pointer; }
  .Interiors__item:hover:before {
    background: url(/img/lupa.svg) 50% no-repeat rgba(0, 0, 0, 0.3);
    background-size: 60px 60px; }
    @media (min-width: 992px) {
		.Interiors__item.swiper-slide-active {
			-webkit-transform: scale(1.3);
			transform: scale(1.3);
		}}
  .Interiors__item.swiper-slide-active {
    pointer-events: inherit;
    z-index: 3; }
    .Interiors__item.swiper-slide-active:after {
      content: '';
      position: absolute;
      bottom: -20px;
      left: 0;
      width: 100%;
      height: 35px;
      background-image: url(/img/shadow-big.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      -webkit-transform: translate(0, 100%);
      transform: translate(0, 100%); }
      @media (max-width: 991px) {
        .Interiors__item.swiper-slide-active:after {
          bottom: -15px; } }
      @media (max-width: 767px) {
        .Interiors__item.swiper-slide-active:after {
          bottom: -10px;
          background-image: url(/img/shadow.png); } }
    .Interiors__item.swiper-slide-active: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; }
    .Interiors__item.swiper-slide-active:hover:before {
      background: url(/img/lupa.svg) 50% no-repeat rgba(0, 0, 0, 0.3);
      background-size: 60px 60px; }
/*    .Interiors__item.swiper-slide-active .Interiors__item-link:after {
      content: '';
      position: absolute;
      width: 70px;
      height: 250px;
      top: 0;
      right: 0;
      z-index: 4;
      background: url(/img/ornament_inter.svg) top right no-repeat; }
    .Interiors__item.swiper-slide-active .Interiors__item-link:before {
      content: '';
      position: absolute;
      width: 50px;
      height: 42px;
      bottom: 20px;
      left: 20px;
      z-index: 4;
      background: url(/img/logo-icon.svg) 50% 50% no-repeat; }*/
  .Interiors__item-image {
    position: relative;
    width: 100%;
    -webkit-transition-duration: .5s;
    transition-duration: .5s; }
  .Interiors__item-link {
    display: block; }
  @media (max-width: 991px) {
    .Interiors__item {
      width: 100%;
      margin-bottom: 0; } }

.Interiors__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 33px;
  cursor: pointer; }
  .Interiors__arrow--center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media (max-width: 991px) {
    .Interiors__arrow {
      display: none; } }
  .Interiors__arrow:hover svg path {
    fill: #3F002A; }
  .Interiors__arrow--next {
    right: -3%; }
  .Interiors__arrow--prev {
    left: -3%; }

.Interiors__pagination {
  display: none;
  text-align: center; }
  @media (max-width: 991px) {
    .Interiors__pagination {
      display: block;
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .Interiors__pagination {
      margin-top: 10px; } }

/*--------------------------------------------------------------
# List-services
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .List-services__img {
    display: none; } }

.List-services__button {
  display: none; }
  @media (max-width: 767px) {
    .List-services__button {
      display: block; } }

/*--------------------------------------------------------------
# Tab
--------------------------------------------------------------*/
.Tab-nav {
  margin-bottom: 20px; }
  .Tab-nav__item {
    margin-bottom: 10px; }
    .Tab-nav__item:last-child {
      margin-bottom: 0; }
  .Tab-nav__button {
    width: 100%;
    height: 50px;
    border: 1px solid #A76072;
    border-radius: 35px;
    font-size: 16px;
    color: #A76072;
    background-color: #fff; }
    .Tab-nav__button.active {
      position: relative;
      background-color: #3F002A;
      border-color: #3F002A;
      color: #fff;
      font-weight: 700; }
      .Tab-nav__button.active:before {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 20px;
        width: 16px;
        height: 13px;
        background-image: url(/img/check-white.svg);
        background-repeat: no-repeat; }

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


[class*="ymaps-2"][class*="-ground-pane"] {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	/* Firefox 3.5+ */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+ & Safari 6+ */
}