@charset "UTF-8";
.cookie-embed__title, .cookie-banner__title, .yc-success-title, .yc-success-badge, .yc-step-title, .yc-btn, .yc-summary-row strong, .yc-date-day, .yc-date-btn,
.yc-time-slot, .yc-service-title, .yc-section-title, .yc-master-name, .yc-label, .modal__title, .gogol-desktop-cosmetic-price, .gogol-desktop-cosmetic-title, .gogol-desktop-cosmetic-badge, .gogol-desktop-price-value, .gogol-desktop-review-stars, .gogol-desktop-review-count, .gogol-desktop-review-name, .popup__title, .why__btn, .why__item-subtitle, .why__item-title, .why__title, .service__item-title, .service__title {
  font-family: "Inter-Bold";
  font-weight: 700;
}

.gogol-desktop-price-name, .gogol-desktop-review-author,
.gogol-desktop-review-empty, .gogol-desktop-review-date, .footer-bottom__text, .why__item-text, .service__item-text {
  font-family: "Inter-Medium";
  font-weight: 500;
}

.cookie-embed__text, .cookie-banner__text, .approval, .yc-summary-row, .yc-note, .yc-inline-error, .yc-error, .yc-input, .yc-date-weekday, .yc-service-meta,
.yc-service-price, .yc-section-count,
.yc-selected-note, .yc-loading,
.yc-empty, .modal__subtitle, .gogol-desktop-cosmetic-bullets li, .gogol-desktop-cosmetic-bullets, .gogol-desktop-review-text, .gogol-desktop-review-status, .order, td, th, li, p {
  font-family: "Inter-Regular";
  font-weight: 400;
}

.cookie-embed__btn,
.cookie-embed__link, .cookie-embed__eyebrow, .cookie-banner__btn, .cookie-banner__eyebrow, .popup .close-btn, .footer-bottom__link-creator, .footer-bottom__link-policy, .header-top__item--active, .header-top__item, .header-top__link {
  font-family: "Inter-SemiBold";
  font-weight: 600;
}

.modal-close {
  font-family: "Roboto-Regular";
  font-weight: 400;
}

.h2, .h1 {
  font-family: "times";
  font-weight: 700;
}

