@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Breadcrumbs
# Actions
# Appointment
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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; } }

.Actions__subtitle {
  padding-bottom: 30px;
  border-bottom: 1px solid #EBDBDF;
  color: #A76072; }
  @media (max-width: 767px) {
    .Actions__subtitle {
      padding-bottom: 20px;
      font-size: 14px; } }

.Actions__counter {
  padding: 0px 0 40px;
  border-bottom: 1px solid #EBDBDF; }
  @media (max-width: 767px) {
    .Actions__counter {
      padding-top: 0;
      padding-bottom: 20px;
      font-size: 14px; } }
  @media (max-width: 767px) {
    .Actions__counter-header {
      font-size: 14px; } }
  .Actions__counter-value {
    padding: 5px 70px 25px;
    display: inline-block;
    border-radius: 58px;
    font-size: 37px;
    line-height: 47px;
    background-color: #F8F4F5;
    color: #CC0E0E;
    font-family: 'Oranienbaum', serif; }
    @media (max-width: 767px) {
      .Actions__counter-value {
        padding: 15px 40px 20px;
        font-size: 31px;
        line-height: 31px; } }
    .Actions__counter-value svg {
      width: 10px;
      height: 25px; }
    .Actions__counter-value.fixed {
      width: auto;
      position: fixed;
      top: 77px;
      z-index: 2;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  .Actions__counter-number {
    position: relative;
    display: inline-block;
    min-width: 48px; }
    @media (max-width: 767px) {
      .Actions__counter-number {
        min-width: 34px; } }
    .Actions__counter-number::after {
      position: absolute;
      bottom: -23%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      font-family: 'GothaPro', sans-serif;
      font-size: 14px;
      line-height: 14px;
      color: #A76072; }
      @media (max-width: 767px) {
        .Actions__counter-number::after {
          font-size: 9px;
          line-height: 9px; } }
    .Actions__counter-number--days::after {
      content: "дней"; }
    .Actions__counter-number--hours::after {
      content: "часов"; }
    .Actions__counter-number--minuts::after {
      content: "минут"; }
    .Actions__counter-number--seconds::after {
      content: "секунд"; }

.Actions__warning {
  padding: 40px 0;
  border-bottom: 1px solid #EBDBDF; }
  @media (max-width: 767px) {
    .Actions__warning {
      padding: 20px 0; } }
  .Actions__warning p {
    margin-bottom: 0;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #CC0E0E; }
    @media (max-width: 767px) {
      .Actions__warning p {
        font-size: 14px;
        line-height: 18px; } }

.Actions__image-block {
  max-width: 180px;
  padding: 10px; }
  @media (max-width: 991px) {
    .Actions__image-block {
      padding: 8px;
      max-width: 140px; } }
  @media (max-width: 767px) {
    .Actions__image-block {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center; } }

.Actions__image-wrapper {
  padding: 8px;
  margin: 0 auto;
  max-width: 156px;
  position: relative;
  border-radius: 100%;
  background-color: #F8F4F5; }

.Actions__image {
  width: 160px;
  border: 1px solid #EBDBDF;
  border-radius: 100%; }
  @media (max-width: 991px) {
    .Actions__image {
      width: 124px; } }
  @media (max-width: 767px) {
    .Actions__image {
      width: 140px; } }

.Actions__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 53px;
  height: 53px;
  top: 8%;
  right: -9%;
  z-index: 1;
  border: 1px solid #EBDBDF;
  border-radius: 100%;
  background-color: #fff;
  font-size: 26px;
  line-height: 26px;
  font-family: 'Oranienbaum', serif;
  color: #CC0E0E; }

.Actions__item {
  margin-top: 45px; }
  @media (max-width: 767px) {
    .Actions__item {
      margin-top: 20px;
      padding-bottom: 18px;
      border-bottom: 1px solid #EBDBDF; } }
  .Actions__item:last-child {
    margin-bottom: 45px; }
    @media (max-width: 767px) {
      .Actions__item:last-child {
        margin-bottom: 20px;
        padding-bottom: 0;
        border-bottom: none; } }

.Actions__content {
  padding-left: 0;
  padding-top: 12px; }
  @media (max-width: 767px) {
    .Actions__content {
      padding-left: 15px;
      text-align: center; } }

.Actions__name {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 15px;
  border-bottom: 1px solid #EBDBDF;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold; }
  @media (max-width: 767px) {
    .Actions__name {
      padding-left: 0;
      text-align: center; } }

.Actions__zones {
  margin-bottom: 0;
  margin-top: 20px;
  padding-left: 15px;
  min-height: 43px;
  font-size: 14px;
  line-height: 18px;
  color: #A76072; }
  @media (max-width: 767px) {
    .Actions__zones {
      padding-left: 0;
      text-align: center; } }

.Actions__description {
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 18px; }
  @media (max-width: 767px) {
    .Actions__description {
      padding-left: 0;
      text-align: center; } }

.Actions__link {
  padding-left: 15px;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #A76072;
  text-decoration: underline; }
  @media (max-width: 767px) {
    .Actions__link {
      padding-left: 0; } }
  .Actions__link:hover {
    text-decoration: none; }

.Actions__prices {
  margin-bottom: 20px;
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  @media (max-width: 767px) {
    .Actions__prices {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .Actions__prices .NewPrice {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #CC0E0E; }
  .Actions__prices .OldPrice {
    font-size: 20px;
    line-height: 20px; }
  .Actions__prices .strike-color {
    position: relative;
    display: inline-block; }
    .Actions__prices .strike-color:before {
      content: "";
      position: absolute;
      left: -7%;
      width: 110%;
      height: 50%;
      border-bottom: 1px solid #3F002A; }
    @media (max-width: 767px) {
      .Actions__prices .strike-color {
        margin-right: 20px; } }
  .Actions__prices-block {
    max-width: 240px; }
    .Actions__prices-block .Button {
      padding: 12px 0;
      text-align: center;
      font-size: 16px;
      width: 100%; }
      .Actions__prices-block .Button:hover {
        color: #fff; }
    @media (max-width: 767px) {
      .Actions__prices-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }

/*--------------------------------------------------------------
# А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; } }     

/*# sourceMappingURL=actions-page.css.map */

.topCounter {
      width: 100%;
      position: fixed;
      top: 87px;
      z-index: 2;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
}      
@media (max-width: 767px) {
  .topCounter {
      width: 100%;
      position: fixed;
      top: 87px;
      z-index: 2;
  } 
}                       