/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
@media (max-width: 1200px) {
  .Banner .container {
    max-width: 100%; } }

.Banner--bottom-indent {
  padding-bottom: 124px; }
  @media (max-width: 991px) {
    .Banner--bottom-indent {
      padding-bottom: 0; } }

.Banner__wrapper {
  padding-top: 128px;
  padding-bottom: 200px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  .Banner__wrapper--bg-1 {
    background-image: url("/img/banner-1.png"); }
  @media (max-width: 1199px) {
    .Banner__wrapper {
      padding-top: 50px;
      padding-bottom: 130px; } }
  @media (max-width: 767px) {
    .Banner__wrapper {
      padding-top: 25px;
      padding-bottom: 25px; } }

.Banner__slider {
  position: relative;
  margin-left: -15px;
  margin-right: -15px; }
  .Banner__slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%; }
  .Banner__slider-content--top-layer {
    position: relative;
	padding: 0 10px;
    z-index: 1; }

.Banner__slider-item {
  position: relative;
  min-height: 800px;
  padding: 115px 0 95px;
  text-align: center; }
  @media (max-width: 991px) {
    .Banner__slider-item {
      padding: 115px 0 0;
      min-height: 700px;
      overflow: hidden; } }
  @media (max-width: 767px) {
    .Banner__slider-item {
      padding: 30px 0 0;
      min-height: 420px; } }

.Banner__title {
  max-width: 1100px;
  color: #C1635B;
  line-height: normal; }
  @media (max-width: 991px) {
    .Banner__title {
      padding-left: 8%;
      margin-bottom: 0;
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
      text-align: left; } }
  @media (max-width: 767px) {
    .Banner__title {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
      text-align: center;
      padding-left: 0; } }
  .Banner__title--middle {
    font-size: 50px;
    font-weight: 700; }Banner__image
    @media (max-width: 991px) {
      .Banner__title--middle {
        font-size: 36px; } }
    @media (max-width: 767px) {
      .Banner__title--middle {
        font-size: 24px; } }
  .Banner__title--large {
    padding: 0;
    font-size: 200px;
    line-height: 171px;
    font-weight: bold; }
    @media (max-width: 991px) {
      .Banner__title--large {
        font-size: 145px;
        line-height: 124px; } }
    @media (max-width: 767px) {
      .Banner__title--large {
        font-size: 80px;
        line-height: normal; } }
  .Banner__title--full-width {
    max-width: 100%; }

.Banner__subtitle {
  max-width: 1080px;
  margin-bottom: 20px;
  color: #C1635B;
  font-size: 50px;
  font-weight: 300; }
  @media (max-width: 991px) {
    .Banner__subtitle {
      text-align: left;
      padding-left: 8%;
      font-size: 36px; } }
  @media (max-width: 767px) {
    .Banner__subtitle {
      padding-left: 0;
      margin-bottom: 5px;
      font-size: 24px;
      text-align: center; } }

.Banner__description {
  margin: 0 auto;
  max-width: 640px;
  display: block;
  font-size: 26px;
  font-weight: 700; }
  @media (max-width: 991px) {
    .Banner__description {
      margin-left: 0; } }
  @media (max-width: 767px) {
    .Banner__description {
      margin-left: auto;
      font-size: 16px; } }
  .Banner__description--fix-width {
    max-width: 440px; }

.Banner__image {
  height: 80%;
  width: auto;
  position: absolute;
  top: 87px;
  right: 0; }
  .Banner__image--fix-width-600 {
    /*max-width: 600px;*/ }
  .Banner__image--fix-width-500 {
    /*max-width: 500px;*/ }
  .Banner__image--large-top-indent {
    top: 160px; }
  .Banner__image--last-layer {
    z-index: 0; }
  .Banner__image--right-indent {
    right: -15px; }
  @media (max-width: 1100px) {
    .Banner__image {
      /*width: 445px;*/ } }
  @media (max-width: 991px) {
    .Banner__image {
      top: 35px;
      right: -120px; } }
  @media (max-width: 767px) {
    .Banner__image {
     /* width: 221px;*/
	  height: 80%;
      width: auto;
		max-width: unset;
      top: 20px;
      right: 0; } }
  @media (max-width: 400px) {
    .Banner__image {
      right: -60px; } }
  @media (max-width: 991px) {
    .Banner__image--broad {
      top: 114px;
      right: 0; } }

@media (max-width: 991px) {
  .Banner__image--broad {
    width: 100%;
    top: 20px;
    right: 0; } }

@media (max-width: 767px) {
  .Banner__image--broad {
    width: 100%;
    top: 100px;
    right: -60px; } }