@font-face {
  font-family: "Inter-Bold";
  font-weight: 700;
  font-style: normal;
  src: local("Inter-Bold"), url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter-Medium";
  font-weight: 500;
  font-style: normal;
  src: local("Inter-Medium"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter-Regular";
  font-weight: 400;
  font-style: normal;
  src: local("Inter-Regular"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-style: normal;
  src: local("Inter-SemiBold"), url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Bold";
  font-weight: 700;
  font-style: normal;
  src: local("Roboto-Bold"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Medium";
  font-weight: 500;
  font-style: normal;
  src: local("Roboto-Bold"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Regular";
  font-weight: 400;
  font-style: normal;
  src: local("Roboto-Regular"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "times";
  font-weight: 700;
  font-style: normal;
  src: local("times"), url("../fonts/times.woff2") format("woff2"), url("../fonts/times.woff") format("woff");
  font-display: swap;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class],
ul[class] {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

html,
body {
  height: 100%;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #080808;
}

.container {
  max-width: 980px;
  margin: 40px auto 64px;
  padding: 32px 36px 40px;
  background-color: #f6f1e7;
  border-radius: 20px;
}

.h1 {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1b1613;
  font-size: 28px;
  line-height: 1.2;
  margin: 15px 0;
  border-bottom: 1px solid rgba(35, 31, 27, 0.12);
  padding-bottom: 15px;
}

.h2 {
  margin: 26px 0 10px;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

p {
  line-height: 1.55;
  color: #231f1b;
  margin: 8px 0;
}

ul {
  margin: 8px 0 8px 18px;
}

li {
  margin: 6px 0;
  line-height: 1.55;
  color: #231f1b;
}

a {
  color: #c0263b;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-size: 14px;
}

th {
  background: #eee6d8;
  font-weight: 600;
  border: 1px solid rgba(35, 31, 27, 0.12);
  padding: 10px 12px;
  vertical-align: top;
  text-align: left;
  line-height: 1.55;
}

td {
  border: 1px solid rgba(35, 31, 27, 0.12);
  padding: 10px 12px;
  vertical-align: top;
  text-align: left;
  line-height: 1.55;
}

.note {
  margin-top: 18px;
  font-size: 13px;
  color: #6b5f57;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.order {
  width: 92px;
  height: 92px;
  background-color: #c0263b;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #fff;
  position: fixed;
  z-index: 1000;
  bottom: 24px;
  right: 26px;
}

.header-top {
  z-index: 9999;
  position: fixed;
  width: 100%;
  border-bottom: 1px solid;
  border-image-source: linear-gradient(to right, rgba(9, 9, 11, 0.82), #cf3c3c, rgba(9, 9, 11, 0.82));
  border-image-slice: 1;
  background-color: rgba(9, 9, 11, 0.82);
  backdrop-filter: blur(8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 16px;
}
.header-top__img-box {
  width: auto;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  height: 57px;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header-top__link {
  color: #f2f2f2;
  font-variant: normal;
  letter-spacing: 0.06em;
  font-size: 1.1rem;
  padding: 0 0.75rem;
  height: 20px;
  line-height: 20px;
  position: relative;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top__img {
  width: 50px;
  height: 57px;
}
.header-top__nav {
  background-color: #080808;
  width: 50.5%;
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-right: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-top__item.active {
  color: #ffe9ed;
  border-color: rgba(224, 70, 96, 0.9);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(122, 20, 39, 0.92)), to(rgba(56, 10, 18, 0.9)));
  background: linear-gradient(180deg, rgba(122, 20, 39, 0.92) 0%, rgba(56, 10, 18, 0.9) 100%);
  border-radius: 12px;
  -webkit-box-shadow: 0 12px 30px rgba(104, 17, 35, 0.44), inset 0 1px 0 rgba(255, 255, 255, 0.08);
          box-shadow: 0 12px 30px rgba(104, 17, 35, 0.44), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.header-top__item {
  color: #f2f2f2;
  font-variant: normal;
  letter-spacing: 0.06em;
  font-size: 1.1rem;
  padding: 0 0.75rem;
  height: 20px;
  line-height: 20px;
  position: relative;
}
.header-top__item--active {
  font-variant: normal;
  letter-spacing: 0.06em;
  font-size: 1.1rem;
  padding: 0 0.75rem;
  height: 20px;
  line-height: 20px;
  position: relative;
  color: #fff;
  text-shadow: 0 0 18px rgba(216, 75, 75, 0.42);
}
.header-top__item--active:hover {
  color: #fff;
}
.header-top__item--active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background-color: #c41f3b;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.header-top__item--active:hover::after {
  width: 100%;
}
.header-top__item:hover {
  color: #fff;
}
.header-top__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background-color: #c41f3b;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.header-top__item:hover::after {
  width: 100%;
}

.header-content {
  position: relative;
}
.header-content__left-slider {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  height: 100vh;
}
.header-content__left-slider-item {
  height: 100vh;
}
.header-content__left-slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 40%;
     object-position: 50% 40%;
  display: block;
}
.header-content__right-slider {
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  height: 100vh;
}
.header-content__right-slider-item {
  height: 100vh;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border: 1px solid rgba(216, 75, 75, 0.35);
  border-radius: 18px;
}
.header-content__right-slider-item img {
  width: 280px;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0.2rem solid #fff;
  border-radius: 0.3rem;
}
.header-content__logo-box {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-content__logo {
  width: 300px;
  height: 340px;
  opacity: 0.74;
  -webkit-transition: opacity 0.2s ease, -webkit-filter 0.2s ease;
  transition: opacity 0.2s ease, -webkit-filter 0.2s ease;
  transition: filter 0.2s ease, opacity 0.2s ease;
  transition: filter 0.2s ease, opacity 0.2s ease, -webkit-filter 0.2s ease;
}

.line-gradient {
  margin: 60px 0;
  width: 100%;
  height: 4px;
  background: #ccc;
  position: relative;
  overflow: visible;
}

.line-gradient::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
  background: linear-gradient(90deg, transparent, #fff, transparent);
  border-radius: 2px;
}

.service__title {
  letter-spacing: -0.012em;
  line-height: 1.12;
  color: #f4efe8;
  font-size: clamp(2.05rem, 4.1vw, 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.05em;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.service__title.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.service__item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.service__item-box.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.service__item {
  position: relative;
  background: radial-gradient(130% 170% at 100% -12%, rgba(207, 63, 63, 0.22) 0%, rgba(16, 16, 16, 0) 48%), linear-gradient(165deg, #121212 0%, #090909 100%);
  padding: 1rem 1rem 0.92rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.05rem;
  -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: 0 18px 38px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  width: 322px;
  height: 200px;
  -webkit-transition: border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease;
  transition: border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease;
}
.service__item:hover {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  border-color: rgba(216, 75, 75, 0.55);
  -webkit-box-shadow: 0 28px 54px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(216, 75, 75, 0.18);
          box-shadow: 0 28px 54px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(216, 75, 75, 0.18);
}
.service__item::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 20px;
  right: 20px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#cf3c3c), to(transparent));
  background: linear-gradient(90deg, transparent, #cf3c3c, transparent);
  border-radius: 1px;
  pointer-events: none;
}
.service__item + .service__item {
  margin-left: -20px;
}
.service__item-title {
  font-size: 1.42rem;
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: #ffc1c1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.service__item-text {
  text-align: center;
  font-size: 0.98rem;
  line-height: 1.36;
  letter-spacing: 0.003em;
  color: #ece7df;
  opacity: 0.96;
}

.why__title {
  letter-spacing: -0.012em;
  line-height: 1.12;
  color: #f4efe8;
  font-size: clamp(2.05rem, 4.1vw, 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.05em 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.why__title.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.why__item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.why__item-box.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.why__item-title {
  font-size: clamp(2.5rem, 4.4vw, 3.55rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
  text-shadow: 0 12px 26px rgba(0, 0, 0, 0.45);
  color: #ffc1c1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.why__item-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  color: rgba(216, 75, 75, 0.86);
}
.why__item-text {
  font-size: 1.08rem;
  letter-spacing: 0.01em;
  line-height: 1.28;
  color: #ece7df;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.why__item {
  position: relative;
  background: radial-gradient(130% 170% at 100% -12%, rgba(207, 63, 63, 0.22) 0%, rgba(16, 16, 16, 0) 48%), linear-gradient(165deg, #121212 0%, #090909 100%);
  padding: 1rem 1rem 0.92rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.05rem;
  -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: 0 18px 38px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  width: 253px;
  height: 215px;
  -webkit-transition: border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease;
  transition: border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease;
}
.why__item:hover {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  border-color: rgba(216, 75, 75, 0.55);
  -webkit-box-shadow: 0 28px 54px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(216, 75, 75, 0.18);
          box-shadow: 0 28px 54px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(216, 75, 75, 0.18);
}
.why__item::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 20px;
  right: 20px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#cf3c3c), to(transparent));
  background: linear-gradient(90deg, transparent, #cf3c3c, transparent);
  border-radius: 1px;
  pointer-events: none;
}
.why__item + .why__item {
  margin-left: -20px;
}
.why__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.why__btn {
  margin-top: 70px;
  color: #fff;
  letter-spacing: 0.01em;
  border: 1px solid #a11a2e;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 1.5rem;
  min-height: 3rem;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  background-color: #a11a2e;
  width: 272px;
  height: 57px;
}
.why__btn:hover {
  background: #c0263b;
  border-color: #c0263b;
}

.map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 100px;
}

.map-wrap {
  width: 50%;
  padding: 12px 12px 0 12px;
  background: #121212;
  border: 1px solid #333;
  border-radius: 12px;
}

.rate {
  width: 50%;
  padding: 12px 12px 0 12px;
  background: #121212;
  border: 1px solid #333;
  border-radius: 12px;
}

.footer {
  margin-top: 50px;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #333;
  background: rgba(10, 10, 10, 0.92);
  padding: 1rem 2rem;
}

.footer__link {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
.footer__link:hover svg {
  fill: #c0263b;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-bottom__link-policy {
  border-color: #fff;
  border-bottom: 1px solid rgba(241, 212, 181, 0.45);
  color: #c0263b;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.4;
  margin: 32px 14px;
}
.footer-bottom__link-policy:hover {
  color: #e05262;
}
.footer-bottom__text {
  margin: 12px 0;
  font-size: 12px;
  line-height: 1.35;
  color: #9a9a9a;
  letter-spacing: 0.01em;
}
.footer-bottom__link-creator {
  border-bottom: 1px solid rgba(215, 107, 126, 0.4);
  color: #c0263b;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-bottom__link-creator:hover {
  border-bottom-color: rgba(239, 154, 170, 0.65);
  color: #e05262;
}

.popup {
  position: fixed;
  display: none;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  border: 2px solid #333;
  -webkit-box-shadow: 0 24px 56px rgba(0, 0, 0, 0.56), inset 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: 0 24px 56px rgba(0, 0, 0, 0.56), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  z-index: 1000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 85vh;
  width: 95%;
  border: 1px solid rgba(228, 78, 104, 0.38);
  border-radius: 18px;
  background: radial-gradient(140% 120% at 100% -6%, rgba(160, 25, 54, 0.28) 0%, rgba(0, 0, 0, 0) 52%), -webkit-gradient(linear, left top, left bottom, from(rgba(12, 12, 13, 0.97)), to(rgba(5, 5, 6, 0.98)));
  background: radial-gradient(140% 120% at 100% -6%, rgba(160, 25, 54, 0.28) 0%, rgba(0, 0, 0, 0) 52%), linear-gradient(180deg, rgba(12, 12, 13, 0.97) 0%, rgba(5, 5, 6, 0.98) 100%);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.56), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  z-index: 10000;
  overflow: scroll;
}
.popup__title-box {
  min-width: calc(100vh - 36px);
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(228, 78, 104, 0.28);
  background: -webkit-gradient(linear, left top, right top, from(rgba(128, 18, 44, 0.38)), color-stop(66%, rgba(12, 12, 13, 0.2)));
  background: linear-gradient(90deg, rgba(128, 18, 44, 0.38) 0%, rgba(12, 12, 13, 0.2) 66%);
}
.popup__title {
  color: #ffe8ec;
  letter-spacing: 0.04em;
}

.popup .close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  background-color: #a11a2e;
  cursor: pointer;
  color: #fff;
  min-height: 38px;
  border-radius: 11px;
  padding: 0 14px;
  border: none;
  -webkit-transition: background 0.16s ease, border-color 0.16s ease, -webkit-transform 0.16s ease;
  transition: background 0.16s ease, border-color 0.16s ease, -webkit-transform 0.16s ease;
  transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
  transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease, -webkit-transform 0.16s ease;
}
.popup .close-btn:hover {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  background: #c0263b;
  border-color: #c0263b;
}

.popup.show {
  display: block;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 900;
}

.overlay.show {
  display: block;
}

.content-block {
  display: none;
  overflow: auto;
}

.gogol-desktop-tab-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  padding: 18px 20px 22px;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: start;
      align-content: start;
  gap: 14px;
  overflow-x: hidden;
}

.gogol-desktop-reviews-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 14px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.gogol-desktop-review-status {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(237, 232, 224, 0.86);
  line-height: 1.45;
}

.gogol-desktop-review-status.is-error {
  border-color: rgba(212, 69, 69, 0.44);
  background: rgba(95, 17, 17, 0.34);
  color: #ffd6d6;
}

.gogol-desktop-review-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 14px;
  background: radial-gradient(130% 160% at 100% -10%, rgba(195, 44, 72, 0.25) 0%, rgba(16, 16, 16, 0) 48%), linear-gradient(165deg, #121212 0%, #080808 100%);
}

.gogol-desktop-review-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.gogol-desktop-review-avatar {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #0f0f0f;
  border: 1px solid rgba(216, 75, 75, 0.34);
}

.gogol-desktop-review-name {
  line-height: 20px;
  color: #f4efe7;
}

.gogol-desktop-review-count {
  line-height: 20px;
  color: #e08484;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 3px;
}

.gogol-desktop-review-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.gogol-desktop-review-item {
  padding: 9px 10px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gogol-desktop-review-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.gogol-desktop-review-stars {
  color: #ffb6b6;
  letter-spacing: 0.03em;
}

.gogol-desktop-review-date {
  color: rgba(216, 75, 75, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.gogol-desktop-review-text {
  margin: 6px 0 0;
  color: rgba(237, 232, 224, 0.92);
  line-height: 1.38;
}

.gogol-desktop-review-author,
.gogol-desktop-review-empty {
  margin: 6px 0 0;
  color: rgba(224, 132, 132, 0.92);
  line-height: 1.35;
}

.gogol-desktop-prices-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 14px;
}

.gogol-desktop-price-section {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.04), rgba(18, 15, 17, 0.9) 74%);
}

.gogol-desktop-price-title {
  margin: 0;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(228, 78, 104, 0.24);
  color: #ffdde4;
  font: 700 15px/1.2 Inter, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gogol-desktop-price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.gogol-desktop-price-name {
  color: #f2f2f5;
  line-height: 1.34;
}

.gogol-desktop-price-value {
  white-space: nowrap;
  color: #ffe2e8;
  line-height: 1.2;
  text-shadow: 0 0 16px rgba(228, 78, 104, 0.22);
}

.gogol-desktop-cosmetics-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.gogol-desktop-cosmetic-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.04)), to(rgba(14, 13, 15, 0.9)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(14, 13, 15, 0.9));
  padding: 16px 14px;
  height: 204px;
}

.gogol-desktop-cosmetic-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-bottom: 11px;
}

.gogol-desktop-cosmetic-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  border: 1px solid rgba(237, 123, 146, 0.4);
  border-radius: 999px;
  padding: 4px 10px;
  margin-bottom: 11px;
  color: #ffd3dd;
  background: rgba(148, 27, 52, 0.3);
  line-height: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gogol-desktop-cosmetic-title {
  margin: 0;
  color: #fff;
  line-height: 1.2;
}

.gogol-desktop-cosmetic-bullets {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  color: #cfc2c7;
  line-height: 1.45;
}
.gogol-desktop-cosmetic-bullets li {
  color: #cfc2c7;
  list-style: none;
  color: #cfc2c7;
  line-height: 1.45;
  font-size: 14px;
}

.gogol-desktop-cosmetic-bullets li {
  position: relative;
  padding-left: 14px;
  margin: 6px 0;
}

.gogol-desktop-cosmetic-price {
  white-space: nowrap;
  border-radius: 999px;
  padding: 5px 10px;
  border: 1px solid rgba(237, 123, 146, 0.5);
  background: rgba(148, 27, 52, 0.22);
  color: #ffe2e8;
  line-height: 12px;
  letter-spacing: 0.04em;
}

.gogol-desktop-cosmetic-bullets li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.34);
}

.btn-action {
  padding: 10px 20px;
  cursor: pointer;
  margin-right: 10px;
}

.backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}

.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 65%;
  height: 92%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 22, 22, 0.95)), to(rgba(14, 7, 7, 0.96)));
  background: linear-gradient(180deg, rgba(58, 22, 22, 0.95), rgba(14, 7, 7, 0.96));
  border-radius: 1.25rem;
  padding: 26px 24px 22px;
  overflow: auto;
  border: 1px solid rgba(216, 75, 75, 0.28);
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  z-index: 10000;
  -webkit-box-sizing: 0 32px 72px rgba(0, 0, 0, 0.62);
          box-sizing: 0 32px 72px rgba(0, 0, 0, 0.62);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: #a11a2e;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-color: #a11a2e;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.modal__title {
  font-size: 1.52rem;
  line-height: 1.14s;
  color: #fff2d8;
  letter-spacing: 0.05em;
}
.modal__subtitle {
  font-size: 0.9rem;
  line-height: 1.38;
  color: rgba(235, 229, 221, 0.76);
}

.modal-close:hover {
  border-color: #c0263b;
  background: #c0263b;
}

.modal-window__item {
  padding: 10px 0;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}

.modal-window__item:last-child {
  border-bottom: none;
}

.modal-window__item:hover {
  background-color: #f0f0f0;
}

.yc-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 11px;
}

.yc-shell {
  display: -ms-grid;
  display: grid;
  gap: 12px;
}

.yc-step.active {
  display: block;
}

.yc-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}

.yc-label {
  font-size: 0.72rem;
  color: rgba(216, 75, 75, 0.9);
  line-height: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.yc-loading,
.yc-empty {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(0, 0, 0, 0.22);
  padding: 18px 16px;
  color: rgba(235, 229, 221, 0.76);
  line-height: 1.55;
}

.yc-loading--boot {
  min-height: 220px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.yc-masters {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.yc-master-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  background: #a11a2e;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-transition: border-color 0.15s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease;
  transition: border-color 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.15s ease;
}

.yc-master-card:hover {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.38);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.38);
  background: #c0263b;
  border-color: #c0263b;
}

.yc-master-card.is-active {
  border-color: rgba(240, 215, 170, 0.64);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 38, 59, 0.92)), to(rgba(113, 16, 33, 0.96)));
  background: linear-gradient(180deg, rgba(192, 38, 59, 0.92), rgba(113, 16, 33, 0.96));
  -webkit-box-shadow: 0 14px 28px rgba(143, 31, 50, 0.28);
          box-shadow: 0 14px 28px rgba(143, 31, 50, 0.28);
}

