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

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