.Banner__slider-arrow-button {
  position: absolute;
  top: 31%;
  -webkit-transform: translate(0, -31%);
  transform: translate(0, -31%);
  width: 18px;
  height: 33px;
  z-index: 10;
  cursor: pointer; }
  @media (max-width: 767px) {
    .Banner__slider-arrow-button {
      display: none; } }
  .Banner__slider-arrow-button svg {
    fill: #a76072; }
  .Banner__slider-arrow-button--prev {
    left: 0; }
    @media (max-width: 1200px) {
      .Banner__slider-arrow-button--prev {
        left: 25px; } }
  .Banner__slider-arrow-button--next {
    right: 5%; }
    @media (max-width: 1200px) {
      .Banner__slider-arrow-button--next {
        right: 25px; } }

.Banner__slider-arrow-button:hover svg {
  fill: #3F002A; }

.Banner__slider-arrow-dots {
  position: absolute;
  bottom: 18%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
  cursor: pointer; }
  @media (max-width: 991px) {
    .Banner__slider-arrow-dots {
      bottom: 29%; } }
  @media (max-width: 767px) {
    .Banner__slider-arrow-dots {
      bottom: 2%; } }
  .Banner__slider-arrow-dots .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none; }
  .Banner__slider-arrow-dots .slick-dots li {
    display: inline-block;
    padding: 0 2px; }
  .Banner__slider-arrow-dots .slick-dots li:before {
    content: none; }
  .Banner__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; }
  .Banner__slider-arrow-dots .slick-dots .slick-active button {
    background-image: url(/img/dot_active.svg); }

.Banner__box--center {
  text-align: center; }