.yc-master-photo {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #1a1a1a;
  border: 1px solid rgba(216, 75, 75, 0.28);
}

.yc-master-name {
  font-size: 0.91rem;
  text-align: center;
  color: #f5efe6;
  line-height: 20px;
}

.yc-master-role {
  font-size: 0.75rem;
  color: rgba(236, 231, 223, 0.72);
  text-align: center;
  line-height: 20px;
}

.yc-service-list,
.yc-calendar-grid,
.yc-time-grid {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}

.yc-section-stack {
  display: -ms-grid;
  display: grid;
  gap: 12px;
}

.yc-section-card {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.18);
  padding: 14px;
}

.yc-section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.yc-section-title {
  color: #f6eee3;
  font-size: 0.93rem;
  line-height: 1.3;
}

.yc-section-count,
.yc-selected-note {
  color: rgba(236, 231, 223, 0.72);
  font-size: 0.78rem;
  line-height: 1.35;
}

.yc-selected-note {
  margin-top: 8px;
}

.yc-service-card,
.yc-date-btn,
.yc-time-slot {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  background: rgba(15, 8, 8, 0.62);
  padding: 14px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  cursor: pointer;
  -webkit-transition: border-color 0.15s ease, background 0.15s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, background 0.15s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease, background 0.15s ease;
  transition: border-color 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease, background 0.15s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.15s ease;
}

