@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Breadcrumbs
# Number-block
# Calculator-block
# Stories
# Appointment
# Information-block
# Interiors
# Zone-carousel
# Indications
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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; } }

/*--------------------------------------------------------------
# Number-block
--------------------------------------------------------------*/
.Number-block {
	margin-bottom: 52px;
  padding: 52px 0 50px;
  font-size: 0;
  background-color: #F3E9EB; }
  .Number-block__number {
    display: inline-block;
    width: 50px;
    vertical-align: top; }
    @media (max-width: 991px) {
      .Number-block__number {
        width: 40px; } }
    .Number-block__number span {
      display: inline-block;
      font-size: 53px;
      line-height: 1.2;
      color: #EBD4DA; }
      @media (max-width: 991px) {
        .Number-block__number span {
          font-size: 35px; } }
  .Number-block__text {
    display: inline-block;
    width: calc(100% - 50px);
    padding-left: 22px;
    border-left: 1px solid #D8B9C0;
    vertical-align: top; }
    @media (max-width: 991px) {
      .Number-block__text {
        width: calc(100% - 40px);
        padding-left: 20px; } }
  .Number-block__title {
    margin-bottom: 13px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1; }
    @media (max-width: 767px) {
      .Number-block__title {
        font-size: 18px; } }
  .Number-block__desc {
    margin-bottom: 0;
    color: #A76072;
    font-size: 14px; }
  @media (max-width: 767px) {
    .Number-block__item {
      margin-bottom: 15px; }
      .Number-block__item:last-child {
        margin-bottom: 0; } }
  @media (max-width: 767px) {
    .Number-block {
      padding: 23px 0 30px; } }

/*--------------------------------------------------------------
# Calculator-block
--------------------------------------------------------------*/
.Calculator-block {
  padding-top: 64px;
  padding-bottom: 85px;
  margin-bottom: 100px;
  background-color: #F9F3F5;
  text-align: center; }
  @media (max-width: 767px) {
    .Calculator-block {
      padding-top: 30px;
      margin-bottom: 65px; } }
  .Calculator-block__title-block {
    margin-bottom: 55px; }
    @media (max-width: 991px) {
      .Calculator-block__title-block {
        margin-bottom: 30px; } }
  .Calculator-block__title {
    margin-bottom: 24px;
    font-size: 40px;
    font-weight: 700;
    color: #3F002A; }
    @media (max-width: 767px) {
      .Calculator-block__title {
        margin-bottom: 20px;
        font-size: 24px; } }
  .Calculator-block__subtitle {
    margin-bottom: 0;
    font-size: 18px; }
    @media (max-width: 767px) {
      .Calculator-block__subtitle {
        font-size: 16px; } }
  .Calculator-block__main {
    padding-top: 45px;
    margin-bottom: 68px;
    border-top: 1px solid #EBDBDF; }
    @media (max-width: 991px) {
      .Calculator-block__main {
        margin-bottom: 50px; } }
    @media (max-width: 767px) {
      .Calculator-block__main {
        padding-top: 27px;
        margin-bottom: 30px; } }
  .Calculator-block__item {
    position: relative;
    display: inline-block;
    padding-left: 50px;
    margin-left: 44px;
    vertical-align: middle;
    text-align: left; }
    .Calculator-block__item p {
      line-height: 1; }
    .Calculator-block__item-name {
      margin-bottom: 14px;
      font-size: 24px; }
      @media (max-width: 991px) {
        .Calculator-block__item-name {
          font-size: 18px; } }
      @media (max-width: 991px) {
        .Calculator-block__item-name {
          margin-bottom: 5px; } }
    .Calculator-block__item-ptice {
      margin-bottom: 0;
      font-size: 22px;
      font-weight: 700; }
    .Calculator-block__item-full-value {
      margin-bottom: 10px;
      font-size: 40px;
      font-weight: 700; }
      .Calculator-block__item-full-value:before {
        content: '= '; }
      @media (max-width: 991px) {
        .Calculator-block__item-full-value {
          margin-bottom: 8px;
          font-size: 34px; }
          .Calculator-block__item-full-value:before {
            position: absolute;
            top: -41px;
            left: calc(50% - 14px);
            display: inline-block; } }
    .Calculator-block__item-sale {
      margin-bottom: 0;
      font-size: 22px;
      color: #A76072; }
    .Calculator-block__item:before {
      content: '';
      position: absolute;
      top: 25px;
      left: 0;
      display: block;
      width: 14px;
      height: 14px;
      background-image: url("/img/plus-icon.svg");
      background-repeat: no-repeat; }
    .Calculator-block__item:first-child {
      padding-left: 0;
      margin-left: 0; }
      .Calculator-block__item:first-child:before {
        display: none; }
    .Calculator-block__item:last-child {
      padding-left: 35px; }
      .Calculator-block__item:last-child:before {
        display: none; }
      @media (max-width: 991px) {
        .Calculator-block__item:last-child {
          padding-left: 0;
          margin-left: 35px; } }
    @media (max-width: 991px) {
      .Calculator-block__item {
        padding-left: 32px;
        margin-left: 23px; } }
    @media (max-width: 767px) {
      .Calculator-block__item {
        width: 100%;
        padding: 0;
        margin: 0 0 50px;
        text-align: center; }
        .Calculator-block__item:before {
          top: -33px;
          left: calc(50% - 11px); }
        .Calculator-block__item:last-child {
          margin-left: 0;
          margin-bottom: 0; } }
  .Calculator-block__button {
    margin-bottom: -115px; }
    @media (max-width: 767px) {
      .Calculator-block__button .Button {
        width: 100%; } }

/*--------------------------------------------------------------
# Stories
--------------------------------------------------------------*/
.Stories {
  background: url(/img/ellipse_stories.svg) 44% 35% no-repeat;
  background-size: 490px 490px; }
  @media (max-width: 767px) {
    .Stories {
      background: none; } }
  @media (max-width: 767px) {
    .Stories .Button {
      width: 100%; } }
  @media (max-width: 767px) {
    .Stories .container {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 767px) {
    .Stories__header {
      margin-bottom: 18px; } }
  .Stories__header--increased-indent {
    margin-bottom: 115px; }
    @media (max-width: 1199px) {
      .Stories__header--increased-indent {
        margin-bottom: 65px; } }
    @media (max-width: 767px) {
      .Stories__header--increased-indent {
        margin-bottom: 30px; } }
  .Stories__slider-wrapper {
    position: relative; }
    .Stories__slider-wrapper--mob {
      display: none;
      overflow: hidden; }
    @media (max-width: 767px) {
      .Stories__slider-wrapper--desk {
        display: none; }
      .Stories__slider-wrapper--mob {
        display: block; } }
  .Stories__spacer {
    display: inherit;
    padding: 40px 0 70px; }
    @media (max-width: 767px) {
      .Stories__spacer {
        display: none; } }
  .Stories__slider {
    padding-bottom: 38px;
    position: relative; }
    .Stories__slider--multiline {
      margin: 0 -5px; }
    @media (max-width: 767px) {
      .Stories__slider {
        padding-bottom: 10px; }
        .Stories__slider--multiline {
          padding-left: 15px;
          padding-right: 15px; } }
  .Stories__slider-item {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .Stories__slider-item p {
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 14px; }
    .Stories__slider-item .Stories__date {
      margin-bottom: 0; }
    .Stories__slider-item .Stories__text {
      line-height: 22px; }
    .Stories__slider-item--multiline {
      width: 33.333%; }
      @media (max-width: 767px) {
        .Stories__slider-item--multiline {
          width: 100%; } }
  .Stories__visual {
    padding-right: 30px; }
  .Stories__content {
    padding-left: 30px;
    max-width: 575px; }
    @media (max-width: 991px) {
      .Stories__content {
        padding-left: 0; } }
    @media (max-width: 767px) {
      .Stories__content {
        padding-left: 30px;
        padding-right: 30px; } }
  .Stories__name {
    font-weight: 700; }
  .Stories__date {
    color: #DBB3BD; }
  .Stories__text {
    margin-top: 5px; }
  .Stories__video {
    width: 100%; }
  .Stories__video-logo {
    z-index: 1;
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: block;
    width: 100%;
    max-width: 150px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    @media (max-width: 767px) {
      .Stories__video-logo {
        bottom: 20px;
        left: 20px; } }
  .Stories__video-container {
    position: relative;
    display: inline-block;
    width: 100%;
    -webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.15); }
    @media (max-width: 767px) {
      .Stories__video-container {
        margin-left: 15px; }
        .Stories__video-container--multiline {
          margin-left: 0; } }
    .Stories__video-container:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background: url(/img/preview-orament.svg) top left no-repeat;
      background-size: 60px 214px;
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
    .Stories__video-container:hover:before {
      background-color: rgba(0, 0, 0, 0.25); }
    .Stories__video-container--multiline {
      padding: 5px;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .Stories__video-container--multiline:before {
        top: 5px;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px); }
      .Stories__video-container--multiline:after {
        z-index: 2;
        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; }
  .Stories__video-link {
    display: inline-block;
    position: relative;
    cursor: pointer; }
    .Stories__video-link:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background: url(/img/play-icon.svg) 9% 87% no-repeat;
      background-size: 68px 68px; }
    .Stories__video-link--multiline {
      display: block; }
      .Stories__video-link--multiline:before {
        display: none; }
  .Stories__previews {
    margin-top: 8px; }
    @media (max-width: 991px) {
      .Stories__previews {
        margin-top: 0; } }
  .Stories__preview-box {
    display: inline-block;
    position: relative;
    margin-left: 5px;
    cursor: pointer; }
    @media (max-width: 991px) {
      .Stories__preview-box {
        max-width: 104px; } }
    .Stories__preview-box:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-size: 1px 1px;
      background-position: 50%;
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
    .Stories__preview-box:hover:before {
      background: url(/img/lupa.svg) 50% no-repeat rgba(0, 0, 0, 0.3);
      background-size: 34px 34px; }
  .Stories__more {
    padding-bottom: 100px; }
    @media (max-width: 767px) {
      .Stories__more {
        padding: 0 15px 30px; } }
  .Stories__slider-arrow-button {
    position: absolute;
    top: 31%;
    -webkit-transform: translate(0, -31%);
    transform: translate(0, -31%);
    width: 18px;
    height: 33px;
    z-index: 1;
    display: block;
    cursor: pointer; }
    @media (max-width: 1199px) {
      .Stories__slider-arrow-button {
        display: none; } }
  .Stories__slider-arrow-button svg {
    fill: #a76072; }
  @media (max-width: 991px) {
    .Stories__slider-arrow-button {
      display: none; } }
  .Stories__slider-arrow-button--prev {
    left: 0; }
  .Stories__slider-arrow-button--next {
    right: 0; }
  .Stories__slider-arrow-button--offset {
    top: 46%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .Stories__slider-arrow-button--offset.Stories__slider-arrow-button--prev {
      left: -50px; }
    .Stories__slider-arrow-button--offset.Stories__slider-arrow-button--next {
      right: -50px; }
  .Stories__slider-arrow-dots {
    display: none;
    position: relative;
    bottom: 0;
    left: 0;
    height: 18px;
    margin-bottom: 20px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: center; }
    @media (max-width: 1199px) {
      .Stories__slider-arrow-dots {
        display: block; } }
    @media (max-width: 767px) {
      .Stories__slider-arrow-dots {
        margin-bottom: 0; } }
    .Stories__slider-arrow-dots .slick-dots {
      margin: 0;
      padding: 0;
      list-style: none; }
    .Stories__slider-arrow-dots .slick-dots li {
      display: inline-block;
      padding: 0 2px; }
    .Stories__slider-arrow-dots .slick-dots li:before {
      content: none; }
    .Stories__slider-arrow-dots .slick-dots button {
      border: none;
      background: url(/img/dot.svg) 50% 50% no-repeat;
      background-size: contain;
      width: 12px;
      height: 12px;
      font-size: 0;
      padding: 5px; }
    .Stories__slider-arrow-dots .slick-dots .slick-active button {
      background-image: url(/img/dot_active.svg); }

/*--------------------------------------------------------------
# Аppointment
--------------------------------------------------------------*/
.Аppointment {
  background: url(/img/bg-appointment.svg) top left repeat-x;
  background-size: cover;
  position: relative; padding-top:60px;}
  .А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; } }

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

/*--------------------------------------------------------------
# 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; }
  .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 (min-width: 992px) {
		  .Interiors__item.swiper-slide-active {
			   -webkit-transform: scale(1.3); 
			   transform: scale(1.3); 
		  }}
      @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; } }

/*--------------------------------------------------------------
# Zone-carousel
--------------------------------------------------------------*/
.Zone-carousel__header {
  margin-bottom: 75px; }
  @media (max-width: 767px) {
    .Zone-carousel__header {
      margin-bottom: 30px; } }

.Zone-carousel__slider {
  position: relative;
  padding: 0 110px; }
  @media (max-width: 991px) {
    .Zone-carousel__slider {
      padding: 0; } }

@media (max-width: 767px) {
  .Zone-carousel__wrapper {
    max-width: 480px;
    margin: auto; } }

.Zone-carousel__item {
  width: calc(20% - 10px);
  margin-right: 10px;
  text-align: center; }
  @media (max-width: 991px) {
    .Zone-carousel__item {
      width: calc(25% - 10px); } }
  @media (max-width: 767px) {
    .Zone-carousel__item {
      width: calc(50% - 10px); } }

.Zone-carousel__item a {
	text-decoration:none;
}
      
.Zone-carousel__link {
  display: block; }
  .Zone-carousel__link:hover .Zone-carousel__img {
    opacity: 1; }
  .Zone-carousel__link:hover .Zone-carousel__button .Button {
    background-color: #A76072;
    border-color: #A76072;
    color: #fff; }
  .Zone-carousel__link:hover .Zone-carousel__price--new {
    color: #A76072; }

.Zone-carousel__img-wrapper {
  /*min-height: 310px;*/ }

.Zone-carousel__img {
  width: 100%;
  margin-bottom: 30px;
  opacity: 0.7;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  @media (max-width: 991px) {
    .Zone-carousel__img {
      opacity: 1; } }
  @media (max-width: 1199px) {
    .Zone-carousel__img {
      margin-bottom: 15px; } }
  .Zone-carousel__img img {
    display: block;
    width: 100%;
    max-width: 110px;
    margin: auto; }

.Zone-carousel__title {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  color: #3F002A; }

.Zone-carousel__button {
  margin-bottom: 10px; }
  .Zone-carousel__button .Button {
    width: 100%;
    padding: 14px 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; }
    @media (max-width: 991px) {
      .Zone-carousel__button .Button {
        background-color: #A76072;
        border-color: #A76072;
        color: #fff; } }

.Zone-carousel__price {
  margin-bottom: 0;
  color: #404040;
  line-height: 1;
  -webkit-transition: color .3s;
  transition: color .3s; }
  .Zone-carousel__price--old {
    position: relative;
    display: inline-block;
    font-size: 18px; }
    .Zone-carousel__price--old:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #95989A;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .Zone-carousel__price--new {
    font-size: 24px;
    font-weight: 700; }
    @media (max-width: 991px) {
      .Zone-carousel__price--new {
        color: #A76072; } }

.Zone-carousel__arrow {
  z-index: 1;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  width: 18px;
  height: 33px;
  cursor: pointer; }
  .Zone-carousel__arrow--next {
    right: 0; }
  .Zone-carousel__arrow--prev {
    left: 0; }
  @media (max-width: 991px) {
    .Zone-carousel__arrow {
      display: none; } }

.Zone-carousel__pagination {
  display: none;
  margin-top: 30px;
  text-align: center; }
  @media (max-width: 991px) {
    .Zone-carousel__pagination {
      display: block; } }

/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/
.Service .container {
  max-width: 950px; }

.Service__header {
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .Service__header {
      padding-bottom: 20px;
      margin-bottom: 0; } }

.Service__image {
  width: 100%;
  max-width: 318px; }
  @media (max-width: 767px) {
    .Service__image {
      padding-bottom: 20px; } }
  @media (max-width: 767px) {
    .Service__image img {
      margin-right: 20px;
      max-width: 44%;
      float: left; } }

.Service__image-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }
  .Service__image-background svg {
    width: 768px;
    height: 768px; }
    @media (max-width: 991px) {
      .Service__image-background svg {
        width: 538px;
        height: 538px; } }
    @media (max-width: 767px) {
      .Service__image-background svg {
        width: 310px;
        height: 310px; } }
  .Service__image-background .circle-bg {
    fill: rgba(167, 96, 114, 0.05); }

.Service__price-block {
  padding-bottom: 45px; }
  @media (max-width: 767px) {
    .Service__price-block {
      padding-bottom: 20px;
      border-bottom: none; } }
  .Service__price-block--mobile {
    display: none; }
    @media (max-width: 767px) {
      .Service__price-block--mobile {
        display: block; } }
  @media (max-width: 767px) {
    .Service__price-block--desktop {
      display: none; } }

.Service__prices {
  padding-top: 15px; }

.Service__oldPrice {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300; }
  @media (max-width: 991px) {
    .Service__oldPrice {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .Service__oldPrice {
      font-size: 18px; } }
  .Service__oldPrice .strike-color {
    position: relative; }
    .Service__oldPrice .strike-color:before {
      content: "";
      position: absolute;
      width: 110%;
      height: 65%;
      border-bottom: 1px solid #95989A; }
      @media (max-width: 991px) {
        .Service__oldPrice .strike-color:before {
          height: 60%; } }

.Service__price {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  color: #A76072; }
  @media (max-width: 991px) {
    .Service__price {
      font-size: 40px;
      line-height: 40px; } }
  @media (max-width: 767px) {
    .Service__price {
      font-size: 26px;
      line-height: 26px; } }

.Service__description p {
  margin-bottom: 0;
  line-height: 22px; }

.Service__description-header {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 700; }
  .Service__description>div {
	  margin-top: 25px;
}
  .Service__description-header:first-child, .Service__description>div:first-child {
    margin-top: 0; }
  @media (max-width: 767px) {
    .Service__description-header {
      margin-top: 10px;
      font-size: 14px;
      line-height: 14px; } }

.Service__description-text {
  font-size: 18px; }
  @media (max-width: 767px) {
    .Service__description-text {
      font-size: 14px; } }

.Service__form-block {
  padding-top: 55px;
  padding-bottom: 55px;
  border-bottom: 1px solid #EBDBDF; }
  @media (max-width: 767px) {
    .Service__form-block {
      padding-top: 20px;
      padding-bottom: 20px;
      border-top: 1px solid #EBDBDF; } }
  .Service__form-block .Аppointment__header {
    font-size: 24px; }
  .Service__form-block .Аppointment__form {
    padding-top: 30px; }

.Service__text-block {
  padding: 50px 0; }
  @media (max-width: 767px) {
    .Service__text-block {
      padding: 20px 0; } }

.Service__text-header {
  margin-bottom: 30px;
  font-size: 24px; }
  @media (max-width: 767px) {
    .Service__text-header {
      margin-bottom: 10px;
      text-align: center;
      font-size: 16px;
      font-weight: 700; } }

.Service__text-block-desc {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px; }

.Service__text {
  font-size: 14px;
  line-height: 24px; }
  @media (max-width: 767px) {
    .Service__text {
      margin-bottom: 0; } }
  .Service__text--pink {
    color: #C1635B; }

.Service__about {
  margin-top: 60px; }
  @media (max-width: 991px) {
    .Service__about {
      margin-top: 35px; } }
  @media (max-width: 767px) {
    .Service__about {
      margin-top: 30px; } }

@media (max-width: 767px) {
  .Service__about-laser {
    margin-top: 25px; } }

.Service__about-laser p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #C1635B; }

.Service__about-before {
  position: absolute;
  top: 76%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: 'Oranienbaum', Georgia, 'Times New Roman', Times, serif;
  font-size: 60px; }

.Service__features {
  padding-top: 74px; }
  @media (max-width: 991px) {
    .Service__features {
      padding-top: 30px; } }
  @media (max-width: 767px) {
    .Service__features {
      padding-top: 50px; } }
  .Service__features-text {
    padding-left: 20px;
    border-left: 1px solid #D8B9C0; }
  .Service__features-header {
    text-align: center;
    font-weight: 700; }

.Service__features-item {
  max-width: 365px;
  margin: 55px auto 12px; }
  @media (max-width: 991px) {
    .Service__features-item {
      margin: 30px auto 12px; } }
  @media (max-width: 767px) {
    .Service__features-item {
      margin: 10px auto; } }
  .Service__features-item-header {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 24px; }
    @media (max-width: 767px) {
      .Service__features-item-header {
        font-size: 18px;
        line-height: 18px; } }
  .Service__features-item-text {
    margin-bottom: 0;
    font-size: 14px;
    color: #A76072; }
  @media (max-width: 767px) {
    .Service__features-item .row {
      margin-left: 0;
      margin-right: 0; } }

.Service__features-number {
  min-width: 44px;
  padding-left: 0;
  font-family: 'Oranienbaum', Georgia, 'Times New Roman', Times, serif;
  font-size: 55px;
  line-height: 60px;
  color: #EBD4DA; }
  @media (max-width: 767px) {
    .Service__features-number {
      min-width: 30px;
      font-size: 35px;
      line-height: 35px; } }

/*--------------------------------------------------------------
# Indications
--------------------------------------------------------------*/
.Indications__header {
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .Indications__header {
      margin-bottom: 20px; } }

.Indications__box {
  text-align: center; }

.Indications__photo {
  position: relative;
  display: inline-block; }
  @media (max-width: 767px) {
    .Indications__photo {
      margin-left: 24%; } }
  .Indications__photo img {
    border-radius: 50%; }
    @media (max-width: 991px) {
      .Indications__photo img {
        max-width: 325px; } }
    @media (max-width: 767px) {
      .Indications__photo img {
        max-width: 220px; } }
  .Indications__photo:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: -30%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(153, 88, 104, 0.05); }

.Indications__popup {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  @media (max-width: 767px) {
    .Indications__popup {
      display: none; } }
  .Indications__popup--left {
    left: 0;
    -webkit-transform: translate(-85%, -50%);
    transform: translate(-85%, -50%); }
    @media (max-width: 991px) {
      .Indications__popup--left {
        -webkit-transform: translate(-75%, -50%);
        transform: translate(-75%, -50%); } }
  .Indications__popup--right {
    right: 0;
    -webkit-transform: translate(85%, -50%);
    transform: translate(85%, -50%); }
    @media (max-width: 991px) {
      .Indications__popup--right {
        -webkit-transform: translate(75%, -50%);
        transform: translate(75%, -50%); } }
  .Indications__popup .Arrow {
    z-index: 1;
    position: absolute;
    top: -19px;
    left: 50%;
    width: 31px;
    height: 20px;
    overflow: hidden;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .Indications__popup .Arrow:after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      content: '';
      position: absolute;
      top: 10px;
      left: 5px;
      width: 20px;
      height: 20px;
      background: #fff;
      -webkit-box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5);
      box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5); }
  .Indications__popup-box {
    position: absolute;
    bottom: -18px;
    left: 50%;
    display: block;
    width: 100%;
    min-width: 375px;
    padding: 15px 15px 30px;
    background: #fff;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: left; }
    @media (max-width: 991px) {
      .Indications__popup-box {
        min-width: 300px; } }
  .Indications__popup-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    padding: 20px;
    background-color: transparent;
    border-radius: 0;
    border: none;
    cursor: pointer; }
    .Indications__popup-close svg {
      width: 15px;
      height: 15px; }
  .Indications__popup p {
    margin-bottom: 0;
    font-size: 14px; }
    .Indications__popup p.Indications__popup-title {
      margin-bottom: 22px;
      font-size: 16px;
      font-weight: 700; }
  .Indications__popup.is-active .Indications__popup-box {
    opacity: 1;
    visibility: visible; }

.Indications__button {
  width: 220px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s; }
  @media (max-width: 767px) {
    .Indications__button {
      width: 260px; } }
  .Indications__button:before {
    content: '';
    display: inline-block;
    margin-right: 10px; }
  .Indications__button--positively {
    border: 1px solid #A76072;
    color: #A76072; }
    .Indications__button--positively:before {
      width: 16px;
      height: 13px;
      background-image: url("/img/indications-positively.svg");
      background-repeat: no-repeat; }
  .Indications__button--negatively {
    border: 1px solid #CC0E0E;
    color: #CC0E0E; }
    .Indications__button--negatively:before {
      width: 14px;
      height: 13px;
      background-image: url("/img/indications-negatively.svg");
      background-repeat: no-repeat; }
  .Indications__button:hover {
    background-color: #EBDBDF;
    border-color: #A76072; }

.Indications__tab {
  z-index: 5;
  position: relative;
  display: none;
  margin-top: -25px; }
  @media (max-width: 767px) {
    .Indications__tab {
      display: block; } }
  .Indications__tab-button {
    margin-bottom: 30px; }
    .Indications__tab-button-item {
      margin-bottom: 10px; }
      .Indications__tab-button-item:last-child {
        margin-bottom: 0; }
  .Indications__tab-main {
    text-align: left; }
    .Indications__tab-main-item {
      display: none; }
      .Indications__tab-main-item.is-active {
        display: block; }
  .Indications__tab p {
    margin-bottom: 0;
    font-size: 14px; }
    .Indications__tab p.Indications__tab-title {
      margin-bottom: 22px;
      font-size: 16px;
      font-weight: 700; }

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

.swiper-button-disabled {
	display:none;
}

.Main__title-box-switch {
	position: absolute;
	right: 0;
	top: -50px;
}

.Main__title-box-switch span {
	padding: 0 10px;
	text-transform: uppercase;
	cursor: pointer;
	padding: 10px 20px;
}


.Main__title-box-switch span.active {
	font-weight: bold;
	background-color: #8C4255;
	border-radius: 20px;
	color: #FFFFFF;
}

.ServiceW {
	display:block;
}

.ServiceM {
	display:none;
}

@media (max-width: 767px) {
	.Main__title-box-switch {
		font-size: 10px;
		top: -35px;
		right: -5px;
	}
	.Main__title-box-switch span {
		padding: 8px 10px;
	}
}



.Main__title-box-switch {
	user-select: none;
}

/*--------------------------------------------------------------
# Stories
--------------------------------------------------------------*/
.Stories {
  background: url(/img/ellipse_stories.svg) 44% 35% no-repeat;
  background-size: 490px 490px; }
  @media (max-width: 767px) {
    .Stories {
      background: none; } }
  @media (max-width: 767px) {
    .Stories .Button {
      width: 100%; } }
  @media (max-width: 767px) {
    .Stories .container {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 767px) {
    .Stories__header {
      margin-bottom: 18px; } }
  .Stories__header--increased-indent {
    margin-bottom: 115px; }
    @media (max-width: 1199px) {
      .Stories__header--increased-indent {
        margin-bottom: 65px; } }
    @media (max-width: 767px) {
      .Stories__header--increased-indent {
        margin-bottom: 30px; } }
  .Stories__slider-wrapper {
    position: relative; }
    .Stories__slider-wrapper--mob {
      display: none;
      overflow: hidden; }
    @media (max-width: 767px) {
      .Stories__slider-wrapper--desk {
        display: none; }
      .Stories__slider-wrapper--mob {
        display: block; } }
  .Stories__spacer {
    display: inherit;
    padding: 40px 0 70px; }
    @media (max-width: 767px) {
      .Stories__spacer {
        display: none; } }
  .Stories__slider {
    padding-bottom: 38px;
    position: relative; }
    .Stories__slider--multiline {
      margin: 0 -5px; }
    @media (max-width: 767px) {
      .Stories__slider {
        padding-bottom: 10px; }
        .Stories__slider--multiline {
          padding-left: 15px;
          padding-right: 15px; } }
  .Stories__slider-item {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .Stories__slider-item p {
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 14px; }
    .Stories__slider-item .Stories__date {
      margin-bottom: 0; }
    .Stories__slider-item .Stories__text {
      line-height: 22px; }
    .Stories__slider-item--multiline {
      width: 33.333%; }
      @media (max-width: 767px) {
        .Stories__slider-item--multiline {
          width: 100%; } }
  .Stories__visual {
    padding-right: 30px; }
  .Stories__content {
    padding-left: 30px;
    max-width: 575px; }
    @media (max-width: 991px) {
      .Stories__content {
        padding-left: 0; } }
    @media (max-width: 767px) {
      .Stories__content {
        padding-left: 30px;
        padding-right: 30px; } }
  .Stories__name {
    font-weight: 700; }
  .Stories__date {
    color: #DBB3BD; }
  .Stories__text {
    margin-top: 5px; }
  .Stories__video {
    width: 100%; }
  .Stories__video-logo {
    z-index: 1;
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: block;
    width: 100%;
    max-width: 150px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    @media (max-width: 767px) {
      .Stories__video-logo {
        bottom: 20px;
        left: 20px; } }
  .Stories__video-container {
    position: relative;
    display: inline-block;
    width: 100%;
    -webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.15); }
    @media (max-width: 767px) {
      .Stories__video-container {
        margin-left: 15px; }
        .Stories__video-container--multiline {
          margin-left: 0; } }
    .Stories__video-container:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background: url(/img/preview-orament.svg) top left no-repeat;
      background-size: 60px 214px;
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
    .Stories__video-container:hover:before {
      background-color: rgba(0, 0, 0, 0.25); }
    .Stories__video-container--multiline {
      padding: 5px;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .Stories__video-container--multiline:before {
        top: 5px;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px); }
      .Stories__video-container--multiline:after {
        z-index: 2;
        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; }
  .Stories__video-link {
    display: inline-block;
    position: relative;
    cursor: pointer; }
    .Stories__video-link:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background: url(/img/play-icon.svg) 9% 87% no-repeat;
      background-size: 68px 68px; }
    .Stories__video-link--multiline {
      display: block; }
      .Stories__video-link--multiline:before {
        display: none; }
  .Stories__previews {
    margin-top: 8px; }
    @media (max-width: 991px) {
      .Stories__previews {
        margin-top: 0; } }
  .Stories__preview-box {
    display: inline-block;
    position: relative;
    margin-left: 5px;
    cursor: pointer; }
    @media (max-width: 991px) {
      .Stories__preview-box {
        max-width: 104px; } }
    .Stories__preview-box:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-size: 1px 1px;
      background-position: 50%;
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
    .Stories__preview-box:hover:before {
      background: url(/img/lupa.svg) 50% no-repeat rgba(0, 0, 0, 0.3);
      background-size: 34px 34px; }
  .Stories__more {
    padding-bottom: 100px; }
    @media (max-width: 767px) {
      .Stories__more {
        padding: 0 15px 30px; } }
  .Stories__slider-arrow-button {
    position: absolute;
    top: 31%;
    -webkit-transform: translate(0, -31%);
    transform: translate(0, -31%);
    width: 18px;
    height: 33px;
    z-index: 1;
    display: block;
    cursor: pointer; }
    @media (max-width: 1199px) {
      .Stories__slider-arrow-button {
        display: none; } }
  .Stories__slider-arrow-button svg {
    fill: #a76072; }
  @media (max-width: 991px) {
    .Stories__slider-arrow-button {
      display: none; } }
  .Stories__slider-arrow-button--prev {
    left: 0; }
  .Stories__slider-arrow-button--next {
    right: 0; }
  .Stories__slider-arrow-button--offset {
    top: 46%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .Stories__slider-arrow-button--offset.Stories__slider-arrow-button--prev {
      left: -50px; }
    .Stories__slider-arrow-button--offset.Stories__slider-arrow-button--next {
      right: -50px; }
  .Stories__slider-arrow-dots {
    display: none;
    position: relative;
    bottom: 0;
    left: 0;
    height: 18px;
    margin-bottom: 20px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: center; }
    @media (max-width: 1199px) {
      .Stories__slider-arrow-dots {
        display: block; } }
    @media (max-width: 767px) {
      .Stories__slider-arrow-dots {
        margin-bottom: 0; } }
    .Stories__slider-arrow-dots .slick-dots {
      margin: 0;
      padding: 0;
      list-style: none; }
    .Stories__slider-arrow-dots .slick-dots li {
      display: inline-block;
      padding: 0 2px; }
    .Stories__slider-arrow-dots .slick-dots li:before {
      content: none; }
    .Stories__slider-arrow-dots .slick-dots button {
      border: none;
      background: url(/img/dot.svg) 50% 50% no-repeat;
      background-size: contain;
      width: 12px;
      height: 12px;
      font-size: 0;
      padding: 5px; }
    .Stories__slider-arrow-dots .slick-dots .slick-active button {
      background-image: url(/img/dot_active.svg); }
      
      
#StoriesPlitkaService .Stories__slider-item a {
	width: 363px;
}