.Banner__text-title {
  margin-bottom: 30px;
  font-size: 52px;
  font-weight: 700; }
  .Banner__text-title--special {
    color: #E50001; }
  @media (max-width: 1199px) {
    .Banner__text-title {
      margin-bottom: 20px;
      font-size: 42px; } }
  @media (max-width: 767px) {
    .Banner__text-title {
      margin-bottom: 10px;
      font-size: 18px; } }

.Banner__text {
  margin-bottom: 5px;
  font-size: 46px;
  color: #3F002A; }
  @media (max-width: 1199px) {
    .Banner__text {
      font-size: 32px; } }
  @media (max-width: 767px) {
    .Banner__text {
      font-size: 16px; } }

.Banner__prices {
  margin-bottom: 10px; }

.Banner__price {
  margin: 0; }
  .Banner__price--new {
    font-weight: 700;
    font-size: 96px;
    color: #E50001; }
    @media (max-width: 1199px) {
      .Banner__price--new {
        font-size: 76px; } }
    @media (max-width: 767px) {
      .Banner__price--new {
        font-size: 34px; } }
  .Banner__price--old {
    font-size: 46px;
    font-weight: 700;
    line-height: 46px; }
    @media (max-width: 1199px) {
      .Banner__price--old {
        font-size: 36px;
        line-height: 36px; } }
    @media (max-width: 767px) {
      .Banner__price--old {
        font-size: 22px;
        line-height: 22px; } }
    .Banner__price--old .strike-color {
      position: relative; }
      .Banner__price--old .strike-color:before {
        content: "";
        position: absolute;
        width: 110%;
        height: 50%;
        border-bottom: 4px solid #3F002A; }
        @media (max-width: 767px) {
          .Banner__price--old .strike-color:before {
            border-bottom: 3px solid #3F002A; } }

.Banner__slide-price {
  margin-top: 20px;
  display: block;
  font-size: 80px;
  font-weight: bold; }
  @media (max-width: 991px) {
    .Banner__slide-price {
      font-size: 60px; } }
  @media (max-width: 767px) {
    .Banner__slide-price {
      margin-top: 10px;
      font-size: 40px; } }
  .Banner__slide-price--oldPrice {
    margin-top: 15px;
    display: block;
    font-size: 40px;
    line-height: 40px;
    color: #404040; }
    @media (max-width: 767px) {
      .Banner__slide-price--oldPrice {
        margin-top: 10px;
        font-size: 33px; } }
    .Banner__slide-price--oldPrice .strike-color {
      position: relative; }
      .Banner__slide-price--oldPrice .strike-color:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 50%;
        border-bottom: 1px solid #404040; }

.Banner__notice {
  margin-top: 10px;
  display: block;
  font-size: 23px;
  color: #404040; }
  @media (max-width: 991px) {
    .Banner__notice {
      font-size: 19px; } }
  @media (max-width: 991px) {
    .Banner__notice {
      font-size: 15px; } }

.Banner .Button {
  z-index: 1;
  position: relative;
  min-width: 224px;
  max-width: 420px; }

.bg-diploma {
	background-image: url('/images/bg-services.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: top center;
}
 .block-header {
 	font-family: 'GothaPro', sans-serif;
	font-size: 34px;
	color: #3F002A;
	padding-top: 40px;
 }
.prem {
	display: block;
	margin: 72px auto;
	max-width: 100%;
}
.textblock {
	margin-top: 107px;
}
.textblock p {
	font-family: 'GothaPro', sans-serif;
    font-size: 14px;
	line-height: 24px;
    color: #3F002A;
}
@media (max-width: 992px) {
	.prem {
		margin-top: 88px;
	}
	.bg-diploma {
		background-size: 80%;
	}
}
@media (max-width: 768px) {
	.bg-diploma {
		background-image: none;
	}
	.block-header {
		font-size: 18px;
		font-weight: bold;
	}
	.prem {
		margin-top: 10px;
		margin-bottom: 0;
		max-width: 85%;
	}
	.textblock {
 		margin-top: 20px;
	}
}
/*--------------------------------------------------------------
# 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); }
.wrap-lic {
	background-color: transparent;
	padding: 30px;
}
.lic img {
	display: block;
	margin: 0 auto;
	border: 2px #e5e0e0 solid;
	border-radius: 5px;
}
.wrap-lic-images {
	margin-top: 50px;
	padding-bottom: 30px;
}
/*--------------------------------------------------------------
# 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;
	}
}
/*--------------------------------------------------------------
# Staff
--------------------------------------------------------------*/
.Staff {
  position: relative;
  background: url(/img/bg_staff.svg) top left no-repeat;
  background-size: cover; }
  .Staff--transparent {
    background: transparent; }
  @media (max-width: 991px) {
    .Staff--sm-bottom-indent {
      margin-bottom: 40px; } }

.Staff .container--increased {
  max-width: 1430px; }

.Staff__ornament {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }
  @media (max-width: 767px) {
    .Staff__ornament {
      max-width: 100px; } }

.Staff__slider {
  position: relative;
  padding-top: 50px; }
  .Staff__slider--no-indent {
    padding-top: 0; }
  @media (max-width: 1600px) {
    .Staff__slider {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (max-width: 991px) {
    .Staff__slider {
      max-width: 768px;
      margin: 0 auto;
      padding-top: 40px;
      padding-left: 0;
      padding-right: 0; }
      .Staff__slider--no-indent {
        padding-top: 0; } }
  @media (max-width: 767px) {
    .Staff__slider {
      padding-top: 13px; }
      .Staff__slider--no-indent {
        padding-top: 0; } }

.Staff__items-wrapper {
  padding: 100px 0 150px; }
  .Staff__items-wrapper--small-indent {
    padding: 70px 0 135px; }
  @media (max-width: 991px) {
    .Staff__items-wrapper {
      padding-bottom: 165px;
      margin: 0 -15px; }
      .Staff__items-wrapper--small-indent {
        padding-bottom: 140px;
        margin: 0 -55px; } }
  @media (max-width: 767px) {
    .Staff__items-wrapper {
      margin: 0;
      padding-top: 0;
      padding-bottom: 55px; } }

.Staff__item {
  display: inline-block;
  position: relative;
  width: 20%;
  text-align: center;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  z-index: 1;
  cursor: pointer; }
  @media (max-width: 991px) {
    .Staff__item {
      width: 33.333%; } }
  .Staff__item .Button {
    padding: 12px 30px 15px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    font-size: 14px; }

.Staff__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.65);
  z-index: 2; }

.Staff__item-link {
  display: block;
  overflow: hidden; }
  @media (max-width: 767px) {
    .Staff__item-link {
      max-width: 420px;
      margin: 0 auto; } }

.Staff__item.swiper-slide-active {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  pointer-events: inherit;
  opacity: 1;
  z-index: 3; }
  .Staff__item.swiper-slide-active.Staff__item--increased {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  .Staff__item.swiper-slide-active:hover .Button {
    opacity: 1; }
  @media (max-width: 991px) {
    .Staff__item.swiper-slide-active {
      -webkit-transform: scale(1.45);
      transform: scale(1.45); } }
  @media (max-width: 767px) {
    .Staff__item.swiper-slide-active {
      -webkit-transform: scale(1);
      transform: scale(1); }
      .Staff__item.swiper-slide-active.Staff__item--increased {
        -webkit-transform: scale(1);
        transform: scale(1); } }

.Staff__item.swiper-slide-active:before {
  content: none; }

.Staff__item.swiper-slide-active:after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 44px;
  background-image: url(/img/shadow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  @media (max-width: 767px) {
    .Staff__item.swiper-slide-active:after {
      bottom: -45px; } }

.Staff__item.Staff__item--increased.swiper-slide-active:after {
  bottom: -44px; }

.Staff__item-image {
  width: 100%; }

.Staff__name-block {
  position: absolute;
  width: 100%;
  bottom: -35%;
  left: 0;
  padding: 15px 20px;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.84);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 1199px) {
    .Staff__name-block {
      padding: 10px 15px; } }
  @media (max-width: 991px) {
    .Staff__name-block {
      padding: 18px 20px;
      bottom: 0; } }
  @media (max-width: 767px) {
    .Staff__name-block {
      left: 50%;
      max-width: 420px;
      padding: 22px 20px;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      opacity: 1;
      visibility: visible; } }

.Staff__item.swiper-slide-active .Staff__name-block {
  bottom: 0; }

.Staff__item.swiper-slide-active .Staff__name-block {
  opacity: 1;
  visibility: visible; }

.Staff__line-icon {
  display: block; }

.Staff__line-icon svg {
  display: block; }

.Staff__name {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 700;
  color: #3F002A; }
  @media (max-width: 991px) {
    .Staff__name {
      font-size: 12px; } }
  @media (max-width: 991px) {
    .Staff__name {
      font-size: 15px; } }

.Staff__item--increased .Staff__name {
  font-size: 13px; }
  @media (max-width: 767px) {
    .Staff__item--increased .Staff__name {
      font-size: 15px; } }

.Staff__position {
  margin-bottom: 0;
  padding-top: 7px;
  font-size: 13px;
  color: #A76072; }

.Staff__item--increased .Staff__position {
  font-size: 11px; }
  @media (max-width: 767px) {
    .Staff__item--increased .Staff__position {
      font-size: 13px; } }

@media (max-width: 991px) {
  .Staff__arrows {
    display: none; } }

.Staff__arrow {
  z-index: 1;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  width: 18px;
  height: 33px;
  cursor: pointer; }

.Staff__arrow--next {
  right: -3%; }
  @media (max-width: 1600px) {
    .Staff__arrow--next {
      right: 0; } }

.Staff__arrow--prev {
  left: -3%; }
  @media (max-width: 1600px) {
    .Staff__arrow--prev {
      left: 0; } }

.Staff__pagination {
  display: none;
  text-align: center; }
  @media (max-width: 991px) {
    .Staff__pagination {
      display: block; } }
/*--------------------------------------------------------------
# Interiors
--------------------------------------------------------------*/
.Interiors--bottom-indent {
  padding-bottom: 85px; }
  @media (max-width: 991px) {
    .Interiors--bottom-indent {
      padding-bottom: 55px; } }
  @media (max-width: 767px) {
    .Interiors--bottom-indent {
      padding-bottom: 0; } }

.Interiors .container--increased {
  max-width: 1430px; }

.Interiors__slider {
  position: relative;
  padding-top: 60px; }
  .Interiors__slider--no-top-indent {
    padding-top: 0; }
  @media (max-width: 767px) {
    .Interiors__slider {
      padding-top: 0; } }

.Interiors__items-wrapper {
  padding: 0 0 70px; }
  .Interiors__items-wrapper--no-indent {
    padding: 0; }
  @media (max-width: 991px) {
    .Interiors__items-wrapper {
      padding: 0 0 70px; } }
  @media (max-width: 767px) {
    .Interiors__items-wrapper {
      padding: 0 0 50px; }
      .Interiors__items-wrapper--no-indent {
        padding-top: 0; } }

.Interiors__item {
  display: inline-block;
  position: relative;
  width: 33.333%;
  text-align: center;
  z-index: 1;
  cursor: pointer; }
  .Interiors__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.65);
    z-index: 2; }
  .Interiors__item:before {
    background-size: 1px 1px;
    background-position: 50%;
    -webkit-transition: background .3s ease-out;
    transition: background .3s ease-out;
    cursor: pointer; }
  .Interiors__item:hover:before {
    background: url(/img/lupa.svg) 50% no-repeat rgba(0, 0, 0, 0.3);
    background-size: 60px 60px; }
@media (min-width: 992px) {
.Interiors__item.swiper-slide-active {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
	}}
  .Interiors__item.swiper-slide-active {
    pointer-events: inherit;
    z-index: 3; }
    .Interiors__item.swiper-slide-active:after {
      content: '';
      position: absolute;
      bottom: -20px;
      left: 0;
      width: 100%;
      height: 35px;
      background-image: url(/img/shadow-big.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      -webkit-transform: translate(0, 100%);
      transform: translate(0, 100%); }
      @media (max-width: 991px) {
        .Interiors__item.swiper-slide-active:after {
          bottom: -15px; } }
      @media (max-width: 767px) {
        .Interiors__item.swiper-slide-active:after {
          bottom: -10px;
          background-image: url(/img/shadow.png); } }
    .Interiors__item.swiper-slide-active:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-size: 1px 1px;
      background-position: 50%;
      background-color: transparent;
      -webkit-transition: background .3s ease-out;
      transition: background .3s ease-out;
      cursor: pointer; }
    .Interiors__item.swiper-slide-active:hover:before {
      background: url(/img/lupa.svg) 50% no-repeat rgba(0, 0, 0, 0.3);
      background-size: 60px 60px; }
    /*.Interiors__item.swiper-slide-active .Interiors__item-link:after {
      content: '';
      position: absolute;
      width: 70px;
      height: 250px;
      top: 0;
      right: 0;
      z-index: 4;
      background: url(/img/ornament_inter.svg) top right no-repeat; }
    .Interiors__item.swiper-slide-active .Interiors__item-link:before {
      content: '';
      position: absolute;
      width: 50px;
      height: 42px;
      bottom: 20px;
      left: 20px;
      z-index: 4;
      background: url(/img/logo-icon.svg) 50% 50% no-repeat; }*/
  .Interiors__item-image {
    position: relative;
    width: 100%;
    -webkit-transition-duration: .5s;
    transition-duration: .5s; }
  .Interiors__item-link {
    display: block; }
  @media (max-width: 991px) {
    .Interiors__item {
      width: 100%;
      margin-bottom: 0; } }

.Interiors__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 33px;
  cursor: pointer; }
  .Interiors__arrow--center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media (max-width: 991px) {
    .Interiors__arrow {
      display: none; } }
  .Interiors__arrow:hover svg path {
    fill: #3F002A; }
  .Interiors__arrow--next {
    right: -3%; }
  .Interiors__arrow--prev {
    left: -3%; }

.Interiors__pagination {
  display: none;
  text-align: center; }
  @media (max-width: 991px) {
    .Interiors__pagination {
      display: block;
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .Interiors__pagination {
      margin-top: 10px; } }


.pswp__counter {
	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; } }
/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.Map {
  height: 100%; }
  .Map__address-block {
    position: relative;
    padding: 47px 40px;
    z-index: 1;
    background-color: #A76072;
    color: #fff; }
    @media (max-width: 991px) {
      .Map__address-block {
        padding: 47px 0; } }
    @media (max-width: 767px) {
      .Map__address-block {
        padding: 30px 15px; } }
    .Map__address-block:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 0;
      background-image: url(/img/ornament-map.svg);
      background-repeat: no-repeat;
      background-size: 185px 654px; }
  .Map__header {
    margin-bottom: 5px;
    padding-left: 50px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .Map__header {
        padding-left: 0; } }
  .Map__address-item {
    margin-top: 26px; }
    .Map__address-item .col-10 {
      padding-left: 0; }
  .Map__line-icon {
    display: inline-block;
    margin-left: 50px; }
    @media (max-width: 767px) {
      .Map__line-icon {
        margin-left: 0; } }
  @media (max-width: 767px) {
    .Map__metro-block {
      display: none; } }
  .Map__metro-icon svg {
    fill: #D2AAB3; }
  .Map__text {
    border-left: 1px solid #D2AAB3;
    padding-left: 15px; }
    @media (max-width: 767px) {
      .Map__text {
        padding-left: 0;
        border: none; } }
    .Map__text p {
      margin-bottom: 0;
      font-size: 14px;
      line-height: 24px; }
  .Map__metro-name {
    font-weight: 700; }
  .Map__address-box {
    padding: 0; }

.Map-block {
  margin-bottom: 80px; }
  .Map-block--small-indent {
    margin-bottom: 50px; }
  .Map-block__widget {
    display: block;
    width: 100%;
    height: 530px; }
    @media (max-width: 991px) {
      .Map-block__widget {
        height: 400px; } }
    @media (max-width: 767px) {
      .Map-block__widget {
        height: 440px; } }
  @media (max-width: 767px) {
    .Map-block {
      margin-bottom: 0; }
      .Map-block .container {
        padding: 0; } }

[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
}