.yc-service-card:hover,
.yc-date-btn:hover,
.yc-time-slot:hover {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  border-color: rgba(216, 75, 75, 0.55);
  background: rgba(46, 13, 13, 0.88);
}

.yc-service-card.is-active,
.yc-date-btn.is-active,
.yc-time-slot.is-active {
  border-color: rgba(240, 215, 170, 0.64);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(166, 37, 63, 0.96)), to(rgba(106, 20, 38, 0.98)));
  background: linear-gradient(180deg, rgba(166, 37, 63, 0.96), rgba(106, 20, 38, 0.98));
  -webkit-box-shadow: 0 12px 24px rgba(143, 31, 50, 0.24);
          box-shadow: 0 12px 24px rgba(143, 31, 50, 0.24);
}

.yc-service-title {
  color: #f5efe6;
  font-size: 0.96rem;
  line-height: 1.35;
  text-align: left;
}

.yc-service-meta,
.yc-service-price {
  color: rgba(236, 231, 223, 0.72);
  font-size: 0.84rem;
  line-height: 1.35;
  text-align: left;
}

.yc-service-list {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.yc-calendar-grid {
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
}

.yc-date-btn,
.yc-time-slot {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 56px;
  color: #f5efe6;
  font-size: 0.88rem;
  line-height: 1.35;
  text-align: center;
}

.yc-time-grid {
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
}

.yc-date-btn {
  gap: 2px;
}

.yc-date-day {
  font-size: 1rem;
  line-height: 1;
}

.yc-date-weekday {
  color: rgba(236, 231, 223, 0.72);
  font-size: 0.72rem;
  text-transform: capitalize;
}

.yc-date-btn.is-active .yc-date-weekday {
  color: rgba(42, 16, 16, 0.85);
}

.yc-time-slot {
  min-height: 54px;
}

.yc-input {
  width: 100%;
  min-height: 52px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 7, 7, 0.52);
  padding: 0 16px;
  color: #fff3df;
  font-size: 0.95rem;
  -webkit-transition: border-color 0.15s ease, background 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, background 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.yc-input::-webkit-input-placeholder {
  color: rgba(235, 229, 221, 0.46);
}

.yc-input::-moz-placeholder {
  color: rgba(235, 229, 221, 0.46);
}

.yc-input:-ms-input-placeholder {
  color: rgba(235, 229, 221, 0.46);
}

.yc-input::-ms-input-placeholder {
  color: rgba(235, 229, 221, 0.46);
}

.yc-input::placeholder {
  color: rgba(235, 229, 221, 0.46);
}

.yc-input:focus {
  outline: none;
  border-color: rgba(240, 215, 170, 0.62);
  -webkit-box-shadow: 0 0 0 3px rgba(216, 75, 75, 0.14);
          box-shadow: 0 0 0 3px rgba(216, 75, 75, 0.14);
  background: rgba(18, 9, 9, 0.86);
}

.yc-error,
.yc-note,
.yc-summary {
  border-radius: 14px;
  padding: 14px 16px;
}

.yc-error {
  border: 1px solid rgba(212, 69, 69, 0.44);
  background: rgba(95, 17, 17, 0.34);
  color: #ffd6d6;
  line-height: 1.55;
}

.yc-inline-error {
  margin-top: -2px;
  color: #ffd6d6;
  font-size: 0.84rem;
  line-height: 1.45;
}

.yc-note {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
  color: rgba(235, 229, 221, 0.8);
  line-height: 1.55;
}

.yc-note--warning {
  border-color: rgba(240, 215, 170, 0.34);
  background: rgba(82, 50, 12, 0.3);
  color: #fff0cb;
}

.yc-summary {
  display: -ms-grid;
  display: grid;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(0, 0, 0, 0.24);
}

.yc-summary-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(235, 229, 221, 0.76);
  line-height: 1.45;
}

