/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.Breadcrumbs {
  margin-bottom: 45px; padding-top: 15px;}
  @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; } }

.Category__header {
  padding: 35px 0;
  border-top: 1px solid #EBDBDF;
  border-bottom: 1px solid #EBDBDF; }
  @media (max-width: 767px) {
    .Category__header {
      padding: 18px 0; } }
  @media (max-width: 991px) {
    .Category__header--middle-part {
      display: block;
      font-weight: normal; } }
  .Category__header p {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700; }
    @media (max-width: 991px) {
      .Category__header p {
        line-height: 34px; } }
    @media (max-width: 767px) {
      .Category__header p {
        font-size: 16px;
        line-height: 20px; } }

@media (max-width: 767px) {
  .Category__header-block {
    display: none; } }

.Category__item {
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    .Category__item {
      padding-bottom: 20px; } }

.Category__prices {
  padding-top: 50px; }
  @media (max-width: 991px) {
    .Category__prices {
      padding-top: 30px; } }
  .Category__prices-item {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
    border-bottom: 1px solid #EBDBDF; }
    .Category__prices-item:first-child {
      padding-top: 0; }
    @media (max-width: 767px) {
      .Category__prices-item {
        padding-bottom: 6px; } }
    .Category__prices-item--total {
      border-bottom: 1px solid #BA8491; }
      .Category__prices-item--total .Category__price-name {
        color: #3F002A;
        font-weight: 700; }

.Category__image-line {
  opacity: 0; }
  @media (max-width: 991px) {
    .Category__image-line {
      opacity: 1;
      position: absolute;
      top: 38%;
      -webkit-transform: translateY(-38%);
      transform: translateY(-38%);
      right: 0; } }

@media (max-width: 991px) {
  .Category__image-block {
    max-width: 172px; } }

@media (max-width: 991px) {
  .Category__image-block--right {
    margin-left: auto; } }

.Category__image-block p {
  margin-top: 36px;
  text-align: center;
  font-family: 'Oranienbaum';
  font-size: 50px;
  line-height: 50px;
  color: #A76072; }
  @media (max-width: 991px) {
    .Category__image-block p {
      margin-bottom: 35px;
      font-size: 40px;
      line-height: 40px; } }

.Category__price-name {
  margin-bottom: 0;
  text-align: center;
  color: #A76072; }
  @media (max-width: 767px) {
    .Category__price-name {
      padding-right: 10px;
      font-size: 16px;
      text-align: left; } }

.Category__price-value {
  margin-bottom: 0; }
  .Category__price-value .NewPrice {
    display: inline-block;
    font-size: 18px;
    font-weight: bold; }
    @media (max-width: 991px) {
      .Category__price-value .NewPrice {
        display: block; } }
  .Category__price-value .OldPrice {
    font-size: 16px;
    color: #404040; }
    @media (max-width: 991px) {
      .Category__price-value .OldPrice {
        font-size: 16px; } }
  .Category__price-value .strike-color {
    position: relative; }
    .Category__price-value .strike-color:before {
      content: "";
      position: absolute;
      width: 110%;
      height: 66%;
      border-bottom: 1px solid #95989A; }

.Category__list-button {
  display: none; }
  @media (max-width: 767px) {
    .Category__list-button {
      display: block;
      padding-left: 15px;
      padding-right: 15px;
      width: 100%; } }

@media (max-width: 767px) {
  .Category .active-column-0 .Category__prices-item .Form__checkbox--for-man {
    display: none; }
  .Category .active-column-0 .Category__prices-item .Form__checkbox--for-wooman {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: right; }
  .Category .active-column-0 .Category__prices-item .Category__price-name-block {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .Category .active-column-1 .Form__checkbox--for-wooman {
    display: none; }
  .Category .active-column-1 .Form__checkbox-container--right {
    padding-right: 0; }
    .Category .active-column-1 .Form__checkbox-container--right .Category__price-value {
      text-align: left; }
  .Category .active-column-1 .Form__checkbox-container--right .Form__checkbox-icon {
    left: -35px; }
  .Category .Button {
    width: 100%; } }
/*--------------------------------------------------------------
# Price 
--------------------------------------------------------------*/
.Price {
  position: relative;
  padding: 88px 0 115px;
  background-color: #F3E9EB;     margin-bottom: 50px;}
  @media (max-width: 991px) {
    .Price {
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .Price {
      padding-top: 20px;
      padding-bottom: 30px; } }
  .Price__nav {
    min-width: 762px;
    position: absolute;
    left: 50%;
    top: -44px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    @media (max-width: 991px) {
      .Price__nav {
        min-width: 722px; } }
    @media (max-width: 767px) {
      .Price__nav {
        display: none; } }
    .Price__nav .Price__nav-list {
      border: 1px solid #3F002A;
      border-radius: 41px; }
    .Price__nav .Price__nav-list li:before {
      content: none; }
    .Price__nav .Price__nav-item {
      margin-bottom: 0; }
  .Price__nav-list {
    margin: 0; }
  .Price__subtitle {
    display: none; }
    @media (max-width: 991px) {
      .Price__subtitle {
        display: block; } }
    @media (max-width: 767px) {
      .Price__subtitle {
        margin-bottom: 20px;
        font-weight: 700;
        line-height: normal; } }
  .Price__body-item {
    margin-top: 10px; }
    .Price__body-item p {
      margin-bottom: 0;
      color: #404040;
      line-height: 20px;
      letter-spacing: 1px; }
      @media (max-width: 991px) {
        .Price__body-item p {
          font-size: 16px; } }
  @media (max-width: 767px) {
    .Price__body-item.text-left {
      text-align: right !important; } }
  .Price__body-item.text-right .Price__body-link {
    padding-right: 50px; }
  .Price__body-item.text-right .Price__booking {
    right: 50px; }
  .Price__body-item.text-left .Price__booking,
  .Price__face-item.text-left .Price__booking {
    left: 50px; }
  .Price__body-link:hover .Price__booking,
  .Price__face-link:hover .Price__booking {
    opacity: 1; }
  .Price__body-item.text-left .Price__body-link {
    padding-left: 50px; }
    @media (max-width: 767px) {
      .Price__body-item.text-left .Price__body-link {
        padding-right: 50px;
        padding-left: 0; } }
  .Price__face-item {
    margin-top: 10px; }
    .Price__face-item--first {
      margin-top: 40px; }
      @media (max-width: 991px) {
        .Price__face-item--first {
          margin-top: 30px; } }
      @media (max-width: 767px) {
        .Price__face-item--first {
          margin-top: 15px; } }
    .Price__face-item--last {
      margin-top: 26px;
      margin-left: 26px; }
      @media (max-width: 767px) {
        .Price__face-item--last {
          margin-top: 10px; } }
    .Price__face-item--left-indent-25 {
      margin-left: 25%; }
    .Price__face-item--left-indent-33 {
      margin-left: 33%; }
    .Price__face-item--left-indent-37 {
      margin-left: 37%; }
    .Price__face-item--left-indent-43 {
      margin-left: 43%; }
    .Price__face-item--left-indent-47 {
      margin-left: 47%; }
    .Price__face-item--left-indent-50 {
      margin-left: 50%; }
    .Price__face-item--left-indent-55 {
      margin-left: 55%; }
    .Price__face-item p {
      margin-bottom: 0;
      color: #404040;
      line-height: 20px;
      letter-spacing: 1px; }
      @media (max-width: 991px) {
        .Price__face-item p {
          font-size: 16px; } }
    @media (max-width: 991px) {
      .Price__face-item {
        margin-left: 0; } }
    @media (max-width: 767px) {
      .Price__face-item {
        padding-left: 0;
        text-align: right !important; } }
  .Price__face-item.text-left .Price__face-link {
    padding-left: 50px; }
    @media (max-width: 767px) {
      .Price__face-item.text-left .Price__face-link {
        padding-right: 50px;
        padding-left: 0; } }
  .Price__nav-item .Price__nav-link {
    position: relative;
    min-width: 380px;
    padding: 34px;
    border: none;
    background-color: #fff;
    font-size: 24px; }
    @media (max-width: 991px) {
      .Price__nav-item .Price__nav-link {
        min-width: 360px;
        font-size: 24px; } }
  .Price__nav-item .Price__nav-link.active {
    background-color: #3F002A;
    color: #fff;
    font-weight: 700; }
    .Price__nav-item .Price__nav-link.active:after {
      content: '';
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      bottom: -20px;
      border: 10px solid transparent;
      border-top: 10px solid #3F002A; }
  .Price__nav--mobile {
    display: none; }
    .Price__nav--mobile li:before {
      content: none; }
    .Price__nav--mobile .Price__nav-list--mobile {
      border-bottom: none; }
    .Price__nav--mobile .Price__nav-item--mobile {
      margin-bottom: 10px;
      width: 100%; }
    .Price__nav--mobile .Price__nav-link--mobile {
      width: 100%;
      height: 50px;
      border: 1px solid #A76072;
      border-radius: 35px;
      font-size: 16px;
      color: #A76072;
      background-color: #fff; }
    .Price__nav--mobile .Price__nav-link--mobile.active {
      position: relative;
      background-color: #3F002A;
      border-color: #3F002A;
      color: #fff;
      font-weight: 700; }
      .Price__nav--mobile .Price__nav-link--mobile.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); }
    @media (max-width: 767px) {
      .Price__nav--mobile {
        display: block; } }
  .Price__nav-link.Price__nav-link--left-radius {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .Price__nav-link.Price__nav-link--right-radius {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px; }
  .Price__body {
    background: url(/img/bg_body.png) 53% 53% no-repeat;
    padding: 0; }
    .Price__body--man {
      background: url(/img/bg-body-man.png) 52% 53% no-repeat; }
    .Price__body .col-md-auto {
      padding-left: 0;
      padding-right: 0; }
    @media (max-width: 991px) {
      .Price__body {
        margin-top: 30px;
        background: url(/img/bg-price-body-md.png) 53% 53% no-repeat; } }
    @media (max-width: 767px) {
      .Price__body {
        margin-top: 5px;
        padding-left: 15px;
        padding-right: 15px;
        background: url(/img/bg-price-body-xs.png) 53% 53% no-repeat;
        background-size: cover; } }
    @media (max-width: 991px) {
      .Price__body--man {
        margin-top: 5px;
        background: url(/img/bg-price-body-man-md.png) 53% 53% no-repeat; } }
    @media (max-width: 767px) {
      .Price__body--man {
        margin-top: 5px;
        padding-left: 15px;
        padding-right: 15px;
        background: url(/img/bg-price-body-man-xs.png) 53% 53% no-repeat;
        background-size: cover; } }
  .Price__face {
    background: url(/img/bg_face.png) 3% 0 no-repeat;
    padding: 0 17px; }
    @media (max-width: 991px) {
      .Price__face {
        padding: 0;
        background-position: 120% 85%;
        background-size: 844px 847px; } }
    @media (max-width: 767px) {
      .Price__face {
        background-position: 38% 19%;
        background-size: 563px 565px; } }
    .Price__face--man {
      background: url(/img/manface.png) 31% 0 no-repeat; }
      @media (max-width: 991px) {
        .Price__face--man {
          padding: 0;
          background-position: 0 0;
          background-size: 79%; } }
      @media (max-width: 767px) {
        .Price__face--man {
          background-position: 0 22%;
          background-size: 100%; } }
    @media (max-width: 991px) {
      .Price__face .col-7 {
        padding-left: 0;
        padding-right: 0; } }
  .Price__body-value .NewPrice {
    display: inline-block;
    margin-left: 10px;
    font-weight: bold; }
    @media (max-width: 991px) {
      .Price__body-value .NewPrice {
        color: #A76072;
        font-size: 18px; } }
  .Price__body-value .OldPrice {
    font-size: 16px;
    color: #404040; }
    @media (max-width: 991px) {
      .Price__body-value .OldPrice {
        font-size: 12px; } }
  .Price__body-value .strike-color {
    position: relative; }
    .Price__body-value .strike-color:before {
      content: "";
      position: absolute;
      width: 110%;
      height: 54%;
      border-bottom: 1px solid #95989A; }
      @media (max-width: 991px) {
        .Price__body-value .strike-color:before {
          height: 67%; } }
  .Price__face-value .NewPrice {
    display: inline-block;
    margin-left: 10px;
    font-weight: bold; }
    @media (max-width: 991px) {
      .Price__face-value .NewPrice {
        color: #A76072; } }
  .Price__face-value .OldPrice {
    font-size: 16px;
    color: #404040; }
    @media (max-width: 991px) {
      .Price__face-value .OldPrice {
        font-size: 12px; } }
  .Price__face-value .strike-color {
    position: relative; }
    .Price__face-value .strike-color:before {
      content: "";
      position: absolute;
      width: 110%;
      height: 54%;
      border-bottom: 1px solid #95989A; }
      @media (max-width: 991px) {
        .Price__face-value .strike-color:before {
          height: 60%; } }
  .Price__face-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    position: relative;
    width: 100%;
    width: 346px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 45px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
    .Price__face-link:hover {
      -webkit-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.28);
      box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.28); }
    @media (max-width: 991px) {
      .Price__face-link {
        margin-left: auto;
        width: 280px;
        height: 72px; } }
    @media (max-width: 767px) {
      .Price__face-link {
        margin-left: 0;
        width: 100%;
        height: 60px; } }
  .Price__body-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    position: relative;
    width: 100%;
    width: 310px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 45px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
    .Price__body-link:hover {
      -webkit-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.28);
      box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.28); }
    @media (max-width: 991px) {
      .Price__body-link {
        width: 234px;
        height: 60px; } }
    @media (max-width: 767px) {
      .Price__body-link {
        width: 100%;
        height: 60px; } }
  .Price__vector {
    position: absolute;
    z-index: 1; }
    @media (max-width: 991px) {
      .Price__vector {
        display: none; } }
  .Price__button-booking {
    position: absolute;
    left: 50%;
    bottom: -32px;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (max-width: 991px) {
      .Price__button-booking {
        display: none; } }
  .Price__booking {
    opacity: 0;
    position: absolute;
    bottom: 8px;
    font-size: 14px;
    line-height: 14px;
    color: #85243C;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
    @media (max-width: 991px) {
      .Price__booking {
        display: none; } }
  .Price__body-link.stock, .Price__face-link.stock {
    background-color: #EBDBDF;
    border: 1px solid #BA8491; }
  .Price__body-item-content, .Price__face-item-content {
    margin: auto 0; }
  .Price__body-item.text-right .Price__vector {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  .Price__body-item.text-left .Price__vector,
  .Price__face-item.text-left .Price__vector {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  .Price__body-link:hover .Price__body-name,
  .Price__face-link:hover .Price__face-name {
    color: #3F002A; }
  .Price__body-link:hover .NewPrice,
  .Price__face-link:hover .NewPrice {
    color: #A76072; }
  .Price__vector svg path {
    fill: none;
    stroke: #fff; }
  .Price__vector svg .b {
    fill: #fff; }
  .Price__vector svg .animate-pointer {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: dash 3s linear forwards;
    animation: dash 3s linear forwards; }
  .Price__vector svg .end-point {
    opacity: 0;
    -webkit-animation: opacity 1s linear forwards;
    animation: opacity 1s linear forwards;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s; }

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: -500; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes dash {
  0% {
    stroke-dashoffset: -500; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@media screen and (max-width: 600px) {
.youtube-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}
/*--------------------------------------------------------------
# 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-header: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; } }
/*--------------------------------------------------------------
# Equipment
--------------------------------------------------------------*/
.Equipment {
  background: url(/img/bg-equipment.svg) top left repeat-x; }
  .Equipment--white-background {
    background: none; }
  @media (max-width: 767px) {
    .Equipment ul {
      padding-left: 10px;
      margin-bottom: 10px; } }
  .Equipment li {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 24px; }
  .Equipment .container {
    max-width: 1140px; }
  @media (max-width: 767px) {
    .Equipment .Button {
      width: 100%;
      text-align: center; } }
  .Equipment__feature {
    margin-top: 40px;
    position: relative;
    z-index: 1; }
  .Equipment__item {
    padding-bottom: 70px; }
    @media (max-width: 767px) {
      .Equipment__item {
        padding-bottom: 15px; } }
  .Equipment__header {
    padding-bottom: 90px; }
    @media (max-width: 991px) {
      .Equipment__header {
        padding-bottom: 70px; } }
    @media (max-width: 767px) {
      .Equipment__header {
        padding-bottom: 20px; } }
  .Equipment__text-header {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700; }
  .Equipment__text {
    padding-top: 13px;
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 22px; }
    @media (max-width: 767px) {
      .Equipment__text {
        margin-bottom: 18px; } }
  @media (max-width: 991px) {
    .Equipment__image-container--mobile-hidden svg {
      width: 410px;
      height: 410px; } }
  @media (max-width: 767px) {
    .Equipment__image-container--mobile-hidden {
      display: none; } }
  @media (min-width: 768px) {
    .Equipment__image-container--desctop-hidden {
      display: none; } }
  .Equipment__image {
    position: relative;
    padding-top: 20px;
    z-index: 1; }
    @media (max-width: 767px) {
      .Equipment__image {
        max-width: 300px; } }
  .Equipment__image-background {
    position: absolute;
    top: 0;
    left: -150px;
    z-index: 0; }
    .Equipment__image-background .background-svg {
      fill: rgba(167, 96, 114, 0.05); }
    .Equipment__image-background--left {
      right: -150px;
      left: 0; }
/*--------------------------------------------------------------
# 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, .Stories__slider-item .Stories__text p {
      line-height: 22px; }
    .Stories__slider-item--multiline {
      width: 33.333%; }
      @media (max-width: 767px) {
        .Stories__slider-item--multiline {
          width: 100%; } }
@media (max-width: 767px) {
.Stories__visual {
    padding-left: 30px;
}}
  .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); }
/*--------------------------------------------------------------
# Offers
--------------------------------------------------------------*/
.Offers {
  background: #A76072 url(/img/bg-offers.svg) 100% 0% no-repeat;
  overflow: hidden; }
  .Offers .container {
    max-width: 1140px; }
  .Offers p {
    color: #FFFFFF; }
  .Offers__slider {
    padding-bottom: 100px; }
    @media (max-width: 767px) {
      .Offers__slider {
        padding-bottom: 28px; } }
    .Offers__slider-background {
      position: absolute;
      top: 0;
      right: -45%;
      z-index: 0; }
      @media (max-width: 767px) {
        .Offers__slider-background {
          display: none; } }
      .Offers__slider-background svg {
        width: 629px;
        height: 629px; }
  .Offers__form {
    padding-bottom: 20px; }
    .Offers__form-wrapper {
      max-width: 470px;
      margin: auto; }
  @media (max-width: 991px) {
    .Offers__carousel-wrapper {
      max-width: 470px;
      margin: auto; } }
  @media (max-width: 767px) {
    .Offers__carousel-wrapper {
      max-width: 100%; } }
  .Offers__item--vertical {
    display: inline-block;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    max-width: 503px;
    opacity: 0;
    -webkit-transform: translate3d(130px, 90px, 0) scale(0.5);
    transform: translate3d(130px, 90px, 0) scale(0.5);
    pointer-events: none; }
    @media (max-width: 1200px) {
      .Offers__item--vertical {
        max-width: 400px; } }
    @media (max-width: 991px) {
      .Offers__item--vertical {
        max-width: 530px; } }
    .Offers__item--vertical--only-image {
      margin-left: 40%;
      margin-bottom: -4%; }
    .Offers__item--vertical.swiper-slide-prev, .Offers__item--vertical.swiper-slide-next {
      opacity: .5;
      -webkit-transform: translate3d(-20px, 0, 0) scale(0.835);
      transform: translate3d(-20px, 0, 0) scale(0.835);
      pointer-events: inherit; }
      @media (max-width: 991px) {
        .Offers__item--vertical.swiper-slide-prev, .Offers__item--vertical.swiper-slide-next {
          -webkit-transform: translate3d(-10px, 0, 0) scale(0.835);
          transform: translate3d(-10px, 0, 0) scale(0.835); } }
    .Offers__item--vertical.swiper-slide-active {
      opacity: 1;
      -webkit-transform: translate3d(-100px, 0, 0) scale(1);
      transform: translate3d(-100px, 0, 0) scale(1);
      pointer-events: inherit; }
      @media (max-width: 991px) {
        .Offers__item--vertical.swiper-slide-active {
          -webkit-transform: translate3d(-90px, 0, 0) scale(1);
          transform: translate3d(-90px, 0, 0) scale(1); } }
    .Offers__item--vertical.swiper-slide-active ~ .Offers__item--vertical:not(.swiper-slide-next) {
      -webkit-transform: translate3d(130px, -90px, 0) scale(0.5);
      transform: translate3d(130px, -90px, 0) scale(0.5); }
      @media (max-width: 991px) {
        .Offers__item--vertical.swiper-slide-active ~ .Offers__item--vertical:not(.swiper-slide-next) {
          -webkit-transform: translate3d(120px, -90px, 0) scale(0.5);
          transform: translate3d(120px, -90px, 0) scale(0.5); } }
    .Offers__item--vertical.swiper-slide-active .Offers__image-icon:before {
      opacity: 1; }
    .Offers__item--vertical.swiper-slide-active .Offers__image:before {
      opacity: 1; }
  .Offers__item--horizontal {
    text-align: center; }
  .Offers__items-wrapper--md {
    max-height: 350px;
    margin: 90px 0;
    text-align: right; }
  .Offers__items-wrapper--xs {
    display: none; }
  @media (max-width: 991px) {
    .Offers__items-wrapper--md {
      margin: 120px 0 35px; } }
  @media (max-width: 767px) {
    .Offers__items-wrapper--md {
      display: none; }
    .Offers__items-wrapper--xs {
      display: block; } }
  .Offers__description {
    font-size: 14px;
    color: #fff; }
    @media (max-width: 767px) {
      .Offers__description {
        padding-bottom: 25px;
        display: inline-block; } }
  @media (max-width: 991px) {
    .Offers .Wrapper {
      padding-bottom: 55px; } }
  @media (max-width: 767px) {
    .Offers .Wrapper {
      padding-bottom: 15px; } }

.Offers__item.Offers__item--only-image .Offers__name-block,
.Offers__item.Offers__item--only-image .Offers__image-icon {
  opacity: 0;
  height: 0; }

.Offers__item.Offers__item--only-image .Offers__image {
  width: 90px;
  height: 90px;
  opacity: .4; }

.Offers__item.Offers__item--only-image .Offers__image img {
  width: 100%;
  max-width: 90px; }

.Offers__item--inactive {
  max-width: 380px;
  margin-left: 23%; }

.Offers__item--inactive .Offers__name-block {
  opacity: .5; }

.Offers .Offers__item--inactive p {
  margin-bottom: 15px;
  font-size: 90%;
  line-height: 17px; }

.Offers .Offers__item--inactive p.Offers__price {
  font-size: 18px; }

.Offers__image {
  padding-top: 17px;
  padding-left: 17px;
  width: 204px;
  height: 204px; }
  @media (max-width: 1200px) {
    .Offers__image {
      width: 170px;
      height: 170px;
      padding: 10px; } }
  @media (max-width: 991px) {
    .Offers__image {
      width: 205px;
      height: 205px;
      padding: 15px; } }
  @media (max-width: 767px) {
    .Offers__image {
      position: relative;
      margin: 0 auto; } }

.Offers__image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 204px;
  height: 204px;
  background: url(/img/check_active.svg) top left no-repeat;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  @media (max-width: 1200px) {
    .Offers__image:before {
      width: 180px;
      height: 180px; } }
  @media (max-width: 991px) {
    .Offers__image:before {
      width: 205px;
      height: 205px; } }
  @media (max-width: 767px) {
    .Offers__image:before {
      top: 15px;
      left: 15px;
      opacity: 1; } }

.Offers__item--inactive .Offers__image {
  width: 158px;
  height: 140px;
  padding-top: 0; }

.Offers__image img {
  width: 100%;
  max-width: 170px;
  border-radius: 50%; }
  @media (max-width: 991px) {
    .Offers__image img {
      max-width: 173px;
      margin: 1px auto 0; } }
  @media (max-width: 767px) {
    .Offers__image img {
      max-width: 170px;
      margin: 15px auto 0; } }

.Offers__item--inactive .Offers__image-icon {
  top: 23%;
  left: 4px; }

.Offers__item--inactive .Offers__image-icon svg {
  width: 32px;
  height: 32px; }

.Offers__radio {
  position: absolute;
  top: 20%;
  left: 0;
  display: block;
  font-size: 0; }

.Offers__radio svg {
  width: 42px;
  height: 42px; }

.Offers__radio .Radio-custom:not(checked) {
  position: absolute;
  opacity: 0;
  visibility: hidden; }

.Offers__radio .Radio-custom:not(checked) + label:before {
  opacity: 0; }

.Offers__radio .Radio-custom + label {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  text-align: center;
  cursor: pointer; }

.Offers__radio .Radio-custom:checked + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/check.svg) 50% 50% no-repeat;
  background-size: 18px 13px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.Offers .Form__notice--pink {
  color: #D2A0AC; }

.Offers__header {
  z-index: 2;
  position: relative;
  padding-bottom: 120px;
  color: #FFFFFF; }
  @media (max-width: 991px) {
    .Offers__header {
      padding-bottom: 23px; } }
  @media (max-width: 767px) {
    .Offers__header {
      padding-bottom: 8px; } }

.Offers__form-header {
  margin-bottom: 33px;
  font-weight: 700; }
  .Offers__form-header--sm {
    z-index: 2;
    position: relative;
    display: none;
    margin-bottom: 155px;
    text-align: center; }
  @media (max-width: 991px) {
    .Offers__form-header--sm {
      display: block; }
    .Offers__form-header--md {
      display: none; } }
  @media (max-width: 767px) {
    .Offers__form-header--sm {
      padding: 0 20px;
      margin-bottom: 5px;
      font-size: 16px;
      font-weight: 400; } }

.Offers__name-block {
  padding: 45px 24px 0 0; }
  @media (max-width: 767px) {
    .Offers__name-block {
      padding: 12px 0 0 0; } }

.Offers__item--inactive .Offers__name-block {
  max-width: 225px;
  padding: 32px 12px 0 0; }

.Offers__name {
  line-height: 18px; }
  @media (max-width: 767px) {
    .Offers__name {
      position: relative;
      margin-bottom: 25px; }
      .Offers__name:before {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 150px;
        height: 1px;
        background-color: #fff; } }

.Offers__name-delimiter {
  position: absolute;
  bottom: 39%;
  left: 48%; }

.Offers__item--inactive .Offers__name-delimiter {
  bottom: 29%;
  left: 29%; }

.Offers__price {
  margin-bottom: 11px;
  font-size: 24px;
  line-height: 18px;
  font-weight: bold; }
  .Offers__price .strike-color {
    position: relative; }
    .Offers__price .strike-color:before {
      content: "";
      position: absolute;
      width: 110%;
      height: 44%;
      border-bottom: 1px solid #fff; }
  .Offers__price .OldPrice {
    font-size: 18px;
    font-weight: 400; }
    @media (max-width: 991px) {
      .Offers__price .OldPrice {
        font-size: 14px; } }
  @media (max-width: 767px) {
    .Offers__price {
      margin-bottom: 7px; } }

.Offers__arrows {
  position: absolute;
  bottom: 15px;
  right: -8px; }
  @media (max-width: 991px) {
    .Offers__arrows {
      display: none; } }

.Offers__arrow {
  display: inline-block;
  margin: 0 5px;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border-color: #fff;
  border-radius: 50%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.Offers__arrow svg {
  width: 13px;
  height: 23px; }

.Offers__arrow--next {
  margin-right: 3px; }

.Offers__arrow--prev svg {
  margin-left: 3px; }

.Offers__arrow:not(.swiper-button-disabled):hover {
  border-color: #fff; }

.Offers__arrow.swiper-button-disabled {
  border-color: #fff;
  opacity: .5;
  cursor: default; }

.Offers__pagination {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  display: none;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  @media (max-width: 991px) {
    .Offers__pagination {
      display: block; } }
  @media (max-width: 767px) {
    .Offers__pagination {
      position: relative;
      top: 0;
      right: 0;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      text-align: center; } }
/*--------------------------------------------------------------
# Questions
--------------------------------------------------------------*/
.Questions--bottom-indent {
  margin-bottom: 85px; }
  @media (max-width: 991px) {
    .Questions--bottom-indent {
      margin-bottom: 55px; } }
  @media (max-width: 767px) {
    .Questions--bottom-indent {
      margin-bottom: 30px; } }

.Questions__header {
  padding-bottom: 95px; }
  @media (max-width: 991px) {
    .Questions__header {
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .Questions__header {
      padding-bottom: 0; } }

.Questions__accordion .card {
  margin-bottom: 20px;
  border: none;
  background-color: inherit; }

@media (max-width: 767px) {
  .Questions__question--xs-no-indent {
    margin-bottom: 0 !important;
    background: transparent; } }

.Questions__question-block {
  margin-top: 30px;
  margin-bottom: 28px;
  cursor: pointer; }
  .Questions__question-block.collapsed .Questions__question-number span {
    color: #D2A0AC; }
  @media (max-width: 767px) {
    .Questions__question-block .col-11 {
      max-width: 90%; } }
  @media (max-width: 767px) {
    .Questions__question-block--xs-small {
      margin-top: 20px;
      margin-bottom: 20px; } }

.Questions__question-number {
  padding-left: 30px;
  padding-top: 10px; }
  @media (max-width: 767px) {
    .Questions__question-number {
      padding-left: 15px;
      padding-top: 0; }
      .Questions__question-number--xs-hidden {
        display: none; } }
  .Questions__question-number span {
    margin-top: 10px;
    color: #3F002A;
    font-size: 54px;
    line-height: 49px;
    font-family: 'Oranienbaum', Georgia, 'Times New Roman', Times, serif; }
    @media (max-width: 767px) {
      .Questions__question-number span {
        font-size: 35px; } }

.Questions__question-text {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px; }
  @media (max-width: 767px) {
    .Questions__question-text {
      font-size: 14px;
      line-height: 22px; } }

.Questions__question-date {
  margin-bottom: 0;
  color: #A76072;
  font-size: 14px; }
  @media (max-width: 767px) {
    .Questions__question-date {
      font-size: 12px; } }

.Questions__question .Questions__line-icon:after {
  content: url(/img/plus.svg);
  position: absolute;
  left: 10px;
  top: -1px;
  width: 36px;
  height: 36px; }
  @media (max-width: 767px) {
    .Questions__question .Questions__line-icon:after {
      top: 2px;
      width: 28px;
      height: 28px; } }

@media (max-width: 767px) {
  .Questions__question .Questions__line-icon--xs-hidden:after {
    display: none; } }

.Questions__question.is-showed .Questions__line-icon:after {
  content: url(/img/minus.svg);
  top: -2px; }
  @media (max-width: 767px) {
    .Questions__question.is-showed .Questions__line-icon:after {
      top: 2px; } }

.Questions__line-icon {
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  height: 1px;
  cursor: pointer; }

.Questions__answer-content {
  margin: 25px 0 0; }
  @media (max-width: 991px) {
    .Questions__answer-content {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important; } }
  @media (max-width: 767px) {
    .Questions__answer-content {
      margin-top: 0; } }

.Questions__answer-text {
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .Questions__answer-text {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0; } }
  .Questions__answer-text p {
    padding-left: 30px;
    margin-bottom: 0;
    border-left: 1px solid #BA8491;
    font-size: 16px;
    line-height: 24px; }
    @media (max-width: 767px) {
      .Questions__answer-text p {
        padding: 15px 0 25px;
        border-left: none;
        font-size: 13px;
        line-height: 22px; } }

.Questions__video-box {
  z-index: 0;
  position: relative;
  cursor: pointer; }
  @media (max-width: 767px) {
    .Questions__video-box {
      margin: 0 auto;
      max-width: 50%; } }
  .Questions__video-box video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .Questions__video-box:before {
    z-index: 5;
    content: '';
    position: absolute;
    top: 40%;
    left: 68%;
    width: 68px;
    height: 68px;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    background-image: url(/img/play-icon-grey.svg);
    background-repeat: no-repeat;
    background-size: cover; }
  .Questions__video-box:after {
    z-index: 5;
    content: '';
    position: absolute;
    top: 40%;
    left: 68%;
    width: 68px;
    height: 68px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    background-image: url(/img/pause.svg);
    background-repeat: no-repeat;
    background-size: cover; }
  .Questions__video-box.playing:before {
    opacity: 0; }
  .Questions__video-box.playing:after {
    opacity: 1; }

.Questions__video-link {
  z-index: 1;
  position: relative;
  display: inline-block;
  width: 100%;
  opacity: 1;
  background-color: #fff;
  text-align: right;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .Questions__video-link.is-conceal {
    opacity: 0;
    visibility: hidden; }

.Questions__img-link {
  z-index: 1;
  position: relative;
  display: inline-block;
  width: 100%;
  opacity: 1;
  background-color: #fff;
  text-align: right;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .Questions__img-link--center {
    text-align: center; }

.Questions__img-box {
  z-index: 0;
  position: relative; }

.Questions__more {
  padding-top: 60px; }
  @media (max-width: 767px) {
    .Questions__more {
      padding-top: 15px; } }
  @media (max-width: 767px) {
    .Questions__more .Button {
      width: 100%; } }

.Questions__button {
  display: none; }
  @media (max-width: 767px) {
    .Questions__button {
      display: block;
      margin-bottom: 20px; }
      .Questions__button .Button {
        width: 100%;
        text-align: center;
        margin-top: 0; } }

.Questions-form--bottom-indent {
  margin-bottom: 100px; }
  @media (max-width: 991px) {
    .Questions-form--bottom-indent {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .Questions-form--bottom-indent {
      margin-bottom: 0; } }


.Questions__video-link {
	display:none;
}

.Questions__video-span {
	display:block;
	width:305px;
	height:458px;
}
@media (max-width: 767px) {
	.Questions__video-link {
		display:block;
	}
	.Questions__video-span {
		display:none;
	}
}
/*--------------------------------------------------------------
# А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; } }