.yc-summary-row strong {
  color: #fff2d8;
  text-align: right;
}

.yc-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.yc-btn:disabled,
.yc-btn-ghost:disabled {
  opacity: 0.44;
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.yc-btn-ghost {
  background: rgba(8, 8, 8, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #f1ebe2;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.yc-btn {
  margin-top: 6px;
  color: #fff;
  border: 1px solid rgba(255, 214, 214, 0.78);
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe9e9), color-stop(46%, #f4b1b1), to(#cf3c3c));
  background: linear-gradient(180deg, #ffe9e9 0%, #f4b1b1 46%, #cf3c3c 100%);
  width: 50%;
  height: 45px;
  font-size: 0.96rem;
  cursor: pointer;
  -webkit-transition: border-color 0.16s ease, -webkit-transform 0.08s ease, -webkit-box-shadow 0.16s ease;
  transition: border-color 0.16s ease, -webkit-transform 0.08s ease, -webkit-box-shadow 0.16s ease;
  transition: transform 0.08s ease, box-shadow 0.16s ease, border-color 0.16s ease;
  transition: transform 0.08s ease, box-shadow 0.16s ease, border-color 0.16s ease, -webkit-transform 0.08s ease, -webkit-box-shadow 0.16s ease;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.8);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.yc-btn:hover {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.Modal_bottomFixedButton__MqMhl,
.Modal_mobile_bottomFixedButton__f6odK,
.yc-btn {
  background: linear-gradient(135deg, #a3273f, #74172b);
  border: 1px solid rgba(240, 215, 170, 0.36) !important;
  border-radius: 12px;
  -webkit-box-shadow: 0 12px 26px rgba(143, 31, 50, 0.35);
          box-shadow: 0 12px 26px rgba(143, 31, 50, 0.35);
}

.yc-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 14px 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 12px;
  color: #d5d0c8;
}

.yc-step-dot.active {
  background: #d84b4b;
  border-color: #d84b4b;
  -webkit-box-shadow: 0 0 0 3px rgba(216, 75, 75, 0.16);
          box-shadow: 0 0 0 3px rgba(216, 75, 75, 0.16);
}

.yc-step-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #262626;
  border: 1px solid #414141;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.35);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.35);
}

.yc-steps {
  font-size: 12px;
  color: #d5d0c8;
}

.yc-steps-line span {
  display: block;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#c53b3b), to(#d84b4b));
  background: linear-gradient(90deg, #c53b3b 0%, #d84b4b 100%);
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
}

.yc-steps-line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background: #2a2a2a;
  border-radius: 2px;
  overflow: hidden;
}

.yc-step-title {
  line-height: 20px;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.yc-success {
  display: -ms-grid;
  display: grid;
  gap: 14px;
}

.yc-success-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(240, 215, 170, 0.28);
  background: rgba(25, 76, 48, 0.4);
  color: #d7ffe9;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.yc-success-title {
  color: #fff2d8;
  font-size: 1.2rem;
  line-height: 1.25;
}

.privacy {
  background: radial-gradient(900px 520px at 86% -6%, rgba(181, 46, 66, 0.18), transparent 56%), radial-gradient(1000px 760px at -8% 24%, rgba(207, 63, 63, 0.12), transparent 58%), #0b0a09;
}

.approval {
  font-size: 13px;
  color: #6b5f57;
  height: 80px;
  line-height: 1.55;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 11000;
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) auto;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(228, 78, 104, 0.32);
  border-radius: 20px;
  background: radial-gradient(120% 180% at 100% -20%, rgba(160, 25, 54, 0.3) 0%, rgba(0, 0, 0, 0) 50%), -webkit-gradient(linear, left top, left bottom, from(rgba(17, 16, 18, 0.98)), to(rgba(7, 7, 8, 0.98)));
  background: radial-gradient(120% 180% at 100% -20%, rgba(160, 25, 54, 0.3) 0%, rgba(0, 0, 0, 0) 50%), linear-gradient(180deg, rgba(17, 16, 18, 0.98) 0%, rgba(7, 7, 8, 0.98) 100%);
  -webkit-box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
          box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}
.cookie-banner[hidden] {
  display: none;
}

.cookie-banner__eyebrow {
  margin: 0 0 6px;
  color: rgba(255, 210, 218, 0.72);
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cookie-banner__title {
  margin: 0 0 8px;
  color: #fff2f3;
  font-size: 20px;
  line-height: 1.15;
}

.cookie-banner__text {
  margin: 0;
  color: rgba(236, 228, 230, 0.82);
  font-size: 14px;
  line-height: 1.5;
}

.cookie-banner__inline-link {
  color: #ffced7;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-banner__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cookie-banner__btn {
  min-height: 44px;
  border-radius: 999px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: background 0.16s ease, border-color 0.16s ease, -webkit-transform 0.16s ease;
  transition: background 0.16s ease, border-color 0.16s ease, -webkit-transform 0.16s ease;
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease;
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease, -webkit-transform 0.16s ease;
}
.cookie-banner__btn:hover {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.cookie-banner__btn--primary {
  background: linear-gradient(135deg, #b0152c, #7b0f21);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
}

.cookie-banner__btn--ghost {
  background: rgba(255, 255, 255, 0.04);
  color: rgba(248, 240, 242, 0.92);
}

.cookie-embed {
  position: relative;
  min-height: 525px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(228, 78, 104, 0.18);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 22, 24, 0.96)), to(rgba(8, 8, 9, 0.98)));
  background: linear-gradient(180deg, rgba(26, 22, 24, 0.96) 0%, rgba(8, 8, 9, 0.98) 100%);
}
.cookie-embed iframe {
  width: 100%;
  height: 525px;
  border: 0;
  display: block;
}

.cookie-embed__placeholder {
  min-height: 525px;
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  background: radial-gradient(120% 150% at 100% -12%, rgba(160, 25, 54, 0.22) 0%, rgba(0, 0, 0, 0) 52%), -webkit-gradient(linear, left top, left bottom, from(rgba(17, 16, 18, 0.98)), to(rgba(7, 7, 8, 0.98)));
  background: radial-gradient(120% 150% at 100% -12%, rgba(160, 25, 54, 0.22) 0%, rgba(0, 0, 0, 0) 52%), linear-gradient(180deg, rgba(17, 16, 18, 0.98) 0%, rgba(7, 7, 8, 0.98) 100%);
}
.cookie-embed__placeholder[hidden] {
  display: none;
}

.cookie-embed__eyebrow {
  color: rgba(255, 210, 218, 0.7);
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cookie-embed__title {
  margin: 0;
  color: #fff2f3;
  font-size: 24px;
  line-height: 1.12;
}

.cookie-embed__text {
  margin: 0;
  max-width: 440px;
  color: rgba(236, 228, 230, 0.82);
  font-size: 15px;
  line-height: 1.5;
}

.cookie-embed__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4px;
}

.cookie-embed__btn,
.cookie-embed__link {
  min-height: 44px;
  border-radius: 999px;
  padding: 0 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, -webkit-transform 0.16s ease;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, -webkit-transform 0.16s ease;
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease, color 0.16s ease, -webkit-transform 0.16s ease;
}

.cookie-embed__btn {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, #b0152c, #7b0f21);
  color: #fff;
  cursor: pointer;
}

.cookie-embed__link {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(248, 240, 242, 0.92);
}

.cookie-embed__btn:hover,
.cookie-embed__link:hover {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.burger {
  width: 30px;
  height: 25px;
  position: relative;
  cursor: pointer;
  display: none;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin: 20px;
}

.burger div {
  height: 10px;
  width: 10px;
  background-color: #fff;
  border-radius: 3.5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.burger div:nth-child(2) {
  rotate: 45deg;
}

.menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px;
}

.header-top__nav.active {
  right: 0;
}

.burger.active div:nth-child(2),
.burger.active div:nth-child(4) {
  display: none;
}

.burger.active {
  display: block;
}
.burger.active div:nth-child(1) {
  top: 13px;
  position: absolute;
  width: 20px;
  height: 2px;
  rotate: 45deg;
}
.burger.active div:nth-child(3) {
  top: 13px;
  position: absolute;
  width: 20px;
  height: 2px;
  rotate: -45deg;
}

@media (max-width: 1200px) {
  .info {
    display: block;
  }
  .map-wrap {
    width: calc(100% - 20px);
    margin: 0 10px 10px 10px;
  }
  .rate {
    display: none;
  }
  .gogol-desktop-cosmetics-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1000px) {
  .modal-window {
    width: 82%;
    height: 94%;
  }
  .yc-steps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .yc-step-title {
    white-space: normal;
  }
  .header-top__nav {
    top: 66px;
    position: absolute;
    right: -200vh;
    height: calc(100vh - 66px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 100%;
    gap: 25px;
    padding: 22px 16px 0;
  }
  .header-top__item {
    border-radius: 999px;
    width: min(92%, 420px);
    min-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.78em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
  }
  .header-top__item--active {
    border-radius: 999px;
    width: min(92%, 420px);
    min-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.78em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 18px;
    background: linear-gradient(135deg, #b0152c, #7b0f21);
    border: 1px solid rgba(255, 255, 255, 0.14);
  }
  .why__item-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (200px)[2];
    grid-template-columns: repeat(2, 200px);
    place-items: center;
    gap: 10px;
  }
  .why__item + .why__item {
    margin-left: 0;
  }
  .service__item-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (294px)[2];
    grid-template-columns: repeat(2, 294px);
    place-items: center;
    gap: 10px;
  }
  .service__item + .service__item {
    margin-left: 0;
  }
  .burger {
    display: -ms-grid;
    display: grid;
  }
  .gogol-desktop-prices-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 750px) {
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 14px;
    border-radius: 16px;
  }
  .cookie-banner__title {
    font-size: 18px;
  }
  .cookie-banner__actions {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cookie-banner__btn {
    width: 100%;
  }
  .cookie-embed {
    min-height: 360px;
  }
  .cookie-embed iframe {
    height: 360px;
  }
  .cookie-embed__placeholder {
    min-height: 360px;
    padding: 20px;
  }
  .cookie-embed__title {
    font-size: 20px;
  }
  .cookie-embed__actions {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .cookie-embed__btn,
  .cookie-embed__link {
    width: 100%;
  }
  .modal-window {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 22px 16px 18px;
  }
  .yc-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .yc-btn {
    width: 100%;
  }
  .yc-calendar-grid,
  .yc-masters,
  .yc-time-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .yc-service-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .header-content__logo-box {
    display: none;
  }
  .header-content__right-slider {
    display: none;
  }
  .header-content__left-slider {
    width: 100%;
  }
  .header-content__left-slider,
  .header-content__left-slider .slick-list,
  .header-content__left-slider .slick-track {
    -ms-touch-action: auto;
        touch-action: auto;
  }
  .service__item-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .order {
    width: 60px;
    height: 60px;
  }
  .gogol-desktop-prices-grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .gogol-desktop-cosmetics-grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 570px) {
  .yc-calendar-grid,
  .yc-masters,
  .yc-time-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .yc-section-head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .yc-summary-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .why__item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
  }
  .why__item {
    width: calc(100% - 32px);
    max-width: 300px;
    margin: 0;
  }
  .popup {
    overflow-x: hidden;
  }
}
@media (max-width: 500px) {
  .why__title {
    text-align: center;
    padding: 0 20px;
  }
  .gogol-desktop-review-count {
    font-size: 12px;
  }
  .gogol-desktop-review-date {
    font-size: 12px;
  }
  .gogol-desktop-review-text {
    font-size: 14px;
  }
}
@media (max-width: 430px) {
  .gogol-desktop-review-top {
    display: block;
  }
  .gogol-desktop-review-stars {
    line-height: 20px;
  }
  .gogol-desktop-review-date {
    line-height: 20px;
  }
  .gogol-desktop-review-card {
    width: 100%;
    margin-bottom: 10px;
  }
  .gogol-desktop-review-item {
    width: 100%;
  }
  .gogol-desktop-review-text {
    width: 100%;
  }
  .gogol-desktop-review-head {
    width: 100%;
  }
  .gogol-desktop-tab-content {
    padding: 14px 10px;
  }
  .gogol-desktop-reviews-grid {
    display: block;
  }
  .gogol-desktop-cosmetic-badge {
    font-size: 12px;
  }
  .gogol-desktop-cosmetic-price {
    font-size: 12px;
  }
}